VETIKA
Menu

Math

Percentage Change vs Percentage Difference

Learn when to use directional percentage change and symmetric percentage difference, with formulas, zero-baseline caveats and worked examples.

Practical guide Clear examples and useful context

Percentage change is directional; percentage difference is symmetric

Percentage change asks how much a value moved relative to an original baseline. Reversing the order changes the result. Percentage difference compares two values without declaring either one the baseline, so swapping them leaves the percentage difference unchanged.

Percentage change formula

Percentage change = (new − original) / original × 100%

A positive result is an increase; a negative result is a decrease. The Percentage Change Calculator applies this directional definition.

Percentage difference formula

Percentage difference = |A − B| / ((|A| + |B|) / 2) × 100%

This uses the average magnitude of the two values as the reference, so there is no “old” and “new” direction. The Percentage Difference Calculator is designed for that comparison.

Worked example 1: 80 to 100

Percentage change is (100 − 80) / 80 × 100 = 25%. Percentage difference is 20 / 90 × 100 ≈ 22.22%. The same pair produces different answers because the denominators answer different questions.

Worked example 2: reversing the values

From 100 down to 80, percentage change is (80 − 100) / 100 × 100 = −20%. The percentage difference between 100 and 80 remains about 22.22%. This is the clearest demonstration of directional versus symmetric behavior.

Worked example 3: measurements with no baseline

Two instruments read 48 and 52 units. If neither reading is defined as the reference, percentage difference is 4 / 50 × 100 = 8%. Calling that a “percentage change” would imply an original value that the comparison does not actually have.

The zero-baseline problem

Percentage change divides by the original value. If the original value is zero, ordinary percentage change is undefined because division by zero is undefined. Saying that a move from 0 to 10 is “infinite percent growth” can be misleading in practical reporting. State the absolute change or use a domain-specific convention instead.

When to use each metric

  • Use percentage change for before/after, old/new, previous/current or other baseline-driven comparisons.
  • Use percentage difference when the two values are peers and order should not matter.
  • Use the Percentage Calculator for basic “what percent of” questions that are neither change nor difference.