Toolivaro

Percentage change: the two-directions trap

A 50% increase followed by a 50% decrease does not return you to the start — it leaves you 25% down. Here is why percentage changes do not reverse, how to undo a change correctly, and the percentage-points-vs-percent distinction that trips up every discount comparison.

Percentage changes do not behave like the numbers around them. A price that rises 50% and then falls 50% is not back where it started — it is 25% lower. The same $20 move reads as +50% on the way up and −33.3% on the way down. These are not arithmetic errors; they are the difference between relative and absolute thinking, and they decide whether a discount offer, an investment loss, or an inflation figure means what it appears to mean.

Why the trap exists

A percentage change has two parts: the ratio and the base it applies to. “50% more” is not an amount — it is half of something, and that something changes at every step. The trap appears the moment you apply two changes in sequence:

  • $100 increased by 50% → $150 (the +50% applies to $100).
  • $150 decreased by 50% → $75 (the −50% applies to $150).

The two changes do not cancel because their bases are different. The result, $75, is a net loss of 25% — and the sequence proves it in one line:

100 × 1.5 × 0.5 = 75

Each change is a multiplication, and the multiplications compound. This is the same compounding that powers interest (explained here) — it just works against you when you stack a loss on a gain.

Same dollars, different percentages

The asymmetry cuts in both directions. A price moving from $40 to $60 is a +50% change; the same $20 moving from $60 to $40 is a −33.3% change. Identical dollar amounts, different percentages, because each is measured against its own starting point.

MoveFrom → ToChange
$40 → $60+$20+50%
$60 → $40−$20−33.3%
$100 → $150 → $75+50%, then −50%−25% net
$100 → $120 → $96+20%, then −20%−4% net
$100 → $200 → $50+100%, then −75%−50% net

The pattern in the last three rows: any increase followed by its mirror decrease leaves you down — because the decrease applies to a larger base. The size of the residual loss grows with the percentage: +10%/−10% nets −1%; +50%/−50% nets −25%; +100%/−100% nets −100% (back to zero).

The recovery math: the other side of the trap

The mirror image is the recovery table, and it is the number that matters for any investment or salary discussion. A loss of p% needs a gain of p ÷ (100 − p) × 100% to recover:

LossGain needed to recover
10%11.1%
20%25%
33.3%50%
50%100%
90%900%

The needed gain accelerates faster than the loss: halving your money doubles the task. This is why drawdowns are destructive in a way that feels unfair — the recovery is not the mirror of the loss, and the percentage calculator shows both numbers side by side whenever you are evaluating a claim.

Undoing a change correctly

The correct way to reverse a change is to divide by the change factor, not to apply the mirror percentage. To undo a 25% increase: 125 ÷ 1.25 = 100. The mirror percentage (20%) happens to work here only because 1.25 × 0.8 = 1 exactly — a coincidence of the numbers, not a rule. The general rule: to undo an increase of p%, divide by (1 + p/100); to undo a decrease of q%, divide by (1 − q/100).

This matters every time a sale sign quotes two percentages. A “20% off, then an extra 20% off” tag means the price is 0.8 × 0.8 = 0.64 of the original — 36% off, not 40%. And a “25% off” tag reversed means the original price was the sale price divided by 0.75 — a 33.3% markup, which is why the discount calculator always shows the price before the discount alongside the savings. The original-price side of that display is the division you would otherwise have to do in your head.

Percent vs percentage points

The other classic conflation: an interest rate rising from 5% to 8% is described as either “a 3-percentage-point increase” or “a 60% increase” — both true, both different numbers, and the choice changes how alarming the statement sounds. The rule: percentage points are the absolute difference (8 − 5 = 3); percent is the relative change ((8 − 5) ÷ 5 = 60%). Any claim that mixes the two — “rates up 60 percentage points” — is either a typo or a red flag. The percentage change formula, (new − old) ÷ old × 100, always measures relative change; the absolute version is the subtraction alone. Keeping the pair straight is the single most useful habit in reading finance news, and it is the distinction the two-direction trap is built on.

Let the calculator do it

The percentage calculator computes all four directions from any two numbers: the change between two values (with the base shown explicitly), a percentage of a number, a reverse percentage (the original before a change), and a percentage of a total — including the increase/decrease pair so the compounding is visible rather than surprising. The discount calculator handles the shopping side, including stacked discounts, and always prints the pre-discount price so the reversal is never hidden. Both run entirely in the browser and show their exact formulas with each result, so the base of every percentage is on the page.

The one rule

Ask “percent of what?” before believing any percentage. If the base changes between the two steps of a claim — a loss followed by a recovery, a discount stacked on a discount — the changes compound, and the compound never cancels. Divide to reverse, compare points when comparing rates, and let the calculator show the base next to the result.

Frequently asked questions

Why does a 50% increase followed by a 50% decrease not return me to the start?

Because the second percentage applies to a different base. $100 increases by 50% to $150, then decreases by 50% of $150 — $75 — leaving $75. The two changes do not cancel; they compound to a net −25%. The same logic applies to any increase followed by its mirror decrease.

What is the difference between percent and percentage points?

Percent is relative, percentage points are absolute. An interest rate rising from 5% to 8% is a 3-percentage-point change but a 60% relative increase (3 ÷ 5). The two numbers describe the same movement, and confusing them is how news headlines mislead.

How do I reverse a percentage change?

Divide by the change factor instead of applying the mirror percentage. To undo a 25% increase, divide by 1.25 rather than subtracting 25%: 100 × 1.25 = 125, and 125 ÷ 1.25 = 100. The mirror decrease (20%) only works because 1.25 × 0.8 = 1 — it is not generally the mirror percentage.

How much does a stock need to rise to recover a 50% loss?

100%. A $100 stock falling 50% lands at $50, and $50 must double to return to $100. The needed recovery grows faster than the loss: a 10% loss needs 11.1%, a 20% loss needs 25%, a 50% loss needs 100%. This is why large drawdowns are hard to recover from.

Do two 20% discounts add up to 40% off?

No — they compound to 36% off. Each discount applies to the already-discounted price, so the final price is 0.8 × 0.8 = 0.64 of the original. The same compounding applies to a discount followed by a tax: 0.8 × 1.08 and 1.08 × 0.8 give the same 0.864, since the operations commute.

Last reviewed August 25, 2026 · Version 1.0.0 · Toolivaro does not guarantee external content.

Found a mistake or have a correction? Report it — we review every correction.