Percentage Difference Calculator
Calculate the percentage difference between two values.
Unlike percent change, percentage difference treats both values equally — perfect for comparing two quantities.
Percentage Difference vs. Percentage Change
These are two different calculations that are frequently confused. Understanding the distinction is important for accurate data reporting.
Percentage Difference
Percentage difference is used when comparing two values and neither one is a reference point. Both values are treated equally. The denominator is their average:
Percentage Difference = |V₁ − V₂| / ((V₁ + V₂) / 2) × 100
This is symmetric — switching V₁ and V₂ gives the same result.
When to use: Comparing two measurements from the same time period, two lab results, two prices for the same product, two cities’ populations in the same year.
Percentage Change
Percentage change is used when one value is the starting point (old) and the other is the ending point (new). The denominator is the original value:
Percentage Change = (New − Old) / Old × 100
A positive result means an increase; negative means a decrease.
When to use: Comparing a stock’s price today vs. yesterday, a company’s revenue this year vs. last year, population in 2024 vs. 2020.
Why the Difference Matters
Consider values of 80 and 120:
- Percentage Difference = |80−120| / ((80+120)/2) × 100 = 40/100 × 100 = 40%
- Percentage Change (80→120) = (120−80)/80 × 100 = +50%
- Percentage Change (120→80) = (80−120)/120 × 100 = −33.3%
Three different answers! The correct one depends entirely on what you are trying to measure.
Common Confusion and Mistakes
- “The price went up 50% then down 50% — so it’s back to where it started.” WRONG. A price that rises 50% then falls 50% ends up at 75% of the original.
- Reporting a percentage change when neither value is a clear baseline leads to the asymmetry problem shown above.
- Some sources incorrectly use percent change when percent difference is appropriate (e.g., comparing two independent lab measurements with no direction implied).
Real-World Examples
Comparing two product prices: Product A costs $45, Product B costs $60. Percentage Difference = |45−60| / 52.5 × 100 = 28.57% (Neither price is the reference — they are simply different options)
Comparing test scores: Student A scored 78, Student B scored 92. Percentage Difference = 14/85 × 100 = 16.47%
Comparing two city populations: City A has 850,000 people, City B has 1,200,000. Percentage Difference = 350,000/1,025,000 × 100 = 34.15%
Absolute Difference
The simplest comparison:
Absolute Difference = |V₁ − V₂|
This tells you the raw gap, without any reference to scale.