Percentage Difference Calculator
Compare two positive numbers to calculate their relative percentage difference.
Percentage Difference Formula
Percentage Difference = (|V₁ − V₂| / ((V₁ + V₂) / 2)) × 100%
For example, comparing 10 and 20:
• Absolute difference = |10 − 20| = 10
• Average = (10 + 20) / 2 = 15
• Percentage Difference = (10 / 15) × 100 = 66.67%
Frequently Asked Questions
When should I use percentage difference?
Use percentage difference when you want to compare two numbers that represent the same kind of measurement, and neither number is considered the baseline or original value (e.g. comparing the height of two trees or the speeds of two runners).
Can percentage difference be negative?
No. Because it uses the absolute value (|V₁ − V₂|), percentage difference is always positive or zero.