Percentage Change Calculator
Compute % change, % increase, % decrease, and % difference between two values - with the formula plugged in.
MATHFree percentage change calculator that computes % change, % increase, % decrease, and % difference between any two values. Shows the worked formula with your numbers substituted and displays all four methods side by side.
Enter an original value (V1) and a new value (V2), then pick a method. The calculator returns the percent result, the absolute difference, and the direction (rose, fell, or unchanged). It also shows all 4 methods at once so you can compare them. Worked example with V1=80, V2=100: % change = (100 − 80) ÷ 80 × 100 = +25%; % increase = 25% (since 100 > 80); % decrease = N/A (does not apply when V2 > V1); % difference = |100 − 80| ÷ ((80 + 100) ÷ 2) × 100 = 20 ÷ 90 × 100 ≈ 22.22%. Use % change for time-series data with a clear baseline, and % difference for unordered comparisons where neither value is a reference.