Skip to content
CalcTide logo
Education & Math

Percentage Decrease Calculator

A percentage decrease calculator shows how much a value has fallen compared with where it started. If a price drops from $80 to $60, the decrease is 25% because the $20 drop is one quarter of the original $80. Enter the original value and the new value to see the percent decrease, the raw difference, and a clear label if the change was actually an increase instead. This is useful when you are checking sale prices, monthly expenses, body weight, production totals, traffic numbers, or any before-and-after result where the starting value is the reference point. The key idea is simple. Percentage decrease always compares the drop to the original amount, not to the ending amount.

Education & MathBy

Quick answer

Percentage decrease measures how far a value fell relative to the original value.

Percentage decrease

25% decrease

Difference

20

What this tells you

  • Percentage decrease measures how far a value fell relative to the original value.
  • The calculator uses ((original - new) / original) x 100, which matches the formula in the tool logic.
  • The raw difference shows the absolute drop, while the percentage shows how large that drop is in context.
  • The original value is always the base. That is why an $80 to $60 drop is 25% and not 33.3%.
  • A result of 0% means the value did not change at all.
  • A negative result means the new value is higher than the original, so the change is really an increase.

How to Use

  1. 11. Enter the original value, which is the amount before the change happened.
  2. 22. Enter the new value, which is the amount after the drop or change.
  3. 33. Read the percentage decrease result to see how large the drop is relative to the starting amount.
  4. 44. Check the Difference result if you also want the plain numeric drop without converting it to a percentage.
  5. 55. If the tool shows an increase instead, review your numbers because the new value is higher than the original one.

How It Works

Formula

percentage decrease = ((original - new) / original) x 100

Start by subtracting the new value from the original value to find the amount of the drop. Next, divide that drop by the original value, because the starting amount is the base for the comparison. Finally, multiply by 100 to convert the decimal into a percentage. For example, a change from 80 to 60 gives a difference of 20. Dividing 20 by 80 gives 0.25, and multiplying by 100 gives a 25% decrease. This tool also follows the same rule when the result is negative. If a value moves from 150 to 157.5, the difference is -7.5, so the formula returns -5%, which the tool labels as a 5% increase for easier reading.

Calculation note: values are processed in the order shown above, using the current input units.

Worked Examples

Sale price from $80 to $60

Original Value80
New Value60
Result25% decrease

Subtract 60 from 80 to get a $20 drop. Divide 20 by the original 80 and you get 0.25. Multiply by 100 and the result is a 25% decrease. This is the classic percent-off example, and it shows why the starting price is the only correct base.

Weight from 200 lb to 170 lb

Original Value200
New Value170
Result15% decrease

The weight fell by 30 lb. Dividing 30 by the starting 200 lb gives 0.15, which becomes 15% after multiplying by 100. This is a good example of why the raw drop and the relative drop answer different questions. Thirty pounds sounds large by itself, but the percentage shows how large it is compared with the original weight.

Website traffic from 8,400 to 6,300 visits

Original Value8400
New Value6300
Result25% decrease

The site lost 2,100 visits over the period being compared. Divide 2,100 by the original 8,400 visits and you get 0.25, or 25%. This kind of example is useful in reporting because a raw drop alone can look large or small depending on the original traffic volume.

Monthly spending from $1,200 to $930

Original Value1200
New Value930
Result22.5% decrease

First find the drop, which is $270. Then divide 270 by the original 1,200 to get 0.225. Convert that decimal to a percentage and you get a 22.5% decrease. This is a practical budgeting example because it shows both the dollar savings and the relative reduction.

Production defects from 45 to 18

Original Value45
New Value18
Result60% decrease

The defect count fell by 27. Dividing 27 by the original 45 gives 0.6, which converts to 60%. A result like this is often easier to compare across teams or time periods than the raw drop alone, because it scales the improvement to the starting level.

Subscription price from $150 to $157.50

Original Value150
New Value157.5
Result5% increase

This example shows what happens when the new value is higher than the original one. The difference is 150 - 157.5 = -7.5, and -7.5 divided by 150 equals -0.05. The formula returns -5%, which the calculator relabels as a 5% increase so the direction stays clear.

Percentage Decrease Quick Reference

Common before-and-after pairs and the matching percentage decrease.

OriginalNewDifferenceDecrease
100901010%
100752525%
100505050%
80602025%
2502005020%
60451525%
1,20093027022.5%
45182760%

The same raw drop can produce different percentages when the original values are different. A fall of 20 from 80 is 25%, but a fall of 20 from 200 is only 10%.

Common mistakes

  • Dividing by the new value instead of the original value. From 80 to 60, the correct setup is 20 / 80, not 20 / 60.
  • Assuming the same percent increase reverses the same percent decrease. A 25% drop from 80 reaches 60, but a 25% increase from 60 only reaches 75.
  • Mixing up percentage decrease and percentage points. A rate that falls from 12% to 9% drops by 3 percentage points, which is a 25% relative decrease.
  • Forgetting to check direction. If the new value is larger than the original, the change is not a decrease at all.
  • Rounding too early in multi-step work. Keep the full decimal until the end if you need a cleaner final percentage.

Embed this calculator on your site

Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.

<script src="https://calctide.com/embed.js" data-tool="percentage-decrease-calculator" async></script>

Preview the embed at /embed/percentage-decrease-calculator/.

Frequently Asked Questions

Subtract the new value from the original value, divide by the original value, and multiply by 100. For example, a drop from 80 to 60 is 20 / 80 x 100 = 25%. The original value stays in the denominator because it is the reference point for the change.
The percentage decrease from 100 to 75 is 25%. The drop is 25, and 25 divided by the original 100 equals 0.25. Multiply by 100 and you get 25%.
It is not 33.3% because the calculation must use the original 80 as the base. The drop is 20, and 20 divided by 80 equals 25%. If you divide by 60 instead, you are measuring the difference against the ending value, which answers a different question.
Yes, percentage decrease can be more than 100% if the new value goes below zero. For example, a change from 50 to -10 has a drop of 60, and 60 divided by 50 equals 1.2, or 120%. In many everyday cases like price or quantity, values do not go below zero, so 100% is the practical lower limit.
If the value increased, the formula produces a negative percentage decrease. This calculator converts that output into a plain increase label so you do not have to interpret the sign yourself. For instance, moving from 150 to 157.5 becomes a 5% increase.
Yes, percent off uses the same math as percentage decrease when you compare the original price with the discounted price. A 25% off sale means the final price is 25% lower than the original one. The only difference is that retail ads usually state the percentage first, while this calculator can derive it from the two prices.
Use the raw difference when the plain amount matters more than the relative change. For example, saving $270 on a monthly bill is a concrete budget number, while 22.5% helps you compare that savings with other categories. In reports and planning, it is often best to look at both side by side.
They do not cancel out because the base changes after the first move. If 80 drops by 25%, it becomes 60. A 25% increase on 60 adds only 15, so the value returns to 75, not 80. To recover fully from a 25% decrease, the new lower value needs a 33.3% increase.
It estimates percentage decrease calculator outputs using the visible inputs and formula assumptions on this page.

Explore More in Education & Math