This calculator offers two modes: Symmetric percentage difference (independent of the order of values) and Directional percentage change (from V1 to V2). Choose the mode that applies to your problem.
Percentage Difference Calculator
Percentage difference between two values (symmetric)
Absolute difference
Percentage change from V1 to V2
Absolute difference
Calculation 2 — Given difference % and value A, find value B
Calculation 3 — Comparison: symmetric difference vs. directional change
How to use the percentage difference calculator
Choose the mode that fits your need:
- Symmetric difference: Use when there is no defined reference value — for example, when comparing two prices, two experiments, or two groups. The result is the same regardless of the order of the values.
- Directional change: Use when there is a clear starting point (V1) and an end point (V2), such as in "before and after" analyses, time series, or growth calculations.
- Calculation 2: Given the symmetric percentage difference and one of the values, calculate the other.
- Calculation 3: Compare all three metrics (symmetric difference, change A→B, and change B→A) for two values at the same time.
Percentage difference formula
| Type | Formula | Symmetric? |
|---|---|---|
| Symmetric percentage difference | |A − B| ÷ ((A + B) ÷ 2) × 100 | Yes |
| Percentage change A→B | (B − A) ÷ |A| × 100 | No |
| Percentage change B→A | (A − B) ÷ |B| × 100 | No |
Frequently asked questions about percentage difference
What is percentage difference?
Percentage difference is a symmetric measure that compares two values using their mean as the base. The formula is:
% difference = |A − B| ÷ ((A + B) ÷ 2) × 100
Unlike percentage change, the result is the same regardless of which value is A and which is B. It is widely used in science to compare two measurements without establishing a hierarchy between them.
What is the difference between percentage difference and percentage change?
Percentage change uses the initial value as the denominator and has a direction: the result from A to B is different from B to A.
Percentage difference uses the mean of the two values as the denominator and is symmetric — the order doesn't matter.
Example: Between 10 and 20:
– Change 10→20: +100% | Change 20→10: −50%
– Percentage difference: 66.67% (in both directions)
When to use percentage difference vs. percentage change?
Use percentage difference when the two values are equivalent (no defined reference), such as when comparing two simultaneous prices, two experimental results, or two data groups.
Use percentage change when there is a logical or temporal sequence — "before" and "after". For example: GDP change year over year, price variation over time, company growth rate.
Can percentage difference exceed 100%?
Yes. Since percentage difference uses the mean as the denominator, it can approach 200% (but never reach it, as that would imply one value is zero). For example:
- Between 1 and 100: |1−100| ÷ ((1+100)÷2) × 100 = 99 ÷ 50.5 × 100 ≈ 196%
- Between 12 and 2: |12−2| ÷ 7 × 100 ≈ 142.86%
Percentage change has no theoretical upper limit (can easily exceed 100%).
How to calculate percentage difference in Excel or a spreadsheet?
If the values are in A1 and B1, use:
- Symmetric percentage difference:
=ABS(A1-B1)/((A1+B1)/2)*100 - Percentage change A→B:
=(B1-A1)/ABS(A1)*100
Format the cell as percentage or remove the ×100 if the cell is already in percentage format.
Practical examples of percentage difference
| Comparison | Value A | Value B | Difference % |
|---|---|---|---|
| Two market prices | $45.00 | $55.00 | 20% |
| Two lab results | 23 | 34 | ≈ 38.6% |
| Average speeds | 80 km/h | 100 km/h | ≈ 22.2% |
| Two temperatures | 12 °C | 2 °C | ≈ 142.9% |
| Two salaries | $3,000 | $5,000 | 50% |
Read also…
