Skip to content
Popular Calculators
Browse Math calculators

Percentage Difference Calculator

Compare two values where neither is a baseline. Divides by their average, so the answer is the same whichever order you enter them.

Neither value is treated as the baseline.

About the Percentage Difference Calculator

Most percentage comparisons assume one number came first. Last month and this month; the list price and the sale price; the forecast and the outcome. There is a baseline, and everything is measured against it.

Sometimes there isn't one. Two suppliers quote for the same job. Two branches report their weekly takings. Two instruments measure the same sample. Neither number is the starting point — they are simply two readings of the same kind of thing, and you want to know how far apart they are.

Percentage difference is the tool for that case. Instead of dividing by one of the values, it divides by their average, which means neither is privileged. Swap the inputs and the answer does not move. That single property is what the measure exists for, and it is why it cannot be used interchangeably with percentage change.

How to Use the Percentage Difference Calculator

Enter the two values. There is no first-then-second in any meaningful sense, so it genuinely does not matter which goes where — that is the point of the measure, and the calculator will give the same figure either way.

Press Calculate. You get the percentage difference as the headline, with the absolute gap and the average of the two values underneath, because those are the numbers the percentage is built from and they are worth seeing.

Both values need to be on the same side of zero. If one is positive and the other negative, the calculator will say so rather than return a figure — see the last section for why.

How Percentage Difference Is Calculated

Three steps.

Find the gap. Subtract one value from the other and take the absolute value, discarding the sign. With no baseline there is no meaningful direction, so the sign carries no information.

Find the average. Add the two values and halve them. This becomes the denominator, and it is the entire difference between this measure and percentage change.

Divide and scale. Divide the gap by the average and multiply by 100.

Using the average as the reference point is what makes the measure symmetric. Because the average of a and b is identical to the average of b and a, and the absolute gap is likewise identical, the whole expression is unchanged by swapping them. Percentage change cannot say that: its denominator is one specific value, so reversing the inputs produces a different number.

Percentage Difference Formula

difference % = ( |a - b| / ((a + b) / 2) ) x 100

Written out with the average expanded, which is sometimes clearer:

difference % = ( 2 x |a - b| / (a + b) ) x 100

Both forms are the same thing. The second makes it obvious that the measure is just the gap compared against the sum, scaled by two.

There is an upper bound hiding in this formula that percentage change does not have. As one value approaches zero, the average approaches half the other value, so the gap divided by the average approaches 2 — that is, 200%. No pair of same-signed numbers can produce a percentage difference above 200%.

Step-by-Step Example

Two branches report weekly sales. One takes 40, the other takes 60. How far apart are they?

Step 1 — find the gap. |40 − 60| = 20.

Step 2 — find the average. (40 + 60) / 2 = 50.

Step 3 — divide and scale. (20 / 50) × 100 = 40%. The branches differ by 40%.

Now compare that with what percentage change would say about the same pair. From 40 to 60 is a 50% increase. From 60 to 40 is a 33.3% decrease. Three different numbers — 40%, 50%, 33.3% — from two values, and every one of them is correct for the question it answers.

That is not a flaw in the arithmetic. It is a reminder that the question decides the formula, not the other way round. If neither branch is a baseline, 40% is the honest answer, and it is the only one of the three that both branch managers would agree with.

Understanding Your Result

The headline percentage is always positive. It tells you the size of the gap relative to the typical value of the pair, and nothing about direction — by design.

The absolute difference is the raw gap in your own units. Read it alongside the percentage, particularly when both values are small, where a large percentage can sit on top of a negligible actual difference.

The average is shown because it is the denominator, and seeing it makes the result easier to sanity-check. If the average looks wrong, the inputs are wrong.

Some rough anchors for interpreting the figure: under 5% usually means the two values are close enough to treat as equivalent for most practical purposes. Around 40% is the 40-versus-60 case above, which is a visibly large gap. Approaching 200% means one of the values is near zero while the other is not.

When Should You Use This Calculator?

Comparing quotes or prices from two suppliers, where neither is the reference. "These quotes differ by 18%" is a statement both parties can accept.

Comparing measurements of the same quantity from two instruments, methods or observers. This is the standard use in laboratories, where it is often called relative difference.

Comparing two groups or locations — branches, regions, teams, cohorts — where the comparison is lateral rather than chronological.

Quality and tolerance checks, where you care how far two readings are apart and not which is higher.

The rule of thumb: if you can point at one value and say "that one came first", you want percentage change. If you cannot, you want percentage difference.

Common Mistakes

Using difference when change is meant. The most frequent error, and it usually shows up as a number that seems too small. If the data has a time order — before and after, old and new — the baseline exists and percentage change is the correct measure.

Dividing by one of the values instead of the average. This quietly turns the calculation back into percentage change while still calling it difference, and reintroduces exactly the asymmetry the measure was chosen to avoid.

Reporting a direction. Percentage difference has no direction. Saying branch A is "40% higher" is a percentage change claim and needs the change formula to back it up.

Applying it to values with opposite signs. A profit of 20 and a loss of 20 average to zero, and dividing by zero is undefined. Even near-opposite values produce a tiny denominator and an enormous, meaningless percentage. Report the absolute gap in those cases.

Expecting it to exceed 200%. If your result is above 200%, the inputs have opposite signs or something else has gone wrong. The ceiling is built into the formula.

Comparing unlike quantities. The measure assumes both values are the same kind of thing in the same units. The percentage difference between a price and a weight is arithmetic without meaning.

Frequently Asked Questions

How is percentage difference different from percentage change?

Percentage change has a before and an after, and divides by the starting value. Percentage difference has neither, and divides by the average of the two. Change is directional and asymmetric; difference is neither. For the same pair of numbers the two give different answers, and both are correct for their own question.

When should I use difference rather than change?

Use difference when the two values have no natural order — two suppliers' prices, two machines' output, two labs measuring the same sample. Use change when one value genuinely came first, such as last month and this month. If you can say which one is the baseline, you want change.

Why is percentage difference always positive?

The formula takes the absolute value of the gap, because with no baseline there is no meaningful direction to report. Saying one branch differs from another by 20 percent carries the same information regardless of which one you name first, which is exactly the property the measure is designed to have.

Can percentage difference be more than 100 percent?

Yes, up to a limit of 200 percent. Because the denominator is the average of the two values, the largest possible result occurs when one value is zero, giving exactly 200 percent. That ceiling is another way in which difference behaves unlike change, which has no upper bound.

What happens if the two values are opposite in sign?

The average can land at or near zero, which makes the result meaningless or undefined. Percentage difference assumes both values sit on the same side of zero and are measuring the same kind of quantity. If they have opposite signs, report the absolute gap instead.

Last reviewed September 17, 2026 by the CalculatorPeak editorial team.