Percentage Difference Calculator wordmark

Blog

Percentage difference formula (symmetric)

Use this page when you need to show the algebra behind the headline percent. The same symbols power spreadsheets, lesson plans, and the browser calculator on the home page, so locking notation here prevents silent drift across teams.

Percentage Difference Calculator editorial

Introduction

Specs, lesson plans, and audit memos all benefit from one consistent formula block. Copy the expression below into documentation, then validate with the live calculator.

The average denominator is the piece newcomers question most often. Keeping it explicit prevents accidental swaps with single-reference percent change formulas, which is why we also maintain a separate difference versus change article for vocabulary.

Once the symbols look familiar, mirror them inside sheets using the Excel pattern guide so finance templates and this site stay numerically aligned.

What is it?

The formula encodes a symmetric relative distance. Neither input acts as the sole baseline, which is why swapping a and b leaves the percentage unchanged.
You can read the expression as a ratio of two positive constructions: the gap on top and a typical scale on the bottom built from both observations.
In peer review settings, paste the formula once in an appendix and hyperlink back to this page so reviewers know exactly which denominator your software implemented.

Formula

Write numerator |a − b| and denominator (|a| + |b|) ÷ 2. Divide, multiply by 100, and add a percent sign or percent formatting in software.
Parentheses matter in spreadsheets. Compute the average first, then divide, or wrap the average in parentheses in a single cell expression.
If either value can be negative, still use absolute values inside the denominator as written here to match the calculator on this site.
If you are teaching the same expression in a classroom block, follow with one numeric walkthrough from the how-to guide so students connect symbols to arithmetic immediately.

Step-by-step guide

  1. Record a and b with the same units.
  2. Compute |a − b|.
  3. Compute (|a| + |b|) ÷ 2 and confirm it is not zero.
  4. Divide step 2 by step 3, multiply by 100, and label the result as percentage difference.
After entering values in a sheet, cross-check one row against the HUD tool on the home page; disagreement almost always traces to a missing ABS wrapper or a wrong denominator cell reference.
When you document the formula for compliance, include the both-zero guard in prose even if your sheet already shows an error string.

Example

Let a = 22.5 and b = 27.5. The gap is 5. The average magnitude is 25. The percentage difference is 5 ÷ 25 × 100 = 20%.
Enter the same pair in the HUD tool to confirm the rounding policy you want for reporting.
For several domain-flavored pairs beyond this clean decimal example, open the examples article when you want ready-made stories for stakeholders.

FAQ

Why average absolute values in the denominator?
It balances both numbers so neither dominates the scale. That balance is what makes the percentage symmetric.
Can I simplify the algebra?
Yes. Multiplying numerator and denominator shows an equivalent form using the sum |a| + |b|, but the average form matches classroom explanations and this site's calculator.
What if both numbers are zero?
The denominator is zero. Do not emit a percentage; explain the situation in words instead.
Where should I send a teammate who finds formulas intimidating?
Point them to the basics article first, then return here once they are comfortable with why the average sits in the denominator.

Conclusion

Carry the formula as written when you want parity with this site's calculator and JSON-LD copy.
Recompute after unit conversions and keep intermediate precision high before rounding for external reports.
Pair this reference with the Excel implementation notes whenever spreadsheet authors maintain the live numbers.
Open the percentage difference calculator