Home / Percentage Change Calculator

Percentage Change Calculator

Enter an old value and a new value to find the percentage change, whether positive (increase) or negative (decrease).

Details

Results

Percentage change--
Difference--

Estimates only.

How it works

Percentage change shows how much a value shifted relative to where it started. Positive for increases, negative for decreases.

Formula: Percentage change = ((New value - Old value) / Old value) x 100. For example, going from 100 to 120 gives ((120 - 100) / 100) x 100 = +20%. Going from 100 to 80 gives -20%.

This formula works for any direction of change. Use it for price comparisons, performance tracking, or year-over-year reporting. One caveat: when the original value is zero, percentage change is undefined.

Related calculators

Good to know

FAQs

What is the percentage change formula?

Percentage change = ((New value - Old value) / Old value) x 100. A positive result is an increase; a negative result is a decrease.

How do I calculate percentage increase or decrease?

Use the same formula: ((New - Old) / Old) x 100. A positive result is an increase, a negative result a decrease.

What is the percent of change from 2 to 3?

((3 - 2) / 2) x 100 = 50%. The value increased by 50%.

What is the difference between percent change and percent difference?

Percent change compares a new value to a reference starting point and shows direction. Percent difference compares two values without a clear before/after relationship and is always expressed as a positive number.

How do I calculate percentage change in Excel?

Enter =(B1-A1)/A1 in a cell and format it as a percentage. A1 is the old value and B1 is the new value. Excel will show the sign automatically.