Percentage Increase Classic
The classic formula: enter your original value and new value to instantly find the percentage increase.
📈 What is the Classic Percentage Increase Formula?
Percentage increase measures how much a value has grown, expressed as a fraction of its original amount and scaled to 100. The classic formula is: Percentage Increase = ((New Value − Old Value) ÷ Old Value) × 100. It is taught in every secondary school maths curriculum worldwide and underlies salary negotiations, financial reporting, pricing decisions, scientific comparisons, and everyday budgeting. The result is always positive when the new value exceeds the old, and the percentage tells you exactly how large the growth is relative to the starting point.
The formula shows up constantly in real life. When a business reports that revenue grew from £2 million to £2.6 million, the 30% increase is calculated using this formula. When a student's score rises from 60 to 78, the 30% improvement is the same calculation with different numbers. When a population grows from 1.2 million to 1.44 million over a decade, demographers report a 20% increase using the identical method. It applies equally to prices, weights, distances, times, and any other measured quantity.
One of the most common misconceptions is that a percentage increase from A to B is the same as a percentage increase from B to A. It is not. Going from 100 to 150 is a 50% increase, but going from 150 back to 100 is only a 33.3% decrease, because the denominators differ. The percentage always describes growth relative to the starting point, not the ending point. This asymmetry is why a 50% increase followed by a 50% decrease does not return you to the original: you end up at 75% of where you started.
This calculator implements the classic single-formula approach: enter the old value, enter the new value, and instantly see the percentage increase, the absolute increase (the raw difference), the growth multiplier (new divided by old), and the new value confirmed. No extra modes, no reverse calculations, no extra inputs. It is the purest implementation of the textbook formula, ideal for students learning the concept, teachers verifying worked examples, or anyone who just needs a quick, clean answer.
📐 Formula
📖 How to Use This Calculator
Steps to Calculate Percentage Increase
💡 Example Calculations
Example 1 — Salary Rise
Monthly salary rises from 45,000 to 54,000
Example 2 — Product Price Markup
A product's wholesale price rises from 80 to 108
Example 3 — Website Traffic Growth
Monthly visitors grow from 12,500 to 18,750
Example 4 — Population Growth
City population grows from 850,000 to 1,054,000
❓ Frequently Asked Questions
🔗 Related Calculators
What is the classic formula for percentage increase?
Percentage Increase = ((New Value - Old Value) / |Old Value|) x 100. The absolute value in the denominator ensures the formula works correctly when the original is negative. For positive originals the formula simplifies to (New - Old) / Old x 100. Example: old = 400, new = 500: (500 - 400) / 400 x 100 = 25%.
How do I calculate percentage increase step by step?
Step 1: Subtract the original value from the new value to get the absolute increase. Step 2: Divide that increase by the original value. Step 3: Multiply by 100 to express as a percentage. Example: sales rise from 240 to 300. Step 1: 300 - 240 = 60. Step 2: 60 / 240 = 0.25. Step 3: 0.25 x 100 = 25% increase.
What does growth multiplier mean in this calculator?
The growth multiplier is new value divided by old value. A multiplier of 1.25 means the new value is 1.25 times the original, i.e., a 25% increase. A multiplier of 2.0 means the value doubled (100% increase). It gives a quick sense of scale without dealing with percentages.
Can percentage increase be negative?
Technically, when the new value is less than the original, the formula returns a negative result. A negative percentage increase is equivalent to a percentage decrease. This calculator shows the result with a sign, so a negative output tells you the value fell rather than rose.
What is 15% increase on 500?
15% of 500 = 75. New value = 500 + 75 = 575. Verification using the formula: (575 - 500) / 500 x 100 = 75 / 500 x 100 = 15%. The multiplier is 1.15, meaning 575 = 500 x 1.15.
What is the difference between percentage increase and percentage change?
Percentage change applies to any direction of movement and returns positive values for increases and negative values for decreases. Percentage increase specifically refers to an upward movement and is always presented as a positive number. This calculator uses the classic increase formula but shows the sign, so you can read any direction from the result.
How does percentage increase differ from absolute increase?
Absolute increase is the raw difference (New - Old). Percentage increase expresses that same difference relative to the original. A salary rising from 40,000 to 44,000 has an absolute increase of 4,000 and a percentage increase of 10%. The percentage form allows comparisons across different scales and currencies.
What percentage increase is needed to double a value?
To double a value you need a 100% increase. If the original is X and the new value is 2X, then (2X - X) / X x 100 = 100%. To triple requires 200%. To reach 10x the original requires 900%. In general, to reach N times the original requires (N - 1) x 100 percent increase.
How do two successive percentage increases combine?
They multiply, not add. A 20% increase followed by a 30% increase gives 1.20 x 1.30 = 1.56, or a 56% total increase, not 50%. This compounding effect is why the classic formula should be applied to the intermediate value between increases, not the original baseline.
How is the percentage increase formula used in Excel or Google Sheets?
Use =(B1-A1)/ABS(A1)*100 where A1 is the old value and B1 is the new value. This mirrors the classic formula exactly and handles negative starting values via ABS(). Format the cell as a number with two decimal places for readability. For a pure percentage format, drop the *100 and format the cell as Percentage.
What is a 10% increase on 1200?
10% of 1200 = 120. New value = 1200 + 120 = 1320. Multiplier = 1.10. Verification: (1320 - 1200) / 1200 x 100 = 120 / 1200 x 100 = 10%.
Why is the original value used as the denominator and not the new value?
The percentage increase measures how much the value grew relative to where it started. Using the original as the base makes the percentage meaningful as a rate of growth. If the new value were the denominator, going from 100 to 150 would show 33.3% instead of 50%, which misrepresents the growth experienced by the original quantity.