Percentage Difference Calculator

Calculate the percentage difference between two values. Percentage difference compares two numbers symmetrically – neither value is treated as the “original” or “reference” point.

Percentage Difference
Absolute Difference
Average of Values

Also calculated: If A came before B, that would be a . Use our percentage change calculator for before/after scenarios.

Compare Multiple Values

Quickly see how two values compare using both percentage difference and percentage change.

All Comparisons

Enter two values to see all comparison methods.

Percentage difference tells you how far apart two values are relative to their average. Unlike percentage change, it does not assume one value came “before” the other. This makes it ideal for comparing prices, measurements, or any two quantities where neither is the baseline.

Need to calculate how much something increased or decreased? Use our percentage increase calculator or percentage decrease calculator instead. For standard X% of Y calculations, use the Percent Calculator.

Percentage Difference Formula

The percentage difference formula divides the absolute difference between two values by their average:

% Difference = |A – B| / ((A + B) / 2) x 100
The vertical bars mean “absolute value” – ignore any negative sign

Breaking this down into steps:

  1. Find the absolute difference between the two values: |A – B|
  2. Calculate the average of both values: (A + B) / 2
  3. Divide the difference by the average
  4. Multiply by 100 to get a percentage
Example: Comparing prices of $80 and $100
Step 1: |80 – 100| = 20
Step 2: (80 + 100) / 2 = 90
Step 3: 20 / 90 = 0.2222
Step 4: 0.2222 x 100 = 22.22%

The percentage difference between $80 and $100 is 22.22%

Percentage Difference vs Percentage Change

This is where many people get confused. These are different calculations with different purposes:

FeaturePercentage DifferencePercentage Change
Base valueAverage of both valuesThe original/starting value
Order matters?No – result is the same either wayYes – different results depending on direction
Best forComparing two independent valuesMeasuring growth or decline over time
Example useComparing prices at two storesSalary increase from last year
Same numbers, different results

Comparing 80 and 100:

Percentage difference = 22.22% (symmetric)
Percentage change 80 to 100 = 25% increase
Percentage change 100 to 80 = 20% decrease

The percentage difference (22.22%) falls between the two percentage change values (20% and 25%).

When to Use Percentage Difference

Use percentage difference when comparing two values that do not have a natural “before and after” relationship:

  • Price comparisons – Comparing the same product at different stores
  • Measurement comparisons – Comparing results from two different methods or instruments
  • Scientific data – Comparing experimental results from two trials
  • Performance comparisons – Comparing two athletes, products, or systems
  • Survey results – Comparing responses from two different groups
Common Mistake

Do not use percentage difference when one value clearly came before the other. If you are measuring how much something grew or shrunk over time, use percentage change instead.

Percentage Difference Examples

Example 1: Comparing Store Prices

A laptop costs $899 at Store A and $949 at Store B
Difference = |899 – 949| = 50
Average = (899 + 949) / 2 = 924
% Difference = (50 / 924) x 100 = 5.41%

The prices differ by 5.41%

Example 2: Comparing Test Scores

Class A averaged 72% and Class B averaged 85%
Difference = |72 – 85| = 13
Average = (72 + 85) / 2 = 78.5
% Difference = (13 / 78.5) x 100 = 16.56%

The class averages differ by 16.56%

Example 3: Comparing Measurements

Lab A measured 4.52g, Lab B measured 4.61g
Difference = |4.52 – 4.61| = 0.09
Average = (4.52 + 4.61) / 2 = 4.565
% Difference = (0.09 / 4.565) x 100 = 1.97%

The measurements differ by 1.97%

Understanding Your Results

% DifferenceInterpretation
0-5%Very similar values – negligible difference
5-15%Moderately different – noticeable but not dramatic
15-30%Significantly different – worth investigating why
30-50%Very different – likely different conditions or methods
50%+Extremely different – values may not be directly comparable

Frequently Asked Questions

What is percentage difference?

Percentage difference measures how far apart two values are relative to their average. It treats both values equally – neither is considered the “baseline” or “reference” value. The result is always positive and symmetric (swapping the values gives the same result).

Why use the average as the base instead of one of the values?

Using the average treats both values equally and gives a symmetric result. If you used one value as the base, the percentage would change depending on which value you picked. The average provides a neutral reference point between both numbers.

When should I use percentage change instead?

Use percentage change when one value clearly came before the other in time, like comparing this year’s sales to last year’s, or a stock price today versus yesterday. Percentage change measures growth or decline from a starting point.

Can percentage difference be negative?

No. The formula uses absolute value, so the result is always positive (or zero if both values are identical). This makes sense because “difference” does not have a direction – we are just measuring how far apart the values are.

What is the percentage difference between 50 and 100?

The percentage difference is 66.67%. Calculation: |50-100| = 50, average = 75, so 50/75 x 100 = 66.67%. Note this is different from saying “100 is 100% more than 50” (which is percentage change).

Is percentage difference the same as percent error?

No. Percent error compares a measured value to a known “true” value, using the true value as the base. Percentage difference compares two values without assuming either is correct. Use percent error in science when you know the accepted value.

Can I calculate percentage difference with negative numbers?

Technically yes, but be careful. If both numbers are negative or if one is negative and one is positive, the result may be misleading. The formula works best with two positive numbers.

What if one of my values is zero?

If one value is zero and the other is not, the percentage difference is 200%. If both values are zero, the percentage difference is undefined (you cannot divide by zero). In practice, comparing to zero often requires a different approach.

Related Calculators

Back to Percentage Calculator for more calculation tools.