Percentage Difference Calculator
Enter two values to find how far apart they are as a percentage.
Percentage Difference — Formula & Guide
Formula
% Difference = |V1 − V2| / ((V1 + V2) / 2) × 100
This is symmetric — neither value is treated as the reference.
Example: 40 vs 50
|40 − 50| / ((40 + 50) / 2) × 100 = 10 / 45 × 100 ≈ 22.22%
Frequently Asked Questions
What is the percentage difference between 50 and 75?
|50−75| ÷ ((50+75)/2) × 100 = 25 ÷ 62.5 × 100 = 40%.
Is percentage difference the same as percentage change?
No. Percentage change uses one specific value as the reference (old value). Percentage difference uses the average of both as the reference, making it symmetrical — the answer is the same whichever value you put first.
% Difference vs % Change
% Difference has no direction — answers "how far apart?"
% Change is directional — compares new to old.
