Percentage Points vs Percent: The Difference That Trips Everyone Up
A one-sentence problem
An interest rate rises from 4% to 5%. A headline might call it a "1% increase." A finance blog might call it a "25% increase." Both are technically defensible — and that ambiguity causes real confusion. The fix is a single distinction: percentage points vs percent.
The two different questions
When a percentage itself changes, there are two honest ways to describe the change:
- Absolute change (percentage points): 5% − 4% = 1 percentage point.
- Relative change (percent): the increase of 1 point relative to the starting 4% is 1 ÷ 4 = 25%.
So the rate went up 1 percentage point, which is a 25% increase. Both statements describe the same move. Trouble starts when someone says "1%" (meaning points) and the listener hears "1% relative" — or vice versa.
Why it matters
This isn't pedantry — the gap can be enormous:
- Interest rates. "Rates went up 2%" is vague. From 3% to 5% is 2 percentage points but a 67% relative jump in your borrowing cost.
- Polls and stats. "Support rose 5%" could mean 40% → 45% (5 points) or 40% → 42% (a 5% relative rise). Very different stories.
- Fees and returns. A fund quoting "we cut fees by 1%" means something completely different if it's 1 point (2% → 1%) versus 1% relative (2% → 1.98%).
How to get it right every time
Use "percentage points" for absolute changes between two percentages, and "percent" for relative changes. A quick self-check:
percentage_point_change = new_rate − old_rate
percent_change = (new_rate − old_rate) / old_rate × 100
For 4% → 5%:
points = 5 − 4 = 1 percentage point
percent = (5 − 4) / 4 = 25%
If you're the one writing the number, say which you mean. If you're reading someone else's, ask: points, or relative?
A quick gut check
- Going from 1% to 2% is only 1 percentage point — but it doubles the value (a 100% relative increase).
- Going from 50% to 51% is also 1 percentage point — but only a 2% relative increase.
Same "1 point," wildly different real impact. That's the whole reason the distinction exists.
Work it out instantly
Whenever you need the relative change between two numbers, an increase/decrease, or "X is what percent of Y," skip the mental math and use the percentage calculator — it handles both the points and the percent so you can quote the right one with confidence.
Keep reading
DORA Metrics Explained: The Four Keys to Delivery Performance
Deployment frequency, lead time, change failure rate, and time to restore — what the four DORA metrics measure, how to read them, and how to improve them without gaming the numbers.
Read articleHow to Measure Penis Size Accurately: Bone-Pressed vs Non-Bone-Pressed
A clear, clinical guide to measuring penile length and girth the way research studies do — including the bone-pressed vs non-bone-pressed difference that trips most people up.
Read articleWhat LLM Tokens Really Cost (and How to Estimate Your Bill)
Tokens, context windows, input vs output pricing — a practical guide to how large language model costs actually add up, and how to estimate a monthly bill before you're surprised by it.
Read article