Percentage Difference Calculator
Compare two values where neither came first. Percentage difference measures the gap between them against their average, which is what makes it symmetric — swap the inputs and the answer is unchanged.
Enter your numbers and press Calculate — the full working appears here.
Recent calculations
Stored only in this browser. Nothing is sent to a server.
The percentage difference formula
The gap between the two values goes on top; the average of the two goes underneath. Using the average is the whole point — it refuses to privilege either value as the baseline.
(|A − B| ÷ ((A + B) ÷ 2)) × 100
(|100 − 120| ÷ 110) × 100 = 18.18%
The vertical bars mean “ignore the sign” — a gap of 20 is a gap of 20 regardless of which value is larger.
When percentage difference is the right question
The test is simple: does one of your two values come before the other? If it does, you want percentage change. If the two values are simply two readings, two quotes or two options sitting side by side, percentage difference is the honest comparison.
- Two quotes for the same job — a builder at $4,200 and another at $3,800. Neither is “the original”.
- Repeated measurements — two lab readings of the same sample, where the difference indicates measurement error rather than a change over time.
- Comparing two products — two packs at 340 g and 400 g.
- Comparing two regions or groups — average salary in two cities, or scores for two cohorts sitting the same exam.
Using percentage change for these would force you to nominate one value as the baseline, and your answer would shift depending on which you picked. That is not a rounding quirk — it is a different question producing a different number.
Worked example: two quotes
Two contractors quote $4,200 and $3,800 for the same work. How far apart are they?
- Find the gap, ignoring which is larger.|4,200 − 3,800| = 400
- Find the average of the two quotes.(4,200 + 3,800) ÷ 2 = 4,000
- Divide the gap by the average and multiply by 100.400 ÷ 4,000 × 100 = 10%
Answer10% difference
Frequently asked questions
What is percentage difference?
What is the percentage difference between 100 and 120?
Why divide by the average instead of one of the values?
When should I use percentage difference instead of percentage change?
Can percentage difference be more than 100%?
Related calculators
- Percentage Change CalculatorOne tool for movement in either direction — it tells you whether the value rose or fell.
- Percentage Increase CalculatorMeasure how much a value has grown — a pay rise, a price rise or traffic growth.
- Percentage Decrease CalculatorMeasure how much a value has fallen — a price cut, a drop in sales or a reduced bill.
- Percentage CalculatorAnswer the three core percentage questions — a percentage of a number, a share as a percentage, and the missing total.