Percentage Increase Calculator finds the rate a value grew by, or applies a known growth rate to compute the resulting amount. The same three-quantity relationship, an original value, a new value, and a percent, drives every mode on the page.
Find the percent increase between two values
To find how much a value grew in percent terms, subtract the original from the new value, divide by the original, and multiply by 100: P = ((Y − X) / X) × 100. A stock priced at $40 rises to $46.
The increase is (46 − 40) / 40 × 100, which is 15 percent. Percentage Increase Calculator prints the subtraction step and the division step separately, which makes it easy to spot whether an error came from the subtraction or the division.
Apply a known percent increase
When the original value and the rate are known, multiply the original by 1 plus the rate as a decimal: Y = X × (1 + P / 100). A base salary of $58,000 with a 4 percent raise becomes 58,000 × 1.04, which is $60,320.
This mode is the one to reach for whenever a problem states a rate up front and asks for the resulting total, rather than asking for the rate itself.
Recover the original value
When only the increased value and the rate are known, divide instead of multiplying: X = Y / (1 + P / 100). A monthly payment of $530 already reflects a 6 percent increase; dividing 530 by 1.06 recovers a $500.00 original payment.
This reverse mode is common in salary and pricing questions where a final figure and a stated raise percent are given, but the starting figure is not.
Chain multiple increases correctly
Two consecutive percent increases do not add together directly. A value that rises 10 percent and then another 10 percent does not end 20 percent above the start; it ends 21 percent above, because the second increase applies to the already-larger amount.
A $100 value at 10 percent becomes $110, and $110 at a further 10 percent becomes $121, not $120. Percentage Increase Calculator computes one step at a time deliberately, since chaining requires feeding the output of the first calculation back in as the input of the second.
Avoid this common mistake
Adding percent increases as if they were plain numbers is the single most common error with repeated growth, such as compounding raises or successive price hikes. Two 10 percent increases combine to a 21 percent total increase, not 20 percent, and three combine to roughly 33.1 percent, not 30 percent.
Treat each increase as its own multiplication by (1 + P/100), applied to the result of the previous step, never by summing the percentages first.
Work through a tuition example
College tuition rises from $18,500 to $19,795 in one year. The percent increase is (19,795 − 18,500) / 18,500 × 100, which is 7 percent. Checking the reverse direction confirms the arithmetic: applying a 7 percent increase to $18,500 gives 18,500 × 1.07 = $19,795, matching the new tuition figure exactly and confirming the percent found is internally consistent.
Apply percentage increase to annual growth projections
Percentage increase calculations extend naturally into multi-year projections when a constant growth rate is assumed. A city with 25,000 residents growing at 3 percent annually reaches 25,000 × 1.03 = 25,750 after one year, then 25,750 × 1.03 ≈ 26,523 after a second year.
Each year's growth applies to that year's already-larger population, not the original 25,000, which is why five years of 3 percent growth reaches roughly 15.9 percent above the start rather than a flat 15 percent.
Frequently asked questions
How do you calculate a percentage increase?
To calculate a percentage increase, subtract the original value from the new value, divide the result by the original value, and multiply by 100. A value rising from 60 to 75 gives (75 − 60) / 60 × 100, which is 25 percent.
How do you apply a 10 percent increase to a number?
To apply a 10 percent increase to a number, multiply it by 1.10. A price of $45 increased by 10 percent becomes 45 × 1.10, which is $49.50.
How do you find the original value before an increase?
To find the original value before an increase, divide the new value by 1 plus the increase rate as a decimal. A figure of $138 after a 15 percent increase means the original was 138 / 1.15, which is $120.
Do two 10 percent increases equal a 20 percent increase?
Two 10 percent increases do not equal a 20 percent increase; they equal a 21 percent increase overall, because each increase multiplies the already-grown value rather than the original one. Compute 1.10 × 1.10 = 1.21 to see the combined multiplier directly.
What is the difference between percentage increase and percentage points?
Percentage increase is a relative measure comparing a new value to an original one, while percentage points measure a flat gap between two percent figures. An interest rate moving from 5 percent to 7 percent gained 2 percentage points, which also equals a 40 percent relative increase in the rate.
How much is a 200 percent increase?
A 200 percent increase multiplies the original value by 3, since 1 plus 200/100 equals 3. A value of 50 increased by 200 percent becomes 50 × 3, which is 150.
What is a 7 percent increase on $18,500?
A 7 percent increase on $18,500 gives $19,795, found by multiplying 18,500 by 1.07, which is 1 plus the 7 percent increase rate expressed as a decimal.
Does 3 percent annual growth for 5 years equal 15 percent total growth?
3 percent annual growth for 5 years does not equal exactly 15 percent total growth; compounding gives roughly 15.9 percent, slightly more than simple addition, because each year's growth is calculated on an already-larger base than the year before.
Summary
Percentage Increase Calculator solves P = ((Y − X) / X) × 100 for growth between two values, and reverses the same relationship to project a new value or recover an original one from a known rate. Enter any two of the three quantities to solve for the third.
Remember that successive percent increases multiply rather than add, so two 10 percent raises combine to 21 percent, not 20 percent.