Percentage Difference Calculator
Compare two values with the symmetric percentage difference formula |a - b| / average, plus directional percent change and ratio. Picks the right denominator so you stop conflating the two.
Frequently Asked Questions about the Percentage Difference Calculator
What is the difference between percentage difference and percentage change?
Percentage difference is symmetric and uses the absolute average as the denominator: |a - b| / |(a + b) / 2| x 100. Percentage change is asymmetric and uses the starting value: (b - a) / a x 100. From 100 to 150, percentage difference is 40%, while percentage change is 50%.
When should I use percentage difference vs percentage change?
Use percentage difference when you are comparing two equivalent measurements with no baseline, like two lab results, two sensor readings, or two companies' revenue. Use percentage change when you have a clear before-and-after, like a stock price moving over time, an A/B test variant vs control, or a salary raise. The first question is "how far apart are these?"; the second is "how much did this move?"
Why is the percent change from A to B not the same as from B to A?
Because the denominator changes. Going from 100 to 150 is a 50% increase (50 / 100), but going from 150 back to 100 is only a 33.33% decrease (50 / 150). Each direction uses its own starting value as the base, and the bases are different. This is exactly why percent change is the wrong tool when neither value is a baseline: it picks one side arbitrarily and the answer flips when you swap them.
What is the most common math error with these formulas?
Treating percentage difference and percentage change as interchangeable. People will compute (b - a) / a for two unordered values, then call the result a "difference" and present it as symmetric. It is not. If your audience could sensibly swap a and b without changing the meaning of the comparison, you need the symmetric formula. A second common error is forgetting to take the absolute value of (a - b) for percentage difference; the symmetric form is always non-negative by definition.
Why is percentage difference symmetric?
The formula uses |a - b| in the numerator and the absolute average of a and b in the denominator. Swapping a and b changes neither value, so the result stays the same. Use this symmetry when neither measurement is a baseline. Use percentage change when one value is explicitly the starting point.
Related Calculators
More calculators in "Math"
Percentage Change CalculatorStandard Deviation CalculatorPrime Number CalculatorPrime Numbers List CalculatorMatrix CalculatorSystem of Equations Calculator
See all 202 calculators in "Math"