How to Calculate Percentage Decrease in Excel

“calculate percentage decrease in excel” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: use =(New-Old)/Old and format the result as a percentage.

ƒxPercentage ChangeLive
Percentage change
+40.00%

Increase of 48 units

=(new-old)/old
=(New-Old)/Old
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

Percentage change tells you how much a value rose or fell relative to where it started, which is what makes a €20 move on €100 (20%) and a €20 move on €400 (5%) comparable. Subtracting old from new gives the absolute change; dividing by the old value rebases it to a rate. A positive result is an increase, a negative one a decrease. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “calculate percentage decrease in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That is what makes a calculation you can defend to a CFO or an auditor useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

A price goes from 120 to 168: =(168-120)/120 = 0.4, formatted as 40% — a 40% increase. If it instead fell to 90, =(90-120)/120 = −25%. The tool above colours increases green and decreases red and also shows the raw unit change, so you see both the rate and the absolute move. Percentage change is the language of every trend: month-on-month revenue, year-on-year growth, price moves, conversion shifts. It turns two raw numbers into a comparable story anyone can read at a glance. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. If you take one thing from this page on “calculate percentage decrease in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Dividing by the new value instead of the old — the base must be the starting point.
  • Leaving the result as a decimal (0.4) instead of formatting it as 40%.
  • Averaging percentage changes across periods instead of compounding them.
  • Dividing by zero when the original value is 0, which has no defined percentage change.

Frequently asked questions

Increase vs difference — same thing?

Percentage increase/decrease keeps the sign and uses the old value as base. Percentage difference between two independent figures usually divides by their average instead.

How do I show it with a + or − sign?

Apply a custom number format like +0.0%;−0.0% so increases and decreases are visually signed without extra formulas.

Why is my percentage huge?

Almost always a missing percent format (a value of 0.4 shown as 40 instead of 40%) or dividing by a very small base value.

Other ways people ask this

On the way here you may have searched this as “calculate percentage decrease in excel” and “calculate decrease percentage in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “calculate percentage decrease in excel”, “calculate decrease percentage in excel” all point at the one operation explained on this page, which is why they all lead here.