Percent Change Calculator

Need to figure out how much something went up or down? A percent change calculator makes it fast and painless. Whether you're tracking a stock price, comparing last month's sales figures, or just checking how much that gym membership actually went up, percent change is the go-to metric. This page walks you through the formula, the math, and a handful of real examples so you can calculate percent change with confidence, by hand or with a tool.

Enter Details

Starting value

Ending value

Result

((end − start) ÷ start) × 100

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Calculate Percent Change

Calculating percent change comes down to three steps: find the difference between the two numbers, divide that difference by the original (starting) number, then multiply by 100 to convert to a percentage.

The key thing people get wrong is the denominator. You always divide by the original value, not the new one and not the average. Get that part right and the rest follows naturally.

A positive result means the value went up. A negative result means it went down. Simple as that.

Percent Change Formula

The standard percent change formula looks like this:

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

Break it down: subtract the old value from the new value to get the change, divide that by the old value to see the change as a fraction, then multiply by 100 to express it as a percentage. That's the whole formula.

Some people write it as ((V2 − V1) / V1) × 100, where V1 is the starting value and V2 is the ending value. Same thing, different notation.

  • New Value (V2): the number you end up with
  • Old Value (V1): the number you started with
  • Result: positive means increase, negative means decrease

Percentage Increase and Decrease Calculator

A percentage increase or decrease calculator applies the same core formula but frames the result based on direction. If the new number is bigger than the original, you've got an increase. If it's smaller, you've got a decrease.

For a quick mental check: divide the difference by the original value and move the decimal two places to the right. So if something went from 50 to 60, the difference is 10, and 10 divided by 50 is 0.20, which is a 20% increase.

Most online calculators handle this automatically. You just plug in the two values and get the result. But knowing how the math works underneath saves you from blindly trusting a number that might be calculated incorrectly.

Find the Percent Change Between Two Numbers

To find the percent change between any two numbers, you need exactly two pieces of information: where you started and where you ended up. The order matters because percent change is directional.

Let's say a product cost $80 last year and costs $95 now. The change is $15. Divide $15 by the original $80 and you get 0.1875. Multiply by 100 and you've got an 18.75% increase.

Flip it around: if the price dropped from $95 to $80, the change is −$15. Divide by the original $95 and you get roughly −0.1579, or about a 15.79% decrease. Notice the percentage is different depending on which direction you're going. That trips people up all the time.

Calculate Percentage Increase

A percentage increase tells you how much a value grew relative to where it started. The formula is the same general percent change formula, and the result will be a positive number.

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

Example: a company had 200 employees last year and now has 250. The increase is 50. Divide 50 by 200 to get 0.25, then multiply by 100 for a 25% increase.

One practical tip: if the result feels too large or too small, double-check that you used the original value as the denominator, not the new one.

Calculate Percentage Decrease

Percentage decrease works exactly the same way, just in the opposite direction. The new value is smaller than the old one, so the difference will be negative and your final answer will reflect that.

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

Some people flip the subtraction to get a positive number and then label it a decrease manually. Either approach works as long as you're consistent about it.

Example: a store sold 500 units in January and only 375 in February. The drop is 125 units. Divide 125 by 500 to get 0.25, multiply by 100 and you get a 25% decrease in sales. Clean and straightforward.

Percent Change vs Percent Difference

These two get mixed up constantly, but they're measuring different things. Percent change compares a new value to an original value. There's a clear starting point and a clear ending point. Direction matters.

Percent difference, on the other hand, compares two values without treating either one as the

Positive vs Negative Percent Change

The sign of your result tells you everything about which direction the change went. A positive percent change means the value increased. A negative percent change means it decreased. You don't need to do anything extra to interpret it.

For example, a percent change of +12% means the value grew by 12% from its starting point. A result of −8% means it shrank by 8%.

Where people sometimes get confused is with negative starting values. When the original number is negative, the math still works the same way, but the interpretation can feel counterintuitive. More on that in the section about negative numbers below.

Step-by-Step Percent Change Examples

Walking through real numbers is the fastest way to make this click. The formula is the same every time, but seeing it applied to different situations helps it stick. Below are a few categories where percent change shows up most often.

Price and Cost Changes

Price comparisons are probably the most common reason people reach for a percent change calculation.

Example 1: A jacket was $120 and is now on sale for $90. What's the percent change?

  1. Difference: 90 − 120 = −30
  2. Divide by original: −30 / 120 = −0.25
  3. Multiply by 100: −25% (a 25% price reduction)

Example 2: Your electricity bill went from $95 last month to $112 this month.

  1. Difference: 112 − 95 = 17
  2. Divide by original: 17 / 95 ≈ 0.1789
  3. Multiply by 100: ≈ 17.9% increase

Both examples use the same formula. The sign of the result tells you whether the price went up or down.

Sales, Revenue, and Population Growth

Businesses track percent change constantly because it turns raw numbers into something comparable. A jump from $1.2 million to $1.5 million in quarterly revenue is a $300,000 increase, but what does that actually mean? Percent change gives you the context.

Revenue example: Q1 revenue was $1,200,000 and Q2 was $1,500,000.

  1. Difference: 1,500,000 − 1,200,000 = 300,000
  2. Divide by original: 300,000 / 1,200,000 = 0.25
  3. Result: 25% revenue growth

Population example: A city had 84,000 residents in 2010 and 91,000 in 2020.

  1. Difference: 91,000 − 84,000 = 7,000
  2. Divide by original: 7,000 / 84,000 ≈ 0.0833
  3. Result: ≈ 8.3% population growth

Same math, very different context. That's one reason percent change is so widely used.

Percent Change with Negative Numbers

Things get a little trickier when one or both of your values are negative. The formula itself doesn't change, but the results can look strange if you're not expecting them.

Say a company reported a loss of $5,000 in March (−$5,000) and a loss of $2,000 in April (−$2,000). Plugging into the formula: (−2,000 − (−5,000)) / |−5,000| × 100 = 3,000 / 5,000 × 100 = 60% improvement. The loss shrank, so the percent change is positive, which makes sense directionally.

The trickiest case is when the original value is negative and the result is positive, or vice versa. In those situations, mathematicians often use the absolute value of the original number in the denominator to keep the sign of the result meaningful. Just flag it clearly when you share the number, because percent change with negative bases can mislead people who don't know the raw values.

When both numbers are negative and the value is getting more negative (i.e., things are getting worse), the percent change will also be negative. Use your common sense as a gut check alongside the formula.

Common Uses of Percent Change

Percent change shows up in almost every field that deals with data over time. Here's where you'll run into it most often:

  • Finance and investing: stock returns, portfolio performance, price-to-earnings changes
  • Retail and e-commerce: sales comparisons, discount calculations, conversion rate shifts
  • Economics: GDP growth, inflation rates, unemployment figures
  • Healthcare: tracking changes in patient metrics, drug dosage adjustments, clinical trial results
  • Education: test score improvements, enrollment changes, graduation rate comparisons
  • Real estate: home price appreciation, rental rate changes, market inventory shifts
  • Science and research: experimental before-and-after measurements

Any time you want to express how much something changed relative to where it started, percent change is the right tool.

Percent Change Calculation Chart

The table below shows percent change for a handful of common value pairs. These can serve as a quick reference or a sanity check when you're running your own calculations.

Original ValueNew ValueChangePercent Change
5075+25+50%
10080−20−20%
200250+50+25%
500450−50−10%
1,0001,200+200+20%
4010−30−75%
25100+75+300%

Notice the last row: when a value quadruples, that's a 300% increase, not 400%. A common mistake is to confuse "four times as large" with "400% more." Four times the original is a 300% increase because you're measuring the change, not the final multiple.

Common Mistakes When Calculating Percent Change

Even people who are comfortable with math make these errors. Knowing where things go wrong makes you much less likely to repeat them.

  • Using the new value as the denominator: Always divide by the original (starting) value, not the new one. This is by far the most common mistake.
  • Confusing percent change with percentage points: If an interest rate goes from 2% to 5%, that's a 3 percentage point increase but a 150% change. These are not the same thing.
  • Forgetting the direction: Percent change is directional. Swapping which value is "old" and which is "new" will flip your answer completely.
  • Treating a 100% increase as a doubling that equals 200%: A 100% increase means the value doubled. It doesn't mean the result is 200% of the increase.
  • Skipping the multiplication by 100: The formula gives you a decimal. Multiply by 100 to get a percentage. Reporting 0.25 instead of 25% is an easy slip.
  • Mishandling negative original values: When the starting number is negative, the sign of your result can be counterintuitive. Double-check your interpretation against the raw numbers.

Running a quick sanity check after your calculation goes a long way. Ask yourself: does this result make sense given what I know about the two numbers? If a price barely budged but your formula says 90% change, something went wrong in the setup.

Other Maths Calculators

Explore all