NNumvella

Percentage Increase vs Decrease: Why They Don't Cancel Out

By The Numvella Team · 2 min read

Here's a puzzle that catches almost everyone: if a price goes up 20% and then down 20%, are you back to the original price? No — you end up lower. Understanding why is the key to getting percentage changes right.

The two formulas

To increase a value by a percent, multiply by one plus the percent as a decimal. To decrease, multiply by one minus it.

  • Increase: value × (1 + percent ÷ 100). Increase 200 by 25% → 200 × 1.25 = 250.
  • Decrease: value × (1 − percent ÷ 100). Decrease 200 by 25% → 200 × 0.75 = 150.

To find the percentage change between two numbers, use ((new − old) ÷ old) × 100.

The asymmetry trap

Take 100. Increase it by 20%: 100 × 1.2 = 120. Now decrease 120 by 20%: 120 × 0.8 = 96. You don't get back to 100 — you land at 96.

The reason is the base. The 20% increase was 20% of 100 (so +20). The 20% decrease was 20% of 120 (so −24). Different bases, different amounts. A percentage is always measured relative to the number it's applied to, and that number changed in between.

StepCalculationResult
Start100
+20%100 × 1.20120
−20%120 × 0.8096

How to actually reverse a change

To undo a 20% increase, you don't subtract 20% — you divide by 1.20. 120 ÷ 1.20 = 100. In general, to reverse an increase of p%, divide by (1 + p ÷ 100); to reverse a decrease of p%, divide by (1 − p ÷ 100).

💡 Going up then down (or down then up) by the same percentage always leaves you slightly below where you started — never exactly back.

Where this bites in real life

  • Sales: a price marked up 50% then put on a "50% off" sale is not back to cost — it's 25% below the marked-up price but still above cost only if the markup was on cost.
  • Investing: a stock that drops 50% needs a 100% gain to recover, not another 50%.
  • Salaries: a 10% pay cut followed by a 10% raise leaves you 1% below your original salary.

New to percentage change? Start with How to Calculate Percentages.

Frequently asked questions

If something goes up 20% then down 20%, am I back to the start?

No. You end up 4% lower. The increase is taken on the smaller starting number and the decrease on the larger result, so they don't cancel.

How do I reverse a percentage increase?

Divide by (1 + percent ÷ 100), don't subtract the percent. To undo a 25% increase, divide by 1.25.

Why does a stock that drops 50% need a 100% gain to recover?

Because the gain is measured from the new, lower price. Half of the original is the base, so it must double (100%) to return to the original.