Percentage Decrease Calculator

Percentage Decrease Formula

One compact formula powers discounts, KPIs, grades, and population summaries, as long as the baseline is the starting value.

Percentage Decrease Calculator

Quick answer

Percent decrease compares the drop to the original value: subtract new from original, divide by original, multiply by 100.

((original − new) / original) × 100

Introduction

If you already use spreadsheets, this is the same ratio you would lock into a single cell before copying down a column.

New to the vocabulary? Start with what is percentage decrease for a plain-language definition before you dive into symbols.

Main content

What the formula is doing

The numerator is the amount of decrease in the same units as the baseline. Dividing by the baseline rescales that drop into “per one hundred units of baseline.”

Multiplying by 100 converts the decimal into a familiar percent display.

Think of the result as “how many cents of decrease per dollar of baseline,” scaled so people can compare unlike quantities (hours, dollars, scores) on the same percent scale.

Auditors and editors care less about the symbols than about whether everyone agrees which value is O and which is N on the page.

Formula in symbols

((starting value − new value) / starting value) × 100

Some textbooks label “original” and “new.” Keep the mapping consistent on every slide: readers should never guess which number sits in the denominator.

When the new value exceeds the starting value, the numerator flips sign. The magnitude still tells you how large the move is relative to the baseline.

In Excel or Google Sheets you can leave the cell as a decimal and apply percent format; our percentage decrease in Excel article shows column layouts that reduce reference errors.

Step-by-step breakdown

  1. Write O for original and N for new.
  2. Compute O − N.
  3. Divide (O − N) by O.
  4. Multiply by 100.
  5. Optional: round for display, keep extra digits for downstream calculations.
  6. Document which period or price list supplied O so a teammate can reproduce the ratio later.

Worked example

Hours billed drop from 1,200 to 960. ((1,200 − 960) / 1,200) × 100 = 20%.

If someone mis-places 960 in the denominator, the percentage will not match the story. Double-check cell references in Excel.

The same four moves appear in the how to calculate percentage decrease walkthrough, which adds calculator and spreadsheet paths beside pencil-and-paper work.

FAQ

Can the result exceed 100%?
Yes, when the new value is negative while the original is positive, or when the drop is larger than the original in magnitude. Explain those cases carefully.
Should I use absolute value on the denominator?
For the standard decrease definition here, the baseline is the stated starting value. If your domain uses signed baselines, align with your finance or data policy first.
Is the formula different for discounts?
No. List price and paid price still map to original and new; only the labels change in retail copy.

Conclusion

Summary

The formula is short; the discipline is naming the baseline and using it consistently.

Plug pairs of values into the Percentage Decrease Calculator whenever you want a second opinion on the arithmetic.

Keep a one-line legend on every chart: “Percent decrease = (start − new) / start × 100, start = …” so future you does not reverse the ratio by habit.

Open the calculator

Related posts