How-To Guide9 min readAugust 27, 2026

Common Percentage Calculation Mistakes

Learn the most common percentage mistakes, including incorrect bases, confusing percentage points with percent change, and reversing discounts incorrectly.

FT
Free Percentage Calculator Team
Editorial Team

Percentage arithmetic is simple — multiplication, division, subtraction. What actually goes wrong almost never involves the arithmetic itself. It's choosing the wrong number to divide by, comparing two things that shouldn't be compared the same way, or rounding a step too early. Here are ten mistakes that come up constantly, and the fix for each.

1. Using the wrong base value

Every percentage is a percentage of something. Get that "something" wrong, and the whole calculation is wrong even if the arithmetic is flawless. If a report says "costs are 20% of revenue," swapping in the wrong year's revenue as the base produces a plausible-looking but incorrect percentage. Always confirm what the percentage is being taken of before trusting the number.

2. Assuming equal increases and decreases cancel

A 20% increase followed by a 20% decrease does not return a value to its starting point — it nets out to a 4% decrease, because the decrease is calculated on the larger, already-increased value. See for the full breakdown.

3. Confusing percentage points with percent

A rate moving from 20% to 25% is a 5 percentage point increase, but a 25% relative increase. These are both correct, different numbers — using them interchangeably can make a change look far bigger or smaller than it is. Full explanation: .

4. Adding successive discounts

"20% off, plus an extra 10% off" is not a 30% discount. Each discount applies to what's left after the previous one, so the combined effect is 1 − (0.80 × 0.90) = 28%. Details in .

5. Incorrectly reversing a discount

Given a sale price, adding the discount percentage back on top does not recover the original price — an $80 item after 20% off is not restored to $100 by adding 20% of $80. The correct method divides by the remaining percentage: 80 ÷ 0.80 = $100. See .

6. Confusing markup and margin

Markup is profit as a percentage of cost; margin is profit as a percentage of selling price. A 50% markup is only a 33.3% margin, not a 50% margin. Mixing the two up in a pricing plan tends to overstate expected profitability. Full comparison: .

7. Treating percentage points as percent in reports

This is the reporting flip side of mistake #3: describing a percentage-point change using percent language ("interest rates rose 2%" when they actually rose from 4% to 6%, a 2-point move) makes a change sound smaller than the relative shift actually was, or vice versa depending on which figure gets used. Always state explicitly whether a figure is a point difference or a relative change.

8. Ignoring negative values

Percentage change formulas can behave unexpectedly with negative numbers. A business moving from a $10,000 loss to a $5,000 profit technically produces a −150% "change" using the standard formula, because dividing by a negative baseline flips the sign — even though the underlying story is entirely positive. When a baseline value is negative or zero, a plain percentage can mislead more than it clarifies; describing the raw change is often clearer. See for a worked example.

9. Confusing percentage difference and percentage change

Percentage change compares a new value to a known original value (divide by the original). Percentage difference compares two values on equal footing, with neither treated as the original (divide by their average). Applying the wrong formula to a comparison with no true "original" value produces a result that depends arbitrarily on which value you picked first. Full explanation: .

10. Rounding too early

Rounding an intermediate result before finishing a multi-step percentage calculation compounds small errors into a noticeably wrong final answer, especially across several steps (like sequential discounts or multi-period growth). Keep full precision through every step of a calculation, and only round the final displayed result.

A quick checklist

Before trusting a percentage figure, it's worth running through:

What is this a percentage of — is that base value correct?
Is this a percentage-point difference or a relative percentage change — and is it labeled correctly?
If two values are being compared, is one of them genuinely the "original," or are they really independent and better suited to percentage difference?
If a discount, markup, or growth rate is being reversed, is the calculation using division by the remaining/base share, not simple addition or subtraction?
Could the base value be zero or negative — and if so, does the percentage figure still make intuitive sense?

Running a genuinely tricky calculation back through a dedicated tool — our , , or — is a fast way to catch a mistake before it ends up in a report.

Frequently Asked Questions

Almost never because of the arithmetic itself — it’s usually the wrong base value, comparing two numbers with the wrong formula (percentage change vs. percentage difference), or reversing a percentage by adding it back instead of dividing.

Try it yourself

Use the Percentage Calculator to run this calculation with your own numbers.

Related Articles