Percentage Change Calculator

Calculate percentage increase or decrease between two numbers. With absolute and relative change.

Change

Absolute change
Ratio
Direction

What is percentage change?

Percentage change measures how much something has increased or decreased relative to its original value, expressed as a percentage. It’s one of the most commonly used metrics in finance, business, statistics, and daily life. Stock prices: ‘Apple gained 3.2% today’. Salaries: ‘Average raise was 5%’. Population: ‘India’s population grew 0.9% last year’. Economic indicators: ‘GDP grew 7.2% YoY’. The formula is simple but the concept reveals important info – is something growing, shrinking, or stable? Percentage change normalizes the comparison so you can compare unequal sizes – a $10 increase from $100 (10%) vs from $1000 (1%) tells different stories about the relative magnitude.

How to use this tool

  1. Enter old value — The starting / original value before change.
  2. Enter new value — The ending value after change.
  3. Read percentage change — Increase % (positive) or decrease % (negative). Plus absolute change in actual units.

Formula

% Change = (New – Old) / |Old| × 100

The |Old| (absolute value) ensures correct direction when Old is negative.

Cases:

  • Result > 0: Increase
  • Result < 0: Decrease
  • Result = 0: No change

Examples:

  • From 50 to 75: (75-50)/50 × 100 = 50% increase
  • From 100 to 80: (80-100)/100 × 100 = -20% = 20% decrease
  • From 1000 to 1050: 5% increase
  • From 1050 to 1000: -4.76% (NOT -5%! Because base value changed)

Why -4.76% not -5%?

From 1000 to 1050 is 50/1000 = 5%. But from 1050 back to 1000, the 50 drop is from a 1050 base, so 50/1050 = 4.76%. This asymmetry is important – going up X% then down X% does NOT return to original!

Examples

  • Stock from ₹100 to ₹120: +20% increase
  • Income tax cut from 30% to 25%: -16.67% reduction (NOT 5%, that’s percentage points)
  • Salary ₹50K to ₹55K: +10% raise
  • Sales decline 1000 to 750 units: -25% (a quarter of sales gone)
  • House price ₹50L to ₹65L over 3 years: +30% total. Annualized (3-year CAGR): ~9.1% per year
  • Population India 2010 (1.21B) to 2024 (1.43B): +18.2% over 14 years, or 1.2% per year CAGR
  • Stock crashed from ₹500 to ₹250: -50%. To recover, needs +100% gain – dangerous asymmetry of percentage losses

Tips & best practices

  • Always specify the BASE – ‘X% change’ is meaningless without knowing X% of what
  • Percentage points vs percentage: tax rate moving from 18% to 20% is +2 percentage points OR +11.1% relative increase. Be precise
  • Annual % change: monthly average doesn’t equal yearly average. Use compound annual growth rate (CAGR) for multi-year
  • Negative starting values reverse the sign – a loss going from -100 to -50 is a 50% INCREASE (improvement), not decrease
  • Stocks: 50% loss requires 100% gain to recover. 80% loss needs 400% gain. Asymmetric mathematics of losses
  • Inflation effect: nominal price rise vs real (inflation-adjusted). Indian inflation 6% means 10% rise = 4% real rise
  • Compounding: 10% increase + 10% increase ≠ 20%. Actually 1.10 × 1.10 = 1.21 = 21% increase

Limitations & notes

Doesn’t apply meaningfully when old value is 0 (division by zero – infinite percentage change). Negative values can be confusing – know whether you’re working with always-positive values or signed quantities. For multi-period growth, use CAGR rather than simple percentage change of endpoints (CAGR accounts for compounding).

Frequently Asked Questions

What’s a ‘percentage point’ vs ‘percentage’?

Percentage point: absolute difference between two percentages. Percentage: relative change. If interest rate moves from 5% to 7%, that’s 2 percentage points UP (absolute) OR 40% relative increase (2/5 of 5). News headlines often confuse them – ‘rate increased 2%’ is ambiguous!

Why does 10% gain not offset 10% loss?

Different bases. 100 – 10% = 90. 90 + 10% = 99 (not 100!). The gain percentage is on a smaller base. To recover a 10% loss requires +11.1% gain. To recover 50% loss requires +100% gain. The asymmetry compounds in serial losses – extremely bad for investments.

How do I find the original value from new value and % change?

Old = New / (1 + % change/100). Example: ‘After 25% discount, price is ₹750’. Old = 750 / (1 – 0.25) = 750 / 0.75 = ₹1000. The discount was on ₹1000 original.

Can percentage change exceed 100%?

Yes – if new value is more than double old. From 100 to 250 = 150% increase. From 100 to 1000 = 900% increase. From 100 to 0 = -100% (entire loss). But you can’t exceed -100% in a decrease – you can’t lose more than 100% of original (unless starting in debt).

What does ‘YoY’ mean?

Year-over-Year. Compares current period to same period last year. Useful for seasonal businesses – retail sales in Dec 2024 vs Dec 2023 (instead of Dec 2024 vs Nov 2024 which has different shopping patterns). MoM = Month-over-Month, QoQ = Quarter-over-Quarter.

How do I calculate annual % change from multi-year data?

Use CAGR (Compound Annual Growth Rate) formula: CAGR = (Final/Initial)^(1/years) – 1, times 100. Simple division of total % by years gives wrong answer. 21% over 2 years = 10% per year CAGR (because of compounding), not 10.5%.

Is ‘percent change’ the same as ‘percent difference’?

Slightly different. Percent change uses one value as base (typically older or original). Percent difference uses average of both as base: |A-B| / ((A+B)/2) × 100. Use percent change when there’s a clear ‘before’ and ‘after’. Use percent difference when comparing two equal-status values (e.g. measurement variability).

Related tools

Percentage Calculator · CAGR Calculator · ROI Calculator

Copied