Compare Two Values with Percentage Difference

Find the absolute percentage difference between two numbers, measuring how far apart they are relative to their combined average.
Private
Live Preview22.2%
22.2%
Difference

Calculation

Difference:|80 - 100| = 20.00
Average:(80 + 100) / 2 = 90.00
Result:22.22%

Quick Tips

  • No Direction

    Percentage difference doesn't care which value is older or newer. It just measures the gap between them.

  • Always Positive

    Because it uses the absolute value, the result will always be a positive percentage.

  • Lab Reports

    This calculation is extremely common in science and chemistry labs to compare experimental results against observed values.

  • Symmetry

    The difference between 80 and 100 is the same as the difference between 100 and 80 (22.2%).

How to Use This Tool

  1. 1

    Enter your first number into the Value A field.

  2. 2

    Enter your second number into the Value B field.

  3. 3

    The calculator will measure the gap between them relative to their average.

The Mathematics

Percent Diff = |A - B| / ((A + B) / 2) × 100

First, find the absolute difference between the two numbers. Then, find their average. Finally, divide the difference by the average and multiply by 100 to get the percentage difference.

Percentage Difference vs. Percentage Change

Percentage difference is used when comparing two values of the same type (like the scores of two different students) where neither is a baseline. Percentage change is for tracking a single value over time.

The Neutral Formula
Diff =
|Value A − Value B|
(Value A + Value B) / 2
× 100

Frequently Asked Questions

Because percentage difference divides the gap (20) by the *average* of the two numbers (90). 20 / 90 = 22.2%. If you want to know the change from an old value of 80 to a new value of 100, use the Percentage Change Calculator.

Was this helpful?

Use it when comparing two values of the same type where neither one is obviously the "starting" or "correct" value, such as comparing the heights of two people, or the grades of two friends.

Was this helpful?

In lab experiments, percentage difference is used to assess the precision of two repeated experimental measurements to see how closely they agree with each other.

Was this helpful?