Percentage change and percentage difference sound like the same thing. They're not — and using the wrong one can lead to genuinely misleading results. This piece explains both concepts clearly, shows you when to use each one and walks through the formulas so you can calculate either yourself.
What Is Percentage Change?
Percentage change measures how much a value has moved relative to a specific starting point. It implies direction: the value has either gone up (increase) or gone down (decrease). There's a clear "before" and "after", and the original value acts as the reference point.
A positive result means an increase. A negative result means a decrease.
A product's monthly sales went from 400 units to 520 units.
Change: 520 − 400 = 120
Percentage change: (120 ÷ 400) × 100 = +30%
Sales increased by 30%.
A share price dropped from £8.40 to £6.30.
Change: 6.30 − 8.40 = −2.10
Percentage change: (−2.10 ÷ 8.40) × 100 = −25%
The share price fell by 25%.
The key rule with percentage change: the denominator is always the original value. This is the most common mistake. In the second example above, dividing by 6.30 (the new value) instead of 8.40 (the original) would give −33.3%, which is simply wrong.
What Is Percentage Difference?
Percentage difference compares two values without treating either one as the "starting point". It's used when there's no before/after, no direction, and no implied change over time. You're simply saying: these two values are different by this much, relative to their average.
The denominator is the average of the two values (also called the midpoint), not either one of them individually. The absolute value bars (| |) mean you ignore the sign — the result is always positive, because the formula doesn't express direction.
City A has a population of 340,000. City B has a population of 260,000.
Absolute difference: |340,000 − 260,000| = 80,000
Average: (340,000 + 260,000) ÷ 2 = 300,000
Percentage difference: (80,000 ÷ 300,000) × 100 = 26.67%
The two cities differ by 26.67% relative to their midpoint.
Why Does the Choice of Denominator Matter So Much?
In the population example above, City A is 30.8% larger than City B if you use percentage change with City B as the base. City B is 23.5% smaller than City A if you use percentage change with City A as the base. Neither city is a natural "original" — so both answers feel arbitrary.
Percentage difference solves this by using the average as the reference. 26.67% is a neutral comparison that doesn't imply either city is the starting point.
When to Use Each One
The rule is straightforward:
- Use percentage change when you're tracking something over time or measuring a movement from a known starting point. Sales figures month-over-month, a salary before and after a pay rise, a weight-loss goal measured from a starting weight.
- Use percentage difference when you're comparing two independent values side by side, where neither is the reference. Two products' prices, two athletes' times, two countries' GDP per capita.
A helpful test: ask yourself "was there a before and an after?" If yes, use percentage change. If you're just comparing two things that exist at the same point in time without one being the origin of the other, use percentage difference.
The Asymmetry Problem with Percentage Change
One important quirk: percentage increases and decreases are not symmetrical. A 25% increase from 100 gives 125. A 25% decrease from 125 gives 93.75, not 100. This happens because each percentage is applied to a different base. It's not an error — it's a mathematical fact — but it catches people out regularly.
This is also why a stock that falls 50% needs to rise 100% to recover. A £10 stock falls to £5. A 100% gain on £5 brings it back to £10. A 50% gain on £5 only gets to £7.50.
Use the free calculators on PercentageHQ to calculate both percentage change and percentage difference instantly.
Percentage Change Calculator →Summary
Percentage change has a direction — it tells you whether something went up or down relative to where it started. Percentage difference is neutral — it tells you how far apart two values are relative to their midpoint, without implying either one came first. Use percentage change for before/after comparisons. Use percentage difference when comparing two independent figures.
The formulas in this article follow standard mathematical conventions used in statistics, finance and scientific research worldwide.