What is percentage difference?
It measures how different two values are relative to their average.
Compare two values without treating either as the original—useful when both are measurements.
Provide value A and value B to compute the percentage difference.
How to use Percentage Difference Calculator, plus the formulas and logic behind the results.
Percentage difference divides the absolute gap by the average of the two values. Neither value is treated as a baseline.
Percentage difference = |A − B| ÷ ((A + B) / 2) × 100When to use it
The absolute difference is divided by the mean of the two inputs and scaled by 100. A zero average (A = −B) is rejected.
Unlike percent change, percentage difference is symmetric: swapping A and B does not change the result.
Common questions about this calculator and how to use the results.
It measures how different two values are relative to their average.
Percent change uses one value as the baseline; percentage difference treats both equally.
No. Absolute difference makes the percentage non-negative.
The percentage difference is 0%.
If A = −B, the average is zero and the formula is undefined.
No. Swapping A and B yields the same percentage difference.