Calculator Wizard
Percentage Difference Calculator

What Is Percentage Difference?

Percentage difference measures how far apart two values are, relative to their average — without treating either one as the "original" or "starting" value. This makes it different from percent change, which specifically measures growth or decline from one value to another. Percentage difference is symmetric: swapping Value A and Value B gives you the same result, since neither one is treated as a baseline.

Percentage Difference vs. Percentage Change

These two are commonly confused because they sound similar and use similar math, but they answer different questions.

Percentage DifferencePercentage Change
Question it answersHow far apart are these two values?How much did this value grow or shrink?
Base usedAverage of both valuesThe original (starting) value
Order matters?No — symmetricYes — depends on which is "before" and "after"
Typical use caseComparing two independent values (two prices, two measurements)Tracking a value over time (before/after, old/new)
Percentage Difference = (|A − B| ÷ ((A + B) ÷ 2)) × 100

In words: take the absolute difference between the two values, divide it by their average, then convert to a percentage.

Worked Example

Example: Comparing two prices

Store A sells a product for $40. Store B sells the same product for $50.

Step 1: Find the absolute difference → |40 − 50| = 10
Step 2: Find the average of the two values → (40 + 50) ÷ 2 = 45
Step 3: Divide and convert to percent → (10 ÷ 45) × 100 = 22.2%

The two prices differ by about 22.2%, regardless of which one you consider "first."

Same numbers, different question

Using the same $40 and $50 from above, if $40 were the original price and $50 the new price, the percentage change would be:

(50 − 40) ÷ 40 × 100 = 25% increase

Notice this is different from the 22.2% percentage difference calculated above — because percent change uses the original value (40) as its base, while percentage difference uses the average of both (45).

Why isn't percentage difference the same as percent change?

Because they use different base values. Percent change always measures relative to a specific starting point, which makes it directional (increase or decrease). Percentage difference has no starting point — it just measures how far apart two values are, using their average as a neutral reference.

Can percentage difference be used for more than two values?

The standard formula is specifically for comparing two values. For comparing more than two values, other statistical measures (like standard deviation or coefficient of variation) are typically more appropriate.

Need to calculate growth or decline instead?

Try the Percent Change Calculator

Share This Page