Percentage change calculator
Find the percentage increase or decrease between any two numbers — prices, scores, populations, traffic, anything that moves over time. Enter the original value and the new value, and the calculator returns the percentage change along with the absolute difference, so you can see both the relative and the actual change at once.
How it works
The calculator uses the standard percentage-change formula, dividing by the absolute value of the original so the sign reflects direction:
percentage change = (new − original) ÷ |original| × 100
absolute change = new − original
A positive result is an increase, a negative result is a decrease. The result is undefined when the original value is zero, because there is no baseline to compare against.
Example
Original 80, new 100:
- Absolute change: 100 − 80 = +20
- Percentage change: 20 ÷ 80 × 100 = +25% (an increase)
Reverse it — from 100 down to 80 — and the change is −20 ÷ 100 × 100 = −20%.
| Original | New | Change |
|---|---|---|
| 80 | 100 | +25% |
| 100 | 80 | −20% |
| 50 | 150 | +200% |
Everything runs in your browser, so nothing you enter is uploaded.