📈 Percentage Decrease Calculator
Calculate the percent decrease from an original starting value to a new lower value.
Enter Your Values
Percentage Decrease
0%
Difference: 0
((Old - New) / Old) Γ 100%
What is a Percentage Decrease?
Percentage Decrease measures how much a value has dropped compared to its original starting amount. It is expressed as a percentage. This calculation is heavily used in finance to track stock market drops, in retail to calculate discount percentages, or in health to calculate weight loss progress.
How to Calculate Percentage Decrease
Calculating the percent decrease requires three simple steps:
Percentage Decrease = [ (Original Value β New Value) / Original Value ] × 100%
- Find the difference: Subtract the New Value from the Original Value to find out exactly how much was lost.
- Divide by the original: Divide that difference by the Original Starting Value.
- Convert to percent: Multiply the result by 100 and add a % sign.
Example Calculation
Imagine a pair of shoes originally cost $120, but they are on sale for $90. What is the percentage discount (decrease)?
- Original Value = 120
- New Value = 90
- Difference: 120 - 90 = 30
- Divide by original: 30 / 120 = 0.25
- Multiply by 100: 0.25 × 100 = 25% decrease.
Frequently Asked Questions
What if the new value is higher than the original? +
If the new value is higher, the value didn't decreaseβit increased! The math formula works the exact same way, but it is called a "Percentage Increase." Our calculator will automatically detect this and show you the percent increase instead.
How do I calculate a 20% decrease from a number? +
To quickly decrease a number by 20%, multiply the original number by 0.80 (which is 100% - 20%). For example, a 20% decrease from 50 is: 50 Γ 0.80 = 40.
Does order matter when subtracting? +
For percentage decrease, yes. You must subtract the New value from the Old value (Old - New) to get a positive difference representing the loss. And most importantly, you must always divide by the Old (Original) value, not the new one.