Math

Percentage Difference Calculator

Calculate the percentage difference between two values, or find the percentage increase or decrease from one value to another.

Enter values above to see the result.

Advertisement

Percentage Formulas

Percentage Difference

% Diff = |V1 − V2| ÷ ((V1 + V2) ÷ 2) × 100

Percentage Change

% Change = (New − Old) ÷ |Old| × 100

What is percentage difference?

Percentage difference measures the relative gap between two values without assigning a direction. Because the average of the two values is used as the denominator rather than either value specifically, the result is symmetric — swapping the two inputs produces the same answer. This makes it the right choice when comparing two independent quantities like the price of two products or the speeds of two vehicles.

Percentage change, on the other hand, is directional and measures movement along a timeline or sequence. It uses the original value as the reference point, so the order of the inputs matters. Use percentage change when tracking metrics over time, such as revenue growth, weight loss progress, or stock performance, where a clear baseline exists.

Frequently asked questions

What is the difference between percentage difference and percentage change?
Percentage difference compares two values symmetrically — neither is treated as the reference — and is used when there is no clear 'before' and 'after'. Percentage change is directional and measures how much a value has increased or decreased from a specific starting point.
How is percentage difference calculated?
Percentage difference equals the absolute difference between two values divided by the average of those two values, multiplied by 100. The formula is: |V1 − V2| ÷ ((V1 + V2) ÷ 2) × 100. Because it uses the average as the denominator, the result is the same regardless of which value you label V1 or V2.
How is percentage change calculated?
Percentage change equals the new value minus the old value, divided by the absolute value of the old value, multiplied by 100. A positive result indicates an increase and a negative result indicates a decrease from the original value.
When should I use percentage difference vs percentage change?
Use percentage difference when comparing two measurements where neither is the definitive baseline — for example, comparing the prices of two different products. Use percentage change when tracking the same metric over time, such as monthly revenue growth or a stock price movement.
Can percentage difference be greater than 100%?
Yes. If two values are very far apart, the percentage difference can exceed 100%. For example, comparing 5 and 100 gives a percentage difference of approximately 180.6%. This is one reason percentage difference is less intuitive than percentage change for large disparities.
What happens if the old value is zero in percentage change?
Percentage change is mathematically undefined when the old value is zero because division by zero is not possible. In practice, this situation is typically handled by noting that there was no baseline to compare against, and the change should be described in absolute terms instead.