Percentage Change Calculator

Calculate percentage increase or decrease between two values with clear directional results and explanations.

100% client-side No signup Free forever

Calculate Percentage Change

Percentage Change: 0%

Formulas

  • % Change: ((New - Old) / Old) × 100
  • % Increase: Value × (1 + Percent/100)
  • % Decrease: Value × (1 - Percent/100)
// how to use

How to Use Percentage Change Calculator

  1. Select the calculation type (Change, Increase, or Decrease)
  2. Enter the required values
  3. View the result instantly
  4. Use formulas for reference
// about

About Percentage Change Calculator

Percentage change quantifies how much a value has grown or shrunk relative to its starting point—essential for business metrics, investment returns, and data analysis. Our calculator determines the precise change with clear positive or negative indication.

Change Analysis

  • Percentage Increase: How much larger the new value is (positive change)
  • Percentage Decrease: How much smaller the new value is (negative change)
  • Absolute Change: The raw difference between values
  • Change Factor: Multiplier to convert old to new (1.5x, 0.8x, etc.)

Interpreting Results

A change from 50 to 75 is +50%, not +25%. The calculation is (75-50)/50 × 100. Going back from 75 to 50 is -33.3%, not -50%. This asymmetry confuses many people. A 50% loss requires a 100% gain to recover. Understanding this prevents misinterpretation of financial and statistical data.

Business Applications

Year-over-year revenue growth, month-to-month sales changes, inventory level fluctuations—all use percentage change. Consistent methodology (same base period, same calculation method) ensures meaningful comparisons. Our calculator provides the precision needed for reliable analysis.

// faq

Frequently Asked Questions

How do I calculate percentage change?
Percentage change = ((New Value - Old Value) / |Old Value|) × 100. If stock rises from $50 to $65: (65-50)/50 × 100 = 30% increase. If it falls to $40: (40-50)/50 × 100 = -20% decrease. The absolute value in denominator handles negative starting values correctly.
Why is percentage increase different from decrease?
A 50% increase followed by 50% decrease doesn't return to original! $100 + 50% = $150, then $150 - 50% = $75. That's 25% net loss. Percentage changes are asymmetric - the base changes. Our calculator shows these nuances and can compute net effects of multiple changes.
How do I calculate percentage difference between two numbers?
Percentage difference = |A - B| / ((A + B) / 2) × 100. This calculates relative difference when neither number is clearly the "original." For comparing 30 vs 40: |30-40| / 35 × 100 = 28.57% difference. Unlike change, difference is always positive and symmetric.
What is the difference between percentage point and percentage change?
If interest rate goes from 5% to 7%: that's a 2 percentage point increase, but a 40% relative increase (2/5 × 100). "Percentage points" measure absolute difference between percentages. Relative "percent change" measures how much the percentage itself changed. Very different concepts - our calculator computes both.
How do I calculate CAGR (Compound Annual Growth Rate)?
CAGR = ((Ending Value / Beginning Value)^(1/years) - 1) × 100. It shows the constant annual rate that would produce the same growth. $1000 growing to $1500 over 5 years: (1500/1000)^(1/5) - 1 = 8.45% CAGR. Useful for investments and business growth analysis.
Can percentage change be more than 100%?
Yes! Values can more than double. A stock going from $10 to $35 is a 250% increase. There's no upper limit to percentage increase. However, percentage decrease maxes at 100% (value going to zero). Our calculator handles any magnitude of change in either direction.