CalculatorSwitch
Calculator Switch
Math

Percentage Change Calculator

Last updated:

How to Use This Calculator

Step 1: Enter the original (old) value in the first field. This is the starting number — the baseline you are comparing from.

Step 2: Enter the new value in the second field. This is the number you are comparing to.

Step 3: Click Calculate. The result shows the percentage change (increase or decrease) along with the absolute difference between the two numbers.

Understanding Percentage Change

Percentage change measures how much a value has increased or decreased relative to its original amount. It answers the question: "By what proportion did this value change?"

Percentage increase means the new value is larger than the original. If a stock price goes from $100 to $125, it increased by 25%. Percentage decrease means the new value is smaller. If the price drops from $100 to $80, it decreased by 20%.

Why percentage change matters more than absolute change: A $10 raise means very different things depending on context. If you earned $100/week, a $10 raise is a 10% increase. If you earned $10,000/week, the same $10 is only a 0.1% increase. Percentage change normalizes the comparison to the starting value.

Common applications: Stock market returns, salary increases, population growth, price inflation, weight loss progress, sales performance, year-over-year business metrics, and scientific measurements.

Percentage change vs percentage points: If interest rates go from 5% to 7%, the change is 2 percentage points but a 40% increase. These are different measures — percentage change is relative to the starting value, while percentage points measure the absolute difference between two percentages.

Percentage Change Formula

Percentage Change = ((New Value − Original Value) / |Original Value|) × 100

The absolute value of the original is used in the denominator to ensure the formula works correctly with negative numbers.

Positive result = increase. Negative result = decrease.

Example 1: Original = $80, New = $100
Change = ((100 − 80) / 80) × 100 = (20/80) × 100 = 25% increase

Example 2: Original = $100, New = $75
Change = ((75 − 100) / 100) × 100 = (−25/100) × 100 = 25% decrease

Example 3: Original = $50, New = $150
Change = ((150 − 50) / 50) × 100 = (100/50) × 100 = 200% increase

Important: Percentage change is not symmetrical. A 50% increase from $100 gives $150. But a 50% decrease from $150 gives $75, not back to $100. This asymmetry is why tracking percentage change in both directions matters.

Common Percentage Changes

ChangeFrom $100MultiplierReverse to Return
10% increase$1101.109.1% decrease
20% increase$1201.2016.7% decrease
25% increase$1251.2520% decrease
50% increase$1501.5033.3% decrease
100% increase$2002.0050% decrease
200% increase$3003.0066.7% decrease
10% decrease$900.9011.1% increase
20% decrease$800.8025% increase
25% decrease$750.7533.3% increase
50% decrease$500.50100% increase

Examples

Example 1: Salary Increase
Your salary went from $65,000 to $72,000. Enter 65000 as old value, 72000 as new. Result: 10.77% increase. The $7,000 raise represents about a 10.8% increase.

Example 2: Price Drop
A laptop was $1,200 and is now on sale for $899. Enter 1200 and 899. Result: 25.08% decrease. You are saving about 25% off the original price.

Example 3: Investment Return
You invested $5,000 and your portfolio is now worth $13,500. Enter 5000 and 13500. Result: 170% increase. Your investment grew to 2.7 times its original value.

Tips for Percentage Change Calculations

Always enter the original value first. The order matters. Swapping the values gives a different percentage because the base changes. $80 to $100 is a 25% increase, but $100 to $80 is a 20% decrease.

Percentage change can exceed 100%. A 200% increase means the value tripled (original + 2× original). A 500% increase means it became 6 times the original. There is no upper limit.

Cannot calculate from zero. If the original value is 0, percentage change is undefined because you would be dividing by zero. The calculator shows N/A in this case.

Use for year-over-year comparisons. Revenue went from $500K to $750K? That is a 50% increase. Much more meaningful than just saying "it went up by $250K."

Percentage decreases max out at 100%. A value can only decrease by at most 100% (to zero). It cannot decrease by more than 100% unless we are talking about values going negative, which has a different interpretation.

Frequently Asked Questions

What is the difference between percentage change and percentage difference?
Percentage change compares a new value to an original baseline (directional — it tells you increase or decrease). Percentage difference compares two values without a baseline (non-directional — it uses the average of both values as the denominator). Use percentage change when one value is clearly "before" and the other "after."
Why does a 50% increase followed by a 50% decrease not return to the original?
Because the base changes. A 50% increase on $100 gives $150. Then a 50% decrease on $150 is $75, not $100. The second percentage is applied to the new (larger) base. You would need a 33.3% decrease to get back to $100 from $150.
Can the original value be negative?
Yes. The calculator uses the absolute value of the original in the denominator, so it works correctly with negative numbers. For example, a change from -20 to -10 is a 50% increase (the value moved toward zero by half its magnitude).
What happens if the original value is zero?
The calculator shows N/A because dividing by zero is undefined. Percentage change from zero is mathematically meaningless — any increase from zero would be an infinite percentage change.
How do I interpret a 100% increase?
A 100% increase means the value doubled. The new value is exactly twice the original. Similarly, a 200% increase means the value tripled, a 300% increase means it quadrupled, and so on. The multiplier is always (percentage/100 + 1).
Is percentage change the same as percentage points?
No. If interest rates go from 5% to 8%, the change is 3 percentage points but a 60% increase. Percentage change is relative (60% of the original 5%), while percentage points measure the absolute difference between two percentages (8% − 5% = 3 points).

Related Calculators

Was this useful?