Skip to main content
Math 9 min read

Percentage Change: Formula, Examples & Free Calculator

How to calculate percentage change, percentage increase, and percentage decrease. Includes formula, worked examples, and common mistakes.

By NovaCalculator Editorial Team Reviewed by Manoj Kumar, Mathematics Educator

Introduction

Percentage change is one of those calculations that shows up constantly in everyday life — a salary negotiation, a store discount, a monthly budget review, a stock portfolio update. Yet many people reach for a calculator without fully understanding what the number actually means or how it was produced.

This guide walks you through the complete picture: the exact formula, the reasoning behind it, step-by-step worked examples for both increases and decreases, and the mistakes that trip people up most often. By the end, you will be able to calculate percentage change by hand, check your own results, and know when a reported percentage is being used to mislead you.

If you want to skip straight to a calculation, you can use the free percentage calculator on NovaCalculator — but understanding the mechanics behind it will help you verify results and catch errors in the wild.


What Is Percentage Change?

Percentage change expresses how much a value has shifted relative to where it started, stated as a percentage of that starting value.

Two things matter here:

  1. Direction — did the value go up (percentage increase) or down (percentage decrease)?
  2. Magnitude relative to the original — a change of 50 units means something very different if you started at 100 versus 10,000.

Percentage change is always measured against the original (starting) value, not the new value. This distinction becomes critical when the numbers are far apart, and it is the source of several common errors.


The Percentage Change Formula

The standard formula is:

Percentage Change = ((New Value − Old Value) / Old Value) × 100

Breaking it down:

  • New Value — the value after the change has occurred
  • Old Value — the value before the change (the baseline or reference point)
  • The subtraction gives you the absolute change (positive if it increased, negative if it decreased)
  • Dividing by the Old Value scales that change relative to where you started
  • Multiplying by 100 converts the decimal into a percentage

Percentage Increase

When the new value is greater than the old value, the result will be a positive number. This is a percentage increase.

Percentage Increase = ((New − Old) / Old) × 100

Percentage Decrease

When the new value is less than the old value, the result will be a negative number. This is a percentage decrease. Some presentations drop the negative sign and say “a decrease of X%,” which is equally valid as long as the direction is stated clearly.

Percentage Decrease = ((New − Old) / Old) × 100   [result will be negative]

You do not need a separate formula for increase versus decrease — the same formula handles both. The sign of the result tells you the direction.


Step-by-Step Worked Examples

Example 1: Percentage Increase (Salary)

Scenario: You earned $48,000 last year. This year your salary is $52,800. What is the percentage increase?

Step 1 — Identify the values.

  • Old Value = $48,000
  • New Value = $52,800

Step 2 — Calculate the absolute change. $52,800 − $48,000 = $4,800

Step 3 — Divide by the old value. $4,800 ÷ $48,000 = 0.10

Step 4 — Multiply by 100. 0.10 × 100 = 10%

Your salary increased by 10%.


Example 2: Percentage Decrease (Retail Price)

Scenario: A laptop was priced at $1,200. It is now on sale for $900. What is the percentage decrease?

Step 1 — Identify the values.

  • Old Value = $1,200
  • New Value = $900

Step 2 — Calculate the absolute change. $900 − $1,200 = −$300

Step 3 — Divide by the old value. −$300 ÷ $1,200 = −0.25

Step 4 — Multiply by 100. −0.25 × 100 = −25%

The price decreased by 25%. You can also state this as “a 25% discount.”


Example 3: A Tricky Case — Small Original Value

Scenario: A startup had 4 customers in January. By March it had 11 customers. What is the percentage change?

Step 1 — Identify the values.

  • Old Value = 4
  • New Value = 11

Step 2 — Absolute change. 11 − 4 = 7

Step 3 — Divide by the old value. 7 ÷ 4 = 1.75

Step 4 — Multiply by 100. 1.75 × 100 = 175%

A 175% increase. This example illustrates why percentage change can produce very large numbers when the starting value is small. The actual growth (7 customers) seems modest, but relative to the baseline of 4, it is substantial.


Example 4: Negative Starting Value

Percentage change becomes undefined or misleading when the old value is zero (division by zero), and it produces counterintuitive results when the old value is negative (common in financial loss/profit scenarios).

Scenario: A company had a net loss of $20,000 in Q1 and a net loss of $8,000 in Q2. Has performance improved?

Mathematically:

  • Old Value = −$20,000
  • New Value = −$8,000
  • Change = −$8,000 − (−$20,000) = +$12,000
  • Percentage change = ($12,000 / −$20,000) × 100 = −60%

The formula returns −60%, which looks like a worsening — but the business actually improved (smaller loss). This is why percentage change should be used carefully with negative baselines. In such cases, stating the absolute change in plain terms is often clearer.


Percentage Change vs. Percentage Points

This distinction is misunderstood so frequently that it deserves its own section.

Percentage points measure the arithmetic difference between two percentages.

Percentage change measures how much one percentage has changed relative to itself.

Example: An interest rate rises from 2% to 3%.

  • The change in percentage points is 3 − 2 = 1 percentage point.
  • The percentage change in the rate is ((3 − 2) / 2) × 100 = 50%.

A news headline saying “the interest rate rose 50%” and another saying “the interest rate rose 1 percentage point” are both describing the exact same event. Neither is wrong — but they create very different impressions. Always check which measure is being used.


Common Mistakes

1. Dividing by the New Value Instead of the Old Value

The formula requires the old (original) value in the denominator. Using the new value gives you a different ratio — sometimes called “percentage of change relative to the final,” which is not the standard definition and is rarely what you want.

Wrong: (New − Old) / New × 100
Right: (New − Old) / Old × 100

2. Reversing the Subtraction

Order matters. It is New minus Old, not Old minus New. Reversing the subtraction flips the sign of your result.

Wrong: (Old − New) / Old × 100
Right: (New − Old) / Old × 100

3. Confusing Percentage Change with Percentage of the Total

“Sales increased from $200 to $300” — what percentage is the increase?

  • Percentage change: (300 − 200) / 200 × 100 = 50% (increase relative to starting point)
  • Percentage of total: 100 / 300 × 100 = 33.3% (the increase as a share of the new total)

Both calculations are valid for different questions. Know which one you need before you start.

4. Stacking Percentages Incorrectly

If a price increases by 20% and then decreases by 20%, many people assume you are back where you started. You are not.

  • Start: $100
  • After 20% increase: $120
  • After 20% decrease on $120: $120 × 0.80 = $96

You end up at $96, not $100. Percentage changes compound — the base changes each time.

5. Reporting Without Direction

Saying “the percentage change was 15%” is incomplete. A positive 15% (increase) and a negative 15% (decrease) are opposite outcomes. Always state the direction explicitly.

6. Using Percentage Change When the Starting Value Is Zero or Near Zero

If your old value is 0, the formula produces a division-by-zero error. If it is very close to zero (say, 0.001), the percentage change will be astronomically large and likely meaningless. In these cases, report the absolute change instead.


Frequently Asked Questions

Q1: What is the difference between percentage change and percentage difference?

Percentage change compares a new value to a specific starting (reference) value and has a clear direction (increase or decrease). Percentage difference is used when you are comparing two values without a defined “before” and “after” — it calculates the difference relative to the average of the two values: |V1 − V2| / ((V1 + V2) / 2) × 100. Use percentage change for before-and-after comparisons; use percentage difference when neither value is the baseline.

Q2: Can percentage change exceed 100%?

Yes. A 100% increase means the value doubled. A 200% increase means it tripled. There is no upper limit on a percentage increase. However, a percentage decrease cannot exceed −100% (you cannot lose more than the entire original value, unless you are dealing with debt or leveraged positions).

Q3: How do I reverse a percentage change to find the original value?

If you know the final value and the percentage change, the original value is:

Old Value = New Value / (1 + (Percentage Change / 100))

For example: a price is now $132 after a 10% increase. Original price = $132 / 1.10 = $120.

Q4: How do I calculate the overall percentage change across multiple periods?

You cannot simply add the individual percentage changes. You need to compound them:

Overall Change = ((1 + r1) × (1 + r2) × ... × (1 + rn) − 1) × 100

Where r1, r2, etc. are the decimal forms of each period’s percentage change (e.g., 10% = 0.10).

Q5: Is there a quick mental math shortcut for percentage change?

For small changes, yes. If the change is modest (under 20% or so), you can estimate:

  • Find the absolute change
  • Divide by the old value by moving the decimal point (e.g., 10% of 200 = 20)
  • Count how many of those units your change represents

For example: old value 250, new value 275. Change = 25. What is 10% of 250? That is 25. So the change is exactly 10%. This shortcut loses accuracy for larger changes because of compounding effects, but it gives you a quick sanity check.


When to Use a Calculator

Manual calculation is straightforward for clean numbers. When values are messy — three decimal places, large datasets, or repeated calculations — a dedicated calculator removes arithmetic errors and speeds up your workflow.

The free calculators at NovaCalculator cover percentage change alongside dozens of other math operations. You enter the old and new values, and the tool returns the result instantly with the formula shown — so you can verify the logic, not just accept the answer.


Conclusion

Percentage change is a simple concept with one formula, but it is easy to apply incorrectly. The most important principles to carry forward:

  • Always divide by the original (old) value, not the new one
  • The sign of the result tells you the direction — positive means increase, negative means decrease
  • Percentage change and percentage points are not the same thing
  • Stacking percentage changes requires multiplication, not addition
  • When the starting value is zero or negative, consider reporting the absolute change instead

Once you have the formula solid, the NovaCalculator percentage tools can handle the arithmetic on any numbers you throw at them — letting you focus on interpreting the result rather than computing it.

Frequently Asked Questions

What is the formula for percentage change? +

Percentage Change = ((New Value − Old Value) / Old Value) × 100. A positive result means an increase; a negative result means a decrease.

What is the difference between percentage change and percentage points? +

Percentage points measure the arithmetic difference between two percentages (e.g., from 2% to 3% is 1 percentage point). Percentage change measures how much a percentage has changed relative to itself (e.g., from 2% to 3% is a 50% change). They describe the same event but create very different impressions.

Can percentage change exceed 100%? +

Yes. A 100% increase means the value doubled; a 200% increase means it tripled. There is no upper limit on a percentage increase. However, a percentage decrease cannot exceed −100%.

How do I find the original value if I know the percentage change? +

Old Value = New Value / (1 + (Percentage Change / 100)). For example, if a price is $132 after a 10% increase, the original price is $132 / 1.10 = $120.

What happens when the starting value is zero? +

Percentage change is undefined when the old value is zero because it requires dividing by zero. In this case, report the absolute change instead.

N

NovaCalculator Editorial Team

NovaCalculator Editorial Team

Our writers combine mathematical expertise with clear writing to make calculations accessible to everyone. Content is peer-reviewed for accuracy against authoritative sources including NIST, WHO, and CFPB.

Try the Calculator

Percentage Calculator

Use the free tool to calculate instantly — no signup needed.

Open Calculator →

Share this article