Uvlio

Command Palette

Search for a command to run...

Back to articles
Technical Article

Percentage Change: The Formula and Four Ways It Misleads

The formula for percentage change is one line, and almost every mistake with it comes from the denominator or from the assumption that percentages behave like ordinary numbers. They do not add, they do not average, and they are not symmetric. Before trusting a dashboard percentage, check which base was used, whether the value itself is already a percentage, and whether sequential changes were multiplied rather than summed.
Uvlio editorial team by limitcool2026-05-177 min read
Topic coverCalculatorPercentage CalculatorUnit Converter

Percentage Change: The Formula and Four Ways It Misleads

How to compute percent change correctly, why percent and percentage points are different, and why a 50% drop needs a 100% rise to recover.

Guide subject preview
Understand
Check
Apply
Tool stack
Percentage CalculatorUnit Converter
Reading focus
1Understand
2Check
3Apply

Original workflow visual

Percentage Change: The Formula and Four Ways It Misleads

This original Uvlio visual summarizes the practical path from input inspection to output review for this workflow.
1

Understand

Review before moving forward

2

Check

Review before moving forward

3

Apply

Review before moving forward

Maintainer and review note
Maintained by limitcool. Use it to understand the technical model, processing boundaries, privacy risks, and verifiable behavior.
The formula, and which number is the base

Percentage change is (new − old) / old, multiplied by 100. The old value is the base, and getting the base wrong is the most common error in the whole topic. Going from 40 to 50 is a 25 percent increase, because the base is 40. Going from 50 back to 40 is a 20 percent decrease, because the base is now 50. Same two numbers, same absolute gap of 10, two different percentages. Whenever a percentage is quoted without saying what it is a percentage of, it cannot be checked.

Percent versus percentage points

If a conversion rate moves from 4 percent to 5 percent, that is a rise of one percentage point and a rise of 25 percent. Both statements are true and they describe the same event. Reporting "conversion rose 25 percent" is technically correct and routinely misread as a much larger change than one point. When the quantity being measured is itself a percentage, say which unit you are using; the ambiguity is where most misleading dashboards come from.

Rises and falls are not symmetric

A 50 percent fall requires a 100 percent rise to get back to where you started, because the base shrank. Halve 100 and you get 50; to return to 100 from 50 you must add 50, which is all of the new base. This asymmetry gets worse as the drop deepens: an 80 percent fall needs a 400 percent rise to recover. It is why a portfolio or a metric that oscillates by the same percentage each period drifts downward rather than staying flat.

Sequential changes multiply, they do not add

Applying +10 percent and then −10 percent does not return the original value. Multiply by 1.10 and then by 0.90 and you get 0.99, a net loss of one percent. Chained percentage changes must be multiplied as factors, not summed. Over many periods this compounds: twelve alternating ±10 percent moves leave you about 5.7 percent below where you began, even though the changes appear to cancel.

Zero and negative bases

If the old value is zero, percentage change is undefined — the denominator is zero, and no percentage describes a move from nothing to something. Report the absolute change instead. Negative bases are worse, because the sign of the result flips in ways that are almost always misread: going from −10 to −5 is an improvement, but the formula returns −50 percent. For any series that crosses zero, absolute differences are the honest presentation.

Averaging percentages usually needs weights

The mean of two percentage changes is not the overall percentage change unless the two bases are identical. If one region grew 50 percent from a base of 10 and another grew 5 percent from a base of 1000, the unweighted average of 27.5 percent describes nothing real; the combined growth is about 5.4 percent. Aggregate the underlying totals and compute one percentage from them, rather than averaging percentages that came from different denominators.

Reporting the base is part of the result

A percentage without its base is not a complete statement. Revenue rose 12 percent is useful only if the reader also knows whether the base was last month, last year, or a forecast. When presenting sequential changes, show both the factor chain and the final absolute value so the reader can verify the arithmetic. When the quantity is itself a percentage, label the unit as percent or percentage points every time it appears, including in chart axes and table headers.

Common Questions

What is the difference between percent and percentage points?

Percentage points measure the arithmetic gap between two percentages. Percent measures the relative change. Moving from 4% to 5% is one percentage point and a 25 percent increase.

Why does +10% then −10% not return me to the start?

The second change applies to a larger base. 1.10 × 0.90 = 0.99, so you end one percent below where you began.

How do I calculate percentage change from zero?

You cannot. Division by zero is undefined, so report the absolute change instead.

What rise cancels a 50% fall?

A 100 percent rise. After halving, the base is half the size, so you have to add the whole of the new base to get back.