Calculate discounts, tips, VAT, percentage change, and percentage difference. Results update as you type.
Compare two numbers and see how far apart they are, expressed as a percentage of their average. Unlike percentage change, this is symmetric: swapping the two inputs gives the same answer. Use it to compare two prices for the same item, two measurements, or two competing estimates, anywhere there's no natural "before" and "after".
The formula is |a − b| ÷ ((a + b) ÷ 2) × 100. The numerator is the absolute distance between the two numbers; the denominator is their mean. Because the operation uses absolute value and a symmetric average, the order of inputs doesn't matter.
Both numbers must be non-zero (and not opposite signs that average to zero), otherwise the average is zero and the result is undefined. The calculator shows an undefined indicator in that case.
Two stores list the same chair at $80 and $120. Enter 80 and 120. The mean is 100, the absolute difference is 40, so the percentage difference is 40%. Either order produces the same answer.
(80, 120) and (120, 80) give the same answer because of the absolute value in the formula. This is the main practical distinction from percentage change.Need a different calculation?