Percentage Difference Calculator

Calculate the percentage difference between two values. Unlike percent change, this is order-independent and uses the average as the base

Percentage Difference vs. Percent Change: Percentage difference treats both values symmetrically (order doesn't matter). Percent change compares a new value to an original baseline.
Formula
|V₁ βˆ’ Vβ‚‚| / ((V₁ + Vβ‚‚) / 2) Γ— 100

Percentage Difference vs Percentage Change

Percentage difference is for comparing two values without a reference 'starting' value: |a - b| / ((a + b) / 2) Γ— 100. So comparing 10 vs 20: |10-20| / 15 = 66.7% difference. Symmetric - same answer regardless of which value comes first. Used when neither value is the 'original' or 'new'.

Percentage change uses one as a baseline: (New - Original) / Original Γ— 100. Going from 10 to 20: 100% change (doubled). Going from 20 to 10: -50% change (halved). NOT symmetric. Use percentage change for time-series comparisons (this year vs last); use percentage difference for parallel comparisons (London prices vs Paris prices).

Percentage Difference Examples

Value AValue B% Difference
101218.2%
102066.7%
50559.5%
10012018.2%
10020066.7%
5010066.7%
Β£10Β£12.5022.2%
72 kg75 kg4.1%

Frequently Asked Questions

When should I use difference vs change?

Use difference for symmetric comparisons (Comparing two products' prices when neither is the 'original'). Use change for time-series (this year's revenue vs last year's). Use change when there's a clear 'before' and 'after'.

Why does percentage difference feel different from percentage change?

Difference uses the average of both values as denominator (giving symmetric, smaller numbers). Change uses one specific value (giving asymmetric results that depend on direction). 100 vs 200: change is 100% (one direction) or 50% (other). Difference is always 66.7%.

More tools β†’