GintiCalcEvery calculation

PercentLab

Percentage Change Calculator

((new − old) / |old|) × 100.

Percentage change between two values

Percentage change is the difference divided by the starting value. Negative values mean a decrease.

FromToAbsolute changePercentage change
1001202020.00%
10080-20-20.00%
50752550.00%
801002025.00%
200150-50-25.00%
1000125025025.00%

Rows one and two are the asymmetry everyone trips over: 100 to 120 is a 20% rise, but 120 back to 100 is a 16.67% fall, not 20%, because the base changed. Rows three and four make the same point - the same absolute change of 20 is 25% from a base of 80 but 20% from a base of 100. Always ask what the percentage is of. A 50% fall requires a 100% rise to recover, which is why investment losses are harder to undo than they look.

Relative change, not just the difference

Percentage change expresses how big a change is relative to the starting point — a $10 raise means a lot more to someone earning $50 than someone earning $5,000, and percentage change captures that context the raw difference alone misses.

Why use the absolute value of the original

Dividing by |old| instead of old keeps the sign of the result meaningful (increase vs. decrease) even when the starting value itself is negative.

Frequently asked questions

My rent went from $1,200 to $1,350 — what's the percentage change?

Percentage change = ((1350 − 1200) / 1200) × 100 = (150 / 1200) × 100 = 12.5% increase. Enter 1200 as the old value and 1350 as the new value above.

How is percentage change different from percentage difference?

Percentage change has a clear direction — one value is the 'before' and one is the 'after.' Percentage difference treats both values symmetrically (dividing by their average), which is useful when neither is a baseline, like comparing two cities' populations.

Can percentage change exceed 100%?

Absolutely. If a stock price goes from $10 to $35, that's a 250% increase. Percentage change can be any positive number for increases. For decreases, it maxes out at −100% (the value drops to zero).

Related Math calculators

You might also like

Last updated: September 6, 2026