Percentage Difference Calculator
Compare two values symmetrically with percentage difference. No "before" or "after" needed. Get instant results and clear formulas.
Result
169.2308%What This Calculator Does
The percentage difference calculator compares two values without requiring you to designate one as the "starting" or "ending" value. Unlike the percentage change calculator, which measures directional change over time, percentage difference treats both values equally using a symmetric formula.
The formula is:
Percentage Difference = |A − B|(A + B) ÷ 2 × 100
The formula always returns a positive percentage, so it works for comparisons where neither value is the baseline, as in research or quality control. Learn more about when to use it in our guide on Percentage Change vs Percentage Difference.
How the Formula Works
The percentage difference formula uses the average of both values as the base, which is what keeps it symmetric.
Step 1: Find the absolute difference: |A − B|
Step 2: Calculate the average: (A + B) ÷ 2
Step 3: Divide the difference by the average
Step 4: Multiply by 100 to convert to percentage
Example: Compare values 120 and 180
|120 − 180| = 60
(120 + 180) ÷ 2 = 150
60 ÷ 150 = 0.4
0.4 × 100 = 40%
Swap the values (180 and 120) and you get exactly the same result. The order does not matter, which is the whole point of a symmetric formula.
Real-World Use Cases
Percentage difference fits any comparison where neither value comes first:
Research and Academia: Compare experimental measurements, control group results, or test scores between two equivalent samples. For instance, comparing average scores of 85 and 92 between two classes yields a 7.91% difference.
Business Analysis: Compare performance between teams, products, or regions without implying one is the baseline. Example: Product A generated 1200 units and Product B generated 1500, a percentage difference of 22.22%.
Quality Control: Measure variation between specifications and actual results. If the target is 100 units and actual is 105, the difference is 4.88%.
For the underlying percent-of-a-number math, see the percent of number calculator.
Excel and Spreadsheet Formulas
In Excel or Google Sheets, the pattern is:
Excel Formula:
=(ABS(A1-B1)/((A1+B1)/2))*100
Where A1 and B1 are your two values. The ABS function ensures you always get a positive result, regardless of which value is larger.
Example: If A1 contains 80 and B1 contains 100:
=(ABS(80-100)/((80+100)/2))*100 = (20/90)*100 = 22.22%
Swap the cell references (B1 and A1) and the result is identical.
When to Use Other Calculators
Percentage difference handles symmetric comparisons. Other questions need other formulas.
Use the percentage change calculator when you have time-based comparisons with a clear starting value: tracking sales month-over-month or measuring stock price changes.
Use the percent of number calculator to find what percentage one value represents of another, answering questions like "85 is what percent of 120?"
Choosing the right formula prevents common errors. Learn more in our article on Common Percentage Mistakes and How to Avoid Them.
For more percentage tools and guides, visit our percentage calculator home or browse our percentage guides.