Percentage Increase Calculator
Find the percent growth from an original value to a larger new value.
Formula: ((New − Original) ÷ Original) × 100
What Is Percentage Increase?
Percentage increase measures the relative growth from a starting value to a higher ending value. The original value is the base of comparison, and the answer tells you how big the gain is relative to where you started, not just how big it is in raw terms. Whether the change is a salary raise, a population gain, a revenue jump, or a stock rally, the percentage form keeps the figure comparable across scales that dollar amounts alone cannot show.
A $10,000 raise means something very different to someone earning $40,000 than to someone earning $400,000, even though the dollar figure is identical. Percentage increase strips out the size of the base and reports only the proportional gain, which is usually the number people actually want when they ask "how much did this grow." Because the formula always uses the original, smaller value as the denominator, the result grows larger as the gain grows larger relative to where you started, and it shrinks toward zero as the gain becomes trivial next to a large base.
People run into percentage increase outside of finance too. A recipe scaled up by 50%, a training plan that raises weekly mileage by 10%, or a hiring plan that grows headcount by 20% all use the same math. The formula does not care what the numbers represent, only that a smaller original value grew into a larger new one.
Percentage Increase Formula
The formula is ((New − Original) ÷ Original) × 100. The new value must be larger than the original for the result to read as a gain; if the new value is smaller, the formula returns a negative number, and you are really looking at a percentage decrease. Original is always the denominator, never New, no matter how large the gain turns out to be.
There is a shortcut once you already know the rate: convert the percentage to a multiplier by adding 1 to the rate as a decimal, then multiply the original value directly. A 15% increase uses a multiplier of 1.15, so $200 becomes $200 × 1.15 = $230 in one step instead of three.
How to Calculate Percentage Increase Step by Step
Step 1 – Subtract the Original Value from the New Value
Start with the raw gain. Going from 80 to 100, that is 100 − 80 = 20.
Step 2 – Divide by the Original Value
Divide that gain by the starting value: 20 ÷ 80 = 0.25.
Step 3 – Multiply by 100
Convert the decimal to a percentage: 0.25 × 100 = 25.
Step 4 – Interpret the Result
The answer is +25%, so the value grew by a quarter of its original size. If step 1 comes out negative because the new value is actually smaller, the final number is negative too, which means the value fell rather than rose, and the percentage decrease formula is the correct tool.
Common Mistakes
The most common error is dividing by the new value instead of the original one, which quietly shrinks or inflates the answer. The second is mixing up which figure is "new" and which is "original," which flips the sign of the result. The third is rounding too early in a multi-step calculation, which compounds small errors by the time you reach a final answer.
Percentage Increase vs Percentage Decrease
The two formulas mirror each other, but they are not perfectly symmetric. A common misconception is that an increase and a decrease of the same percentage cancel out. They do not. A 25% increase from 80 takes you to 100, but a 25% decrease from 100 only takes you back to 75, not 80. The base shifts after the first step, since the increase is calculated on 80 while the decrease is calculated on 100, so direction and order both matter.
Real-World Examples
1. Salary raise from $60,000 to $66,000: ((66000 − 60000) ÷ 60000) × 100 = +10% increase, a $6,000 raise added to the base salary.
2. Price increase from $4.00 to $4.40 per gallon: ((4.40 − 4.00) ÷ 4.00) × 100 = +10% increase, 40 cents more at the pump for the same amount of fuel.
3. Population growth from 50,000 to 56,000 residents: ((56000 − 50000) ÷ 50000) × 100 = +12% increase, 6,000 more people living in the area than at the last count.
4. Revenue growth from $2 million to $3 million: ((3000000 − 2000000) ÷ 2000000) × 100 = +50% increase, an extra $1 million in the same reporting period.
5. Stock gain from $120 to $150 per share: ((150 − 120) ÷ 120) × 100 = +25% increase, a $30 per-share gain for anyone holding the position.
These five examples span personal finance, retail, government reporting, corporate earnings, and investing, and the same three-step formula answers all of them. Businesses track percentage increase in revenue and headcount because it stays comparable across companies of very different sizes. Scientists use it to compare growth rates between experiments run at different scales, and households use it to judge whether a raise or a price hike actually matters relative to their budget.
Frequently Asked Questions
What is percentage increase?
The relative growth from an original value to a larger new value, expressed as a percent of the original.
What is the percentage increase formula?
((New − Original) ÷ Original) × 100.
What is a 100% increase?
A doubling. The new value is twice the original.
Can percentage increase be negative?
If the new value is smaller than the original, the formula returns a negative number. That is a decrease, so switch to the percentage decrease formula instead.
How do I calculate a 25% increase?
Multiply the original by 1.25.
What is the multiplier for a 50% increase?
1.50.
How do I reverse a percentage increase?
Divide the new value by (1 + Rate/100). If a price rose 20% to $60, the original price was 60 ÷ 1.20 = $50.
What is a salary raise as a percentage?
Subtract the old salary from the new, divide by the old, multiply by 100.
How is percentage increase used in business?
Revenue growth, headcount expansion, and customer growth are tracked as percentage increases for comparability.
Can percentage increase exceed 100%?
Yes. A tripling is +200%, a quadrupling is +300%.
How do I calculate percentage increase in Excel?
Use =((B1-A1)/ABS(A1))*100 where A1 holds the original value and B1 holds the new value. Format the result cell as a number so a negative result still reads correctly.
How many decimal places should a percentage increase use?
Two decimal places is standard for financial and scientific reporting. A whole number is fine for a headline, but keep the precise figure in the underlying data.
What is the difference between percentage increase and percentage change?
Percentage change covers both directions and keeps its sign. Percentage increase only describes upward movement and assumes the new value is larger than the original.