Percentage Decrease Calculator

Percentage Decrease Calculator

Calculate the percentage reduction between a starting value and a lower ending value with a clear result panel.

Last updated: March 2026 | By ForgeCalc Engineering

Percentage Decrease Solver

Reduction calculation

Calculation Steps

1.Initial value: 120
2.Final value: 100
3.Decrease = 120 - 100 = 20
4.Formula: (decrease / absolute initial) × 100
5.Calculation: (20 / 120) × 100 = 16.666667%
Result
16.666667%

Decrease

What Is Percentage Decrease?

Percentage decrease measures how much a value falls relative to its original amount. It is widely used for prices, measurements, and decay over time.

How to Calculate Percentage Decrease

  1. Subtract the final value from the initial value.
  2. Divide by the absolute value of the initial value.
  3. Multiply by 100.
  4. Read the result as a percentage decrease.
decrease = ((initial - final) / |initial|) x 100

Worked Example

Example: 120 to 100 is a 16.67% decrease.

(120 - 100) / 120 x 100 = 16.67%

Frequently Asked Questions

Can the decrease be over 100%?

In some contexts with negative values it can exceed 100%, but usually it stays between 0 and 100.

What if the final value is higher?

That would produce a negative decrease, which is effectively an increase.

Does this accept decimals?

Yes. Any finite real numbers are accepted.

Why is the initial value required?

The initial value is the reference point for the decrease calculation.

Related Tools