HomeArticlesHow ToHow to Calculate Percentage Change
HOW TO

How to Calculate Percentage Change

Calculate percentage change step by step — the formula, percentage increase vs decrease, common mistakes, and how to apply it to sales growth, price changes, and investment returns.

Updated 2026-06-26

Percentage change is one of the most widely used calculations in finance, business, and everyday life — yet it is also one of the most frequently misapplied. Getting the denominator wrong or confusing percentage change with percentage points can lead to faulty decisions in everything from investment analysis to quarterly business reviews. This guide walks through the formula, worked examples, and the pitfalls that trip up even experienced analysts.

What Is Percentage Change?

Percentage Change measures by how much a value has increased or decreased relative to its original value, expressed as a percentage. The key word is relative — it tells you the size of the change in proportion to where you started, not just the raw difference.

It answers questions like: "Our revenue went up by $12,000 — but is that good or bad?" Whether it is impressive depends entirely on what you started with. A $12,000 gain on a $80,000 base is a 15% increase; on an $8,000 base it would be 150%.

Step 1: The Core Formula

% Change = [(New Value − Old Value) / Old Value] × 100

Worked example — sales growth:

A business reports monthly sales of $80,000 in March and $92,000 in April.

% Change = [(92,000 − 80,000) / 80,000] × 100
         = [12,000 / 80,000] × 100
         = 0.15 × 100
         = 15%

Sales grew by 15% month-over-month. Use the Percentage Change Calculator to run these numbers instantly without manual arithmetic.

Step 2: Percentage Decrease

The same formula works for decreases — the result is simply negative.

Worked example — price drop:

A product was priced at $250 and is now selling for $190.

% Change = [(190 − 250) / 250] × 100
         = [−60 / 250] × 100
         = −24%

The price fell by 24%. You can state this as "a 24% decrease" by dropping the negative sign and specifying the direction.

Step 3: The Most Common Mistake — Wrong Denominator

The denominator must always be the original (old) value, never the new value. This error changes the result substantially.

Correct: Stock moves from $100 to $150.

% Change = [(150 − 100) / 100] × 100 = 50%

Incorrect (divides by new value):

(150 − 100) / 150 × 100 = 33.3%   ← Wrong

The correct answer is 50%. Dividing by the new value is a different calculation (it tells you what share of the new price the increase represents) and should not be called percentage change.

Step 4: The Symmetry Trap — Going Up Then Down

A 50% gain followed by a 50% loss does not return you to your starting point.

$100 + 50% = $150
$150 − 50% = $75

You end up at $75, not $100. This asymmetry is critical for investors: a 50% portfolio loss requires a 100% gain just to break even. Percentage changes are multiplicative, not additive. Never average percentage changes across periods — always compare the final value to the true original value using the formula above.

Step 5: Percentage Change vs Percentage Points

These two terms measure different things and are frequently confused in financial journalism.

Scenario: A central bank raises the benchmark interest rate from 3% to 5%.

  • Percentage point change: 5% − 3% = 2 percentage points (pp) — the arithmetic difference between two percentages.
  • Percentage change: [(5 − 3) / 3] × 100 = 66.7% — how much the rate itself changed relative to its starting level.

Both statements are accurate. "The rate rose by 2 pp" and "the rate rose by 66.7%" describe the same event from different angles. Which you use depends on what you want to emphasise. For bond markets and monetary policy, Basis Points (1 bp = 0.01 percentage point) are the standard unit of measurement.

Step 6: Business Applications

Quarter-over-quarter revenue growth: Revenue rises from $1.2 million in Q1 to $1.35 million in Q2.

QoQ Growth = [(1,350,000 − 1,200,000) / 1,200,000] × 100 = 12.5%

Investment return: You invest ₹1,00,000 and the portfolio grows to ₹1,18,000 after one year.

Return = [(1,18,000 − 1,00,000) / 1,00,000] × 100 = 18%

For multi-year investment returns, use the ROI Calculator which applies compound growth logic rather than simple percentage change.

Key Reminders

  • Denominator = original value, always. This is the single most important rule.
  • Negative result = decrease. No special handling needed — the sign tells the story.
  • Percentage change ≠ percentage points. When comparing two percentages, be explicit about which you mean.
  • Do not add percentage changes. A 10% gain one year and a 10% gain the next is not 20% total growth — it is 21% [(1.10 × 1.10 − 1) × 100].
  • Negative base values distort results. Avoid percentage change when the old value is zero or negative; use absolute change instead.

For quick calculations in any of these scenarios, the Percentage Change Calculator handles both increases and decreases and flags when a negative base may make the result unreliable. For broader percentage work — finding what percentage one number is of another — the Percentage Calculator covers the full range of common percentage problems.

Frequently Asked Questions

The formula for percentage increase is: % Increase = [(New Value - Old Value) / Old Value] × 100, where the result is positive. For example, if revenue grows from $80,000 to $92,000, the percentage increase is [(92,000 - 80,000) / 80,000] × 100 = 15%. Always divide by the original (old) value, not the new value. A positive result confirms an increase has occurred.
Percentage decrease uses the same formula as percentage change: % Change = [(New - Old) / Old] × 100, but the result is negative because the new value is lower. If a product price drops from $250 to $190, the change is [(190 - 250) / 250] × 100 = -24%. The negative sign tells you it's a decrease of 24%. You can express it as "a 24% decrease" by dropping the negative sign and stating the direction explicitly.
Percentage change measures the relative shift between two values, while percentage points measure an absolute arithmetic difference between two percentages. If an interest rate rises from 3% to 5%, the percentage point change is 2 pp (5 − 3), but the percentage change is [(5 − 3) / 3] × 100 = 66.7%. Both statements are correct — they just measure different things. Confusing the two is one of the most common errors in financial and economic reporting.
Yes, percentage change is negative whenever the new value is less than the original value. A result of -20% means the value fell by 20% from its starting point. Negative percentage change is commonly seen in falling stock prices, declining sales, or shrinking populations. The formula handles this automatically — no special treatment is needed.
In Excel, if the old value is in cell A2 and the new value is in B2, enter the formula =(B2-A2)/A2 and then format the cell as a percentage. Excel will display the result as a percentage automatically. Alternatively, use =(B2-A2)/A2*100 to see the raw number. Make sure the old value is in the denominator to avoid the common mistake of dividing by the new value.
Year-over-year growth uses the standard percentage change formula with last year's figure as the old value and this year's figure as the new value: YoY Growth = [(This Year - Last Year) / Last Year] × 100. For example, if annual revenue was $1.2 million last year and $1.35 million this year, YoY growth is [(1.35 - 1.2) / 1.2] × 100 = 12.5%. YoY comparisons remove seasonal distortions that quarter-over-quarter figures can introduce.
For a single-period investment, percentage change equals the simple return: % Return = [(Ending Value - Beginning Value) / Beginning Value] × 100. If you invest ₹1,00,000 and it grows to ₹1,18,000, your return is 18%. For multi-period returns, use the [ROI Calculator](/roi-calculator/) or compound annual growth rate (CAGR) rather than averaging individual percentage changes, because percentage changes are not additive across periods.
Compounding percentage changes means multiplying successive multipliers rather than adding the percentages. A 10% increase followed by a 10% decrease does not return to the original value — it leaves you at 99% of the start ($100 → $110 → $99). This asymmetry matters in investing: a 50% loss requires a 100% gain just to break even. Always use the actual start and end values with the [Percentage Change Calculator](/percentage-change-calculator/) rather than summing percentages for multi-step changes.
When the old value is negative, the percentage change formula can produce counterintuitive or misleading results. For example, moving from a loss of -$100 to a profit of +$50 gives [(50 − (−100)) / |−100|] × 100 = 150%, but that figure is hard to interpret meaningfully. Most financial analysts avoid percentage change when the base value is negative and instead use absolute change or switch to a different benchmark. The [Percentage Calculator](/percentage-calculator/) notes when a negative base may distort results.
Businesses track percentage change across dozens of KPIs: revenue growth, gross margin movement, customer acquisition cost shifts, and churn rate changes. A consistent formula ensures comparability — always use the prior period as the denominator. For quarterly reporting, quarter-over-quarter (QoQ) change uses the previous quarter as the base; for annual benchmarking, year-over-year (YoY) is standard. Running these calculations consistently in a tool like the [Percentage Change Calculator](/percentage-change-calculator/) reduces manual errors.
Compound Annual Growth Rate (CAGR) measures the steady annual rate at which an investment or metric would have grown from start to finish over multiple years, smoothing out year-to-year volatility. Annual percentage change simply compares one year to the previous year. If revenue grows 5%, 20%, and 8% in three consecutive years, the three annual percentage changes are 5%, 20%, and 8%, but the CAGR over that period is approximately 10.7%. CAGR is better for comparing growth rates across investments with different time horizons.
Population percentage change uses the same formula: % Change = [(New Population - Old Population) / Old Population] × 100. If a city's population grows from 8,50,000 to 9,12,000 over a decade, the change is [(9,12,000 - 8,50,000) / 8,50,000] × 100 = 7.3%. For country-level figures spanning many years, demographers prefer CAGR to express average annual growth rather than total percentage change, which can obscure the pace of growth.

Related Articles

HOW TO

How to Calculate Tip at a Restaurant

HOW TO

How to Calculate ROI

GUIDE

Small Business Finance Guide

BEST OF

Best Free Business Calculators Online 2026

GUIDE

Text Analysis Calculators: Size, Speed & Word Count