Percentage Increase Classic Calculator
Increase a starting value by a percentage.
Add a percentage to a number to find the increased total — for raises, markups and growth.
The math behind it
new = value × (1 + percent/100). The increase itself is value × percent/100.
Worked example
200 increased by 15% → 200 × 1.15 = 230.
FAQ
How do I reverse it?
Divide the new value by (1 + percent/100) to recover the original.