Percentage Change Calculator

Enter the original and new values to see the percentage change. Works for prices, traffic, revenue, grades, and more.

Find the % increase or decrease in seconds

Percentage Change Calculator

How to Calculate Percentage Change

  1. Enter the original (starting) value.
  2. Enter the new (final) value.
  3. Click Calculate to see the percentage change with steps.

Formula:

Percentage Change = ((New − Original) ÷ Original) × 100

Percentage Change Formula Explained

To find how much a value increased or decreased, subtract the original from the new value, divide by the original, then multiply by 100. It’s the most direct way to measure relative change.

Formula

Percentage Change = ((New − Original) ÷ Original) × 100

When the result is positive, it’s a growth. When it’s negative, it’s a drop. You can also check the increase calculator or decrease calculator for specialized cases.

Excel & Google Sheets Method

You can calculate percentage change instantly in any spreadsheet:

Formula: =(B2-A2)/A2 then format as %.

Safe version: =IF(A2=0,"",(B2-A2)/A2)

To find what percent one number is of another, try the Percentage of a Number Calculator.

Step-by-Step Worked Example

Example: a product goes from $48 to $57.60.

  1. Find the difference: 57.60 − 48 = 9.60
  2. Divide by the original: 9.60 ÷ 48 = 0.20
  3. Convert to percentage: 0.20 × 100 = 20%

The price increased by 20%. You can also find new values directly with our percent increase tool.

Tip: Use New = Original × (1 + %Change). For a 12% increase on 250, that’s 280.

Common Use Cases

  • Finance: track investment growth, inflation, or cost changes.
  • Marketing: measure campaign performance — e.g., a 12% boost in conversions.
  • Academics: calculate grade improvements over semesters.
  • Shopping: find savings with the Discount Calculator.

Understanding Growth vs Decline

A 50% drop followed by a 50% rise doesn’t get you back to even. If a stock falls from 100 to 50 (−50%) and then rises 50%, it ends at 75. That’s the asymmetry of relative change.

To compare two values directly without baselines, check the Percentage Difference Calculator.

Common Mistakes to Avoid

  • Dividing by the wrong base — always use the original value.
  • Mixing units (percentages vs raw amounts).
  • Adding percentage changes across periods instead of compounding.
  • Ignoring negative baselines and zero limitations.

Common Examples

Price: $100 → $125

Result: 25% increase

Visitors: 1,000 → 800

Result: 20% decrease

Revenue: $80,000 → $100,000

Result: 25% increase

Grade: 72 → 90

Result: 25% increase

Decimals: 120.5 → 118.2

Result: 1.91% decrease

Big jump: 40 → 100

Result: 150% increase

Negative base: −100 → −50

Result: 50% increase relative to the original

Population: 2,000 → 1,900

Result: 5% decrease

Frequently Asked Questions

How to calculate percentage change?

Subtract the original value from the new value, divide by the original, then multiply by 100. Example: (125 − 100) ÷ 100 × 100 = 25%.

What’s the percentage change formula?

Percentage Change = ((New − Original) ÷ Original) × 100. Positive is increase, negative is decrease.

How do I calculate percentage change in Excel?

Use =(B2−A2)/A2 and format as %. Or =(B2/A2)−1. Example: original in A2, new in B2.

Does this work with negative numbers?

Yes, but interpret carefully. The formula uses the original value as the baseline, so direction and magnitude follow that sign.

What is the difference between percentage change and percentage difference?

Percentage change compares a value to its own starting point ((New−Original)/Original). Percentage difference compares two values relative to their average (|A−B| / ((A+B)/2)).

How do I calculate percent change between negative numbers?

Use the same formula ((New−Original)/Original). The sign follows the original baseline. For example, −100 to −50 is a +50% change relative to −100.

How can I show percentage change automatically in Excel/Sheets?

Use =(B2−A2)/A2 and format as %. To avoid #DIV/0!, wrap with =IF(A2=0, "", (B2−A2)/A2).

Common mistakes when calculating percentage change?

Mixing units, dividing by the wrong baseline, using the wrong sign with negatives, averaging percentage changes arithmetically instead of using compounding.

Next Step

Ready to explore more percentage tools?

Try the Percentage Increase, Percentage Decrease, or Percentage Difference calculators — or view all calculators for more quick tools.

Related Calculators

Related Articles