Percent Difference Calculator

Calculate the percentage difference between two values

Reliable calculator with instant results. Clean interface, accurate computations.

Formula

(|value1 - value2| / ((value1 + value2) / 2)) × 100

How to Use Percent Difference Calculator

  1. Fill in the calculator with your numbers.
  2. Verify your inputs are correct.
  3. Read the instant calculation results.
  4. Copy or apply the results as needed.

Examples

Example 1
Input
value1: 100
value2: 120
Output
difference: 18.18
Example 2
Input
value1: 50
value2: 60
Output
difference: 18.18

Percentage difference compares two values with neither one treated as the baseline, dividing the gap by the average of the two instead of by one of them, which is the right choice when you are comparing two quotes, two measurements, or two competitors rather than tracking one thing over time.

The formula

% difference = |A - B| / ((A + B) / 2) x 100
A
the first value
B
the second value

Worked example

Two suppliers quote $45 and $51 for the same part. The average of the two is (45 + 51) / 2 = $48, and the gap is |45 - 51| = $6, so the percentage difference is (6 / 48) x 100 = 12.5%. Swap which quote you call A and which you call B and the answer is unchanged, unlike percentage change, which would give a different number depending on which quote you treated as the starting point.

What trips people up

  • Percentage difference has no direction; it cannot tell you which value is larger, only how far apart they are relative to their average.
  • Confusing this with percentage change is the most common error on either page: change needs a real baseline, difference needs neither value to be one.
  • The formula breaks down when both values are zero, since the average in the denominator is also zero.
  • Percentage difference is always smaller than percentage change computed against the smaller of the two values, because the average denominator is larger than either single value alone.

Frequently asked questions

Why use the average of the two values instead of one of them as the denominator?
Because neither value is designated as the baseline; dividing by the average treats both quotes or measurements symmetrically instead of favouring whichever one happens to be called 'first'.
Does it matter which value I list first, A or B?
No, the absolute value in the numerator and the shared average in the denominator make the result identical regardless of the order the two values are entered.
Can percentage difference be used for more than two values?
Not directly, the formula is defined for a pair. Comparing more than two values usually calls for each one's difference from a group average, calculated separately.
Why is percentage difference always a positive number?
Because the numerator uses the absolute value of the gap between A and B, which strips out the sign, since the calculation is only concerned with distance, not direction.
How is this different from a percentage change calculation using the same two numbers?
Percentage change divides by whichever value is the 'old' one and reports a directional result; percentage difference divides by the average of both and reports a single, direction-free result that does not depend on which number came first.

Related Percentage Calculators