Audited 27 Jul 2026·Last updated 27 Jul 2026·5 citations·Tier 1·0 uses

Percent Decrease Calculator

Free percent decrease calculator. Enter an old and new value to get the percentage decrease and the exact drop in dollars or units, instantly.

Percent Decrease Calculator

The original, earlier, or starting value — the number the decrease is measured against. Cannot be zero.
The new, later, or ending value you are comparing against the old value.
Percent decrease
16.00
(old value − new value) ÷ |old value| × 100. Positive means the value fell; a negative result means the value actually grew.
Absolute change
24

Background.

A percent decrease calculator answers the mirror-image question to percent increase: by what percentage did this go down? Enter the old value and the new value and the page returns the percent decrease and the plain absolute drop, using arbitrary-precision decimal arithmetic so a figure like a $24 drop on a $150 stock price returns exactly 16%, not a floating-point approximation. Type a price before and after a markdown, a body weight before and after a diet, a reservoir level before and after a drought, or a headcount before and after layoffs, and the calculator handles the division for you.

Quanta already ships a general percentage-change calculator that reports a signed percent change alongside an absolute change and a symmetric percent-difference figure. This page is deliberately narrower, and for the same reason its sibling percent-increase calculator is narrower: "percent decrease" is one of the highest-volume directional percentage searches on the internet, typed by someone who already knows the value went down and wants a single, unambiguous, positive number describing how far it fell — not a negative sign they have to interpret, and not a mode selector standing between them and their answer.

That design choice — returning a positive number when a real decrease occurs — is a deliberate sign convention, and it is the opposite convention from the one used internally by the general percentage-change tool, which always reports growth as positive and decline as negative. Here, percentDecrease = (oldValue − newValue) ÷ |oldValue| × 100, which is precisely the negative of the percent-increase formula applied to the same two numbers. If a price falls from $150 to $126, percent-decrease reports +16%, while percent-increase (applied to the same two values) would report −16%. Both numbers describe the same event; this page's convention is simply the one that reads naturally to someone who already knows they're looking at a decline: "the price dropped by 16%" rather than "the price changed by negative 16%."

The formula divides by the old value, not the new value, and that choice has real consequences that trip up even experienced analysts. A price that falls from $100 to $80 has decreased by 20% (20 ÷ 100). To reverse that exact move — going back from $80 to $100 — requires a 25% increase (20 ÷ 80 × 100), not a 20% increase, because the base you're now working from is smaller. This asymmetry is the mathematical reason that recovering from any percentage loss always demands a proportionally larger percentage gain, and it shows up everywhere from investment portfolios (a 50% drawdown needs a 100% recovery gain) to weight-loss framing (losing 20% of your body weight and gaining it back is not simply reversing a 20% gain).

Because the formula divides by the old value, an old value of exactly zero makes percent decrease undefined — there is no percentage decline from nothing. The calculator throws a clear error rather than returning a misleading number in that case, the same defensive behaviour used across every percentage tool on this site. Negative starting values are still handled correctly: the absolute value of the old value sits in the denominator, so a quantity moving further from zero in the negative direction (say, a temperature deviation deepening from −50 to −80) is correctly reported as a positive percent decrease, because the underlying value genuinely got smaller.

Below the calculator you'll find the formula derivation with the sign convention spelled out explicitly, a hand-verified worked example using a real stock-price decline, and eight FAQs covering percentage points, negative results, price-drop math, and when to reach for the general percentage-change tool instead.

What is percent decrease calculator?

Percent decrease is the directional, signed measure of how much a value has fallen, expressed as a percentage of its original value, with the sign convention chosen so a genuine decline returns a positive number: percentDecrease = (oldValue − newValue) ÷ |oldValue| × 100. Like percent increase, it is grounded in the proportional-reasoning skills named explicitly in Common Core State Standard 7.RP.A.3, which lists "percent increase and decrease" alongside markups, markdowns, and simple interest as core applications of ratio and percent reasoning. A percent decrease calculation, like a percent increase calculation, always requires two ordered numbers: an old (earlier, starting, or baseline) value and a new (later, ending, or resulting) value, because the percentage only has meaning once you know which number the comparison is anchored to. The denominator is always the old value, never the new one, which is why a $20 drop on a $100 item (20%) and a $20 recovery back to $100 on an $80 item (25%) are different percentages despite the identical dollar amount — the base each percentage is measured against is different.

How to use this calculator.

  1. Enter the old value — the starting number, before the decrease happened.
  2. Enter the new value — the ending number, after the decrease happened.
  3. Read the percent decrease. A positive number means the value fell by that percentage relative to the old value.
  4. Read the absolute change for the plain dollar-or-unit drop between the two numbers.
  5. If the percent decrease comes back negative, the value actually grew rather than fell — switch to the percent-increase calculator for a page framed around that direction, or use the general percentage-change tool if you want both directions handled with a single, symmetric sign convention.
  6. Confirm which number you entered as "old" before trusting the result — the denominator is always the old value, so swapping the two inputs changes both the sign and the magnitude of the answer.

The formula.

%Δ⁻ = (O − N) ⁄ |O| × 100

The absolute change is oldValue minus newValue — a plain subtraction, kept in the original units, that comes out positive whenever the value genuinely fell. The percent decrease turns that same difference into a dimensionless ratio: divide the absolute change by the absolute value of the old value, then multiply by 100.

This calculator's sign convention is the mirror image of its sibling percent-increase page: percentDecrease(old, new) is always equal to −percentIncrease(old, new) for the same two numbers, because (oldValue − newValue) is the negation of (newValue − oldValue), and both formulas share the identical denominator |oldValue|. That relationship is enforced in the test suite and is worth internalizing: whichever of the two pages you land on, a real decline always produces a positive number here and a negative number on the percent-increase page, and a real increase produces the reverse.

Taking the absolute value of the old value in the denominator matters when the old value is negative. Consider a quantity moving from −50 to −80 — getting more negative, which for most real quantities (temperature deviation, account balance, elevation below sea level) represents a genuine worsening or decrease. Without the absolute value, (−50 − (−80)) ÷ (−50) × 100 = 30 ÷ −50 × 100 = −60%, which misleadingly reads as an increase. With the absolute value in place, (−50 − (−80)) ÷ |−50| × 100 = 30 ÷ 50 × 100 = +60%, correctly reporting a 60% decrease.

Because both formulas divide by the old value, oldValue = 0 remains the one input this calculator refuses, for the same reason it's refused on the percent-increase page: there is no honest percentage decline from a starting point of nothing. Note also that percent decrease and percent increase are not symmetric when chained: a value that falls 20% and then rises 20% does not return to its starting point, because the second percentage is calculated against the smaller, already-reduced base. $100 reduced by 20% is $80; $80 increased by 20% is $96, not $100 — the recovery gain needed to fully undo a 20% loss is actually 25%, not 20%.

A worked example.

Example

A stock opens the week at $150 a share and closes at $126. Entering 150 as the old value and 126 as the new value returns an absolute change of $24 and a percent decrease of exactly 16%. The arithmetic: absoluteChange = 150 − 126 = 24; percentDecrease = 24 ÷ 150 × 100 = 0.16 × 100 = 16%. A financial report would describe this as "the stock fell 16% on the week," using the positive-for-decline convention this calculator returns by default — no mental sign-flipping required. The $24 absolute figure matters separately: for an investor holding 500 shares, the 16% headline number and the $12,000 total dollar loss (500 × $24) are both meaningful, but they answer different questions — the percentage tells you how the position performed relative to its size, while the dollar figure tells you the actual money at stake.

new Value126
old Value150

Frequently asked questions.

What is the formula for percent decrease?
Percent decrease = (old value − new value) ÷ old value × 100, using the absolute value of the old value in the denominator so the sign stays correct when the old value is negative. In symbols: %Δ⁻ = (O − N) ÷ |O| × 100. A positive result means the value fell; this is the standard convention used across retail markdowns, financial reporting, and Common Core State Standard 7.RP.A.3, which names percent increase and decrease explicitly as applications of proportional reasoning.
How do you calculate a percentage decrease between two numbers?
Subtract the new value from the old value to get the raw drop, then divide that drop by the old value, then multiply by 100. A price that fell from $80 to $68: the drop is $12, divide by $80 to get 0.15, multiply by 100 to get 15%. Always divide by the starting (old) number, never the ending number — the percentage describes how much of the original value was lost, and the original value is the correct reference point.
Why is this calculator's sign convention different from the general percentage-change calculator?
The general percentage-change calculator always treats growth as positive and decline as negative, which is the standard convention for a tool that has to handle both directions equally. This page is built specifically for the "I know it went down" case, so it flips the sign: a genuine decrease returns a positive number, matching how people naturally say "prices dropped 10%" rather than "prices changed by negative 10%." The two tools compute mirror-image formulas — percentDecrease is always the negation of percentIncrease for the same pair of numbers — so neither is more "correct"; they're built for different reading experiences.
Why can't the old value be zero?
Because the formula divides by the old value, and division by zero is undefined. If a quantity started at literally zero, there's no meaningful percentage you can attach to any subsequent change — you cannot decrease from nothing. Quanta's calculator throws a clear error in this case instead of returning a misleading number, the same way a spreadsheet would show a #DIV/0! error rather than fabricate a result.
Can the percent decrease be negative?
Yes, and it means the value actually increased rather than decreased. If you enter an old value of 80 and a new value of 100, the calculator returns −25%, because (80 − 100) ÷ 80 × 100 = −25. This mirrors exactly what the percent-increase calculator would report as +25% for the identical inputs — both numbers describe the same underlying growth event, just with opposite sign conventions. A negative result here is not an error; it is a signal to check the percent-increase calculator instead.
How do I calculate a percentage drop in price?
Subtract the sale price from the original price to find the dollar drop, then divide by the original price, then multiply by 100. A TV marked down from $600 to $450 dropped $150, and $150 ÷ $600 × 100 = 25%. This is identical math to a straightforward percent-off calculation, and the two pages exist for slightly different framings — percent-off starts from a known discount rate and computes the sale price, while percent-decrease starts from two known prices and computes the discount rate that connects them.
Why doesn't a 20% drop followed by a 20% gain bring you back to where you started?
Because the 20% gain is calculated against the new, smaller base. $100 dropped by 20% is $80. Increasing $80 by 20% adds $16 (20% of the now-smaller $80 base, not the original $100), landing at $96 — not $100. To fully recover a 20% loss you actually need a 25% gain, because you're climbing back up from a smaller number. This asymmetry is why large percentage losses are disproportionately damaging over time and why investors pay close attention to avoiding steep drawdowns rather than assuming an equal-percentage rebound will make them whole.
What is the percent decrease from 100 to 80?
20%. The absolute change is 100 − 80 = 20, and the percent decrease is 20 ÷ 100 × 100 = 20%. Reversing the direction — going from 80 back up to 100 — is a 25% increase, not 20%, because the reference value (the denominator) changes from 100 to 80 between the two calculations. This is the same asymmetry covered on the percent-increase calculator, viewed from the opposite direction.
Should I use percent decrease or the general percentage-change calculator?
Use percent decrease when you already know the value fell and want a clean, positive percentage describing how much — the common case for price drops, weight loss, inventory depletion, and population decline. Use the general percentage-change calculator when you want the signed change, absolute change, and symmetric percent-difference figure together, or when you aren't sure in advance whether the two numbers will show growth or decline. Both compute the same underlying relative-difference relationship; this page is the fast, decline-focused version of it.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon