Percentage Difference Calculator
Enter any two numbers to instantly calculate the percentage difference between them. No direction, no before or after — just the symmetric difference. Free, fast, no signup required.
What Is Percentage Difference?
A percentage difference measures how far apart two values are relative to their average, expressed as a percentage. Unlike percentage change — which requires a clear "before" and "after" — percentage difference treats both values equally. Neither value is the reference point. The result is always the same no matter which number you enter first, making it ideal for comparing two things that exist simultaneously rather than one thing at two points in time.
For example, if Store A sells a product for $50 and Store B sells the same product for $80, neither price is the "original." You want to know how to calculate the percentage difference between two figures symmetrically — and the answer is 46.15%, using the average of $50 and $80 as the base. This is different from asking how much $50 changed to become $80, which would be a 60% increase (percentage change). Whether you need to calculate difference percentage between two numbers for a science experiment, how do you calculate the percentage difference between two numbers for a business report, or how to calculate the percentage of difference between two numbers for a statistics assignment — the formula and approach are identical.
Understanding the percentage difference calculation is useful in science (comparing experimental values), business (benchmarking two competitors), statistics (measuring data spread), and everyday comparisons where no single value is the baseline. This percentage difference calculator gives you an instant, accurate result for any two numbers — positive, negative, or decimal.
Percentage Difference vs. Percentage Change — Key Distinction
Percentage Difference
Compares two values with no direction. Neither is the original. Uses the average as the base. Result is always positive.
50 vs 80 → 46.15% (same both ways)
Percentage Change
Compares a value before and after. Has a clear starting point. Uses the original value as the base. Can be positive or negative.
50 → 80 = +60% | 80 → 50 = −37.5%
How to Calculate Percentage Difference Between Two Numbers
The percentage difference formula uses the absolute difference between the two values divided by their average. This symmetric approach ensures the result is the same regardless of which value you call V1 or V2.
Or equivalently:
Percentage Difference = (|V1 − V2| ÷ Average) × 100
Step-by-Step Example
To calculate percentage difference between two numbers, say 50 and 80:
Step 1: Find the absolute difference. |50 − 80| = 30.
Step 2: Find the average. (50 + 80) ÷ 2 = 65.
Step 3: Divide and multiply. (30 ÷ 65) × 100 = 46.15%.
Notice: if you swap the inputs (80 and 50), the result is still 46.15%. This symmetry is what makes percentage difference useful for comparing two equal-status values.
Why use the average as the base? If you used just one value as the denominator, the result would change depending on which number you put first. Using the average eliminates this asymmetry and gives a single definitive answer. This is the standard formula used in science, statistics, and most analytical contexts when calculating the difference in percentage between two figures without a natural baseline.
How to Calculate Percentage Difference in Excel
To calculate percentage difference in Excel, put your two values in cells A1 and B1. In cell C1, enter:
As a formatted %: =ABS(A1-B1)/((A1+B1)/2) then format as percentage
Simplified version: =ABS(A1-B1)/AVERAGE(A1,B1)*100
The ABS() function ensures the result is always positive. Without it, if B1 is larger than A1, the formula returns a negative number — which is not meaningful for percentage difference. The AVERAGE() version is slightly more readable and gives the same result. Both formulas work identically in Google Sheets for calculating percentage difference in Excel between two numbers.
How to Calculate the Percentage Difference Between Two Figures in a Spreadsheet Column
To apply the percentage difference calculation across multiple rows, keep the formula in one column and drag it down. For a running comparison of each row against the row above (useful for tracking how values change row by row), use: =ABS(B2-B1)/((B2+B1)/2)*100 starting in row 2. This calculates the difference of percentage between consecutive values — handy for financial data, scientific measurements, or weekly tracking tables.
Percentage Difference Examples — Click to Calculate
Click any example to instantly see the full percentage difference calculation in the calculator above.
Real-World Percentage Difference Scenarios
Price comparison: Product A costs $45, Product B costs $63. To calculate the difference in percentage between two numbers: |45 − 63| ÷ ((45+63)÷2) × 100 = 18 ÷ 54 × 100 = 33.3%. Neither price is the baseline — this is a symmetric comparison of two current prices.
Scientific measurement: Two lab instruments measure the same sample as 98.4 and 101.6 units. The percentage difference between two figures is |98.4 − 101.6| ÷ ((98.4+101.6)÷2) × 100 = 3.2 ÷ 100 × 100 = 3.2%. This is the standard way to report instrument discrepancy in scientific contexts.
Salary benchmarking: Employee A earns $72,000 and Employee B earns $88,000. The percentage difference calculation: |72,000 − 88,000| ÷ ((72,000+88,000)÷2) × 100 = 16,000 ÷ 80,000 × 100 = 20%. Neither salary is the reference — this measures the gap between two equally valid data points.
Percentage Difference Reference Table
| Value 1 | Value 2 | % Difference | Notes |
|---|---|---|---|
| 100 | 100 | 0.00% | Identical values |
| 100 | 110 | 9.52% | Small difference |
| 100 | 120 | 18.18% | Moderate difference |
| 100 | 150 | 40.00% | Significant difference |
| 100 | 200 | 66.67% | One value is double the other |
| 100 | 300 | 100.00% | One value is triple |
| 50 | 80 | 46.15% | Common comparison scenario |
| 75 | 100 | 28.57% | 25-unit gap on average base of 87.5 |
Frequently Asked Questions
Related Percentage Calculators
Need a different type of percentage calculation? Try one of our other free tools: