Percentage Difference Calculator

Calculate the percentage difference between two values, or switch to Percentage Change mode to find the relative increase or decrease from an old value to a new one. Any two of three fields can be filled — the third is computed automatically.

Percentage Difference vs Percentage Change

These two calculations are often confused but serve different purposes.

Percentage Difference compares two values without implying direction. Neither value is “before” or “after” — the result is symmetric and always positive.

Formula: |V1 − V2| / ((V1 + V2) / 2) × 100

Example: Comparing 30 and 50. Absolute difference = 20. Average = 40. Percentage difference = 20 / 40 × 100 = 50%.


Percentage Change measures a directional shift from an old value to a new one.

Formula: (New − Old) / Old × 100

Example: A price drops from 50 to 30. Change = −20. Percentage change = −20 / 50 × 100 = −40%.

Reverse Calculation

Both modes support reverse input: fill in any two of the three fields and the calculator computes the third automatically.

Percentage Change:

  • Old + percentage change → New: New = Old × (1 + PC / 100)
  • New + percentage change → Old: Old = New / (1 + PC / 100)
  • Old + new → percentage change: PC = (New − Old) / Old × 100

Percentage Difference:

  • Value 1 + percentage difference → Value 2 (the solution where V2 ≥ V1; swap inputs for the smaller solution)

When to Use Each Mode

SituationUse
Comparing two measurements with no reference directionPercentage Difference
Tracking growth or decline from a known starting pointPercentage Change
Before-and-after analysis (price, weight, revenue)Percentage Change
Symmetric comparison where neither value is the baselinePercentage Difference

Frequently Asked Questions

What is the percentage difference formula?

Percentage difference = |V1 − V2| / ((V1 + V2) / 2) × 100. It measures how far apart two values are relative to their average. Because it uses the average as the denominator rather than one specific value, the result is the same regardless of which value is labeled V1 or V2.

What is the difference between percentage difference and percentage change?

Percentage difference is symmetric — it compares two values relative to their average, with no implied direction. Percentage change is directional — it measures how much a value changed from a specific starting (old) value. Use percentage difference when neither value is a reference baseline; use percentage change when one value is clearly the starting point.

Can I enter the percentage and one value to find the other?

Yes. In both modes, fill in any two of the three fields and the calculator computes the third automatically. For example, in Percentage Change mode you can enter the old value and the percentage change to find the new value.

Why can't I use negative numbers in Percentage Difference mode?

The formula divides by the average of the two values. If both values are negative, the average is negative, making the result negative or undefined — which has no meaningful interpretation. For scenarios involving negative values such as temperature changes or financial losses, use Percentage Change mode instead.

What does a percentage change of −100% mean?

It means the new value is exactly zero — the quantity decreased by the full amount of the original. Values below −100% indicate the new value is negative, for example a debt that exceeds the original amount. This is valid in Percentage Change mode.