Formula
Percentage difference = (|V1 − V2| ÷ ((V1 + V2) ÷ 2)) × 100. The denominator is the average of the two values. The result is always positive (unsigned).
How to use this calculator
Enter any two values. The order does not matter — the result is the same either way. The calculator returns the percentage difference, the absolute difference, and a three-step breakdown. It is undefined when both values are zero (the average would be zero, making division impossible).
Percentage difference formula
Percentage difference measures the relative gap between two values using their average as the reference point:
$$\% \text{ Difference} = \frac{|V_1 - V_2|}{\dfrac{V_1 + V_2}{2}} \times 100$$
The absolute value in the numerator ensures the result is always positive regardless of which value is larger. The average denominator ensures the result is symmetric: the percentage difference between 90 and 110 is identical to the percentage difference between 110 and 90.
This symmetry is what distinguishes percentage difference from percentage change. Percentage change has a defined direction (old → new), so swapping the inputs produces a different result. Percentage difference has no direction — it simply quantifies the gap between two values relative to their midpoint.
Worked examples
Example 1: comparing two measurements
Two thermometers record temperatures of 90°F and 110°F. What is the percentage difference?
$$\frac{|90 - 110|}{\dfrac{90 + 110}{2}} \times 100 = \frac{20}{100} \times 100 = 20\%$$
The two measurements differ by 20% relative to their average.
Example 2: comparing product prices
Product A costs 12.99 and Product B costs 15.49. What is the percentage difference in price?
$$\frac{|12.99 - 15.49|}{\dfrac{12.99 + 15.49}{2}} \times 100 = \frac{2.50}{14.24} \times 100 \approx 17.56\%$$
The prices differ by approximately 17.56%. Because neither product is the "original" price, percentage difference is the correct measure here.
Percentage difference vs. percentage change
These two measures are frequently confused. The key distinction is whether a starting point (reference direction) is defined:
| Percentage difference | Percentage change | |
|---|---|---|
| Starting point | None — two independent values | Defined — old value is the base |
| Denominator | Average of both values | The original (old) value |
| Sign | Always positive (unsigned) | Signed (+ increase, − decrease) |
| Symmetric? | Yes — order does not matter | No — swapping inputs changes result |
| When to use | Comparing two independent values | Before-and-after comparisons |
| Example | Price of product A vs. product B | Price this year vs. last year |
Percentage change formula for reference:
$$\% \text{ Change} = \frac{\text{New} - \text{Old}}{|\text{Old}|} \times 100$$
Common mistakes
Using one value as the denominator instead of the average
A common error is dividing by one of the two values rather than their average. If you divide by V1, you get a percentage change from V1 to V2 — a directional measure. Dividing by the average produces the symmetric, direction-neutral percentage difference.
Using percentage difference when percentage change is appropriate
If one value clearly precedes the other — revenue last quarter vs. this quarter, test score before vs. after training — use percentage change. Percentage difference should only be used when there is genuinely no reference direction.
Expecting percentage difference to match percentage change
For a move from 90 to 110: the percentage change is +22.2% (using 90 as base), while the percentage difference is 20% (using 100 as base). These are different answers to different questions, both correct in their own context.
Frequently asked questions
What is the formula for percentage difference?
Percentage difference = (|V1 − V2| ÷ ((V1 + V2) ÷ 2)) × 100. The denominator is the average of the two values, which makes the result symmetric and unsigned.
What is the difference between percentage difference and percentage change?
Percentage change requires a starting point (the original value is the base) and returns a signed result. Percentage difference uses the average as the base and is always positive. Use percentage change for before-and-after comparisons; use percentage difference when comparing two independent values with no reference direction.
Why is the denominator the average and not one of the values?
Using the average makes the result symmetric: the percentage difference between 90 and 110 equals the percentage difference between 110 and 90. If you used one specific value as the base, swapping the inputs would produce a different result, which defeats the purpose of a direction-neutral comparison.
Can percentage difference exceed 100%?
Yes. When one value is more than three times the other, the result exceeds 100%. For example, the percentage difference between 10 and 40 is (30 ÷ 25) × 100 = 120%. There is no upper limit.
When should I use percentage difference instead of percentage change?
Use percentage difference when comparing two independent measurements where neither is the logical starting point — comparing prices of two products, scores from two groups, or readings from two instruments. Use percentage change when one value clearly precedes the other in time or sequence.
Is percentage difference the same as relative difference?
Not quite. Relative difference is calculated relative to one specific reference value, so it changes if you swap the inputs. Percentage difference uses the average as the reference, making it symmetric and independent of input order.