How to Calculate Percentage Change
One formula, and three places people get it wrong: which number goes on the bottom, why increases and decreases are not symmetric, and points versus percent.
· 2 min read
Subtract the old value from the new one, divide by the old value, multiply by a hundred. That is the whole formula, and almost every mistake made with it comes from the division rather than the arithmetic. The denominator is always where you started, never where you ended, and never the average of the two.
change % = (new - old) / old x 100
200 to 250 (250 - 200) / 200 = 0.25 -> +25%
250 to 200 (200 - 250) / 250 = -0.20 -> -20%Increases and decreases are not symmetric
Those two lines describe the same pair of numbers and give different answers, and both are correct. Going up by twenty-five percent and coming back down by twenty percent returns you to the start. The asymmetry is not a quirk to be corrected — it falls directly out of the denominator changing — and it is why a stock that falls fifty percent needs to gain a hundred to recover.
Percent and percentage points are different units
If a rate moves from four percent to five percent, that is a rise of one percentage point and of twenty-five percent. Both statements are true and they differ by a factor of twenty-five. Headlines routinely pick whichever sounds larger, which is worth remembering whenever a figure seems surprising: interest rates, tax bands and unemployment are all quoted in percent already, so any change in them has two legitimate descriptions.
Percentage points measure the gap. Percent measures the change relative to where you were.
Changes do not add up
A ten percent rise followed by a ten percent rise is not twenty percent, it is twenty-one, because the second applies to the already-increased figure. Successive percentages multiply rather than add. This is the same mechanism as compound interest, and it is why a discount stacked on a discount never removes as much as the two numbers suggest.
The reversal that catches everyone
To find a price before a twenty percent tax was added, do not subtract twenty percent. Divide by 1.2. Subtracting takes twenty percent of the larger figure and lands you short every time. The same applies to reversing a discount, a markup or any other proportional change: you undo a multiplication by dividing, not by subtracting the same percentage.
- Denominator is the starting value, always.
- A rise and the fall that undoes it have different percentages.
- Percentage points and percent are different units; say which one you mean.
- Reverse a percentage by dividing, not by subtracting.
When percentage change is the wrong tool
It breaks down entirely when the starting value is zero, because any increase from nothing is infinite, and it becomes misleading when the base is very small. A rise from two cases to three is a fifty percent increase, which is technically correct and tells the reader almost nothing. When the base is small, report the raw numbers as well.
Frequently asked questions
- What is the difference between percentage change and percentage difference?
- Percentage change has a direction, from an old value to a new one, and divides by the old value. Percentage difference compares two values with no order, and conventionally divides by their average instead.
- How do I reverse a percentage increase?
- Divide by one plus the rate as a decimal. To remove a twenty-five percent markup, divide by 1.25. Subtracting twenty-five percent from the marked-up figure gives a different and incorrect answer.
- Can a percentage change be more than one hundred percent?
- An increase can be any size, since doubling is a hundred percent increase and tripling is two hundred. A decrease cannot exceed one hundred percent, because that would mean ending below nothing.
Related reading
- 2 min read
How to Find the Original Price Before a Discount
Divide, do not multiply. Why adding the percentage back gives the wrong answer, the formula that works, and how to check a sale price is what it claims.
- 3 min read
Percentage Points Are Not Percent
A rate going from 2% to 3% rose by one percentage point and by fifty percent. Both are true, and confusing them is how numbers get misreported.
- 4 min read
How Long Would It Take to Crack My Password?
The charts promising three billion years assume things that are rarely true. What the number actually depends on, and how to read any estimate you are given.
- 4 min read
Is It Safe to Use an Online Password Generator?
It turns on one thing: whether the password is made on your device or on a server. How to check that for yourself, and when to use something else instead.