Percentage Decrease Calculator Formula

Understand the math behind the percentage decrease calculator. Each variable explained with a worked example.

Formulas Used

Percent Decrease

percent_decrease = ((old_value - new_value) / old_value) * 100

Difference

difference = old_value - new_value

Variables

VariableDescriptionDefault
old_valueOriginal Value80
new_valueNew Value60

How It Works

How to Calculate Percentage Decrease

Formula

Percentage Decrease = ((Old Value - New Value) / Old Value) × 100

This formula tells you how much a value has decreased relative to the original amount.

Worked Example

A stock price dropped from $80 to $60. What is the percentage decrease?

old_value = 80new_value = 60
  1. 01Difference = 80 - 60 = 20
  2. 02Percentage Decrease = (20 / 80) × 100
  3. 03= 0.25 × 100
  4. 04= 25%

When to Use This Formula

  • Calculating how much a stock, cryptocurrency, or investment portfolio has declined from a previous high to assess the severity of a drawdown.
  • Determining the actual discount percentage when a store shows the original and sale prices but does not explicitly state the percent off.
  • Measuring the drop in website traffic, conversion rate, or revenue between two time periods to quantify the impact of a change.
  • Tracking weight loss progress as a percentage of starting weight, which is more meaningful than pounds alone when comparing across different body sizes.
  • Reporting budget cuts or cost reductions in percentage terms for management presentations where relative magnitude matters more than absolute dollars.

Common Mistakes to Avoid

  • Dividing by the new (smaller) value instead of the original (larger) value — percentage decrease is (old - new) / old × 100, not (old - new) / new × 100. Using the wrong denominator inflates the percentage.
  • Confusing percentage decrease with percentage point decrease — a rate going from 8% to 6% is a 2 percentage point decrease but a 25% relative decrease, and conflating these misrepresents the change.
  • Assuming a percentage decrease can be reversed by the same percentage increase — a 20% decrease from 100 gives 80, but a 20% increase from 80 gives 96, not 100. The recovery percentage is always larger than the decline percentage.
  • Reporting a negative percentage decrease when the value actually increased — if the new value is larger than the old value, the change is an increase, not a decrease, and the formula produces a negative number that should be reframed.

Frequently Asked Questions

What is percentage decrease?

Percentage decrease measures how much a value has fallen relative to its original amount. Formula: ((Old - New) / Old) × 100.

Is percentage decrease always positive?

By convention, the percentage decrease formula yields a positive number when the new value is smaller than the old value. If the new value is larger, the result would be negative, indicating an increase instead.

How do I find the original price before a discount?

Divide the discounted price by (1 - discount percentage/100). For example, if an item is $60 after a 25% discount, the original price was $60 / (1 - 0.25) = $60 / 0.75 = $80.

What is the difference between a 50% decrease and losing half?

They are the same. A 50% decrease means the new value is half of the original. However, note that after a 50% decrease, you would need a 100% increase (doubling) to get back to the original — percentage changes are not symmetric.

Learn More

Guide

How to Calculate Percentages - Complete Guide

Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.

Ready to run the numbers?

Open Percentage Decrease Calculator