How to Calculate Percentage Increase and Decrease
How to Calculate Percentage Increase and Decrease
Business reports, economic headlines, and investment analyses all rely on one fundamental metric: percentage change. “Revenue up 15% month-over-month,” “inflation at 3.2% year-over-year,” “stock down 5%” — these numbers shape decisions worth billions. Yet when it comes to calculating them directly, the formula often trips people up. This guide covers the core formula, walks through real-world applications, and highlights the mathematical traps that catch even experienced analysts.
The Core Formula
Percentage change measures how much a value has shifted relative to its starting point.
The Formula
Percentage Change (%) = ((Current Value - Previous Value) / Previous Value) × 100
A positive result indicates an increase; a negative result indicates a decrease.
Simple examples:
- Previous: 100, Current: 120 → ((120 - 100) / 100) × 100 = +20%
- Previous: 100, Current: 85 → ((85 - 100) / 100) × 100 = -15%
An Easy Way to Remember
Think of it as “change divided by baseline”:
- Change = Current Value - Previous Value
- Baseline = Previous Value (always the reference point)
- Change / Baseline × 100 = Percentage Change
The key is identifying the correct baseline. For “month-over-month,” the baseline is the previous month. For “year-over-year,” the baseline is the same period in the prior year.
Revenue Growth: Month-over-Month
Monthly revenue change is the most common application of percentage increase and decrease in business.
| Month | Revenue | MoM Change |
|---|---|---|
| January | $120,000 | — |
| February | $138,000 | +15.0% |
| March | $131,100 | -5.0% |
| April | $144,210 | +10.0% |
| May | $158,631 | +10.0% |
| June | $142,768 | -10.0% |
February calculation:
((138,000 - 120,000) / 120,000) × 100 = (18,000 / 120,000) × 100 = 15.0%
March calculation:
((131,100 - 138,000) / 138,000) × 100 = (-6,900 / 138,000) × 100 = -5.0%
Note that March’s baseline is February, not January. In month-over-month calculations, the baseline always shifts to the immediately preceding month.
Year-over-Year (YoY) Growth
For businesses with seasonal patterns — retail, tourism, agriculture — month-over-month figures can be misleading. Year-over-year comparison eliminates seasonal noise.
Example: December 2025 revenue: $250,000. December 2024 revenue: $220,000.
((250,000 - 220,000) / 220,000) × 100 = (30,000 / 220,000) × 100 = 13.6%
This 13.6% YoY growth represents genuine business expansion, stripped of seasonal effects that would distort MoM comparisons.
Inflation Rate (Consumer Price Index)
Inflation is measured as the year-over-year percentage change in the Consumer Price Index (CPI).
Example: February 2025 CPI: 112.5. February 2024 CPI: 109.0.
((112.5 - 109.0) / 109.0) × 100 = (3.5 / 109.0) × 100 = 3.21%
Prices rose 3.21% year-over-year. This single number influences central bank interest rate decisions, government economic policy, wage negotiations, and investment strategies worldwide.
Why Perceived Inflation Differs from Official Figures
Official inflation rates are weighted averages across hundreds of goods and services. If the items you spend the most on — housing, groceries, fuel — rise faster than the average, your personal inflation rate will feel significantly higher than the published figure. Understanding that the CPI is an aggregate, not a personal measure, prevents misinterpretation.
Stock Price Changes
In investing, percentage change is the fundamental measure of returns.
Daily Price Change
Example: Yesterday’s closing price: $52.00. Today’s closing price: $54.60.
((54.60 - 52.00) / 52.00) × 100 = (2.60 / 52.00) × 100 = 5.0%
Total Return over a Period
Example: Purchase price: $45.00. Current price: $58.50.
((58.50 - 45.00) / 45.00) × 100 = (13.50 / 45.00) × 100 = 30.0%
The Recovery Asymmetry
One of the most important — and frequently overlooked — properties of percentage change: recovering from a loss requires a larger percentage gain than the original loss.
| Loss | Gain Needed to Recover |
|---|---|
| -10% | +11.1% |
| -20% | +25.0% |
| -30% | +42.9% |
| -50% | +100.0% |
| -70% | +233.3% |
| -90% | +900.0% |
Why? Because the baseline changes. A $100 stock that drops 50% is now worth $50. To return to $100, it must gain $50 from a base of $50 — that is a 100% increase. This asymmetry is why risk management matters more than return chasing in long-term investing.
Common Pitfalls in Percentage Change Calculations
Pitfall 1: Division by Zero
When the previous value is zero, the formula produces a division-by-zero error. If a product had zero sales last month and 500 this month, percentage change is mathematically undefined. In practice, report this as “new” or “N/A” rather than attempting to force a number.
Pitfall 2: Negative to Positive Transitions
When the baseline is negative — for example, a company moving from a $500,000 loss to a $300,000 profit — the standard formula produces misleading results:
((300,000 - (-500,000)) / |-500,000|) × 100 = 160%
Saying “profit increased 160%” obscures what actually happened. It is more accurate and informative to describe this as “a turnaround from a $500K loss to a $300K profit.”
Pitfall 3: Directional Asymmetry
The percentage change from A to B is not the same magnitude as from B to A:
- 100 to 150: +50%
- 150 to 100: -33.3%
This occurs because the baseline differs in each direction. Failing to account for this asymmetry leads to flawed analysis, particularly when comparing gains and losses or averaging percentage changes.
Compound Annual Growth Rate (CAGR)
For multi-year analysis, simple percentage change can be misleading. The Compound Annual Growth Rate provides a smoothed annual rate.
Formula: CAGR = (Final Value / Initial Value)^(1/Years) - 1
Example: Revenue grew from $10 million to $15 million over 3 years:
CAGR = (15 / 10)^(1/3) - 1 = 1.5^0.333 - 1 ≈ 0.1447 = 14.47%
This means revenue grew at an equivalent annual rate of 14.47%. Note that this differs from dividing the total 50% growth by 3 years (16.67%), because CAGR accounts for compounding — each year’s growth builds on the previous year’s larger base.
CAGR is the standard metric for comparing investment returns, company growth rates, and market trends across different time periods.
Using a Percentage Change Calculator
When you need to calculate percentage changes repeatedly — for monthly reports, investment tracking, or data analysis — manual calculation becomes tedious and error-prone. The percentage calculator at utilo.kr/percent lets you input two values and instantly see the percentage change, saving time and eliminating arithmetic mistakes.
Conclusion
Percentage increase and decrease is the most fundamental tool for quantifying change. The formula itself is simple, but its real-world application involves subtleties that matter: choosing the correct baseline, understanding recovery asymmetry, handling negative values, and recognizing directional differences. Mastering these nuances transforms percentage change from a basic arithmetic exercise into a powerful analytical skill for business, investing, and economic reasoning.
Frequently Asked Questions
What standards do utilo calculators use?
Calculations reflect Korea's current laws, tax rates, and insurance premiums as published by official bodies (NTS, NPS, NHIS, BOK, etc.), updated when regulations change.
Is my input stored on the server?
No. All calculations run in your browser; inputs are never sent to or stored on our servers.
Can results differ from reality?
These tools provide general estimates and do not account for individual deductions, exemptions, or special conditions. For authoritative numbers, consult official sources or a professional.