Percentage Difference Calculator

Comparing Two Values Without Picking a Baseline

Percentage difference solves a specific problem that percentage change can't: comparing two values neither of which is clearly the "original." Instead of dividing by one of the two numbers, it divides by their average, which makes the result symmetric — the percentage difference between A and B is identical to the difference between B and A, unlike percentage change.

The Formula

% Difference = (|V1 − V2| / ((|V1| + |V2|) / 2)) × 100

Using the average of the absolute values as the denominator, rather than either individual value, is what removes the directional bias present in a before/after percentage change calculation.

Where Percentage Difference Applies

  • Comparing two competing products or prices — neither price is inherently the "before" value, so a symmetric comparison is more appropriate.
  • Scientific measurement — comparing two independent readings or two experimental trials with no ordering between them.
  • Survey and market comparisons — comparing results between two groups where neither is a baseline.
Worked examples
Value 1Value 2% Difference
506018.181818%
81240%
Note: Percentage difference is not the same calculation as percentage change. If one value is clearly a starting point and the other an ending point (like a price before and after a sale), use the Percentage Change Calculator instead, since that measures relative change from a fixed baseline.

How to Use This Calculator

  1. Enter Value 1.
  2. Enter Value 2.
  3. Select Calculate to see the percentage difference between the two values.

Related Calculations

See the Percentage Change Calculator for before/after comparisons, or the Percentage Calculator for tips, discounts, and other percentage modes.