Skip to content
Allin

Percentage Difference vs. Percentage Change vs. Percentage Error

Published 6/18/2025 · 3 min read · Everyday calculators

Lena Hoffmann

Lena HoffmannScience & education writer at Allin

Mathematics · Physics

Checked against 2 sources

View profile
In short

Percentage change compares a new value to an old one and divides by the old value: (new − old) ÷ old × 100. Percentage difference compares two values with no direction and divides by their average: |a − b| ÷ ((a + b) ÷ 2) × 100. Percentage error compares a measured value to a known true value: |measured − true| ÷ true × 100. The key is the denominator — old value, average, or true value.

Three percentages that look alike but answer different questions. Learn the formula for each, when to use it, and why they give different numbers.

The denominator tells them apart

All three formulas take a gap between two numbers and express it as a percentage. What changes is what you divide by. Percentage change divides by the starting value, so it has a direction — up or down from where you began. Percentage difference divides by the average of the two values, so it is symmetric and has no direction: swapping the numbers gives the same answer.

Percentage error is really percentage change in disguise, but with a special role for the denominator: the accepted true value. It measures how far a measurement strays from a reference you trust. Because you divide by the true value, error is not symmetric — the true value and the measurement are not interchangeable.

A worked example on the same numbers

Take 40 and 50. Percentage change from 40 to 50 is (50 − 40) ÷ 40 × 100 = 25%. Percentage difference between them is |50 − 40| ÷ 45 × 100 = 22.2%, because the denominator is their average, 45. Same two numbers, two different answers — that is why you must know which question you are asking.

Now suppose 50 is a measured value and 40 is the accepted true value. Percentage error is |50 − 40| ÷ 40 × 100 = 25%. It happens to equal the percentage change here because the true value is the starting point, but the meaning is different: it says the measurement overshot the truth by a quarter.

Which one to use

Use percentage change when one value comes before the other — a price last month and this month, a score before and after. Use percentage difference when the two values are peers with no natural baseline — two experiment results, two products' weights. Use percentage error when you compare a measurement to a known correct answer, as in science and engineering.

A quick sanity check: if swapping your two numbers should not change the answer, you want percentage difference. If the order matters and one number is clearly the reference, you want percentage change or percentage error.

Worked with our own calculator

Percentage difference calculator

Given

Value A
40
Value B
60

Result

Percentage difference
40%

These figures are produced by the calculator below, not typed in by hand — they are recomputed whenever the tool changes.

Run it on your own figures

Frequently asked questions

Why is percentage difference always smaller than percentage change here?
Because the average of two numbers is larger than the smaller one, so dividing by the average gives a smaller percentage than dividing by the smaller starting value.
Can percentage change be more than 100%?
Yes. If a value more than doubles, the change exceeds 100%. Going from 20 to 60 is a 200% increase. Percentage difference, by contrast, caps at 200% because it uses the average.
Should percentage error use the absolute value?
Usually yes. Percentage error is normally reported as a positive magnitude with the absolute value, since it measures how far off you are, not the direction of the miss.
Is percentage difference the same as absolute difference?
No. The absolute difference is just |a − b| in raw units. Percentage difference scales that gap relative to the average of the two values, giving a unit-free comparison.

Articles you may find interesting

All guides

Related tools

Sources

Spotted a mistake in this article?