Toolverse

How to Calculate Percentages: Formulas, Compound Changes, and Common Mistakes

6 min read

Percentages appear in financial reports, medical studies, product discounts, tax calculations, and news headlines — yet they are consistently misunderstood, misquoted, and misapplied. Knowing how to calculate percentages correctly, including the subtle traps around compound changes and percentage points, is essential for interpreting data accurately and avoiding costly errors in business and personal finance.

The Three Core Percentage Formulas

Every percentage problem reduces to one of three operations:

  • What percentage is X of Y? — Formula: (X / Y) x 100. Example: 35 out of 200 students passed. What percentage passed? (35 / 200) x 100 = 17.5%.
  • What is X% of Y? — Formula: (X / 100) x Y. Example: What is 8.25% sales tax on a $64.00 purchase? (8.25 / 100) x 64 = $5.28.
  • Percentage change from A to B — Formula: ((B - A) / A) x 100. Example: Revenue went from $80,000 to $94,000. Change: ((94,000 - 80,000) / 80,000) x 100 = +17.5%.

The critical detail in percentage change is the denominator: it is always the original value, not the new value. Reversing this produces a different result. A drop from $94,000 back to $80,000 is ((80,000 - 94,000) / 94,000) x 100 = -14.9%, not -17.5%.

Compound Percentage Changes: Why +20% Then -20% Does Not Equal Zero

This is the single most common percentage mistake. Start with $1,000. Increase by 20%: $1,000 x 1.20 = $1,200. Now decrease by 20%: $1,200 x 0.80 = $960 — not $1,000. The loss is $40, or 4% of the original amount.

The mathematical explanation: a +20% change followed by a -20% change is a multiplication of 1.20 x 0.80 = 0.96, which is a 4% net loss. This asymmetry scales with magnitude:

  • +10% then -10% = net -1.0% (1.10 x 0.90 = 0.99)
  • +30% then -30% = net -9.0% (1.30 x 0.70 = 0.91)
  • +50% then -50% = net -25.0% (1.50 x 0.50 = 0.75)

In investing, this is called volatility drag. A stock that drops 50% needs a 100% gain — not 50% — to return to its original price. The recovery percentages grow disproportionately with deeper losses: a 33% loss requires a 50% gain, and a 75% loss requires a 300% gain to break even.

Tax and Discount Stacking

When multiple percentage-based adjustments apply to the same base, the order and method of stacking matter.

Stacked discounts are multiplicative, not additive. A 20% discount followed by an additional 15% discount is not 35% off. It is: $100 x 0.80 x 0.85 = $68.00, equivalent to a 32% total discount. The difference grows with more discount layers: three stacked 10% discounts yield 0.90^3 = 0.729, or 27.1% off — not 30%.

Tax after discount: in most US jurisdictions, sales tax applies to the post-discount price. A $100 item with a 20% discount and 8.25% tax: $100 x 0.80 = $80.00, then $80.00 x 1.0825 = $86.60. If tax were applied first (as in some international VAT systems), the result differs: $100 x 1.0825 x 0.80 = $86.60 — in this specific case identical, because multiplication is commutative. But in practice, the legal calculation order determines what amount appears on the receipt and what gets reported to tax authorities.

Percentage Points vs Percentages

This distinction causes more confusion in media reporting than any other statistical concept. Consider an interest rate rising from 4% to 5%:

  • The rate increased by 1 percentage point (the arithmetic difference between 5% and 4%)
  • The rate increased by 25% (the percentage change: (5 - 4) / 4 x 100 = 25%)

Both statements are mathematically correct, but they communicate very different magnitudes. A headline reading "interest rates rose 25%" is technically accurate but misleading if the actual change was from 4% to 5%. The Bureau of Labor Statistics and most central banks report changes in percentage points for precisely this reason.

Election polling is another area where this matters. If a candidate's support moves from 40% to 44%, that is a 4 percentage point increase but a 10% increase. Conflating the two can overstate or understate the shift depending on the framing.

Margin vs Markup

These two terms describe the same profit from different perspectives, and confusing them is a frequent cause of pricing errors:

  • Markup — profit as a percentage of cost. Formula: ((Price - Cost) / Cost) x 100. An item that costs $60 and sells for $100 has a 66.7% markup.
  • Margin — profit as a percentage of selling price. Formula: ((Price - Cost) / Price) x 100. The same item has a 40% margin.

The conversion between them: Margin = Markup / (1 + Markup), and Markup = Margin / (1 - Margin). A 50% markup is a 33.3% margin. A 50% margin is a 100% markup. Retail businesses typically target margins in the 40-60% range according to National Retail Federation data, which corresponds to markups of 67-150%. Quoting the wrong metric when negotiating with suppliers or setting prices can mean selling at a loss.

Common Mistakes in Media Reporting

Beyond the percentage-point confusion, several other percentage errors appear regularly in news and business reporting:

  • Base rate neglect — "Crime rose 100%" could mean going from 2 incidents to 4 in a small town. The percentage is dramatic; the absolute change is trivial. Always look for the base number.
  • Cherry-picked time frames — a stock described as "up 200% over 5 years" sounds impressive. Annualized, that is approximately 24.6% per year (using the compound formula: (3.0)^(1/5) - 1 = 0.246). But the same stock might be down 15% from its peak 6 months ago.
  • Relative vs absolute risk — "Drug X reduces risk by 50%" could mean the absolute risk dropped from 2% to 1% (a 1 percentage point reduction). The number needed to treat (NNT) is 100 — meaning 100 people must take the drug for 1 to benefit. Medical literature standards like BMJ's Statistics at Square One recommend reporting both relative and absolute risk reduction.

Need to run a quick calculation? The Percentage Calculator handles all three core operations — percentage of a number, percentage change, and what-percent-is-X-of-Y — with step-by-step breakdowns showing the formula applied.

Try it yourself

Put what you learned into practice with our free tool.

Open Tool

Frequently Asked Questions

Why doesn't a 50% increase followed by a 50% decrease return to the original?
Because the decrease applies to the increased value. Starting at 100: +50% = 150, then -50% of 150 = 75. The base changes after each operation. This asymmetry increases with larger percentages.
What is the difference between percentage points and percentages?
If an interest rate moves from 5% to 7%, it increased by 2 percentage points but by 40% in relative terms ((7-5)/5 = 0.4). Media often confuses these, leading to misinterpretation of statistics.
What is the difference between margin and markup?
Markup is profit as a percentage of cost: (price - cost) / cost. Margin is profit as a percentage of price: (price - cost) / price. A 100% markup equals a 50% margin. They are often confused in business contexts.