How to Calculate Percentage Change

Executive Summary

Percentage change measures how much a value has grown or shrunk relative to its original starting point. It expresses the magnitude of change as a fraction of the original, scaled to a percentage. This is the most important form of percentage calculation in the real world — it underpins investment returns, economic growth rates, scientific measurements, and business analytics. The formula is always the same: subtract the original value from the new value, divide by the original value, and multiply by 100.

Key Takeaways
  • One Universal Formula: Percentage change = ((New − Old) ÷ Old) × 100. The old (original) value is always the denominator.
  • Direction Matters: A positive result means growth; a negative result means decline. The sign is the answer to 'which direction?'
  • The Base Problem: Two people can have the same absolute change but very different percentage changes if their starting values differ. Always calculate relative to the original.
Visual Explanation

The Before-and-After Gap

Think of percentage change as measuring the size of a gap between two points, expressed relative to where you started. If you start at 50 and reach 75, the gap is 25. But the percentage change is not 25% — it is (25 ÷ 50) × 100 = 50%. The absolute gap (25) and the relative gap (50%) tell different stories. A gain of 25 from a starting value of 50 is far more impressive than a gain of 25 from a starting value of 500.

Same Absolute Change, Different Percentage Change — The Base Effect

% Change (same +$10 gain)
% Change (same +$10 gain)
$0%$30%$60%$90%$120%$10 → $20$1000 → $1010
Formula
% Increase =
End - StartStart
× 100

Percentage Increase Formula

Variable Glossary
SymbolMeaning & Description
% IncreaseThe relative increase expressed as a percentage
EndThe final ending value
StartThe initial starting value
Step-by-Step Worked Example
1. Mapped Variables
Starting Value (Start)
Start100
Ending Value (End)
End150
2. Equation Substitution
Equation with standard inputs
% Increase =
150 - 100100
× 100
3. Calculation Steps
Step 1: Find absolute difference

Difference = End - Start = 150 - 100 = 50

Step 2: Divide difference by initial base

Relative factor = Difference ÷ Start = 50 ÷ 100 = 0.5000

Step 3: Convert factor to percentage

Increase % = 0.5000 × 100 = 50.00%

Final Resolved Percentage Increase50.00%

Worked Examples: Increase vs. Decrease

Percentage Increase Example:

A stock was priced at $40 and rose to $52. What is the percentage increase?

Change=$52$40=$12\text{Change} = \$52 - \$40 = \$12
% Increase=1240×100=30%\text{\% Increase} = \frac{12}{40} \times 100 = \mathbf{30\%}

Percentage Decrease Example:

A property valued at $450,000 fell to $360,000 after a market correction. What is the percentage decrease?

Change=$450,000$360,000=$90,000\text{Change} = \$450,000 - \$360,000 = \$90,000
% Decrease=90,000450,000×100=20%\text{\% Decrease} = \frac{90,000}{450,000} \times 100 = \mathbf{20\%}

The Asymmetry Trap

A critical insight: percentage increases and decreases are not symmetric. If a value rises 50% and then falls 50%, it does not return to its original value.

  • Start: $100
  • Rise 50%: $100 × 1.5 = $150
  • Fall 50%: $150 × 0.5 = **$75**

You end 25% below where you started. The reason: the 50% fall is applied to a larger base ($150) than the original $100. This is the mathematical reason why recovering from an investment drawdown requires a larger percentage gain than the loss itself.

LossRecovery Required
−10%+11.1%
−20%+25.0%
−33%+50.0%
−50%+100.0%
Mental Model & Analogy

The Rubber Band Starting Point

Percentage change is always measured from the starting point — the original value acts as the anchor. Think of it as a rubber band attached to a wall (the original value). How far you stretch it (absolute change) matters less than how long the band was to start with (original value). Stretching a 10 cm band to 15 cm is a 50% change. Stretching a 100 cm band to 105 cm is only a 5% change. Same absolute stretch, wildly different percentage changes.

Real-World Applications
  • Investment Returns: A portfolio that grows from $10,000 to $14,500 has delivered a 45% return. Percentage change is the universal language of investment performance.
  • Economic Reporting: GDP growth, inflation rates, unemployment change, and trade balances are all reported as percentage changes from prior periods.
  • Business KPIs: Revenue growth, customer acquisition, churn rates, and conversion rates are all expressed as percentage changes between reporting periods.
  • Scientific Experiments: Measuring the percentage change in a variable (drug efficacy, temperature, chemical concentration) before and after intervention is standard in experimental methodology.
  • Population Statistics: Census data comparing cities, countries, or demographic groups always uses percentage change to compare growth rates across different absolute population sizes.
Common Mistakes to Avoid
  • Using the Wrong Base: The original (old) value is always the denominator. Using the new value as the base gives the wrong answer and is a different calculation (percentage of final). Example: (12 ÷ 52) × 100 ≠ the percentage increase from 40 to 52.
  • Confusing Percentage Points and Percentage Change: If interest rates go from 2% to 3%, they have risen by 1 percentage point. But the percentage change in the interest rate is (1 ÷ 2) × 100 = 50%. These are completely different claims.
  • Averaging Percentage Changes: You cannot average percentage changes arithmetically to find a multi-period result. If revenue grows 100% in Year 1 and drops 50% in Year 2, the arithmetic average (25%) implies a gain. But 100 × 2 × 0.5 = 100 — you break even. The correct measure is the compound growth rate (CAGR).
  • Ignoring Direction: Percentage change can be negative (a decrease). Removing the negative sign or using absolute values when the sign is meaningful produces misleading results.
Concept Comparison

APercentage Change (vs. Original)

Percentage change has a clear chronological direction: you start at Old and end at New. The original (Old) value is the reference point. It answers the question: "By what percentage did this value change from where it started?" It is asymmetric — the percentage increase from A to B is different from the percentage decrease from B to A.

BPercentage Difference (vs. Average)

Percentage difference compares two values of equal status (no "before" or "after") relative to their average: ((|A − B|) ÷ ((A + B) ÷ 2)) × 100. It is symmetric — the percentage difference between 40 and 50 is the same as between 50 and 40. Use it when comparing two data points that have no directional relationship — for example, comparing the height of two different people.

Decision Framework

Which Percentage Formula to Apply

SituationFormulaCalculator to Use
Value went up — how much % higher?((New − Old) ÷ Old) × 100Percentage Increase Calculator
Value went down — how much % lower?((Old − New) ÷ Old) × 100Percentage Decrease Calculator
Comparing two equal values (no direction)(A−B
Annual growth over multiple yearsCAGR = (End/Start)^(1/n) − 1CAGR Calculator
Known % — find a specific portion(X ÷ 100) × YPercentage Calculator
Frequently Asked Questions
Live Simulation

Percentage Increase Calculator Sandbox

Tweak variables below to see the formula calculate instantly.

Starting Value100
Ending Value150
Calculating...
Interactive Tool

Percentage Increase Calculator

Calculate the percentage change from an initial value to a final value.

Launch Interactive Calculator