Informational/Utility
Percentage Change Calculator: Increase, Decrease, and Difference
March 12, 2026
Calculate percentage increase and decrease with clear formulas and practical examples.
Ready to convert faster with consistent results?
Open Math Toolsarrow_forwardWhat Is Percentage Change
Percentage change measures how much a value has increased or decreased relative to its starting point, expressed as a percentage. It is different from the absolute change (which is just the raw difference) and from the percentage point difference (which compares two percentages directly). Percentage change is the most common way to communicate growth rates, price changes, and statistical trends.
The formula: percentage change = ((new value − old value) ÷ old value) × 100. A positive result means an increase. A negative result means a decrease. The sign tells you the direction; the number tells you the magnitude relative to where you started.
Calculating Percentage Increase
Percentage increase applies when the new value is higher than the original. Formula: ((new − old) ÷ old) × 100. For a price that rose from $40 to $50: ((50 − 40) ÷ 40) × 100 = (10 ÷ 40) × 100 = 25% increase. The result means the new price is 25% higher than the original.
A common application is calculating year-over-year revenue growth. If annual revenue was $800,000 and rose to $1,000,000: ((1,000,000 − 800,000) ÷ 800,000) × 100 = (200,000 ÷ 800,000) × 100 = 25% growth. The same formula applies regardless of the scale of the values.
Calculating Percentage Decrease
Percentage decrease applies when the new value is lower. The formula is identical: ((new − old) ÷ old) × 100. The result will be negative, indicating a decrease. For a stock price that fell from $80 to $60: ((60 − 80) ÷ 80) × 100 = (−20 ÷ 80) × 100 = −25%. The price decreased by 25%.
Note that a 25% increase followed by a 25% decrease does not return to the original value. From $100: a 25% increase gives $125. A 25% decrease on $125 gives $93.75 — not $100. The asymmetry exists because the percentage is applied to a different base each time.
Percentage Points vs Percentage Change
This is one of the most common quantitative mistakes in reporting. A percentage point is the arithmetic difference between two percentages. Percentage change is the relative change. If an interest rate rises from 4% to 6%, that is a 2 percentage point increase — but a 50% change in the rate.
Financial and political reporting frequently confuses these. When a market share rises from 20% to 25%, saying 'it increased by 5%' is ambiguous — it could mean 5 percentage points (the arithmetic difference) or it could mean a 25% increase in the share itself. Specifying 'percentage points' versus 'percent change' removes the ambiguity.
Compound Change Over Multiple Periods
When a value changes across multiple periods — like annual price increases or monthly growth rates — the periods compound, not add. A 10% increase in year one followed by a 10% increase in year two is not a 20% total increase. It is a 21% total increase: (1.10 × 1.10 = 1.21).
For compound change over n periods at a consistent rate r: total change = (1 + r)^n − 1. For 5% annual growth over 3 years: (1.05)^3 − 1 = 1.1576 − 1 = 0.1576 = 15.76% total growth. This is the foundation of compound interest calculations.
Quick Reference Table
Use these benchmark pairs for fast sanity checks.
| From | To | Change | % Change |
|---|---|---|---|
| 100 | 120 | +20 | +20% |
| 100 | 80 | -20 | -20% |
| 50 | 75 | +25 | +50% |
| 200 | 150 | -50 | -25% |
| 40 | 60 | +20 | +50% |
Frequently Asked Questions
What is the difference between percentage change and percentage points?
Percentage points measure the arithmetic difference between two percentages (e.g., from 10% to 15% is 5 percentage points). Percentage change measures relative change (from 10% to 15% is a 50% increase in the rate itself).
Can percentage change be more than 100%?
Yes. If a value doubles, the percentage increase is 100%. If it triples, it is 200%. Percentage change above 100% simply means the new value is more than double the original.
How do I calculate percentage change in Excel?
The formula is =(new_value - old_value)/old_value formatted as a percentage. For example, if old value is in A1 and new value is in B1: =(B1-A1)/A1 then format the cell as a percentage.