Skip to main content

Percentage Increase Calculator – Percent Change

A percentage increase calculator computes the relative change between an initial value and a final value, expressing the difference as a percentage. It determines the rate of growth by dividing the absolute increase by the starting value and multiplying by one hundred. The calculator also handles percentage decreases, providing absolute differences, ratio multipliers, and step-by-step arithmetic. Business analysts, retail managers, and investors use this tool to track financial growth, analyze sales trends, and calculate price adjustments over time.

Enter the original and new values. This percent increase calculator computes the percentage change, the absolute change, and the multiplier.

Quick Answer

Calculate the percentage change between two numbers. Enter the starting value and final value to find the increase or decrease percentage.

The starting number — the “before” value. · e.g. 80

The ending number — the “after” value. · e.g. 100

Formula

((new − old) / |old|) × 100

Negative results mean a decrease. We divide by the absolute value of old so the sign of the change still reads naturally when the original is negative.

Change

Percentage increase

+25%

80 → 100 (+20)

Absolute change+20
Multiplier× 1.25
Old value80
New value100
Was this helpful?

Examples

80 → 100

+25% increase · ×1.25

100 → 80

−20% decrease · ×0.80

50 → 75

+50% increase · ×1.5

200 → 150

−25% decrease · ×0.75

How it works

Formula · percent change = ((new − old) / |old|) × 100 · multiplier = new / old

Use this percent increase calculator to quickly compute the percentage change between two values, showing how much a number has grown or shrunk relative to its starting point.

% change · ((new − old) / |old|) × 100

multiplier · new / old

A positive result is an increase, a negative result is a decrease. A multiplier of 1 means no change; 2 means doubling; 0.5 means halving.

What this calculator does, and what it cannot decide

This page compares two numbers. You give it a starting value and an ending value, and it returns the gap between them expressed three ways: as a signed percentage, as an absolute difference, and as the multiplier that carries one to the other. That is the whole of its job, and it is a job it can do exactly.

What it cannot decide is whether percent change is the right statistic for your two numbers in the first place. A percentage is a ratio, and a ratio taken against a very small baseline can be arithmetically correct and practically meaningless. Two orders rising to four is a 100% increase, and so is two million rising to four million. The arithmetic cannot tell those apart, and it does not try to. Deciding whether the relative change or the absolute change is the figure worth quoting is your step, not the calculator's.

The formula, and why the denominator is the old value

Percent change is the absolute change measured as a share of where you began:

((new − old) / |old|) × 100

The numerator is uncontroversial. The denominator is where the meaning lives. Percent change asks how large a movement was relative to the thing that moved, so the baseline has to be the value you started from. Dividing by the new value instead would answer a different question, and dividing by the average of the two would answer a third one, which is percent difference rather than percent change.

The absolute value bars around the denominator matter only when the baseline is negative, and they are there so the sign of the answer still reads the way a reader expects. Multiplying by 100 is the last step and the least interesting one: it converts a ratio into the units of percent, where the symbol stands for the number 0.01. The NIST reference at the foot of this page is the authority for that definition.

One calculation, many names

Percent increase, percent decrease, percent change, percentage change and percent gain are five labels for a single operation. Nothing in the arithmetic changes when the direction of travel changes. Subtract, divide by the baseline, multiply by 100, then read the sign.

The labels persist because the contexts differ. A retailer says percent off, an investor says percent gain, an analyst says percent change, and a student is asked for percentage increase. This page prints the direction alongside the number, so a negative result is labelled a decrease rather than left for you to interpret. There is no separate mode to switch into and no second tool to open when the value went down.

Working it out by hand

The calculator opens on 80 and 100. Here is that case in full, followed by two that are less obvious.

80 rising to 100. The absolute change is 100 − 80 = 20. Divide by the baseline: 20 ÷ 80 = 0.25. Multiply by 100 and the answer is a 25% increase. The multiplier is 100 ÷ 80 = 1.25, the number you would scale 80 by to reach 100.

The same pair, reversed

Now start at 100 and end at 80. The absolute change is 80 − 100 = −20, and the baseline is now 100 rather than 80, so the division is −20 ÷ 100 = −0.20 and the result is a 20% decrease. The multiplier is 80 ÷ 100 = 0.80. Note that reversing the pair did not simply flip the sign of the 25%. The denominator moved with the baseline, which is why a 25% rise is undone by a 20% fall rather than by a 25% one.

A negative baseline

Take −50 rising to −20, the shape of an account moving back toward zero. The absolute change is −20 − (−50) = 30, a genuine increase. Dividing by the absolute value of the baseline gives 30 ÷ 50 = 0.60, so the page reports a 60% increase, which is the reading a person expects. The multiplier for the same pair is −20 ÷ −50 = 0.40, which is below 1 and looks like a shrink. Both figures are correct. They disagree because dividing one negative by another discards the direction, and when the baseline is negative the signed percentage is the figure to trust.

Percent off, and which direction you are going

Percent off is percent decrease with a price tag on it, and the arithmetic is identical. An item marked down from $80 to $60 has fallen by 20 ÷ 80, which is 25% off, and the multiplier is 0.75. If you already have the two prices, this page is the tool.

Most percent-off questions run the other way, though, and the distinction is worth being exact about. If you know a price and a discount and you want the amount you will pay, that is the inverse operation: multiply rather than divide. This page does not do that, and saying otherwise would claim a capability the tool does not have. The discount calculator takes a price and a percentage and returns what you pay.

Why an increase and an equal decrease do not cancel

This is the mistake that costs people the most, and it follows directly from the denominator. Start at 100 and add 50%: the 50% is taken against 100, so you gain 50 and land on 150. Now subtract 50%: this time the 50% is taken against 150, so you lose 75 and land on 75. The two moves were the same percentage and different amounts, because the base underneath them changed.

Multipliers make the outcome obvious in one line. A 50% increase is ×1.5 and a 50% decrease is ×0.5, and 1.5 × 0.5 = 0.75, a 25% net decrease. Any sequence of percentage moves collapses this way: convert each to its multiplier, multiply them together, and read the product. That is the practical reason the multiplier sits in the result panel next to the percentage rather than being left out as a duplicate.

Common percent changes at a glance

Every row is exact, and each can be checked in the tool above by entering the two values from the example column:

ChangeMultiplierExample
+10%×1.10100 → 110
+25%×1.2580 → 100
+50%×1.5050 → 75
+100%×2.0040 → 80
−10%×0.90100 → 90
−20%×0.80100 → 80
−25%×0.75200 → 150
−50%×0.5090 → 45

Percentage points are not percent

When the two numbers you are comparing are themselves percentages, the word percent turns ambiguous and the error it hides is large. A rate moving from 4% to 6% has risen by two percentage points, and it has also risen by 50% in relative terms, because 2 ÷ 4 is 0.5. Both statements describe the same movement and they are not interchangeable.

The rule of thumb is short. If your inputs are rates, shares or proportions and you subtract one from the other, the answer is in percentage points. If you divide by the baseline, as this page does, the answer is a relative percent change. Entering 4 and 6 here returns 50%, which is correct and is not the two-point figure a reader may be expecting, so name the units when you quote it. This convention is editorial rather than metrological, and the NIST reference below does not cover it.

Edge cases

  • A baseline of zero has no answer. Percent change from 0 is undefined, because there is no quantity to take a share of. The page says so rather than printing a number, and it points you to the absolute change instead. This is a property of the arithmetic, not a limitation of the tool.
  • An empty field is not a zero. Clearing an input leaves the result waiting rather than treating the blank as 0 and computing a confident percentage from it. Type an explicit 0 if you mean zero.
  • The percentage and the multiplier can disagree in sign. This happens only when the baseline is negative, as in the −50 to −20 case above. The signed percentage is the figure that reads correctly.
  • Order is not symmetric. 80 to 100 is +25% and 100 to 80 is −20%. Swapping the inputs changes the denominator, so the two results differ in magnitude rather than being the same number with opposite signs.
  • Decreases stop at 100%, increases do not. From a positive baseline, a 100% decrease lands exactly on zero and nothing below is reachable by a larger percentage. Increases have no ceiling: 40 to 120 is +200%.
  • Identical values are reported as no change. The result is 0% with a multiplier of 1, and the page labels the direction as no change rather than calling zero an increase.

Your numbers stay in the page

The values you enter are processed by this page in your browser. They are not sent to a server, not stored after you close the tab, and not visible to anyone else. There is no account and nothing to sign up for.

Related tools

Related guides

Sources

Percent change is definitional arithmetic rather than a standard any body sets, so there is one citation on this page and it covers one thing. NIST Special Publication 811 § 7.10.2 records that the symbol % represents the number 0.01, which is what the final multiplication in the formula relies on.

It does not cover the percentage-point convention described above, and it is not cited for it. That distinction is editorial usage, widely followed and not standardised, and this page states it as its own rather than attributing it to a reference that is silent on the matter.

Frequently asked questions

Percentage change = ((new − old) / old) × 100. A positive result is an increase, a negative result is a decrease. We divide by the absolute value of the original so the sign of the result reads naturally even when the starting value is negative.

Percent change from zero is mathematically undefined, because there is no baseline to compare against. Any non-zero new value would represent “infinite” percent change. We flag this case rather than printing a misleading number; report the absolute change instead.

If a rate goes from 4% to 6%, that's a 2 percentage point increase, but a 50% relative increase. Use percentage points when comparing two rates or proportions; use percentage change for everything else (prices, populations, scores, weights, etc.).

Yes, mathematically they're the same calculation. We label the result “increase” for positive change and “decrease” for negative change so the meaning is unambiguous, but a 20% decrease and a −20% increase are the same thing.

Yes. Percent increase, percent decrease and percent change are three names for one calculation: compare two numbers, express the gap as a share of the first one. This page runs that calculation and labels the direction for you, so you do not need a separate tool when the value went down.

Subtract the old value from the new value to get the absolute change. Divide that change by the absolute value of the old value. Multiply by 100. For 80 to 100: 100 − 80 = 20, then 20 ÷ 80 = 0.25, then 0.25 × 100 = 25%.

The multiplier is new ÷ old, the number you would scale the old value by to land on the new one. A 25% increase is a multiplier of 1.25; a 20% decrease is 0.80. Multipliers chain by multiplication, which makes them the easier form when several changes apply in a row.

No. 100 rises by 50% to 150, then falls by 50% to 75. Each percentage is taken against a different base, so they do not cancel. In multipliers, 1.5 × 0.5 = 0.75, which is a 25% net decrease. This is the most common source of wrong percent arithmetic.

Not directly, and the difference matters. This page takes two values you already have and reports the percent between them, so it answers the question “what percent off was this?”. Going the other way, from a price and a percentage to a final price, is the discount calculator's job.

Percent gain is the same arithmetic under an investing label: the change in value divided by what you started with. A position bought at 200 and now worth 250 has gained 25%. This page computes that figure; it does not account for fees, dividends, taxes or the length of the holding period.

Percent change has a direction, because one value is the baseline and the other is the outcome. Percent difference has no baseline: it compares two values of equal standing and usually divides by their average. If your two numbers are a before and an after, percent change is the one you want, and it is what this page computes.

We divide by the absolute value of the old number. Going from −50 to −20 is an increase of 30, and 30 ÷ 50 gives +60%, which reads correctly as a rise. The multiplier for the same pair is 0.4, below 1, because dividing one negative by another discards the direction. When the baseline is negative, trust the signed percentage rather than the multiplier.

Percent changes on real data rarely land on round numbers, and rounding early is how small errors get locked in. The page keeps up to four decimals so you can round once, at the end, to whatever precision your work calls for.

Yes. Anything above 100% means the value more than doubled: 40 to 120 is a 200% increase and a multiplier of 3. A percent decrease, by contrast, cannot pass 100% from a positive baseline, because a 100% decrease has already reached zero.

The original value is where you started; the new value is where you ended. Swapping them does not simply flip the sign. 80 to 100 is +25%, while 100 to 80 is −20%, because the denominator moves with the baseline. The two results are different numbers, not mirror images.