About the Percentage Decrease Calculator
Things that fall get described as percentages for the same reason things that rise do: the raw number alone does not say whether the fall was trivial or severe. Losing 300 subscribers is a rounding error for a list of 90,000 and a crisis for a list of 900.
Falls have one property rises do not, though. They are bounded. A value can increase without limit but it can only decrease by 100%, because at that point there is nothing left to remove. That asymmetry is behind almost every confusing result people get from percentage arithmetic, and it is worth holding onto before reading the rest of this page.
This calculator covers three questions: how far something fell between two known values, what a value becomes after a cut, and — the one people reach for at the till — what a price was before a discount was applied.
How to Use the Percentage Decrease Calculator
Choose a mode.
Find the decrease between two values takes the before and after figures. The original goes first; it is the baseline the percentage is measured against.
Take a percentage off a value applies a cut. Enter the starting figure and the rate. If the cut repeats — a sale on top of a sale, an asset losing value each year — set apply this many times and each reduction will come off what remains rather than off the original.
Find the value before the decrease works backwards. Enter what you actually paid and the discount that was applied, and it returns the original. This is the mode most worth knowing, because the intuitive method for it is wrong.
Every mode shows its working underneath.
How Percentage Decrease Is Calculated
Finding a decrease is two steps.
Work out how much was lost. Subtract the new value from the original. Note the order — it is the reverse of the increase calculation, which is what keeps the answer positive for a genuine fall.
Express that loss relative to the starting point. Divide by the original value and multiply by 100.
Applying a decrease is cleaner as a multiplication. Rather than finding 25% of 80 and subtracting it, turn the cut into a multiplier: 1 − 0.25 = 0.75, then multiply. What you are really saying is "75% of the value remains", which is a more useful way to think about it and extends directly to repeated cuts.
Reversing a decrease is where the arithmetic bites. If 25% came off, then what you paid is 75% of the original. To get back to 100% you divide by 0.75. You do not add 25% back, because that 25% would be taken from the smaller, discounted figure and would land short.
Percentage Decrease Formula
Finding the decrease:
decrease % = ((original - new) / |original|) x 100
Applying a decrease:
result = original x (1 - rate / 100)
Applying it n times:
result = original x (1 - rate / 100)^n
Reversing a decrease:
original = final / (1 - rate / 100)
Notice that the last formula is a division by the same multiplier the third one multiplies by. That is the whole relationship: applying and reversing a percentage change are inverse operations, and inverses of multiplication are divisions, never subtractions.
Step-by-Step Example
A jacket is reduced from 80 to 60. What is the discount?
Step 1 — find the reduction. 80 − 60 = 20.
Step 2 — divide by the original price. 20 / 80 = 0.25.
Step 3 — convert to a percentage. 0.25 × 100 = 25. A 25% discount.
Now reverse it. You paid 60 and the tag said 25% off. What was the original?
The tempting move is to add 25% to 60, giving 75. That is wrong, and it is wrong by five whole units. Here is why: 25% of 60 is 15, but the discount that was actually applied was 25% of 80, which is 20. You are taking a percentage of the wrong number.
The correct method:
Step 1: 1 - 25/100 = 0.75 (you paid 75% of the original)
Step 2: 60 / 0.75 = 80 (the original price)
Check it: 25% off 80 is 20, and 80 − 20 = 60. It round-trips.
The stacking case is worth seeing too. A shop takes 20% off, then another 20% off at the till:
100 x 0.80 = 80
80 x 0.80 = 64
That is 36% off in total, not 40%. Stacked discounts always come to less than their sum, because each one applies to a smaller number than the last.
Understanding Your Result
The large figure is your answer. What it means depends on the mode.
In find mode it is the percentage the value fell. A negative result means the value actually rose, so what you have is an increase expressed as a negative decrease — the percentage increase calculator will state it more naturally.
In apply mode it is what remains after the cut, with amount removed showing the reduction in your original units.
In reverse mode it is the value before the decrease, with amount removed showing how much the discount was worth. That second figure is often the more interesting one, because it is the actual saving rather than the advertised percentage.
One thing the number cannot tell you: whether a percentage decrease is good or bad news. A 40% fall in costs and a 40% fall in revenue are the same arithmetic and opposite outcomes.
When Should You Use This Calculator?
Shopping. Checking a sale price, confirming what a stacked discount really comes to, or working out the original price when only the sale price and the percentage are shown.
Depreciation. Assets that lose a fixed percentage of their value each year — vehicles, equipment, technology — are the classic repeated-decrease case. The apply mode with several repeats models this directly.
Budget and cost cutting. Turning "reduce spend by 15%" into an actual target figure, or checking what a series of cuts has done cumulatively.
Falling metrics. Traffic, conversions, headcount, weight, stock levels — anything you want stated as a proportional fall rather than a raw drop.
Auditing a claim. If a price is advertised as "was 199, now 129, save 40%", the find mode will tell you in seconds that it is actually 35%.
Common Mistakes
Adding the percentage back to reverse a discount. The error this page exists to prevent. Undoing a decrease is a division by the multiplier, never an addition of the same rate. Adding it back always lands short, and the deeper the discount the further short it lands.
Treating stacked discounts as additive. 30% then 20% is 44% off, not 50%. Retailers rely on the difference, and it is entirely legitimate arithmetic — which is why it is worth being able to do it yourself.
Subtracting in the wrong order. For a decrease the original comes first: original minus new. Reversing the order gives a negative percentage for a genuine fall.
Expecting a decrease and its recovery to match. A 50% fall needs a 100% rise to get back. A 20% fall needs a 25% rise. They are never equal, because each is measured against a different baseline.
Quoting a percentage above 100 for a decrease. If you have calculated a 130% decrease, something has gone wrong — usually a sign error or swapped inputs. Nothing can lose more than all of itself.
Applying a percentage to the wrong base. This underlies most of the mistakes above. Before dividing, be certain which number is the whole you are taking a percentage of.