Comparison7 min readAugust 19, 2026

Percentage Change vs. Percentage Difference: What’s the Difference?

Learn when to use percentage change and percentage difference, including formulas, examples, and practical situations where the two calculations differ.

FT
Free Percentage Calculator Team
Editorial Team

Two lab groups measure the same solution and get 48ml and 52ml. What's the "percentage difference" between them? Now compare that to: a stock price moves from 48 to 52 over a week. What's the "percentage change"? The numbers are identical, but the two questions require different formulas — and using the wrong one gives a wrong answer, not just a differently-labeled one.

Two questions that sound alike

Percentage change and percentage difference both describe how two numbers relate to each other as a percentage. The distinction comes down to one thing: does one of the numbers get treated as the original, reference value — or are the two numbers being compared as equals, with neither one privileged as "the starting point"?

Percentage change, explained

Percentage change answers: "starting from the original value, how much did it move?" It requires a clear before-and-after: an original value and a new value. The direction matters — going from 100 to 120 is a different percentage change than going from 120 to 100, even though the two raw numbers involved are the same.

Percentage difference, explained

Percentage difference answers a different question: "how far apart are these two values, relative to their size, with neither one treated as the original?" It's typically used when comparing two independent measurements or estimates where there's no natural "before" — two sensors, two survey results, two competing estimates.

Why the denominators differ

This is the actual mechanical difference between the two formulas:

Percentage Change = ((New Value − Original Value) ÷ Original Value) × 100
Percentage Difference = (|Value 1 − Value 2| ÷ ((Value 1 + Value 2) ÷ 2)) × 100

Percentage change divides by the original value, because that's the fixed reference point you're measuring movement away from. Percentage difference divides by the average of the two values, because neither value is more "correct" than the other — averaging treats them symmetrically. That single difference in the denominator is why the two formulas can produce different results even from the same pair of numbers.

Before/after example

A stock price moves from $50 to $65 over a quarter. Since there's a clear original value ($50) and new value ($65), this is a percentage change:

(65 − 50) ÷ 50 × 100 = 30% increase

Two-measurement example

Two lab groups independently measure the same sample of liquid: Group A gets 48ml, Group B gets 52ml. Neither measurement is "the original" — they're two independent estimates of the same true value, so this calls for percentage difference:

|48 − 52| ÷ ((48 + 52) ÷ 2) × 100 = 4 ÷ 50 × 100 = 8%

Try both formulas yourself in our and our .

A business example

A company's Q1 revenue was $200,000 and Q2 revenue was $250,000. Because Q1 is clearly the earlier, baseline period, this is percentage change, not percentage difference:

(250,000 − 200,000) ÷ 200,000 × 100 = 25% growth

If instead two separate market-research firms had each independently estimated Q2 revenue — one guessing $240,000 and the other $260,000 — comparing those two estimates to each other (not to a known baseline) would call for percentage difference: |240,000 − 260,000| ÷ 250,000 × 100 = 8%.

When to use each

Use percentage change for anything with a clear timeline or reference point: prices over time, revenue between periods, a measurement before and after a process, scores before and after a test.
Use percentage difference for comparing two values that stand on equal footing: two competing quotes, two lab measurements of the same thing, two forecasts, two independent samples.

The mistake to avoid

The most common error is applying the percentage-change formula to two values that don't have a real "before" — for example, picking one of two independent measurements arbitrarily as the "original" just because it's listed first. That produces a specific, directional answer to a question that was actually symmetric, and the result changes depending on which value you happened to pick as the denominator. If there's no genuine original value, percentage difference is the mathematically appropriate tool. For a related distinction — comparing two percentages rather than two raw values — see .

Frequently Asked Questions

No, as it’s conventionally defined, percentage difference uses an absolute value in the numerator, so it’s always zero or positive — it measures how far apart two values are, not which one is bigger.

Try it yourself

Use the Percentage Difference Calculator to run this calculation with your own numbers.

Related Articles