Percent Change
A company’s quarterly revenue jumps from $200,000 to $245,000. A stock price dips from $80 to $72. In both cases, you want to know not just the raw difference, but how significant that change is – and that’s exactly what percent change tells you. It turns an absolute difference into a relative, easy-to-compare percentage.
What Is the Formula for Percent Change?
The core formula makes no assumptions about direction and works for any two real numbers:
Percent Change = ((New Value – Old Value) / |Old Value|) × 100
Here, |Old Value| means the absolute value of the starting number. Using the absolute value keeps the calculation meaningful even when negative numbers are involved, and it ensures that an increase always yields a positive result while a decrease yields a negative one.
You’ll often see the same formula written as:
Percent Change = ((V₂ – V₁) / |V₁|) × 100
Where:
- V₁ = initial (old) value
- V₂ = final (new) value
If the result is positive, it’s a percentage increase. If negative, it’s a percentage decrease. The absolute value in the denominator is what distinguishes percent change from a simple “difference divided by old value” – it handles negative baselines cleanly.
How to Calculate Percent Change: Step-by-Step
Let’s take a practical example: a mobile app had 12,500 active users last month and 15,000 this month. What is the percent change?
- Find the difference: 15,000 – 12,500 = 2,500
- Use the absolute value of the old figure: |12,500| = 12,500
- Divide the difference by the absolute old value: 2,500 ÷ 12,500 = 0.20
- Multiply by 100 to get the percentage: 0.20 × 100 = 20%
The app’s user base grew by 20% month over month.
Interactive Percent Change Calculator
Use the tool below to calculate percent change instantly. Simply enter the old and new values – the calculator handles the rest, including negative numbers and the absolute value step.
The same logic works in reverse: if the app lost users, say from 15,000 back to 12,000, the steps would be (12,000 – 15,000) / 15,000 = –3,000 / 15,000 = –0.20, or –20%.
Percent Increase vs. Percent Decrease
Though the underlying formula is identical, the way you interpret the sign matters. Here are two realistic examples that show both sides:
Example 1: Salary Increase
Your annual salary went from $55,000 to $60,500.
Percent change = (60,500 – 55,000) / 55,000 × 100 = 5,500 / 55,000 × 100 = 10% increase.
Example 2: Inventory Shrinkage
A warehouse counted 8,200 units in January and only 7,790 in February.
Percent change = (7,790 – 8,200) / 8,200 × 100 = –410 / 8,200 × 100 = –5% decrease.
When communicating results, you can say “a 5% decrease” rather than “negative 5% change” for clarity, but the numeric sign keeps reporting consistent.
Common Mistakes When Calculating Percent Change
Even seasoned analysts can slip up. Watch out for these three pitfalls:
- Using the wrong denominator: Always divide by the old value (the starting point), not the new one. If you update the denominator by mistake, the result loses its intended meaning.
- Ignoring the absolute value: Without
|old value|, a negative baseline can flip the sign and give a misleading direction of change. Always apply the absolute value to the original number in the denominator. - Confusing percent change with percentage point change: When comparing two percentages (e.g., an interest rate moving from 3% to 3.6%), the percent change is 20% but the percentage point change is only 0.6. Keeping these distinct avoids exaggerated statements.
Real-World Applications of Percent Change
Percent change pops up everywhere – from personal finance to macroeconomics:
- Investing: Daily stock returns and portfolio performance are expressed as percent changes, allowing comparisons across assets of different sizes.
- Business: Monthly sales growth or customer churn rates are tracked as percentages to spot trends quickly.
- Economics: GDP growth, inflation (CPI), and unemployment shifts are all reported via percent change to make data universally interpretable.
- Science and engineering: Signal amplification, population growth, and experimental error margins often rely on relative change percentages.
Because percent change standardizes differences, it’s the go‑to metric whenever you need to put a change in perspective – no matter how large or small the baseline number is.
The examples and calculator above are for educational purposes. For financial decisions, always consult a qualified professional.
Frequently Asked Questions
What is percent change?
How do you calculate percent change in Excel?
=(B2-A2)/ABS(A2) and then click the Percent Style button. The ABS function ensures the correct result even with negative baseline numbers.