Audited 27 Jul 2026·Last updated 27 Jul 2026·5 citations·Tier 1·0 uses

Percent Increase Calculator

Free percent increase calculator. Enter an old and new value to get the percentage increase and the exact dollar or unit change, instantly.

Percent Increase Calculator

The original, earlier, or starting value — the number the increase is measured against. Cannot be zero.
The new, later, or ending value you are comparing against the old value.
Percent increase
9.00
(new value − old value) ÷ |old value| × 100. Positive means the value grew; a negative result means the value actually fell.
Absolute change
4,680

Background.

A percent increase calculator answers one of the most frequently typed questions in a search box: by what percentage did this go up? Enter the old value and the new value and the page returns two numbers — the percent increase, and the plain absolute change in whatever units you're working in. Type a salary before and after a raise, a rent before and after a renewal, a population count from one census to the next, or a stock price at open and close, and the calculator does the division for you, using arbitrary-precision decimal arithmetic so that a figure like $4,680 on a $52,000 base returns exactly 9%, not 8.999999999999998%.

This page exists as a deliberately narrow, single-purpose tool, and that is a feature rather than a limitation. Quanta already ships a general percentage-change calculator that reports a signed percent change, the absolute change, and a symmetric percent-difference figure side by side — useful when you need all three, or when neither of your two numbers is obviously the reference point. "Percent increase" is a different kind of question. It is asked by someone who already knows which number came first and which number came after, wants the growth expressed as a single figure, and does not want to interpret a sign convention or a third column they didn't ask for. That is the entire reason this page is separate from the general tool: percent increase and percent decrease are, by search volume, two of the highest-traffic percentage queries on the internet, distinct enough from the generic "percentage change" phrase that a dedicated landing page serves the reader faster.

The formula is simple but the mistakes people make with it are not. The most common one is reversing the base: going from $80 to $100 is a 25% increase, but going back from $100 to $80 is only a 20% decrease, even though the dollar amount ($20) is identical both ways. That asymmetry surprises almost everyone the first time they hit it, because our intuition treats percentages as if they were fixed units like inches or grams, when in fact a percentage is only meaningful relative to whichever number sits in the denominator. This calculator always divides by the old value — the value you started with — which is the standard convention used in finance, retail, payroll, and government statistics reporting alike.

The second common mistake is confusing a percent increase with a percentage-point increase. If a commission rate moves from 4% to 5%, that is a 1 percentage-point increase but a 25% percent increase (because 1 ÷ 4 × 100 = 25). Confusing the two is not a rounding error — it changes the reported number by an order of magnitude, and it is one of the most frequently cited numeracy mistakes in financial and political journalism. The FAQ section below walks through this distinction with worked numbers so you can catch it in your own work before it becomes a wrong headline or a wrong invoice.

Because the formula divides by the old value, an old value of exactly zero makes the calculation mathematically undefined — you cannot express growth from nothing as a percentage of nothing. Quanta's engine throws a clear error in that case rather than silently returning Infinity or a misleading zero, the same way a spreadsheet would return a #DIV/0! error rather than a fabricated number. If you are genuinely trying to describe something that grew from a starting value of zero, report the raw numbers instead of a percentage, or use a logarithmic or absolute measure that tolerates a zero baseline. Negative starting values are supported correctly using the absolute value of the old value in the denominator, matching the convention used across every other percentage tool on this site.

Below the calculator you'll find the full formula derivation, a hand-verified worked example using a real salary raise, and eight frequently asked questions covering percentage points, negative results, reversing the base, and when to reach for the more general percentage-change tool instead of this one.

What is percent increase calculator?

Percent increase is the directional, signed measure of how much a value has grown, expressed as a percentage of its original value. Formally: percentIncrease = (newValue − oldValue) ÷ |oldValue| × 100. It is the same underlying relative-difference arithmetic taught under Common Core State Standard 7.RP.A.3, which explicitly names "percent increase and decrease" alongside markups, markdowns, and simple interest as applications of proportional reasoning. A percent increase calculation always needs two ordered numbers — an old (earlier, starting, or baseline) value and a new (later, ending, or resulting) value — because the percentage is only meaningful once you know which number is being used as the point of reference. Unlike a plain difference, which is measured in the same units as the original quantity (dollars, people, degrees), a percent increase is dimensionless: a 10% raise means the same relative thing whether the salary is $30,000 or $300,000, even though the dollar amounts involved are ten times apart. That scale-independence is exactly why percentages are the preferred way to compare growth across quantities of very different sizes — comparing a country's population growth to a city's, or a small company's revenue growth to a large one's, only makes sense in percentage terms, because the absolute numbers are not comparable on their own.

How to use this calculator.

  1. Enter the old value — the starting number, before the increase happened.
  2. Enter the new value — the ending number, after the increase happened.
  3. Read the percent increase. A positive number means the value grew by that percentage relative to the old value.
  4. Read the absolute change for the plain dollar-or-unit difference between the two numbers, useful when you need to report both figures side by side.
  5. If the percent increase comes back negative, the value actually fell rather than rose — switch to the percent-decrease calculator for a page framed around that direction, or use the general percentage-change tool if you want both directions handled identically.
  6. Double-check which number you entered as "old" — swapping old and new does not just flip the sign of the result, it also changes the denominator, so the magnitude changes too.

The formula.

%Δ⁺ = (N − O) ⁄ |O| × 100

The formula has two parts. The absolute change is simply newValue minus oldValue — a plain subtraction that keeps the original units (dollars, people, degrees, whatever you entered). The percent increase converts that same difference into a dimensionless ratio: divide the absolute change by the absolute value of the old value, then multiply by 100 to express it as a percentage out of one hundred.

Using the absolute value of the old value in the denominator — rather than the old value itself — matters only when the old value is negative. Without it, a move from −50 to −20 (the negative quantity shrinking toward zero, generally a good thing if the quantity is debt or a temperature deviation) would compute as (−20 − (−50)) ÷ (−50) × 100 = 30 ÷ −50 × 100 = −60%, which reads as a decrease even though the underlying situation improved. Taking the absolute value of the denominator fixes the sign so that a shrinking negative quantity correctly reports as a positive percent increase: (−20 − (−50)) ÷ |−50| × 100 = 30 ÷ 50 × 100 = 60%.

Because the formula divides by the old value, oldValue = 0 is the one input this calculator refuses. There is no percentage you can honestly attach to "grew from nothing," because any nonzero new value divided by zero is undefined, not infinite in any useful sense, and definitely not zero. If you hit that case, report the raw before/after numbers instead of forcing them through a percentage formula that cannot express the situation.

One more property worth internalizing: percent increase and percent decrease are not mirror images of the same magnitude when applied in sequence. A value that increases 25% and then decreases 25% does not return to its starting point — because the second percentage is calculated against the new, larger base. $100 increased by 25% is $125; $125 decreased by 25% is $93.75, not $100. This is the same asymmetry that makes recovering from a loss always require a proportionally larger gain than the loss itself, and it's covered in more depth in the FAQ section below.

A worked example.

Example

An employee's salary is raised from $52,000 to $56,680 at their annual review. Entering 52000 as the old value and 56680 as the new value returns an absolute change of $4,680 and a percent increase of exactly 9%. The arithmetic: absoluteChange = 56680 − 52000 = 4680; percentIncrease = 4680 ÷ 52000 × 100 = 0.09 × 100 = 9%. Both numbers matter for different purposes — the 9% figure is what shows up in a performance-review letter or a compensation benchmarking report, while the $4,680 figure is what actually changes the employee's monthly paycheck. Note that if the employer had instead described the raise as "a $4,680 increase" without the percentage, two employees on very different base salaries could receive the same dollar raise but experience very different relative improvements — which is exactly the comparison problem percentages exist to solve.

new Value56,680
old Value52,000

Frequently asked questions.

What is the formula for percent increase?
Percent increase = (new value − old value) ÷ old value × 100, using the absolute value of the old value in the denominator so the sign stays correct when the old value is negative. In symbols: %Δ⁺ = (N − O) ÷ |O| × 100. This is the standard relative-difference formula taught under Common Core State Standard 7.RP.A.3, which explicitly lists percent increase and decrease as applications of proportional reasoning alongside markups, markdowns, and simple interest.
How do you calculate a percentage increase between two numbers?
Subtract the old value from the new value to get the raw change, then divide that change by the old value, then multiply by 100. For a price that moved from $40 to $46: the change is $6, divide by $40 to get 0.15, multiply by 100 to get 15%. The order matters — always divide by the starting number, never the ending number, because the percentage describes how much the starting point grew, not what fraction the ending point represents of itself.
What is the difference between a percent increase and a percentage-point increase?
A percentage-point increase is the plain arithmetic difference between two percentages. A percent increase is the relative (proportional) growth between two values. If a savings account's interest rate moves from 2% to 3%, that is a 1 percentage-point increase, but expressed as a percent increase it is 50% (because (3 − 2) ÷ 2 × 100 = 50). Financial news headlines conflate these constantly, especially when discussing interest-rate decisions, tax brackets, and approval ratings — always check whether a reported "increase" is describing a percentage-point move or a percent-increase move, because the two numbers can differ by an order of magnitude.
Why can't the old value be zero?
Because the formula divides by the old value, and division by zero has no defined result. If something grew from a starting point of literally zero, there is no honest percentage you can attach to that growth — a new value of any size divided by zero is undefined, not infinite and not zero. Quanta's calculator throws a clear error rather than returning a misleading number. If your starting point really was zero, describe the change with the raw numbers ("went from 0 to 400 units") instead of forcing it through a percent-increase formula.
Can the percent increase be negative?
Yes, and it means the value actually decreased rather than increased. If you enter an old value of 100 and a new value of 90, the calculator returns −10%, because (90 − 100) ÷ 100 × 100 = −10. This is not an error state — it is the formula correctly reporting that no increase occurred. If you know in advance that you're measuring a decrease, the dedicated percent-decrease calculator on this site returns the same underlying relationship but framed and signed so the result is a positive number when a real decrease happens.
How do I calculate a percentage increase in salary?
Subtract your old salary from your new salary to find the raise amount, then divide that amount by your old salary, then multiply by 100. A raise from $52,000 to $56,680 is a $4,680 raise, and $4,680 ÷ $52,000 × 100 = 9%. HR departments and compensation benchmarking reports almost always describe raises as a percentage rather than a dollar figure, because a percentage lets you compare raises fairly across employees who started at very different salary levels — a $4,680 raise is a much bigger deal for someone earning $52,000 than for someone earning $250,000.
Why doesn't a 25% increase followed by a 25% decrease bring you back to where you started?
Because the second percentage is calculated against a new, larger base. $100 increased by 25% becomes $125. Decreasing $125 by 25% removes $31.25 (25% of the new $125 base, not the original $100), leaving $93.75 — not $100. This asymmetry is one of the most consequential properties of percentage arithmetic: recovering a percentage loss always requires a proportionally larger percentage gain than the loss itself, because you are climbing back up from a smaller base. It is why compounding percentage swings in investment returns are usually reported using a compound annual growth rate rather than as a naive sum of yearly percent changes.
What is the percent increase from 80 to 100?
25%. The absolute change is 100 − 80 = 20, and the percent increase is 20 ÷ 80 × 100 = 25%. Note the asymmetry: going the other direction, from 100 down to 80, is only a 20% decrease (20 ÷ 100 × 100), even though the absolute dollar or unit change is identical. This is the single most-missed feature of percent change calculations and the reason you should always confirm which number is your reference point before doing the arithmetic by hand.
Should I use percent increase or the general percentage-change calculator?
Use percent increase when you already know your old value came first, your new value came after, and you specifically want the growth figure without a mode selector or extra columns — the common case for salary raises, rent renewals, population growth, and sale-price comparisons. Use the general percentage-change calculator when you want the signed change, the absolute change, and the symmetric percent-difference measure together in one place, or when you're not sure in advance whether the movement will turn out to be an increase or a decrease. Both tools compute the same underlying relative-difference formula; this page is simply the fast, single-purpose version of it.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon