Percentage Change vs. Percentage Difference vs. Percentage Points: What's the Difference?
Percentage change, percentage difference, and percentage points sound interchangeable and get used that way constantly — in news articles, in meetings, in spreadsheets. They're not interchangeable. Using the wrong one doesn't just look sloppy, it can genuinely misstate what happened. Here's how to tell them apart in about two minutes.
Which one do you need?
Is one of your two numbers clearly the "starting point" and the other where it ended up?
Are both numbers already percentages themselves — like two interest rates or two poll results?
Percentage change: there's a clear "before" and "after"
Use percentage change when one number is the starting point and the other is where it ended up — a price last month vs. this month, a salary before and after a raise, a population then and now.
Change % = ((New − Old) ÷ |Old|) × 100
Direction matters here. Going from 100 to 120 is a 20% increase. Going from 120 back to 100 is a 16.7% decrease — not the same number, because the denominator (the "old" value) is different each time.
Percentage difference: neither number is the "original"
Use percentage difference when you're comparing two values that have equal standing — two lab readings of the same sample, two vendor quotes, two competitors' numbers — and neither one is obviously the "before" value.
Difference % = (|V1 − V2| ÷ ((V1 + V2) ÷ 2)) × 100
Notice the denominator is the average of the two numbers, not one specific "old" value. That's what makes it symmetric: swap V1 and V2 and you get the same answer, which is not true for percentage change.
Example: two lab instruments read 48.2 and 50.5 for the same sample. Neither reading is the "correct" one, so percentage difference is the right tool: |48.2 − 50.5| ÷ ((48.2 + 50.5) ÷ 2) × 100 ≈ 4.66%.
Percentage points: comparing two percentages directly
Use percentage points when both numbers you're comparing are themselves percentages — an interest rate, a poll result, a conversion rate — and you want the plain arithmetic gap between them.
Point difference = Percentage B − Percentage A
If an interest rate moves from 3% to 5%, that's a 2 percentage point increase. It is also, separately, a 66.7% percentage change (using the change formula above: (5 − 3) ÷ 3 × 100). Both numbers are correct, but they answer different questions, and headlines conflate them constantly.
Quick points calculator
Point difference
—
A related but different problem: reverse percentages
None of the three metrics above tell you how to find an original value from a final value and a percentage — that's a fourth, related problem called a reverse percentage. If you know a discounted price and want the original price, or a post-tax price and want the pre-tax price, see the Reverse Percentage Calculator.
Comparing values across a specific time window, like this year versus last year, is its own common case — see Understanding Year-over-Year (YoY) Percentage Change.
Side-by-side comparison
| Metric | Use when | Formula | Directional? |
|---|---|---|---|
| Percentage change | One value is clearly "before," the other "after" | (New − Old) ÷ |Old| × 100 | Yes |
| Percentage difference | Neither value is the "original" | |V1 − V2| ÷ ((V1+V2)÷2) × 100 | No |
| Percentage points | Comparing two percentages directly | Percentage B − Percentage A | Yes |
The most common mistake
The single most common error is reporting a percentage-point gap as if it were a percentage change — saying unemployment "fell 6%" when it actually fell from 10% to 4%, a 6 percentage point drop that's actually a 60% percentage change. Both descriptions are technically defensible, but they paint very different pictures, and mixing up which one you mean is how misleading statistics happen even without anyone intending to mislead.
Frequently asked questions
Why do percentage points and percentage change give different numbers for the same data?
Because they're answering different questions. Percentage points is the plain arithmetic gap between two percentages (5% − 3% = 2 points). Percentage change asks how big that gap is relative to where you started ((5−3)÷3×100 = 66.7%). Same two numbers, two legitimate but different answers.
Which of these three should I use for a spreadsheet report?
Use the same logic as above: if one column is clearly "before" and the other "after," use percentage change. If neither value is the original — two vendor quotes, two lab readings — use percentage difference. If both columns are already percentages, like two rates or two conversion percentages, use percentage points.
Is percentage difference the same as percent error?
No. Percentage difference treats both values as equals and divides by their average. Percent error compares a measured value against a known, accepted value. See the full breakdown on the Percentage Difference Calculator page.
Do I need a calculator for percentage points, or can I do it in my head?
Percentage points is just subtraction, so many people can do it in their head — unlike percentage change or difference, which involve division. The calculator above is there for convenience and to avoid a careless slip, not because the math is hard.
Sources
Related calculators and guides
Calculators
Guides
Cedrick Reese, Founder
I'm Cedrick Reese, a retired veteran and web developer who built PercentageChangeCalculators.com as part of Ready Utilities, my collection of free, user-friendly online tools. My journey began in the early 2000s with affiliate marketing and niche site development, which grew into a passion for creating practical digital utilities and calculators. After retiring, I earned a Computer Systems Technician certificate from UEI College, completed Electro-Mechanical Technologies at Tulsa Welding School, and finished the Carpentry program at Florida State College at Jacksonville. Today, I combine my technical background and craftsmanship by building furniture using traditional woodworking methods, gardening, and developing helpful online tools for users worldwide.