How to Calculate the Percentage Change of Two Numbers
Enter an original value and a new value to instantly measure increase, decrease, and percentage movement.
Result
Enter values and click Calculate Percentage Change.
Visual comparison of original and new values
Expert Guide: How to Calculate the Percentage Change of Two Numbers
Percentage change is one of the most useful and practical math skills for everyday life, business decisions, investing, economics, and data analysis. If you have ever asked questions like “How much did sales grow?”, “How much did my expenses drop?”, or “What was the year-over-year change?”, you were looking for percentage change.
At its core, percentage change tells you how much a value moved relative to where it started. That last phrase is critical: relative to where it started. A change of +20 units is much more significant if you started at 40 than if you started at 4,000. Percentage change solves that context problem by standardizing the movement.
The Core Formula
The standard formula is:
Percentage Change = ((New Value – Original Value) / Original Value) × 100
This formula gives:
- A positive result for an increase.
- A negative result for a decrease.
- Zero when values are unchanged.
For example, if a product price rises from 80 to 100:
- Change = 100 – 80 = 20
- Divide by original = 20 / 80 = 0.25
- Convert to percent = 0.25 × 100 = 25%
So the price increased by 25%.
Step-by-Step Method You Can Use Every Time
- Identify the original number (starting point, baseline).
- Identify the new number (ending point).
- Subtract to find raw change: new minus original.
- Divide by original to normalize the change.
- Multiply by 100 to convert to percentage format.
- Interpret the sign: plus means increase, minus means decrease.
Why Baseline Choice Matters
Many mistakes happen because people divide by the wrong number. Percentage change should normally use the original value as the denominator. If you divide by the new value, you get a different metric and may overstate or understate movement.
Example:
- Original = 50, New = 75
- Correct percentage change: (75 – 50) / 50 × 100 = 50%
- Incorrect alternative (dividing by new): 25 / 75 × 100 = 33.33%
Both percentages are mathematically valid in different contexts, but only the first one is the standard “percentage change from original.”
Common Real-World Use Cases
- Personal finance: budget changes, debt changes, savings growth.
- Retail and ecommerce: month-over-month sales, conversion changes.
- Investing: stock returns, portfolio performance, risk comparison.
- Economics: inflation rates, GDP growth, unemployment trends.
- Operations: productivity changes, defect rates, service response times.
- Education: test-score improvements or declines across terms.
Comparison Table 1: U.S. CPI Annual Inflation Snapshot (BLS)
One of the best known percentage-change applications is inflation measurement, where CPI levels are compared year to year. Data below reflects commonly cited annual CPI-U trends from the U.S. Bureau of Labor Statistics.
| Year | CPI-U Annual Average (Index Level) | Year-over-Year % Change | Interpretation |
|---|---|---|---|
| 2020 | 258.811 | +1.2% | Relatively low inflation environment. |
| 2021 | 270.970 | +4.7% | Inflation acceleration. |
| 2022 | 292.655 | +8.0% | High inflation period. |
| 2023 | 305.349 | +4.3% | Inflation cooled but remained elevated. |
Reference source: U.S. Bureau of Labor Statistics – Consumer Price Index (bls.gov).
Percentage Change vs Percentage Points
This is another frequent confusion. If a rate moves from 5% to 7%, that is:
- +2 percentage points (7% – 5%).
- +40% percentage change because (7 – 5) / 5 × 100 = 40%.
In news and analytics, these two terms are not interchangeable. Use percentage points when subtracting two percentages directly. Use percentage change when measuring relative movement.
Comparison Table 2: U.S. Population Change Example (Census-Based)
Population reporting often uses percentage change to summarize growth across a decade or between estimate years.
| Period | Starting Population | Ending Population | Raw Change | Percentage Change |
|---|---|---|---|---|
| 2010 to 2020 (Census Count) | 308,745,538 | 331,449,281 | +22,703,743 | +7.35% |
| 2020 to 2023 (Estimates) | 331,449,281 | 334,914,895 | +3,465,614 | +1.05% |
Reference source: U.S. Census Bureau (census.gov).
Advanced Interpretation Tips
- Large percentages can come from small baselines. A jump from 2 to 6 is +200%, but raw change is only +4.
- Always pair percent with raw change in professional reporting for better context.
- Compare similar periods (month-over-month, year-over-year) to avoid seasonal distortion.
- Check denominator validity before publishing dashboards or KPIs.
What If the Original Value Is Zero?
Standard percentage change is undefined when original value equals zero, because division by zero is not possible. In practical analytics:
- Report as “not defined from zero baseline.”
- Use raw difference instead.
- Or use alternate metrics (index methods, growth rates over adjusted baselines, or absolute movement).
If your original value is extremely close to zero, percentage change can become numerically unstable and misleadingly large.
Handling Negative Numbers
When original values can be negative (common in profit/loss or temperature anomaly series), interpretation can become less intuitive. Some analysts divide by the absolute original value so that direction remains tied to movement while magnitude remains comparable. This calculator includes that option as “Signed-data mode.”
Example with standard formula:
- Original = -50, New = -25
- Raw change = +25
- Standard denominator = -50
- Result = -50%
Some teams instead use absolute denominator:
- 25 / 50 × 100 = +50%
Neither is universally “wrong,” but your organization should choose one methodology and document it clearly.
Frequent Mistakes to Avoid
- Swapping original and new values, which flips sign and magnitude.
- Forgetting to multiply by 100 when converting decimal to percent.
- Confusing percentage points with percentage change.
- Rounding too early and introducing cumulative error.
- Using inconsistent formulas across reports.
Professional Reporting Checklist
- State baseline period and end period explicitly.
- Publish both raw change and percentage change together.
- Document formula in methodology notes.
- Flag undefined cases (zero baseline).
- Use visualizations to reinforce interpretation.
Economic Context and Additional Official Data Sources
If you work with national indicators, official statistical agencies should be your first stop. For macro growth and sector changes, the U.S. Bureau of Economic Analysis offers GDP and industry metrics: Bureau of Economic Analysis – GDP data (bea.gov).
Combining official series with robust percentage-change calculations gives stronger, transparent analyses and reduces interpretation errors. Whether you are writing an executive dashboard, a market report, or an academic summary, percentage change becomes far more useful when paired with source quality, baseline clarity, and well-labeled visuals.
Final Takeaway
To calculate the percentage change of two numbers correctly, always start with the original value as your baseline, compute the raw difference, divide by the baseline, and multiply by 100. Then interpret sign, scale, and context. Done carefully, this single formula becomes a powerful decision tool across finance, policy, research, and operations.