Percentage Increase Classic

The classic formula: enter your original value and new value to instantly find the percentage increase.

๐Ÿ“ˆ Percentage Increase Classic
Old Value (Original)
New Value (Final)
Percentage Increase
Absolute Increase
Growth Multiplier
New Value

๐Ÿ“ˆ 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

Percentage Increase  =  ((New − Old) ÷ |Old|) × 100
New = the final or current value (after the increase)
Old = the original or starting value (before the increase)
|Old| = absolute value of Old, so the formula works for negative starting values
Result = positive when New > Old (increase); negative when New < Old (decrease)
Example: Old = 200, New = 250 → ((250 − 200) ÷ 200) × 100 = 25%
Absolute Increase  =  New − Old
The raw difference between the two values, in the same units as the original.
Example: 250 − 200 = 50
Growth Multiplier  =  New ÷ Old
How many times larger the new value is compared to the old. A multiplier of 1.25 = 25% increase. A multiplier of 2.0 = 100% increase (doubled).
Example: 250 ÷ 200 = 1.25x

๐Ÿ“– How to Use This Calculator

Steps to Calculate Percentage Increase

1
Enter the original value in the Old Value field. This is the baseline before the increase, such as last year's sales figure or a starting price.
2
Enter the new value in the New Value field. This is the current or final figure after the increase has taken place.
3
Click Calculate to instantly see the percentage increase, absolute increase (the raw difference), growth multiplier (new/old), and the new value confirmed.

๐Ÿ’ก Example Calculations

Example 1 — Salary Rise

Monthly salary rises from 45,000 to 54,000

1
Absolute increase = 54,000 − 45,000 = 9,000
2
Percentage Increase = (9,000 ÷ 45,000) × 100 = 20%
3
Growth Multiplier = 54,000 ÷ 45,000 = 1.2x
Salary increased by 20%  ·  Absolute rise: 9,000  ·  Multiplier: 1.2x
Try this example →

Example 2 — Product Price Markup

A product's wholesale price rises from 80 to 108

1
Absolute increase = 108 − 80 = 28
2
Percentage Increase = (28 ÷ 80) × 100 = 35%
3
Growth Multiplier = 108 ÷ 80 = 1.35x
Price increased by 35%  ·  Absolute rise: 28  ·  Multiplier: 1.35x
Try this example →

Example 3 — Website Traffic Growth

Monthly visitors grow from 12,500 to 18,750

1
Absolute increase = 18,750 − 12,500 = 6,250
2
Percentage Increase = (6,250 ÷ 12,500) × 100 = 50%
3
Growth Multiplier = 18,750 ÷ 12,500 = 1.5x
Traffic grew by 50%  ·  Absolute rise: 6,250 visitors  ·  Multiplier: 1.5x
Try this example →

Example 4 — Population Growth

City population grows from 850,000 to 1,054,000

1
Absolute increase = 1,054,000 − 850,000 = 204,000
2
Percentage Increase = (204,000 ÷ 850,000) × 100 = 24%
Population increased by 24%  ·  Absolute rise: 204,000  ·  Multiplier: 1.24x
Try this example →

โ“ Frequently Asked Questions

What is the classic formula for percentage increase?+
Percentage Increase = ((New Value - Old Value) / Old Value) x 100. The result is a positive number when the new value is greater than the original. For positive original values, the formula is ((New - Old) / Old) x 100. Example: salary rises from 40,000 to 48,000: ((48,000 - 40,000) / 40,000) x 100 = 20% increase.
How do I calculate percentage increase step by step?+
Step 1: Find the absolute increase (New - Old). Step 2: Divide by the original value (Old). Step 3: Multiply by 100. Example: score rises from 60 to 78. Step 1: 78 - 60 = 18. Step 2: 18 / 60 = 0.30. Step 3: 0.30 x 100 = 30% increase. Confirm with the growth multiplier: 78 / 60 = 1.30, confirming a 30% rise.
What does the growth multiplier shown by this calculator mean?+
The growth multiplier is New divided by Old. A multiplier of 1.25 means the new value is 1.25 times the original, which is a 25% increase. A multiplier of 2.0 means the value doubled, a 100% increase. A multiplier of 3.0 means it tripled, a 200% increase. The multiplier is especially useful in finance for expressing investment growth compactly.
Can the result be negative and what does it mean?+
Yes. When the new value is less than the old value, the formula returns a negative percentage. A negative result means the value decreased rather than increased. For example, old = 500, new = 400: ((400 - 500) / 500) x 100 = -20%. This is a 20% decrease. This calculator shows the sign so you can detect a decrease without switching to a separate tool.
What is 15% increase on 500?+
New value = 500 x (1 + 15/100) = 500 x 1.15 = 575. Absolute increase = 575 - 500 = 75. Verification: (75 / 500) x 100 = 15%. The growth multiplier is 1.15. Enter 500 in Old Value and 575 in New Value to confirm.
What is the difference between percentage increase and percentage change?+
The formula is identical. "Percentage change" is the broader term that applies to any direction (positive result = increase, negative result = decrease). "Percentage increase" traditionally refers to an upward movement and is presented as a positive number. This calculator uses the classic increase formula and shows the sign, so you can read both directions from the single output.
Why is the original value in the denominator and not the new value?+
The percentage increase measures growth relative to the starting point. The original value is the reference base. Using the new value as the denominator would give a different (and less meaningful) answer. For example, going from 100 to 150: using Old as denominator gives 50%. Using New as denominator gives 33.3%. Only the first interpretation correctly answers "by what percentage did the value grow from its original?"
What percentage increase is needed to double a value?+
A 100% increase doubles a value. If the original is X and the new value is 2X: ((2X - X) / X) x 100 = 100%. To triple: 200%. To reach 5x the original: 400%. To reach N times the original requires (N - 1) x 100 percent. This relationship between multiplier and percentage is why the growth multiplier output is so useful alongside the percentage result.
How do two successive percentage increases combine?+
Successive percentage increases multiply, not add. A 20% increase followed by a 30% increase gives 1.20 x 1.30 = 1.56, a total increase of 56% from the original (not 50%). To calculate the combined effect, convert each to a multiplier (1 + pct/100), multiply them, then subtract 1 and multiply by 100 for the total percentage. This is why compound growth outperforms simple growth over multiple periods.
How is percentage increase calculated in Excel or Google Sheets?+
Use =(B1-A1)/ABS(A1)*100 where A1 is the old value and B1 is the new value. ABS() ensures the formula handles negative starting values correctly. For a pure percentage format, omit the *100 part and format the cell as Percentage. Example: A1=400, B1=500 gives (500-400)/400 = 0.25, formatted as 25%.
What is a 10% increase on 1,200?+
New value = 1,200 x 1.10 = 1,320. Absolute increase = 1,320 - 1,200 = 120. Verification: (120 / 1,200) x 100 = 10%. Multiplier = 1.10. This calculator confirms all four outputs instantly. Enter 1200 in Old Value and 1320 in New Value to verify.
What is the difference between percentage increase and percentage points?+
A percentage point (pp) is an absolute change in a percentage figure, not a relative change. If a bank's interest rate rises from 4% to 6%, that is a 2 pp increase but a 50% increase in the rate. If a passing rate rises from 60% to 75%, that is a 15 pp increase but a 25% relative increase. The classic percentage increase formula measures relative growth; percentage points measure absolute shifts in percentage values.