Percentage vs Percentage Point: Why the Difference Matters
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/guide/percentage-vs-percentage-point/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/guide/percentage-vs-percentage-point/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/guide/percentage-vs-percentage-point/)
Use the native HTML custom element.
The most common math confusion in journalism and finance — illustrated with examples from interest rates, polling, and tax brackets
The Confusion That Misleads Millions
When a headline reads "Mortgage rates rose 2%," does that mean rates went from 4.00% to 4.08%, or from 4.00% to 6.00%? Answering that question correctly requires distinguishing between percentage and percentage point — a distinction that politicians, journalists, and even some financial professionals routinely blur.
Defining Both Terms Precisely
A percentage change is a relative measure. It tells you how much a quantity grew or shrank relative to its starting value.
Formula: Percentage change = ((New − Old) / Old) × 100
A percentage point (pp) is an absolute difference between two percentages. It requires no calculation — just subtraction.
Formula: Percentage point change = New percentage − Old percentage
The critical insight: one percentage point is a fixed, absolute unit. One percent of a percentage is a variable, relative unit that depends on the starting value.
Interest Rates: Where the Difference Costs Real Money
Suppose the Bank of England raises its base rate from 4.00% to 5.00%.
- The change in percentage points: 5.00% − 4.00% = 1 percentage point
- The change as a percentage: (1.00 / 4.00) × 100 = 25%
Both statements are mathematically correct. But they tell completely different stories: - "The rate rose 1 percentage point" → describes the actual rate change accurately - "The rate rose 25%" → sounds alarming but means the same thing
A borrower with a £200,000 mortgage on a variable rate immediately sees this: a 1-pp rise adds roughly £1,667 per year to their interest cost. Whether you call it "1pp" or "25%" doesn't change the bill.
Polls and Elections: Where Precision Determines Outcomes
Opinion polling is notorious for this confusion. Suppose Party A polls at 38% and Party B at 36%.
- Party A leads by 2 percentage points (38 − 36 = 2)
- If Party B improves from 36% to 38%, they gained 2 percentage points and improved by 5.6% relative to their previous support level
If a news report says "Party B surged 10%" during the campaign and their support moved from 36% to 39.6%, the journalist means a 3.6-pp absolute gain but expressed it as a relative change. Someone reading "surged 10%" and expecting dramatic movement will be disappointed.
For election forecasters, this distinction determines whether a model predicts a close race or a landslide.
Tax Brackets: A Practical Case Study
Consider an income tax system with two brackets: - Income up to $50,000: taxed at 20% - Income above $50,000: taxed at 35%
Moving from the first to the second bracket means your marginal rate increased by: - 15 percentage points (35 − 20 = 15) - 75% relative to the previous rate ((15/20) × 100 = 75%)
The 75% figure sounds like a massive increase but is mathematically valid. The 15 pp figure is what a taxpayer actually experiences — their marginal dollar is now taxed 15 pp more.
This becomes legally significant when tax law specifies rate changes: "the capital gains rate shall be increased by 5%" means a 5% relative increase (from 20% to 21%), not a jump to 25%.
Why Journalists Make This Mistake (and How to Spot It)
Three patterns signal misuse:
-
The relative-sounds-dramatic trap: "Dropout rates fell 20%" sounds better in a headline than "dropout rates fell 1 percentage point." But the former is only true if rates fell from, say, 5% to 4%.
-
Missing the baseline: A change described as "X%" is ambiguous without knowing the starting percentage. Always ask: "X% of what?"
-
Double percentages in one sentence: "The investment that returned 12% last year now returns 9% — a 25% drop in returns" is technically correct (25% relative change) but the 3 pp absolute drop is more economically meaningful.
Worked Examples to Lock in the Concepts
Example A: A savings account's interest rate changes from 2.5% to 3.0%. - Percentage point change: 0.5 pp - Percentage change: (0.5 / 2.5) × 100 = 20%
Example B: A country's unemployment rate drops from 8.4% to 7.6%. - Percentage point change: −0.8 pp (an improvement) - Percentage change: (−0.8 / 8.4) × 100 = −9.5%
Example C: A medical study reports that a drug reduces the risk of heart attack from 10% to 8% of patients. - Absolute risk reduction: 2 percentage points - Relative risk reduction: (2/10) × 100 = 20% - Drug company ads will say "reduces risk by 20%" — patients and doctors should also know the absolute number (2 pp) to judge clinical significance.
The Takeaway Rule
When in doubt, apply this mental test:
Is the number in question already a percentage? If the starting value is itself a percentage, express changes in percentage points. If it is a count, price, or absolute quantity, express changes as percentages.
This rule makes communication precise, prevents misleading headlines, and — in finance — can save you from costly misinterpretations.