>
📊
📐 Math Guide

How to Calculate Percentage Increase and Decrease: Step-by-Step Guide with Examples

📅 May 2026 ⏱️ 8 min read 🎯 Beginner to Advanced

Table of Contents

  1. What Is Percentage Change?
  2. The Percentage Increase Formula Explained
  3. The Percentage Decrease Formula Explained
  4. Step-by-Step Worked Examples
  5. Visualizing Percentage Change
  6. Real-World Uses: Shopping, Salary & Finance
  7. How to Calculate Percentage Increase in Excel
  8. Common Mistakes to Avoid
  9. Try the Free Percentage Calculator
  10. Frequently Asked Questions

Did you know that misreading a percentage change can cost you real money — or a failed exam? Percentage increase and decrease are two of the most used calculations in everyday life: from understanding a salary raise to comparing prices, reading stock reports, or scoring well on standardized tests.

In this complete guide, you will learn exactly how to calculate percentage increase and decrease using a simple formula, see step-by-step worked examples, understand how to apply it in Excel, and avoid the common mistakes that trip up students and professionals alike.

🧮 Skip the math — use our free Percentage Calculator with 8 modes

Open Percentage Calculator →

What Is Percentage Change?

Percentage change measures how much a value has grown or shrunk relative to its original value, expressed as a percentage. It answers the question: "By what percent did this change?"

There are two types of percentage change:

Both use the same core formula — only the interpretation differs. The result tells you the relative size of the change, not the absolute amount. This distinction matters enormously in real life.

💡 Key Insight

A $10 price increase on a $20 item is a 50% increase. The same $10 on a $1,000 item is only 1%. The absolute amount is identical; the relative impact is completely different. That is what percentage change captures.

The Percentage Increase Formula Explained

When a value grows from an old amount to a new (larger) amount, use the percentage increase formula:

📐 Percentage Increase Formula
Percentage Increase = ( (New Value − Old Value) ÷ Old Value ) × 100

Let's break down each part:

The result is always compared to the original value — not the new one. This is a critical detail many people get wrong.

The Percentage Decrease Formula Explained

When a value shrinks from an old amount to a new (smaller) amount, apply the percentage decrease formula:

📐 Percentage Decrease Formula
Percentage Decrease = ( (Old Value − New Value) ÷ Old Value ) × 100

Notice that the numerator is flipped — Old Value minus New Value — so the result is positive even though the value went down. You can also use one unified formula and interpret the sign:

📐 Unified Percentage Change Formula
% Change = ( (New − Old) ÷ Old ) × 100
Positive result = increase  |  Negative result = decrease

Step-by-Step Worked Examples

Theory makes sense only when you see it applied to real numbers. Here are five fully worked examples across different real-world contexts.

Example 1: Price Increase (Shopping)

✅ Worked Example

A pair of shoes costs $80. The price rises to $100. What is the percentage increase?

Step 1: New Value = $100, Old Value = $80
Step 2: Difference = 100 − 80 = 20
Step 3: Divide by old value = 20 ÷ 80 = 0.25
Step 4: Multiply by 100 = 0.25 × 100
Answer: 25% increase

Example 2: Salary Raise (Work)

✅ Worked Example

Your salary goes from $55,000 to $62,700. What is the percentage increase?

Step 1: New Value = 62,700   Old Value = 55,000
Step 2: Difference = 62,700 − 55,000 = 7,700
Step 3: Divide = 7,700 ÷ 55,000 = 0.14
Step 4: × 100 = 14
Answer: 14% salary increase

Example 3: Discount Sale (Shopping)

✅ Worked Example

A jacket was $150. It's on sale for $112.50. What is the percentage decrease?

Step 1: Old = 150   New = 112.50
Step 2: Difference = 150 − 112.50 = 37.50
Step 3: Divide = 37.50 ÷ 150 = 0.25
Step 4: × 100 = 25
Answer: 25% discount (decrease)

Example 4: Population Growth (Statistics)

✅ Worked Example

A city's population grew from 240,000 to 276,000. What is the percentage increase?

Step 1: New = 276,000   Old = 240,000
Step 2: Difference = 276,000 − 240,000 = 36,000
Step 3: Divide = 36,000 ÷ 240,000 = 0.15
Step 4: × 100 = 15
Answer: 15% population growth

Example 5: Test Score Drop (Education)

✅ Worked Example

A student scored 85 on the first test and 68 on the second. What is the percentage decrease?

Step 1: Old = 85   New = 68
Step 2: Difference = 85 − 68 = 17
Step 3: Divide = 17 ÷ 85 = 0.2
Step 4: × 100 = 20
Answer: 20% score decrease

Visualizing Percentage Change

A number line helps you understand what percentage change looks like spatially. In this visual, we show the relationship between an original value, the new value, and the percentage change.

📏 Percentage Change — Visual Number Line

Scenario Old Value New Value Change % Change
Price rise$80$100+$20+25%
Salary raise$55,000$62,700+$7,700+14%
Sale discount$150$112.50−$37.50−25%
Population240,000276,000+36,000+15%
Test score8568−17−20%

Real-World Uses: Shopping, Salary & Finance

Percentage change is used constantly in everyday contexts. Understanding it helps you make smarter decisions:

Shopping & Discounts

When a store advertises "25% off," knowing the original price lets you immediately calculate the final price. If something was $200 and is 25% off, the discount is $50 and the final price is $150. Our percentage discount calculator does this instantly — enter the original price and discount percentage to get the final price and savings amount.

Salary Negotiations

When negotiating a raise, always think in percentages, not absolute dollars. A $3,000 raise on a $50,000 salary is a 6% increase. On a $100,000 salary, the same dollar amount is only 3%. Percentages reveal the real value of a raise relative to your current compensation.

Investment Returns

If you invest $10,000 and it grows to $13,500, that is a 35% return. If it drops to $8,500, that is a 15% loss. Investment platforms always display returns as percentages because they allow you to compare investments of different initial sizes fairly.

Exam Scores & Grades

Teachers use percentage change to track student progress. A student improving from 60 to 78 has improved by 30% — a significant gain worth recognizing. Tracking percentage change over time reveals learning trajectories more clearly than raw score changes.

How to Calculate Percentage Increase in Excel

Excel makes percentage calculations fast once you know the right formula. Here is exactly how to set it up:

1

Arrange Your Data

Put your old values in column A and new values in column B. For example: A2 = 80 (old price), B2 = 100 (new price).

2

Enter the Formula in Column C

In cell C2, type: =(B2-A2)/A2 and press Enter. This gives you the decimal result (e.g., 0.25).

3

Format as Percentage

Select column C, press Ctrl+Shift+% (or use Format Cells → Percentage). Excel will display 25% automatically. Set decimal places to 1 or 2 for cleaner results.

4

Drag Down for Multiple Rows

Click the small square at the bottom-right of cell C2 and drag it down to apply the formula to all rows at once. Excel adjusts references automatically.

💡 Excel Shortcut

For a quick percentage increase in one cell without setting up columns, use: =(100-80)/80 which returns 0.25. Format as % to get 25%.

Common Mistakes to Avoid

⚠️ The 5 Most Common Percentage Change Errors

MistakeExample of ErrorCorrect Approach
Dividing by the new value 20 ÷ 100 = 20% ❌ Always divide by the old value: 20 ÷ 80 = 25% ✅
Confusing % and % points 20% → 30% is "a 10% increase" ❌ It's 10 percentage points, but a 50% relative increase ✅
Adding percentages directly +20% then −20% = 0% net change ❌ +20% then −20% = −4% net (order matters) ✅
Forgetting the ×100 Answer: 0.25 (not a percentage) ❌ Multiply by 100: answer is 25% ✅
Wrong sign for decrease Reporting a decrease as positive ❌ Use the unified formula; negative = decrease ✅

Try the Free Percentage Change Calculator

Use this embedded calculator to instantly find any percentage increase or decrease. Enter your original and new values — the result updates immediately.

🧮 Percentage Change Calculator

Enter your values below. Works for both increase and decrease.

0%
Percentage Change

For more advanced percentage calculations — including percentage of a number, discount price, markup, tip, and compound growth — visit our full Math Calculator.

Frequently Asked Questions

What is the formula for percentage increase?

Percentage increase = ((New Value − Old Value) ÷ Old Value) × 100. Always divide by the original (old) value, not the new one. The result is positive for an increase and negative for a decrease.

How do I calculate percentage decrease?

Percentage decrease = ((Old Value − New Value) ÷ Old Value) × 100. Alternatively, use the unified formula ((New − Old) ÷ Old) × 100 — a negative result indicates a decrease.

How do you calculate percentage increase in Excel?

In Excel, if A2 holds the old value and B2 the new value, enter =(B2-A2)/A2 in cell C2 and format it as a Percentage. Excel will display the percentage change automatically.

What is the difference between percentage increase and percentage points?

A percentage increase is relative (e.g., 20% to 30% is a 50% increase). Percentage points measure absolute change (the same example is a 10 percentage point increase). These two measures are very different and are frequently confused in news reports.

Can a percentage increase be more than 100%?

Yes. If a value doubles, that is a 100% increase. Tripling is a 200% increase. There is no ceiling on percentage increase. However, a percentage decrease cannot exceed 100% in most real-world contexts (a value can't go below zero).

Conclusion

Calculating percentage increase and decrease is straightforward once you apply the right formula consistently. The key takeaways are: always divide by the old value, multiply by 100, and remember that a negative result simply means a decrease — not an error.

Whether you're comparing prices, understanding a pay raise, analyzing data in Excel, or preparing for an exam, percentage change is a tool you'll use for life. Bookmark this guide and our free calculator for quick reference.

🚀 Ready to calculate? Use our full Math Calculator with 8 percentage modes

Open Free Calculator →

Related Math Guides