Percentage Increase Calculator
A move from 100 to 125 is a 25% increase, while a move from 125 to 100 is a 20% decrease. This percentage increase calculator compares a starting value and an ending value, then shows the percent change and whether that change is an increase, a decrease, or no change. Use it when you want a fast answer for a price update, pay raise, test score change, sales trend, website traffic shift, or any other before-and-after comparison. The key idea is simple: the calculator measures the change against the starting value, not the ending value. That is why the same raw difference can produce a different percentage when you reverse the direction. Enter the initial value, enter the final value, and the tool returns the percentage change in a format that is easy to read and easy to explain in schoolwork, reports, budgeting notes, and day-to-day decisions.
Quick answer
Percentage change compares how much a value moved relative to where it started.
Change
25% increase
Difference
25
What this tells you
- •Percentage change compares how much a value moved relative to where it started.
- •The calculator subtracts the initial value from the final value, then divides by the size of the starting value.
- •A positive result means increase, a negative result means decrease, and 0% means no change.
- •The same numeric difference can produce different percentages depending on which number you use as the starting point.
- •A 50% increase followed by a 50% decrease does not return to the starting number because the second step uses a different base.
- •A starting value of 0 cannot be used because percentage change requires division by the starting value.
How to Use
- 11. Enter the initial value. This is the starting amount, or the before number in your comparison.
- 22. Enter the final value. This is the ending amount, or the after number you want to compare against the start.
- 33. Read the result shown below the form. The tool labels the answer as an increase, a decrease, or no change.
- 44. Check the direction before sharing the result. A negative calculation is usually reported as a percentage decrease, not as a negative increase.
- 55. If you are checking a raise, discount, traffic trend, or score change, keep the starting number in the first field so the percentage is measured from the correct base.
How It Works
Formula
% change = (final - initial) / |initial| x 100First, subtract the initial value from the final value to find the raw difference. Next, divide that difference by the absolute value of the initial number, which matches the calculator logic and keeps the direction tied to the sign of the change instead of the sign of the starting value. Last, multiply by 100 to convert the decimal into a percentage. For example, going from 100 to 125 gives a difference of 25. Dividing 25 by 100 gives 0.25, and multiplying by 100 gives a 25% increase. Going from 125 to 100 gives a difference of -25. Dividing -25 by 125 gives -0.20, so the result is a 20% decrease.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Price rises from $100 to $125
The raw change is 25 because 125 minus 100 equals 25. Divide 25 by the starting 100 to get 0.25, then multiply by 100 to get 25%. This is a common retail example when a product price moves up by one quarter of its original amount.
Traffic drops from 80 visits to 60 visits
The raw change is -20 because 60 minus 80 equals -20. Divide -20 by 80 to get -0.25, then convert to a percentage for a 25% decrease. This kind of example is useful when comparing week-over-week page views or store visits.
Monthly sales grow from 240 orders to 300 orders
The difference is 60 orders. Dividing 60 by the starting 240 gives 0.25, which becomes 25% after multiplying by 100. Even though the order count increased by 60, the percent increase depends on the original 240-order baseline.
A test score improves from 72 to 90
The score changed by 18 points because 90 minus 72 equals 18. Dividing 18 by 72 gives 0.25, so the result is a 25% increase. This shows why percentage change can make improvements easier to compare across assignments with different starting scores.
Energy use falls from 350 kWh to 280 kWh
The difference is -70 because 280 minus 350 equals -70. Divide -70 by 350 to get -0.2, then multiply by 100 to get a 20% decrease. This is a practical way to describe how much usage dropped after a change in equipment or habits.
Percentage Change Examples
These examples show how direction changes the percentage even when the raw difference looks similar.
| From | To | Difference | Change |
|---|---|---|---|
| 100 | 125 | +25 | 25% increase |
| 125 | 100 | -25 | 20% decrease |
| 50 | 75 | +25 | 50% increase |
| 75 | 50 | -25 | 33.3333% decrease |
| 200 | 220 | +20 | 10% increase |
| 40 | 100 | +60 | 150% increase |
| 350 | 280 | -70 | 20% decrease |
| 72 | 90 | +18 | 25% increase |
Always divide by the starting value. That one rule explains why reversing the same pair of numbers changes the percentage result.
Common mistakes
- Dividing by the final value instead of the initial value. Percentage increase and decrease are measured from where you started.
- Reporting a negative result as a negative increase. A negative answer should usually be written as a percentage decrease.
- Confusing percentage points with percent change. Moving from 10% to 15% is a 5 percentage point increase and a 50% increase.
- Assuming equal up and down percentages cancel out. A 25% increase is reversed by a 20% decrease, not another 25% decrease.
- Trying to calculate percentage change from a starting value of 0. The formula cannot work when the starting value makes the denominator zero.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="percentage-increase-calculator" async></script>Preview the embed at /embed/percentage-increase-calculator/.