What Percentage Change Measures
Percentage change expresses how much a value has increased or decreased relative to its starting point. Rather than reporting the raw difference between two numbers — which gives no sense of scale — percentage change frames the difference in proportion to where the measurement began.
A $20 increase from $80 to $100 and a $20 increase from $8,000 to $8,020 involve the same dollar change, but very different significance. The first represents a 25% change; the second is 0.25%. Percentage change is what makes those two situations distinguishable in a meaningful way.
The formula has one standard form:
Percentage Change = ((New Value − Old Value) / Old Value) × 100
A positive result indicates an increase; a negative result indicates a decrease. The sign carries meaning — it is not stripped off.
The Formula in Practice
The calculation requires two pieces of information: the starting value (called the old value, initial value, or reference value) and the ending value (called the new value or final value). The order matters: the old value goes in the denominator.
Step 1: Find the difference between the new and old values. Step 2: Divide that difference by the old value. Step 3: Multiply by 100 to convert to a percentage.
Example 1 — An increase: A product’s price was $80; it is now $100.
Percentage Change = ((100 − 80) / 80) × 100
= (20 / 80) × 100
= 0.25 × 100
= +25%
The price increased by 25%.
Example 2 — A decrease: A stock’s price was $150; it is now $120.
Percentage Change = ((120 − 150) / 150) × 100
= (−30 / 150) × 100
= −0.20 × 100
= −20%
The stock fell by 20%.
Example 3 — Negative starting value: A company reported a net loss of $50,000 last year and a net loss of $30,000 this year. The old value is −50,000; the new value is −30,000. The loss improved (got smaller in magnitude).
Percentage Change = ((−30,000 − (−50,000)) / (−50,000)) × 100
= (20,000 / −50,000) × 100
= −0.40 × 100
= −40%
The percentage change is −40%. Interpreting signed results when the reference value is negative requires care: the loss shrank by 40% relative to last year, which is a positive development even though the percentage sign reads negative. The direction of the underlying trend must be considered alongside the sign.
Worked Example
A student scored 80 on a midterm exam and 100 on the final exam.
Inputs:
- Old value: 80
- New value: 100
Calculation:
Percentage Change = ((100 − 80) / 80) × 100
= (20 / 80) × 100
= 25%
Result: The score increased by 25% from the midterm to the final.
Three Concepts Often Confused
Percentage Change vs. Percentage Points
These two terms are frequently — and incorrectly — used interchangeably.
Percentage points is the arithmetic difference between two percentage values. Percentage change is the relative change between them.
Consider an interest rate that rises from 2% to 3%. The increase is:
- 1 percentage point (3% minus 2%)
- 50% increase (percentage change: (3 − 2) / 2 × 100 = 50%)
Describing this as a “50% increase in interest rates” and a “1 percentage point increase in interest rates” are both correct — they describe different things. The confusion arises when one is substituted for the other. A politician who says “the tax rate rose 50%” when it moved from 20% to 30% is technically incorrect — the change is 10 percentage points, not 50%. Conversely, saying the tax rate increased “10 percentage points” when it moved from 2% to 3% would be accurate only in that case.
When reporting changes in rates, ratios, or percentages, specify whether you mean percentage points or percentage change. In formal contexts — scientific papers, financial reporting — the distinction is enforced; in casual contexts, it is often not.
Percentage Change vs. Percentage Difference
Percentage change has a direction: it compares a new value to an old value, with the old value as the reference. It answers: “How much did this quantity grow or shrink from where it started?”
Percentage difference is symmetric: it compares two values without implying one is prior to or more fundamental than the other. The formula uses the average of the two values as the denominator:
Percentage Difference = |A − B| / ((A + B) / 2) × 100
When comparing the prices of two competing products at the same point in time, percentage difference is more appropriate — neither price is the “starting” or “reference” value. When measuring how a single value has changed over time, percentage change is the correct concept.
A common error is using “percentage difference” when “percentage change” is meant, or reporting the denominator-average formula when the old value should be the reference.
Percentage Change vs. Absolute Change
The absolute change (new − old) is the raw numerical difference. The percentage change contextualizes it.
| Scenario | Old | New | Absolute Change | Percentage Change |
|---|---|---|---|---|
| Salary | $50,000 | $52,500 | +$2,500 | +5% |
| Revenue | $2,000,000 | $2,100,000 | +$100,000 | +5% |
| Test score | 60 | 75 | +15 points | +25% |
| Headcount | 1,000 | 900 | −100 | −10% |
The absolute change is appropriate when the actual magnitude matters (a $100,000 revenue increase has business-dollar significance regardless of percentage). The percentage change is appropriate when comparing performance across different scales, benchmarking against a prior period, or evaluating proportional growth.
Both measures are frequently reported together because each answers a different question.
When the Old Value Is Zero
Percentage change from zero is mathematically undefined. Division by zero has no finite result. If the old value is zero and the new value is any nonzero amount, percentage change cannot be calculated.
This situation arises frequently in financial and business data: a company reports $0 revenue in its first quarter and some positive amount the next quarter. Reporting “revenue increased by ∞%” or a very large number is not meaningful.
Common workarounds:
- Report the absolute change only (“revenue grew from $0 to $50,000”).
- Use a different baseline (for example, compare to the same quarter of a prior year that had nonzero revenue).
- Flag the period as the reference baseline and begin percentage tracking in the following period.
The calculator flags this case as an error — the mathematically correct response — rather than producing a misleading large number.
Using Percentage Change to Compare Across Scales
One of the primary uses of percentage change is making fair comparisons across values that differ in scale. This is common in:
Business reporting: A small division that grew revenue from $1M to $1.2M grew 20%. A large division that grew from $100M to $110M grew 10%. In absolute dollars, the large division added more; in proportional terms, the small division outperformed. Investors and executives often track both.
Science and measurement: Two experimental groups start at different baseline values. Reporting absolute change favors the group with the higher baseline. Percentage change normalizes for the starting conditions, making the groups’ responses more directly comparable.
Personal finance: An investment portfolio grew $8,000 in a year. Whether that represents strong or weak performance depends on the starting balance — 10% growth on $80,000 or 0.8% growth on $1,000,000 are very different outcomes, both involving the same $8,000 gain.
Inflation and cost of living: CPI and other price indices track percentage change in a basket of goods over time. This allows meaningful comparison across different price levels over decades.
Reverse Calculation: Finding the Old Value from a Known Change
A common practical question is: if a value increased by X%, what was the original value?
Rearranging the formula:
Old Value = New Value / (1 + Percentage Change / 100)
Example: A price tag shows $120 after a 20% increase. What was the original price?
Old Value = 120 / (1 + 20/100)
= 120 / 1.20
= $100
A frequent error is subtracting the percentage directly from the current value: “If the price is $120 and it went up 20%, the original was $120 − $24 = $96.” That is incorrect. The percentage is applied to the original, unknown value, not the result. The correct calculation divides by (1 + rate), as shown above.
Frequently Asked Questions
Does the percentage change formula work for negative numbers? Yes, with care. The formula works for any nonzero old value, including negative numbers. The sign of the result reflects the mathematical relationship between the two values, but interpreting it requires understanding the context — particularly when the reference value is negative (as in the net-loss example above). The calculator handles signed inputs and produces mathematically correct signed results.
What if I enter the values in the wrong order? The percentage change formula is directional. If old and new are swapped, the result is a different percentage change. For a decrease from 100 to 80 the result is −20%; for an increase from 80 to 100 the result is +25%. These are not inverses of each other and are not interchangeable. Always confirm which value came first (the reference) and which came second (the result).
Can percentage change exceed 100%? Yes. A value that doubles represents a +100% change. A value that triples represents a +200% change. There is no upper limit. A value that grows from 1 to 1,000 represents a +99,900% change. Very large percentage changes are mathematically valid even when they appear extreme.
What is the percentage change if the value goes to zero? If the new value is zero and the old value is nonzero, the change is −100%. The value was reduced to nothing; 100% of it is gone. This is a special case that is well-defined: a stock losing all its value is −100%.
Is percentage change the same as growth rate? In most contexts, yes. A growth rate of 5% means the value increased by 5% relative to its starting point — which is the percentage change formula. The difference is typically one of framing: growth rate usually implies a rate per time period (annual growth rate, monthly growth rate), while percentage change can be applied across any two points regardless of how much time passed.