ToolJutsu
All tools
Calculator Tools

Percentage Increase Calculator

Calculate the percentage increase between two values, with step-by-step working.

What are you calculating?

Percentage increase

20%

Absolute change

10

up by 10

New value

60

from 50

Calculation steps

  1. 1. Subtract the original from the new value: 60 − 50 = 10
  2. 2. Divide by the original value: 10 ÷ 50 = 0.2
  3. 3. Multiply by 100: 0.2 × 100 = 20%

50 → 60 = 20% increase (change of 10)

Processed on your device. We never see your files.

How to use Percentage Increase Calculator

What this calculator does

This calculator works out the percentage increase between two values — how much one number has grown compared to another, expressed as a percentage of the original. It also runs the reverse workflow: given a starting value and a percentage to apply, it tells you the resulting new value. Both modes show the calculation step by step so you can copy the result, or copy the reasoning into a report or spreadsheet.

How to calculate percentage increase

The formula is:

percentage increase = ((new value − old value) ÷ old value) × 100

Three steps in plain language: subtract the old from the new to get the absolute change, divide by the old (the base against which the growth is measured), then multiply by 100 to express the result as a percentage rather than a decimal. The base is always the original value — that’s the part people get wrong most often, and it’s why swapping the two numbers gives a different answer.

Worked example

A piece of software cost $50 last year and costs $60 this year. The percentage increase is:

StepWorkingResult
1. Subtract60 − 5010
2. Divide by original10 ÷ 500.20
3. Multiply by 1000.20 × 10020 %

Three more for reference:

  • Followers go from 1 200 to 1 500 → (300 ÷ 1 200) × 100 = 25 %.
  • Revenue goes from $80 000 to $94 000 → (14 000 ÷ 80 000) × 100 = 17.5 %.
  • A rent of $1 800 rises to $1 935 → (135 ÷ 1 800) × 100 = 7.5 %.

The calculator above shows the same three-step breakdown live as you type so you can copy it into an email, a slide, or a Sheets cell.

Percentage increase vs percentage difference vs percent change

These three terms sound similar and are routinely confused, but they solve different problems and use different formulas.

  • Percentage increase is the positive case: a value has gone up from a known starting point. Denominator is the starting value.
  • Percentage decrease is the same idea for the negative case.
  • Percentage change is the signed version — positive when the value goes up, negative when it goes down. Same denominator as increase/decrease (the starting value). Use this when the direction isn’t fixed in advance, e.g. tracking a metric that fluctuates.
  • Percentage difference is symmetric — it doesn’t matter which value is “first”. The denominator is the average of the two values. Use this when neither value is “the original” — comparing two measurements, two store prices, two model predictions.

A concrete example: comparing 40 and 60.

MetricFormulaResult
Increase from 40 to 60(60 − 40) / 40 × 10050 %
Decrease from 60 to 40(60 − 40) / 60 × 10033.3 %
Difference between 40 and 60|40 − 60| / 50 × 10040 %

The same two numbers produce three different percentages. Each is correct for its specific question. Picking the right formula is the work; the arithmetic is easy.

Common mistakes to avoid

Dividing by the new value instead of the old. The denominator is always the original value. Dividing by the new value silently underestimates the growth. If the old value was 50 and the new is 60, correct answer is 20 % — using 60 as the denominator gives 16.7 %.

Confusing “increase to X %” with “increase by X %”. “Sales increased to 120 %” of last year means new = old × 1.20. “Sales increased by 120 %” means new = old × 2.20. The little preposition swings the answer by a factor of two.

Compounding percentages incorrectly. A 10 % increase followed by another 10 % increase is not a 20 % increase — it’s a 21 % increase. 1.10 × 1.10 = 1.21. The same goes in reverse: a 10 % drop followed by a 10 % gain is a net 1 % loss, not a wash. The Compound Interest Calculator in our suite walks through the multi-period case.

Reporting a negative increase. If the formula spits out a negative number, you have a decrease. Reframe before sending the email. The calculator above does this automatically.

Privacy

This calculator runs as a few arithmetic operations in JavaScript on your device. There are no fetch calls, no analytics on the values you enter, no server-side logging.

Frequently asked questions

How do I calculate a 20% increase?
Take the starting value, divide 20 by 100 to get 0.20, then multiply: starting × 0.20 = the increase. Add that to the starting value. Example: a 20 % increase on $50 is 50 × 0.20 = $10, so the new value is $60. The calculator above does this in real time as you type — switch to 'I want to apply a % increase' mode to skip the manual arithmetic.
What is the difference between percent increase and percent change?
Percent increase is specifically the positive case — the magnitude of growth when a value goes up. Percent change is the signed version: positive when something goes up, negative when it goes down. If a value drops from 100 to 80, percent change is −20 % and percent decrease is +20 %. Use the dedicated Percentage Change Calculator when the direction can swing either way, and Percentage Increase / Percentage Decrease when you already know the direction. Mixing them up flips signs in reports and slide decks more often than you'd think.
Can percentage increase be negative?
Mathematically yes — if you plug in a new value smaller than the original, the formula ((new − old) / old) × 100 will produce a negative number. But the convention is that percent increase reports the positive magnitude only. If the result comes out negative, you actually have a decrease and should rephrase. The calculator above flags this for you — it shows the negative figure but labels it as a decrease so you don't accidentally report a growth that didn't happen.
How is percentage increase used in salary raises?
Your raise is (new salary − old salary) / old salary × 100. A common gotcha: a 'cost of living' raise pegged to an inflation rate of, say, 4 % means new salary = old salary × 1.04. If your old salary was $60 000, the new figure is $62 400 — that's a 4 % increase, $2 400 in absolute terms. Switch to the apply % mode above to project a raise from a known percentage. For the reverse direction (you know your old salary and your new salary; you want the % raise + categorisation), see the dedicated Salary Raise Calculator. For projecting a known raise forward with optional after-tax estimate, the Salary Increase Calculator has a tax toggle using current US federal brackets.
Is my data uploaded anywhere?
No. The calculator is two division-and-multiplication operations running locally in JavaScript on your device. There are no fetch calls, no analytics on the numbers you type, no server logging. You can verify in your browser's Network panel — once the page has loaded, switching off Wi-Fi changes nothing about how the calculator behaves.

Related tools