Comparing percentage changes sounds simple, but the comparison can be misleading when the starting values differ or when percentage points are confused with percent change. This guide shows how to calculate each change, compare results fairly, and explain what the numbers actually mean.
Start by identifying the two values
Every percentage-change problem has at least two values:
- The original value, also called the starting, old, or baseline value.
- The new value, also called the final, current, or comparison value.
The original value is the reference point. A change of 10 units means something very different when the original value is 20 than when it is 1,000, so the percentage must be calculated relative to the original value.
Use this basic notation:
- Original value:
O - New value:
N - Absolute change:
N - O
Before calculating, check that the values measure the same thing and use the same units. For example, compare dollars with dollars, kilograms with kilograms, and monthly revenue with monthly revenue. If one value is weekly and the other is annual, convert them before calculating.
Use the correct percent-change formula
The standard formula is:
Percentage change = (New value - Original value) / Original value × 100
The sign tells you the direction:
- A positive result is a percentage increase.
- A negative result is a percentage decrease.
- A result of zero means there was no change.
For example, a subscription price rises from $40 to $50:
Percentage change = ($50 - $40) / $40 × 100
= $10 / $40 × 100
= 25%
The price increased by 25%.
If the price falls from $50 to $40, the calculation uses $50 as the original value:
Percentage change = ($40 - $50) / $50 × 100
= -$10 / $50 × 100
= -20%
The price decreased by 20%. Notice that increasing from $40 to $50 is a 25% increase, while returning from $50 to $40 is a 20% decrease. These are not contradictory because the two calculations have different starting values.
Calculate percentage increase and decrease separately
You can also write the formulas in a form that emphasizes the direction.
For an increase:
Percentage increase = (Increase / Original value) × 100
For a decrease:
Percentage decrease = (Decrease / Original value) × 100
The amount of the increase or decrease should be written as a positive number in the second version. For example, sales rise from 800 orders to 920 orders.
- Find the absolute increase:
920 - 800 = 120. - Divide by the original value:
120 / 800 = 0.15. - Multiply by 100:
0.15 × 100 = 15%.
Sales increased by 15%.
For a decrease from 920 orders to 800 orders:
- Find the absolute decrease:
920 - 800 = 120. - Divide by the original value, 920:
120 / 920 ≈ 0.1304. - Convert to a percentage:
0.1304 × 100 ≈ 13.04%.
The decrease is approximately 13.04%, not 15%.
Compare two percentage changes directly
When comparing two changes, calculate each one using its own original value. Do not compare only the raw differences unless the starting values are identical.
Suppose two stores report these results:
| Store | Original sales | New sales | Absolute change | Percentage change |
|---|---|---|---|---|
| A | 1,000 | 1,150 | 150 | 15% increase |
| B | 200 | 240 | 40 | 20% increase |
Store A gained more sales in absolute terms: 150 orders compared with 40. Store B had the larger relative improvement: 20% compared with 15%.
Which store performed better depends on the question:
- If you care about the number of additional orders, Store A did better.
- If you care about growth relative to each store’s starting size, Store B did better.
- If you care about revenue, profit, or another outcome, calculate that measure instead of assuming sales volume tells the whole story.
A useful comparison sentence is: “Store A added 150 orders, while Store B grew faster relative to its baseline, increasing by 20% versus 15%.” This keeps absolute and relative performance separate.
Do not confuse percentage points with percent change
Percentages can be compared in two different ways, especially with rates, shares, grades, and probabilities.
Suppose a conversion rate rises from 4% to 5%.
The change in percentage points is:
5% - 4% = 1 percentage point
The relative percentage change is:
(5% - 4%) / 4% × 100 = 25%
So the conversion rate increased by 1 percentage point, which is a 25% relative increase.
These statements are both correct but mean different things. “Conversion increased by 1 percentage point” describes the direct difference between the rates. “Conversion increased by 25%” compares the difference with the original 4% rate.
Use percentage points when discussing the distance between two percentages. Use percent change when discussing how large the change is relative to the starting percentage.
This distinction also applies to interest rates, unemployment rates, market share, test scores, click-through rates, and election results.
Compare changes over different starting values
A percentage change normalizes a difference by the starting value, but it does not eliminate every comparison problem. Ask whether the baselines are meaningful and comparable.
For example, a product’s defect rate falls from 10 defects per 1,000 units to 5 defects per 1,000 units. That is a 50% decrease. Another product’s defect rate falls from 2 defects per 1,000 units to 1 defect per 1,000 units, also a 50% decrease.
The relative improvement is the same, but the practical effect differs:
- The first product eliminates 5 defects per 1,000 units.
- The second eliminates 1 defect per 1,000 units.
Also check the sample size. A change based on 10 observations may be less reliable than the same percentage change based on 100,000 observations. The percentage calculation itself may be correct while the conclusion is uncertain because the underlying data is limited or variable.
When comparing groups, consider reporting both:
- Absolute change, such as 5 fewer defects per 1,000 units.
- Relative change, such as a 50% reduction.
Handle increases and decreases across multiple periods
Do not add percentage changes unless the situation specifically supports that shortcut. Percentage changes usually compound because each new change applies to the current value.
Suppose an investment rises by 10% and then falls by 10%. Starting at $100:
- After the 10% increase:
$100 × 1.10 = $110. - After the 10% decrease:
$110 × 0.90 = $99.
The final value is $99, so the overall change is a 1% decrease. The changes did not cancel out.
For repeated increases, multiply by the growth factor. A 6% increase uses 1.06; a 12% decrease uses 0.88.
Final value = Original value × 1.06 × 0.88
To calculate the total percentage change after several periods:
Total percentage change = (Final value - Original value) / Original value × 100
This method is especially important for prices, investments, website traffic, population, inflation, and sales over time.
Calculate the reverse percentage change carefully
A common mistake is assuming that reversing a percentage increase requires the same percentage decrease. It does not.
If a $200 item increases by 25%, the new price is:
$200 × 1.25 = $250
To return from $250 to $200, the required decrease is:
($250 - $200) / $250 × 100 = 20%
The reverse of a 25% increase is a 20% decrease because the second calculation uses the higher value as its baseline.
To reverse a percentage increase of r, use:
Required decrease = r / (1 + r)
Here, r is written as a decimal. For a 25% increase, r = 0.25:
0.25 / 1.25 = 0.20 = 20%
To reverse a decrease of r, use an increase of:
Required increase = r / (1 - r)
For example, after a 20% decrease, the value is 80% of the original. Returning to the original requires a 25% increase because 0.20 / 0.80 = 0.25.
Avoid averaging percentages incorrectly
If several percentage changes come from groups with different sizes, a simple average may misrepresent the overall result.
Imagine one campaign has 10 impressions and a 50% click-through rate, while another has 1,000 impressions and a 5% click-through rate. The simple average is:
(50% + 5%) / 2 = 27.5%
But the overall rate should be calculated from total clicks divided by total impressions. If the first campaign produced 5 clicks and the second produced 50 clicks, the combined rate is:
(5 + 50) / (10 + 1,000) × 100 ≈ 5.45%
Use a weighted calculation when group sizes differ significantly. In general:
Combined percentage = Total amount represented by the numerator
/ Total amount represented by the denominator × 100
For growth rates across periods, use compounding or calculate the total beginning-to-ending change rather than averaging rates automatically.
Use a calculator or spreadsheet reliably
For a quick calculation, enter the values in this order:
(New - Original) / Original × 100
In a spreadsheet, if the original value is in cell A2 and the new value is in B2, use:
=(B2-A2)/A2
Format the result as a percentage. If you want the displayed result to be rounded to two decimal places, use:
=ROUND((B2-A2)/A2,4)
When the cell is formatted as a percentage, rounding to four decimal places produces two displayed percentage digits in most spreadsheet programs. Alternatively, use:
=ROUND((B2-A2)/A2*100,2)
and leave the cell formatted as a regular number with a percent sign added in the format or text.
For a large table, add columns for original value, new value, absolute change, and percentage change. This makes it easier to audit the calculation and identify rows with missing, zero, or negative baselines.
Troubleshoot common errors
If your result seems wrong, check these issues:
- The denominator is wrong: Percent change uses the original value, not the new value.
- The direction is reversed: Subtract original from new for a signed result.
- A percentage point was mistaken for a percent change: Subtract rates for percentage points; divide the difference by the original rate for relative change.
- Units are inconsistent: Convert dollars, currencies, time periods, weights, or quantities before calculating.
- The original value is zero: Standard percentage change is undefined because division by zero is impossible. Report the absolute change or use a separately defined rate.
- The original value is negative: The usual interpretation can become confusing. Explain the context and consider reporting the signed absolute change as well.
- Rounding happened too early: Keep extra decimal places during the calculation and round only the final result.
- Repeated changes were added: Apply each change multiplicatively, then compare the starting and final values.
- A simple average was used for unequal groups: Combine the underlying totals or use a weighted average.
A practical decision process
Use this short process whenever you need to compare percentage changes:
- Confirm that both values measure the same thing.
- Label the original and new values for every comparison.
- Calculate the absolute change.
- Divide by the correct original value.
- Multiply by 100, or format the decimal as a percentage.
- Keep the sign or label the result as an increase or decrease.
- Check whether percentage points would be clearer.
- Report the absolute difference alongside the percentage when the baseline sizes differ.
- For multiple periods, use compounding rather than simple addition.
- State the time period, sample size, and rounding precision when they affect interpretation.
The most accurate comparison often uses both forms: “The rate fell by 3 percentage points, from 12% to 9%, which represents a 25% relative decrease.” That wording gives readers the direct difference and the proportional change without making them guess which definition was used.