Common Percentage Mistakes
Six percentage errors that change real decisions, each with the wrong answer, the right answer, and the reason the intuition fails.
1. Confusing percentage points with percent
When both quantities are already percentages, "rose by 5%" has two possible meanings and they can differ by an order of magnitude.
An interest rate goes from 4% to 5%. That is a rise of one percentage point, and a rise of 25 percent. A conversion rate improving from 2% to 2.5% is half a percentage point, and also a 25% improvement. Both statements about each pair are true; neither is complete on its own.
The convention: use "percentage points" for the subtraction, and "percent" for the relative change. If a source does not say which it means, you cannot recover the answer without the starting value.
The consequence is not academic. A fund quoting "fees of 1%" against a benchmark of 0.5% is charging one hundred percent more, and a report of a "2% rise in unemployment" could mean 5% became 7% or 5% became 5.1%.
2. Assuming a percentage change reverses itself
Adding a percentage and then removing the same percentage does not return you to where you started, because the second operation applies to a different, larger or smaller number.
100 × 1.20 × 0.80 = 96, not 100
The loss version is the one that matters financially. A holding that falls 50% needs to double — a 100% gain — to recover, because the gain is calculated on the reduced value.
gain needed = p ÷ (100 − p) × 100
| Fall of | Leaves you at | Gain needed to recover |
|---|---|---|
| 10% | 90% | 11.1% |
| 20% | 80% | 25.0% |
| 30% | 70% | 42.9% |
| 40% | 60% | 66.7% |
| 50% | 50% | 100.0% |
| 60% | 40% | 150.0% |
| 75% | 25% | 300.0% |
| 90% | 10% | 900.0% |
The asymmetry is why a run of alternating gains and losses of the same percentage always ends below where it began, no matter the order.
3. Averaging percentages without weighting them
Two percentages can only be averaged directly if they describe groups of the same size. Otherwise the plain average is wrong, sometimes wildly.
A class of 10 has a 90% pass rate; a class of 100 has a 50% pass rate. The plain average is 70%. The actual pass rate is (9 + 50) ÷ 110 = 53.6%, because the larger group dominates.
weighted average = Σ(percentage × group size) ÷ Σ(group size)
The reliable fix is to avoid percentages entirely until the end: add up the raw counts, add up the totals, and divide once. This is the same reason a batting average across a season is not the average of the monthly averages, and why a company's overall margin is not the average of its product margins.
The same trap in growth rates
Averaging annual growth rates arithmetically overstates the real result. Growing 50% one year and falling 50% the next averages to 0%, but leaves you at 75% of where you started. The correct average for rates that compound is the geometric mean: √(1.50 × 0.50) = 0.866, or −13.4% a year.
4. Taking the percentage of the wrong number
This is the most common error of all, and the hardest to spot afterwards because the arithmetic itself is correct — it was just applied to the wrong figure.
| Situation | The tempting base | The correct base |
|---|---|---|
| Undoing a 20% discount | The sale price | The sale price, but divided not added |
| A pay rise percentage | The new salary | The old salary |
| Removing VAT from a total | The gross price | The net price the rate was charged on |
| A margin on a sale | The cost | The revenue |
| Percentage change over time | The later value | The earlier value |
| A tip on a bill | The total with service charge | The food and drink subtotal |
Every row is the same mistake: the percentage was originally taken of one number, and the reverse calculation is being applied to another. Saying the base out loud before starting — "twenty percent of what, exactly" — catches all six.
5. Taking a percentage of a percentage
When a percentage is applied to something that is already a percentage, the result is a much smaller number than it looks.
A political party polling at 30% loses 10% of its support. It is now on 27%, not 20% — the 10% was of the 30, not of the electorate. Three percentage points went, not ten.
30% × (1 − 10 ÷ 100) = 27%
The same applies to commissions on commissions, discounts on already-discounted goods, and a tax charged on a bill that includes a service charge. Each layer multiplies, and the multiplication always produces less than the addition would suggest.
The special case of a doubled percentage
Going from 30% to 60% is a 100% increase but only 30 percentage points. Both are correct, and which one to state depends on whether the reader needs the scale or the significance. Stating only one is where most misleading charts come from.
6. Reading a percentile as a percentage
A percentile is a rank, not a share. Scoring in the 90th percentile means 90% of people scored lower — it says nothing about how many questions were answered correctly. A student can be in the 90th percentile with 55% of the marks.
The same confusion appears in growth statistics. "The top 10% of earners" is a percentile group; "10% of earnings" is a share. A headline combining them — "the top 10% take 40%" — is comparing a rank to a share, and only makes sense because both are stated explicitly.
And rates that are not out of 100
Some figures that look like percentages are not shares of anything: a crime rate per 100,000, an interest rate per year, an error rate per million. Treating them as percentages of a total, or averaging them across populations of different sizes, produces numbers that are not wrong so much as meaningless.
A quick test for any percentage: name the whole. If you cannot say what the figure is a percentage of, it is not yet a percentage — it is a number with a symbol after it.
Frequently Asked Questions
- Why does a 50% loss need a 100% gain to recover?
- Because the gain is calculated on the reduced value. 100 falling by half leaves 50, and getting from 50 back to 100 means doubling.
- Can I average two percentages together?
- Only when they describe groups of the same size. Otherwise weight each by its group size, or work from the raw counts and divide once at the end.
- If a party polling at 30% loses 10% of its support, where is it now?
- On 27%. The 10% applies to the 30, not to the whole electorate, so three percentage points were lost.
- What is the most common percentage mistake?
- Applying the right formula to the wrong base — dividing a raise by the new salary, subtracting VAT from a gross price, or taking a margin against cost instead of revenue.
- Does adding 20% and then subtracting 20% get me back to the start?
- No. 100 × 1.2 × 0.8 = 96. The second percentage is applied to a larger number than the first was.
- Is the 90th percentile the same as 90%?
- No. A percentile is a rank against other people; a percentage is a share of a total. You can be in the 90th percentile with a score of 55%.
Last reviewed