ToolJutsu
All tools
Calculator Tools

Percentage Decrease Calculator

Calculate the percentage decrease between two values, with the full step-by-step.

What are you calculating?

Percentage decrease

25%

Absolute change

20

down by 20

New value

60

from 80

Calculation steps

  1. 1. Subtract the new value from the original: 80 − 60 = 20
  2. 2. Divide by the original value (not the new one): 20 ÷ 80 = 0.25
  3. 3. Multiply by 100: 0.25 × 100 = 25%

80 → 60 = 25% decrease (change of 20)

Processed on your device. We never see your files.

How to use Percentage Decrease Calculator

What this calculator does

This calculator works out the percentage decrease between two values — how much one number has fallen compared to another, expressed as a percentage of the original. It also runs the reverse workflow: given a starting value and a percentage to apply, it tells you the resulting smaller value. Both modes show the calculation step by step so you can copy the figure, or copy the reasoning, into a report or a spreadsheet.

How to calculate percentage decrease

The formula is:

percentage decrease = ((old value − new value) ÷ old value) × 100

Three steps in plain language: subtract the new from the old to get the absolute drop, divide by the old value (the base against which the loss is measured), then multiply by 100 to express the result as a percentage rather than a decimal.

The single most common mistake on this calculation is dividing by the new (smaller) value instead of the old one. Both percent-increase and percent-decrease use the same denominator: the starting value. The reason is simple — the question is “what fraction of where I started did I lose?”, and the starting point is the only fixed reference. If you divide by the new value, the denominator depends on how far you fell, which makes the answer self-referential.

Worked example

A pair of sneakers cost $80 last month and is on sale for $60 this month. The percentage decrease is:

StepWorkingResult
1. Subtract80 − 6020
2. Divide by original20 ÷ 800.25
3. Multiply by 1000.25 × 10025 %

Note that dividing $20 by $60 (the new price) gives 33.3 %, which is a common but incorrect result. The sneakers were marked down 25 %, not 33 %.

Three more for reference:

  • Headcount falls from 200 to 180 → (20 ÷ 200) × 100 = 10 %.
  • Revenue falls from $1.2M to $1.05M → (150 000 ÷ 1 200 000) × 100 = 12.5 %.
  • A phone bill drops from $45 to $36 → (9 ÷ 45) × 100 = 20 %.

”By” versus “to” versus repeated decreases

English overloads the word “decrease” in ways that cause real money to move in the wrong direction.

  • Decreased by 30 % → new value is 70 % of old (multiply by 0.70).
  • Decreased to 30 % → new value is 30 % of old (multiply by 0.30).
  • Decreased by 30 % then by another 30 % → multiply by 0.70 × 0.70 = 0.49, a 51 % total decrease, not 60 %.

The last one trips up retail-pricing teams constantly. Two back-to-back 30 % markdowns are not the same as a 60 % markdown. Discounts compound multiplicatively, never additively.

Percentage decrease vs percentage change vs difference

Three related terms answer different questions:

  • Percentage decrease is the positive magnitude of a drop. It always reports as a positive number; you separately state the direction in plain language (“the price dropped 25 %”).
  • Percentage change is the signed version. A drop reads as a negative number (“the price changed by −25 %”). Use this when you don’t know in advance which way the value will move — stock prices, temperature, A/B test results.
  • Percentage difference is symmetric. It uses the average of the two values as the denominator, and the order of inputs doesn’t matter. Use this when neither value is “the original” — comparing two thermometers, two store prices for the same product, two model predictions.

For the same two numbers (40 and 60), each of these formulas produces a different percentage. They are all correct — each answers a different question.

Common mistakes to avoid

Using the new value as the denominator. Always divide by the original. Dividing by the new value overstates the drop. Pattern: the smaller the new value, the bigger the over-statement.

Adding sequential percent decreases. Two 20 % cuts in a row are a 36 % total cut (0.80 × 0.80 = 0.64), not 40 %.

Confusing percent decrease with absolute decrease. A drop “from $1 000 to $900” is a $100 absolute decrease and a 10 % decrease — both true, both worth knowing, but they answer different questions in a report.

Reporting a negative decrease. If the formula returns a negative number, you actually have an increase. Reframe before sending. The calculator above flags this for you.

Privacy

This calculator runs as a few arithmetic operations in JavaScript on your device. There are no fetch calls, no analytics on the values you enter, no server-side logging.

Frequently asked questions

What is the formula for percentage decrease?
percentage decrease = ((old value − new value) ÷ old value) × 100. The denominator is the original value — the same denominator percent-increase uses. Many people instinctively divide by the new (smaller) value when calculating a decrease, but that's wrong and it overstates the drop. Example: if a price drops from $80 to $60, divide the $20 fall by the original $80 (= 25 %), not by the new $60 (which would falsely give 33 %).
Why do I divide by the old value and not the new one?
Because the percentage is measured against the starting point. You're asking 'what fraction of the original did we lose?' — and the original is fixed and known. Dividing by the new value asks a different (and usually unhelpful) question: 'what fraction of where I ended up was the loss?'. That figure depends on how far you fell, which is circular. The textbook convention — and what every spreadsheet, financial report, and statistics class uses — is to divide by the original.
Decreased by 50 %, decreased to 50 %, decreased by 50 % twice — what's the difference?
Decreased by 50 %: the value is now half of what it was (100 → 50). Decreased to 50 %: also half (100 → 50) — these two phrasings happen to coincide only at 50 %. They diverge everywhere else: 'reduced by 20 %' means new = old × 0.80, 'reduced to 20 %' means new = old × 0.20. Decreased by 50 % twice: 100 → 50 → 25, a 75 % total decrease, not 100 %. Sequential discounts compound multiplicatively (0.5 × 0.5 = 0.25), they don't add.
Can a percentage decrease be more than 100 %?
Only if the new value is negative. A 100 % decrease takes a value to zero. A 150 % decrease would mean the new value is −50 % of the original — possible for things like profit (which can swing into a loss) but impossible for prices, counts, or any quantity that is bounded at zero. If your math produces a > 100 % decrease and your data can't go below zero, check the inputs.
Is my data uploaded anywhere?
No. The calculator runs as two arithmetic operations in JavaScript on your device. There are no fetch calls, no analytics on the values you type, no server-side logging. You can verify in your device's network panel — once the page has loaded, switching off Wi-Fi changes nothing about how the calculator behaves.

Related tools