📐 Math CalculatorsFree · No signup

Percentage Increase Calculator

Calculate percentage increase or decrease between two values. Shows percent change, absolute change, and the formula. Works for prices, growth rates, and any comparison.

Percentage Increase

25%

25 absolute change

% change = (125100) / |100| × 100 = 25%

About the Percentage Increase Calculator

A percentage increase calculator computes the percent change between two values — showing whether values increased or decreased, by what percentage, and the exact absolute change. Percentage change is one of the most universally used calculations in finance, business, science, and everyday life: stock returns, inflation rates, grade improvements, test score changes, population growth, salary negotiations, and sales analysis all rely on percent change to communicate the magnitude of change in a universally understandable format. The formula — (New − Old) / |Old| × 100 — captures the change relative to the starting point, making it comparable across different scales. A $100 increase on a $500 item (20% increase) is very different from the same $100 increase on a $5,000 item (2% increase). Our calculator handles both increases and decreases, shows the formula with your specific values, and explains the sign convention — positive means increase, negative means decrease. It also handles the common confusion between percentage increase and percentage decrease asymmetry (a 50% decrease followed by a 50% increase does not return to the starting value). Relevant for students, business analysts, investors, and anyone interpreting numerical changes.

Formula

%Change = ((New − Old) / |Old|) × 100 | CAGR = (Final/Initial)^(1/n) − 1 | Always divide by old value

How It Works

% Change = ((New − Old) / |Old|) × 100. For increase: New > Old → positive %. For decrease: New < Old → negative %. Absolute change = New − Old. Example 1 (price increase): old price $80, new price $100. % change = ((100−80)/80) × 100 = (20/80) × 100 = 25% increase. Absolute change = +$20. Example 2 (temperature decrease): old 20°C, new 15°C. % change = ((15−20)/20) × 100 = (−5/20) × 100 = −25% (25% decrease). Example 3 (population growth): old 50,000, new 54,750. % change = ((54,750−50,000)/50,000) × 100 = 9.5% increase. Compound annual growth rate (CAGR): for multi-year growth, CAGR = (Final/Initial)^(1/years) − 1. For 50,000 to 54,750 over 2 years: CAGR = (1.095)^(0.5) − 1 = 4.66%/year.

Tips & Best Practices

  • Asymmetry of percentage change: a 50% decrease followed by a 50% increase does not return to the starting value. Starting at 100: after −50% = 50; after +50% = 75. To return from 50 to 100 requires a 100% increase (doubling). This asymmetry matters for investors: a stock dropping 50% needs to gain 100% to recover.
  • Percent vs percentage points: if unemployment falls from 8% to 6%, it fell by 2 percentage points — but by (8−6)/8 × 100 = 25% in percentage terms. These two ways of expressing the same change mean very different things. "Unemployment fell 25%" sounds dramatic; "fell 2 percentage points" sounds modest. Both are correct but convey different magnitudes.
  • Basis points (bps): financial professionals express small percentage changes in basis points: 1 basis point = 0.01% = 0.0001. An interest rate rising from 4.25% to 4.50% increased by 25 basis points (not 25%). This avoids the "percent of a percent" confusion.

Who Uses This Calculator

Students calculating percentage change for math homework and data analysis assignments. Investors calculating portfolio returns and stock price changes. Business analysts measuring sales growth, cost changes, and performance metrics. Anyone comparing two numbers and needing to express the difference as a percentage of the original value.

Optimised for: USA · UK · Canada · Australia · Calculations run in your browser · No data stored

Frequently Asked Questions

How do I calculate percentage increase?

% increase = ((New - Old) / |Old|) × 100. Example: price rises from $80 to $100: ((100-80)/80) × 100 = 25% increase. For a decrease: price falls from $100 to $80: ((80-100)/100) × 100 = -20% (a 20% decrease).

Is a 50% decrease the same as a 50% increase in reverse?

No — they are asymmetric. A 50% increase: $100 → $150. A subsequent 50% decrease: $150 → $75. You end up below the starting point. To reverse a 50% decrease, you need a 100% increase: $75 × 2 = $150.

How do I calculate CAGR (Compound Annual Growth Rate)?

CAGR = (End Value / Start Value)^(1/years) - 1 × 100. Example: investment grows from $1,000 to $1,610 over 5 years: CAGR = (1610/1000)^(1/5) - 1 = 1.61^0.2 - 1 = 10% annually.