Percentage Increase Calculator
Calculate percentage increase, new value, or original value with step-by-step formulas. This versatile calculator supports three modes: find percent change between two values, calculate new value after a percentage increase, or determine the original value before a change. Perfect for business analytics, price comparisons, growth tracking, and educational purposes. Features adjustable precision (0-6 decimals), copy-to-clipboard results, and optional step-by-step explanations showing the exact formula used. Handles edge cases like zero division and negative percentages with clear warnings. All calculations happen instantly in your browser with complete privacy.
Inputs
Results
The value changed from 0 to 0, representing a 0% change.
How it works: Percent change (%): ((New − Original) ÷ Original) × 100. New value: Original × (1 + Percent/100). Original value: New ÷ (1 + Percent/100). The calculator also shows the absolute change (New − Original) and labels the result as an increase, decrease, or no change. Results are rounded only for display, preserving accuracy internally.
What Is a Percentage Increase Calculator?
A percentage increase calculator finds the percent by which one value grew relative to another. It solves three related problems: (1) what is the percentage increase from X to Y, (2) what is the new value after increasing X by Y%, and (3) what was the original value if the new value is Z after a Y% increase. These cover salary raises, price changes, investment returns, and population growth.
Percentage increase is directional — it always uses the original (starting) value as the denominator. That’s what separates it from percentage difference, which uses the midpoint of both values.
How to Use This Percentage Increase Calculator
- Select the calculation mode: find percent increase, find new value, or find original value.
- Enter the original value and new value to find the percent increase.
- Or enter the original value and percent increase to find the new value.
- Or enter the new value and percent increase to find the original.
- Results display with the formula and step-by-step calculation.
Worked Examples: Percentage Change in Real Life
| Scenario | Original | New Value | % Change |
|---|---|---|---|
| Salary raise | $60,000 | $66,000 | +10% |
| Stock gain | $50/share | $65/share | +30% |
| Home appreciation | $300,000 | $330,000 | +10% |
| Price drop | $200 | $160 | −20% |
| Inflation (CPI) | $1.00 | $1.035 | +3.5% |
A stock rose from $50 to $65: difference = $15, divided by original $50 = 0.30, times 100 = 30% increase. Reverse: if you know $65 is the result of a 30% increase, original = $65 ÷ 1.30 = $50.
The Three Percentage Increase Formulas
- Find % increase: ((New − Original) ÷ Original) × 100. Negative result = percentage decrease.
- Find new value: Original × (1 + percent ÷ 100). Example: $200 increased by 15% = $200 × 1.15 = $230.
- Find original value: New ÷ (1 + percent ÷ 100). Example: $230 after 15% increase — original = $230 ÷ 1.15 = $200.
Tips and Common Mistakes
- Always divide by the original, not the new value: Using the new value as denominator gives a different result.
- Sequential increases aren’t additive: 10% then 10% = 21% total (1.10 × 1.10 = 1.21), not 20%.
- Negative result means decrease: The formula handles this automatically.
- Percentage point vs. percent: 5% to 7% is a 2 percentage point increase but a 40% increase in the rate itself.
Frequently Asked Questions About Percentage Increase
What is the percentage increase from 40 to 60?
(60 − 40) ÷ 40 × 100 = 50%. The value grew by half its original size.
How much do I need to raise my price to increase revenue by 20%?
If volume stays constant, a 20% price increase produces 20% more revenue. New price = Original × 1.20.
What percentage increase reverses a 20% decrease?
After a 20% decrease you have 80% of the original. To return to 100%: 100 ÷ 80 = 1.25 = a 25% increase needed.
How do I calculate percentage increase in Excel?
Use =(B1-A1)/A1 where A1 is the original and B1 is the new value. Format the cell as a percentage.
Related Calculators
- Percentage Calculator — all-in-one percent math
- Percentage Difference Calculator — symmetric comparison of two values
- Discount Calculator — percent off and sale price
- Salary Calculator — convert raises and new pay rates