Percentage change and percentage difference sound interchangeable — but they are not. Using the wrong formula is a surprisingly common mistake in business reports, data analysis, and everyday communication. Here is exactly when to use each.
Percentage Change: Before and After
Percentage change measures how much a value has changed relative to a starting point. It requires a clear "before" (reference) value.
Formula: % Change = ((New Value − Old Value) ÷ Old Value) × 100
When to use: Any time you have a before-and-after comparison:
- Last year's revenue vs this year's
- Yesterday's stock price vs today's
- Population in 2010 vs 2020
Example: Your website had 8,000 visitors last month and 10,000 this month. % Change = ((10,000 − 8,000) ÷ 8,000) × 100 = +25%
The sign matters: positive = increase, negative = decrease.
Percentage Difference: Two Comparable Values
Percentage difference compares two values where neither is clearly the "original" or reference point. It uses the average of the two as the denominator.
Formula: % Difference = (|Value A − Value B| ÷ ((Value A + Value B) ÷ 2)) × 100
When to use: Comparing two things that exist simultaneously and neither came first:
- Price of a product at two different stores
- Salary of two employees in the same role
- Test scores from two different students
Example: Store A sells a laptop for $950; Store B sells the same for $1,100. % Difference = (|950 − 1,100| ÷ ((950 + 1,100) ÷ 2)) × 100 = (150 ÷ 1,025) × 100 = 14.6%
Why the Two Formulas Give Different Results
If you calculate this laptop example as percentage change from Store A to Store B: % Change = ((1,100 − 950) ÷ 950) × 100 = 15.8%
If you flip it and calculate change from Store B to Store A: % Change = ((950 − 1,100) ÷ 1,100) × 100 = −13.6%
The same gap ($150) produces three different percentages (14.6%, 15.8%, 13.6%) depending on which formula and direction you choose. This is not a math error — it is the correct result for each different question.
| Question | Formula to Use | Answer |
|---|---|---|
| How much did visits grow month-over-month? | % Change | +25% |
| How different are the two stores' prices? | % Difference | 14.6% |
| How much more does B charge vs A? | % Change (A as base) | +15.8% |
Percentage Points: The Third Concept
Percentage points are the arithmetic difference between two percentages — not a ratio.
Example: An interest rate rises from 3% to 5%.
- The increase is 2 percentage points
- The percentage change in the interest rate is (5−3)/3 × 100 = +66.7%
Politicians often use "percentage points" and "percent" interchangeably when they should not. "Unemployment fell 2 percentage points" (from 6% to 4%) is very different from "unemployment fell 2%" (which would be from 6% to 5.88%).
Common Misuse in Media
If a poll shows Party A at 48% and Party B at 44%, the gap is 4 percentage points — not "4 percent." The percentage difference between those poll numbers is: |48−44| / ((48+44)/2) × 100 = 8.3%.
Use the Right Tool for Each Calculation
Our Percentage Calculator covers percentage change, percentage difference, and all other core percentage formulas. Select the right formula type from the dropdown and enter your two values for an instant result.
Frequently Asked Questions
Q: What's the difference between percentage change and percentage difference? A: Percentage change compares a value to a clear "before" reference point using ((New − Old) ÷ Old) × 100, while percentage difference compares two values with no clear original, dividing by the average of the two instead.
Q: Why did comparing the same two laptop prices give three different percentages? A: Because the formula and direction change the result — Store A to B is +15.8% change, Store B to A is −13.6% change, while the percentage difference (using the average as the denominator) is 14.6%; each answers a different question correctly.
Q: Are "percentage points" the same thing as "percent"? A: No — percentage points are the simple arithmetic difference between two percentages (a rate rising from 3% to 5% is a 2 percentage point increase), while the percentage change in that same rate is +66.7%.