Percentage Increase Calculator
The percentage increase calculator has two modes. In the first mode, you enter an original value and a percentage, and the calculator returns the new value after a percentage increase is applied. For example, if an item costs 100 dollars and the price increases by 20%, the new price is 120 dollars. In the second mode, you enter the original value and the new value, and the calculator returns the percentage increase between them. For example, if a quantity was 50 and is now 75, the percentage increase is 50%. Percentage increase is useful for understanding growth in prices, salaries, populations, or any other quantity. It provides a relative measure of change that is easier to compare across different scales than absolute change. The calculator uses the formulas: new value = original * (1 + percentage / 100) and percentage increase = ((new - original) / original) * 100.
Percentage increase formula
New value = original value * (1 + percentage / 100)
Absolute increase = new value - original value
Percentage increase = ((new - original) / original) * 100
Examples
| Original | Percentage increase | New value | Absolute increase |
|---|---|---|---|
| 100 | 20% | 120 | 20 |
| 50 | 50% | 75 | 25 |
| 1,000 | 10% | 1,100 | 100 |
| 200 | 25% | 250 | 50 |
| 75 | 100% | 150 | 75 |
Percentage increase calculator: frequently asked questions
What is a percentage increase?
A percentage increase is a measure of how much a value has grown relative to its original value, expressed as a percentage. For example, if a price increases from 100 to 120, the percentage increase is 20%. The formula is: percentage increase = ((new value - original value) / original value) * 100.
How do I calculate a percentage increase?
There are two common scenarios. First, if you know the original value and the percentage increase, find the new value using: new value = original value * (1 + percentage / 100). For example, a 100 dollar item with a 20% increase costs 100 * 1.20 = 120 dollars. Second, if you know the original and new values, find the percentage increase using: percentage increase = ((new - original) / original) * 100.
Can percentage increase be negative?
No. Percentage increase only describes growth. If a value decreases, that is a percentage decrease, not a negative percentage increase. For example, going from 100 to 80 is a 20% decrease, not a -20% increase.
What is the difference between percentage increase and absolute increase?
Absolute increase is the raw difference: new value - original value. Percentage increase expresses this as a percentage of the original value. For example, if a value goes from 100 to 110 and another from 1,000 to 1,010, both have an absolute increase of 10, but the first has a 10% increase and the second has a 1% increase.
How do I reverse a percentage increase?
If you know the new value and the percentage increase, find the original value by dividing: original value = new value / (1 + percentage / 100). For example, if 120 is after a 20% increase, the original was 120 / 1.20 = 100.
Official sources
- Standard mathematical formula for percentage increase.
- NIST Special Publication 330: The International System of Units.
Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.