How do you calculate percentage decrease?
Subtract the new value from the old value, divide by the absolute old value, and multiply by 100.
Measure how much a value fell, or apply a percent decrease such as a discount.
Compare old and new values, or reduce a starting value by a percent.
How to use Percentage Decrease Calculator, plus the formulas and logic behind the results.
Percentage decrease measures a reduction relative to the original amount, or applies a percent off to compute the new amount.
From→to: ((old − new) ÷ |old|) × 100By percent: new = old × (1 − percent ÷ 100)Decrease amount = old − newDecrease examples
From-to mode uses (old − new) over |old|. By-percent mode scales by (1 − p/100). Zero old values are blocked for from-to comparisons.
If the new value is higher than the old value in from-to mode, the result is a negative decrease (an increase).
Common questions about this calculator and how to use the results.
Subtract the new value from the old value, divide by the absolute old value, and multiply by 100.
Multiply by (1 − percent/100). For example, 50 × 0.90 = 45 for a 10% decrease.
Yes. A 20% off sale decreases the price by 20%.
From-to mode returns a negative decrease, meaning the value actually increased.
Yes mathematically, but the new value may become negative.
It keeps the formula defined for negative bases while preserving a clear magnitude.