NOTACAL logo

Percentage Increase Calculator

Percentage Increase Calculator

Give us your feedback! Was this useful?

Introduction

Percentage increase and decrease are everywhere in business, finance, and everyday decisions. A sales report shows revenue grew from one quarter to the next, a store raises its prices, inflation changes the cost of groceries, or an investment portfolio gains or loses value — in every case the standard way to express the magnitude of the change is as a percentage relative to the starting value. [statsbyjim] Because percentages normalize the change against the original amount, they let you compare growth across very different scales: a small business growing from 10 to 15 customers has the same 50% increase as a large one growing from 1,000,000 to 1,500,000 customers.

The term percent comes from the Latin per centum, meaning by the hundred, and percentage thinking has shaped commerce since Renaissance bookkeeping, as the history of calculation explains. Today the percentage change is the default metric for reporting growth rates, stock performance, salary adjustments, inflation, and conversion-rate improvements, so understanding exactly how it is computed matters for interpreting the numbers that drive decisions.

This calculator answers two closely related questions. The first mode, change between two values, tells you how much one number moved relative to another and whether that movement is an increase or a decrease. The second mode works backward: given a starting value and a percentage change, it computes the resulting value. Both results include the absolute change, which is essential context — a dramatic percentage on a tiny base can still be a small number in absolute terms. [ecampusontario]

The Percentage Increase Calculator pairs naturally with the Percent Calculator, which handles the general "percent of a number" family of problems, and with the Percentage Difference Calculator, which compares two values without designating either as the starting point. The Percent Error Calculator is the right tool when you want to know how far a measured value deviates from a true or accepted value, and the Ratio Calculator expresses the same relationship as a ratio rather than a percentage. The Fraction Calculator converts the underlying proportion into equivalent fraction and decimal forms for readers who prefer those representations.

How to Use

Mode 1: Change Between Two Values

Enter the original value and the new value. The calculator reports the signed percentage change, the direction (increase, decrease, or no change), the absolute change, and the multiplier.

Example 1 — Price increase. A product originally priced at 80 is now 100. Enter 80 as the original value and 100 as the new value. The percentage change is (100 − 80) / 80 × 100 = 25%. The result reads "+25%", the direction is increase, the absolute change is 20, and the multiplier is 1.25 (the new price is 1.25 times the old one).

Example 2 — Revenue decline. A company's revenue fell from 500,000 to 400,000. Enter 500000 and 400000. The result is −20%: (400000 − 500000) / 500000 × 100 = −20%. The absolute change is −100,000 and the multiplier is 0.8.

Example 3 — No change. If both values are identical, the percentage change is 0% and the direction is "no change". This is an important sanity check when you reuse the calculator with live data.

Mode 2: Find the New Value After a Percentage Change

Enter a starting value and a signed percentage change (positive for an increase, negative for a decrease).

Example 4 — Applying an increase. A salary of 80 is raised by 25%. Enter 80 and 25. The new value is 80 × (1 + 25/100) = 80 × 1.25 = 100, with an absolute change of 20.

Example 5 — Applying a decrease. A budget of 400,000 is cut by 20%. Enter 400000 and −20. The new value is 400000 × 0.8 = 320,000, a reduction of 80,000.

Example 6 — Rounding awareness. Applying −50% then +50% does not return to the original value. Starting at 100, a 50% decrease gives 50, and a 50% increase on 50 gives 75, not 100. Use this mode for single-step changes and remember that stacked changes multiply rather than add.

The Formula

The percentage change between an original value and a new value is the difference divided by the absolute value of the original, expressed as a percentage:

Percentage Change=New ValueOriginal ValueOriginal Value×100\text{Percentage Change} = \frac{\text{New Value} - \text{Original Value}}{|\text{Original Value}|} \times 100

The absolute value in the denominator keeps the sign of the result meaningful: a positive result is an increase, a negative result is a decrease. [mathsisfun-change] This is the formula behind most growth-rate, inflation, and performance reporting. [skillsyouneed]

A mathematically equivalent shortcut that many people use, and that Math is Fun calls method two, computes the ratio first: divide the new value by the original value, subtract 100, and read the sign. [mathsisfun-change] If new divided by old is greater than 1, the result is an increase; if it is less than 1, the result is a decrease.

Percentage Change=(New ValueOriginal Value×100)100\text{Percentage Change} = \left( \frac{\text{New Value}}{\text{Original Value}} \times 100 \right) - 100

For the second mode, the new value after applying a percentage change p is simply the original value scaled by one plus the decimal form of p:

New Value=Original Value×(1+p100)\text{New Value} = \text{Original Value} \times \left( 1 + \frac{p}{100} \right)

Manual step-through (Example 1): New = 100, Original = 80. Step 1: 100 − 80 = 20. Step 2: 20 / 80 = 0.25. Step 3: 0.25 × 100 = 25%. The result is a 25% increase, which checks out: 80 × 1.25 = 100.

Reference Table: Common Price Changes

OriginalNewAbsolute ChangePercentage Change
507525+50%
10012020+20%
4025−15−37.5%
8010020+25%
200150−50−25%
255025+100%
9080−10−11.11%
Percentage change for common before-and-after value pairs

This table shows a key property of percentage change: it is not symmetric. Reversing a pair does not flip the sign with the same magnitude — going from 25 to 50 is +100%, while going from 50 to 25 is −50%. That asymmetry is precisely why percentage difference, which treats both values symmetrically, is the better tool for directionless comparisons.

Practical Tips

Always Report the Absolute Change

A percentage without its base can mislead. A 100% increase sounds dramatic, but on a base of 5 it is just 5 units. When you present a percentage change, include the absolute change so readers can judge the real magnitude — this calculator shows both side by side.

Use the Correct Sign Convention

The formula divides by the absolute value of the original, so a drop from 100 to 80 is −20% and a rise from 80 to 100 is +25%. Do not confuse the two: "down 20%, up 25%" describes the same reversal of the same values because the denominators differ.

Beware of Asymmetric Returns

A 50% loss requires a 100% gain to recover. Starting at 100, a 50% drop lands at 50, and returning to 100 needs a 100% increase on that new base. This compounding effect is why average annual returns are reported geometrically, not arithmetically. [ecampusontario]

Stacked Changes Do Not Add

Two consecutive changes of +20% multiply, they do not add. A 20% rise followed by another 20% rise gives 100 × 1.2 × 1.2 = 144, a combined +44%, not +40%. When comparing periods, always multiply the multipliers rather than summing the percentages.

Check the Zero Denominator Rule

Percentage change is undefined when the original value is zero — you cannot divide by zero. If you encounter this case, report the absolute change instead, or use a ratio-based metric such as the multiplier. This calculator returns an explanatory message rather than a meaningless result.

Round Only at the End

Keep full precision during intermediate steps and round the displayed percentage to the precision you need. Rounding too early, then applying the result to real data, can produce visible discrepancies in downstream calculations.

Limitations

Undefined at Zero

When the original value is zero, the formula produces a division by zero. This is not a limitation of the calculator but of the concept: no percentage can describe the change "from nothing". The same applies when the original is undefined or missing, which is why the calculator validates inputs before computing.

Negative Denominators Can Confuse

The absolute value in the denominator makes the sign of the result match the intuitive direction of the change even when the original value is negative, but percentage changes on negative bases are still hard to interpret. A company that reports a loss of −100 and then −80 has improved, yet the formula reports a positive-looking change. In these cases consider reporting the absolute change or a different financial metric.

Very Large Percentages Lose Meaning

As the original value approaches zero, the percentage change can become enormous — growing from 1 to 1000 is a 99,900% increase. The figure is accurate but rarely communicates better than saying "a thousand-fold increase". For large multipliers, prefer fold-change or the multiplier itself. [statsbyjim]

Not the Tool for Symmetric Comparison

Because the result depends on which value is labeled "original", percentage change is unsuitable for comparing two measurements where neither precedes the other, such as two store prices or two product weights. For those cases use the Percentage Difference Calculator, which divides by the average of the two values and gives the same result either way.

Frequently Asked Questions

How do I calculate a percentage increase between two numbers?
Divide the difference (new minus original) by the absolute value of the original and multiply by 100. For 80 to 100: (100 - 80) / 80 x 100 = 25%.
How do I calculate percentage decrease?
Use the same formula as increase; the result is simply negative. Revenue falling from 500,000 to 400,000 is (400000 - 500000) / 500000 x 100 = -20%, a 20% decrease.
What is the difference between percentage increase and percentage points?
A rate rising from 4% to 6% is a 2 percentage point change but a 50% relative increase, since (6 - 4) / 4 = 0.5. Percentage points are arithmetic differences; percentages here are relative to a base.
How do I find the new value after a percentage increase?
Multiply the original by (1 + p/100), where p is the percentage. 80 increased by 25% is 80 x 1.25 = 100. For a decrease use a negative p, or multiply by (1 - p/100).
Why is a 50% decrease followed by a 50% increase not back to the original?
Each percentage applies to a different base. 100 minus 50% is 50, then plus 50% of 50 is 75. The multipliers 0.5 and 1.5 multiply to 0.75, not 1.
What is a multiplier in percentage change?
The multiplier is the new value divided by the original. A +25% change has a multiplier of 1.25; a -20% change has 0.8. Multiplying successive multipliers combines stacked changes correctly.
How is percentage change used in finance?
It reports growth in revenue, earnings, stock prices, and inflation. For example, inflation of 3% means prices rose by 3% relative to a year earlier, and compounding applies the percentage to an ever-growing base.
What should I do when the original value is zero?
Percentage change is undefined because you cannot divide by zero. Report the absolute change instead, or use the multiplier/ratio when the base is small but nonzero.
What is the formula for percentage change in Excel?
With the old value in A1 and the new value in B1, use =(B1-A1)/ABS(A1) and format the cell as a percentage. ABS keeps the sign consistent for negative bases.
What is the difference between percentage change and percentage difference?
Percentage change divides by the original value and is directional, so 50 to 75 is +50% but 75 to 50 is -33.33%. Percentage difference divides the absolute gap by the average of the two values and is symmetric, giving 40% either way.

Practical Examples

Example 7: Salary Negotiation

A job offer is 60,000 and a counter-offer is 66,000. The increase is (66000 − 60000) / 60000 × 100 = 10%. The absolute change is 6,000. Over a 30-year career without raises, that 10% is worth 180,000 before taxes — a useful figure when evaluating a counter-offer.

Example 8: Stock Portfolio

A stock bought at 50 now trades at 62.50. The gain is (62.50 − 50) / 50 × 100 = 25%. If it instead fell to 45, the loss would be (45 − 50) / 50 × 100 = −10%. Notice the asymmetry: a 25% gain and a 10% loss are not mirror images.

Example 9: Website Conversion

A checkout page converted 1.2% of visitors and after redesign 1.8%. The relative improvement is (1.8 − 1.2) / 1.2 × 100 = 50%, while the absolute improvement is just 0.6 percentage points. Both numbers are true; choosing which to report depends on the audience.

References

  1. [1]Math is Fun. (2024). *Percentage Change*. https://www.mathsisfun.com/numbers/percentage-change.html
  2. [2]BBC Bitesize. (2024). *How to Work Out a Percentage Change*. https://www.bbc.co.uk/bitesize/articles/zdwntrd
  3. [3]SkillsYouNeed. (2024). *Percentage Change*. https://www.skillsyouneed.com/num/percent-change.html
  4. [4]Statistics By Jim. (2024). *Percent Change: Formula and Calculation Steps*. https://statisticsbyjim.com/basics/percent-change/
  5. [5]eCampus Ontario. (2023). *Fundamentals of Business Math: Section 2.1 Percent Change*. https://ecampusontario.pressbooks.pub/fundamentalsofbusinessmath/chapter/section-2-1-percent-change/
  6. [6]CalculatorSoup. (2025). *Percentage Change Calculator*. https://www.calculatorsoup.com/calculators/algebra/percent-change-calculator.php

Last updated: August 4, 2026

1b

UnByte — Independent Software Engineering

Every calculator references authoritative sources — Editorial policy