Percentage Decrease Calculator
A percentage decrease calculator shows how much a value has fallen compared with where it started. If a price drops from $80 to $60, the decrease is 25% because the $20 drop is one quarter of the original $80. Enter the original value and the new value to see the percent decrease, the raw difference, and a clear label if the change was actually an increase instead. This is useful when you are checking sale prices, monthly expenses, body weight, production totals, traffic numbers, or any before-and-after result where the starting value is the reference point. The key idea is simple. Percentage decrease always compares the drop to the original amount, not to the ending amount.
Quick answer
Percentage decrease measures how far a value fell relative to the original value.
Percentage decrease
25% decrease
Difference
20
What this tells you
- •Percentage decrease measures how far a value fell relative to the original value.
- •The calculator uses ((original - new) / original) x 100, which matches the formula in the tool logic.
- •The raw difference shows the absolute drop, while the percentage shows how large that drop is in context.
- •The original value is always the base. That is why an $80 to $60 drop is 25% and not 33.3%.
- •A result of 0% means the value did not change at all.
- •A negative result means the new value is higher than the original, so the change is really an increase.
How to Use
- 11. Enter the original value, which is the amount before the change happened.
- 22. Enter the new value, which is the amount after the drop or change.
- 33. Read the percentage decrease result to see how large the drop is relative to the starting amount.
- 44. Check the Difference result if you also want the plain numeric drop without converting it to a percentage.
- 55. If the tool shows an increase instead, review your numbers because the new value is higher than the original one.
How It Works
Formula
percentage decrease = ((original - new) / original) x 100Start by subtracting the new value from the original value to find the amount of the drop. Next, divide that drop by the original value, because the starting amount is the base for the comparison. Finally, multiply by 100 to convert the decimal into a percentage. For example, a change from 80 to 60 gives a difference of 20. Dividing 20 by 80 gives 0.25, and multiplying by 100 gives a 25% decrease. This tool also follows the same rule when the result is negative. If a value moves from 150 to 157.5, the difference is -7.5, so the formula returns -5%, which the tool labels as a 5% increase for easier reading.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Sale price from $80 to $60
Subtract 60 from 80 to get a $20 drop. Divide 20 by the original 80 and you get 0.25. Multiply by 100 and the result is a 25% decrease. This is the classic percent-off example, and it shows why the starting price is the only correct base.
Weight from 200 lb to 170 lb
The weight fell by 30 lb. Dividing 30 by the starting 200 lb gives 0.15, which becomes 15% after multiplying by 100. This is a good example of why the raw drop and the relative drop answer different questions. Thirty pounds sounds large by itself, but the percentage shows how large it is compared with the original weight.
Website traffic from 8,400 to 6,300 visits
The site lost 2,100 visits over the period being compared. Divide 2,100 by the original 8,400 visits and you get 0.25, or 25%. This kind of example is useful in reporting because a raw drop alone can look large or small depending on the original traffic volume.
Monthly spending from $1,200 to $930
First find the drop, which is $270. Then divide 270 by the original 1,200 to get 0.225. Convert that decimal to a percentage and you get a 22.5% decrease. This is a practical budgeting example because it shows both the dollar savings and the relative reduction.
Production defects from 45 to 18
The defect count fell by 27. Dividing 27 by the original 45 gives 0.6, which converts to 60%. A result like this is often easier to compare across teams or time periods than the raw drop alone, because it scales the improvement to the starting level.
Subscription price from $150 to $157.50
This example shows what happens when the new value is higher than the original one. The difference is 150 - 157.5 = -7.5, and -7.5 divided by 150 equals -0.05. The formula returns -5%, which the calculator relabels as a 5% increase so the direction stays clear.
Percentage Decrease Quick Reference
Common before-and-after pairs and the matching percentage decrease.
| Original | New | Difference | Decrease |
|---|---|---|---|
| 100 | 90 | 10 | 10% |
| 100 | 75 | 25 | 25% |
| 100 | 50 | 50 | 50% |
| 80 | 60 | 20 | 25% |
| 250 | 200 | 50 | 20% |
| 60 | 45 | 15 | 25% |
| 1,200 | 930 | 270 | 22.5% |
| 45 | 18 | 27 | 60% |
The same raw drop can produce different percentages when the original values are different. A fall of 20 from 80 is 25%, but a fall of 20 from 200 is only 10%.
Common mistakes
- Dividing by the new value instead of the original value. From 80 to 60, the correct setup is 20 / 80, not 20 / 60.
- Assuming the same percent increase reverses the same percent decrease. A 25% drop from 80 reaches 60, but a 25% increase from 60 only reaches 75.
- Mixing up percentage decrease and percentage points. A rate that falls from 12% to 9% drops by 3 percentage points, which is a 25% relative decrease.
- Forgetting to check direction. If the new value is larger than the original, the change is not a decrease at all.
- Rounding too early in multi-step work. Keep the full decimal until the end if you need a cleaner final percentage.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="percentage-decrease-calculator" async></script>Preview the embed at /embed/percentage-decrease-calculator/.