HomeBusiness & Money Math › Percentage Change Calculator

Percentage Change Calculator

Free percentage change calculator. Find the percent increase or decrease between two numbers.

Measure growth or decline as a percentage change from an original value to a new value.

How the Percentage Change Calculator works

This calculator measures the relative change between two numbers - an old (starting) value and a new (ending) value - and expresses it as a percentage, where a negative result means a decrease. It answers "how much did this number go up or down, in percent?" - not "what is X% of a number" (that is the percentage calculator).

The formula is:

Percentage change = (New - Old) / Old x 100

  • New = the ending value (what the number became)
  • Old = the starting value (what the number was) - this is the base you divide by
  • Absolute difference = New - Old (the raw change in the original units, before turning it into a percentage)

Internally, the tool runs these steps:

  1. Subtracts Old from New to get the absolute difference (this keeps its sign: positive for a rise, negative for a fall).
  2. Divides that difference by the Old value - never the new one - because percentage change is always measured against where you started.
  3. Multiplies by 100 to convert the decimal into a percentage.
  4. Reads the sign: a positive result is a percentage increase, a negative result is a percentage decrease.

Edge cases it handles: If the old value is 0, the result is undefined - you cannot compute a percentage change from zero (dividing by zero), because going from 0 to anything is an infinite percentage rise; the tool flags this rather than printing a fake number. If New equals Old, the change is exactly 0%. The calculator preserves direction, so swapping the two numbers does not just flip the sign - a move from 80 to 100 is +25%, but 100 to 80 is -20%, because the base (the denominator) is different each way. It also distinguishes percentage change from percentage points, a separate idea covered below.

]]>

Example calculation

Here are three fully worked examples covering an increase, a decrease, and a salary change - every figure recomputed with (New - Old) / Old x 100.

Example 1 - a price increase (80 to 100). A product's price rises from $80 to $100. Absolute difference = 100 - 80 = $20. Percentage change = 20 / 80 x 100 = +25%. The price went up 25%. Notice the base is the old $80, not the new $100 - that is why this is 25% and not 20%.

Example 2 - a decrease (50,000 to 42,000). A store's monthly visitors fall from 50,000 to 42,000. Absolute difference = 42,000 - 50,000 = -8,000. Percentage change = -8,000 / 50,000 x 100 = -16%. Traffic dropped 16%. The negative sign signals a decrease - the calculator never hides it.

Example 3 - a salary change (65,000 to 71,500). Your salary moves from $65,000 to $71,500. Absolute difference = $6,500. Percentage change = 6,500 / 65,000 x 100 = +10%. That is a 10% raise. (For the take-home impact of a raise, the pay raise calculator goes further.)

ScenarioOld valueNew valueAbsolute differencePercentage change
Price increase$80$100+$20+25%
Visitor decrease50,00042,000-8,000-16%
Salary change$65,000$71,500+$6,500+10%

The takeaway: the same raw difference means very different things depending on the base. A $20 move is a 25% jump from $80 but only a 2% blip from $1,000. Always read the percentage and the absolute difference together - one tells you the proportion, the other tells you the actual dollars or units involved.

]]>

Tips for using the Percentage Change Calculator

  • Always divide by the OLD value, not the new one. Going from 80 to 100 is +25% (20/80), but 100 to 80 is -20% (20/100). The base is whatever you started with - swapping the numbers does not just flip the sign.
  • Never confuse percentage change with percentage points. A jump from 10% to 15% is a 5 percentage-point rise but a 50% relative increase. News and ads exploit this gap constantly - 'rates rose 50%' and 'rates rose 5 points' can describe the exact same move.
  • An equal up-then-down does NOT return you to start. A stock that rises 50% then falls 50% sits at 75, not 100 - because the 50% drop is taken off the larger number. The asymmetry grows with the size of the swings.
  • To recover from a loss you need a bigger percentage gain than the loss. Down 50% requires +100% to break even; down 20% requires +25%. This is why drawdowns hurt portfolios disproportionately.
  • Watch out for a zero or near-zero base. A change from 0 to anything is mathematically undefined (infinite), and a tiny base like 0.5% to 4.5% produces a misleading 800% increase even though it moved only 4 points.
  • Doubling is +100%, not +200%. Tripling is +200%. People routinely overstate growth by saying '200% more' when they mean 'twice as much,' which is only +100%.
  • Use percentage change for two snapshots in time; use the CAGR calculator for multi-year growth you want smoothed into an annual rate. A 60% total rise over 3 years is NOT 20% a year - it works out to about 17% a year, which the cagr-calculator solves for.
  • Report both the percentage and the absolute difference. '+300%' on revenue sounds huge, but if it went from $100 to $400 it is $300 of actual money - context the raw number provides and the percentage hides.
  • Be skeptical of any headline percentage with no stated base. '40% off' is meaningful; 'sales up 40%' is meaningless until you know up from what, over what period, and in whose definition.
  • When comparing a rise and a fall of the same headline percentage, remember they are not symmetric in dollars. A 30% gain on $1,000 adds $300; a later 30% loss removes $390 - because the second percentage applies to the larger $1,300 base.

Percentage change vs percentage points: the most misused stat in finance

A percentage-point change is the simple subtraction of two percentages; a percentage change is how much one number grew or shrank relative to the other - and confusing them is the single most common numeric error in news and finance.

Take an interest rate that moves from 10% to 15%. The two correct, very different statements are:

StatementMathResult
Percentage-point change15% - 10%5 points
Percentage (relative) change(15 - 10) / 10 x 100+50%

Both describe the identical move, yet "rates rose 50%" sounds alarming while "rates rose 5 points" sounds modest. The same trap appears with unemployment (5% to 6% is +1 point but +20% relative), savings yields (0.5% to 4.5% is +4 points but a +800% increase), and mortgage rates (3% to 6% is +3 points but a +100%, i.e. doubled, rate). When something that is itself measured in percent changes, only percentage points avoid ambiguity - which is exactly why economists report rate moves in basis points (one basis point = 0.01 percentage point). Whenever you see a percentage applied to another percentage, stop and ask which one is meant. To convert a yield itself, the APY calculator handles the compounding side.

Why an equal rise then fall does not return to the start

A gain of X% followed by a loss of X% always leaves you below where you began, because the percentage decrease is calculated on a larger number than the increase was. This asymmetry is the math behind why volatile investments can lose ground even when the average move looks like zero.

Start with 100. The bigger the swings, the worse the gap:

MoveAfter the riseAfter the equal fallNet result
+10% then -10%11099-1%
+20% then -20%12096-4%
+50% then -50%15075-25%

The flip side matters even more for recovering from losses: to climb back from a 50% drop you need a 100% gain, and from a 20% drop you need +25%. The deeper the hole, the steeper the required rebound. This is why protecting capital from large drawdowns matters more than chasing equally large gains - the percentages do not cancel. The same compounding asymmetry, applied over many years, is what the compound interest calculator models in the upward direction.

Percentage change vs the percentage calculator vs CAGR

Use this tool when you have two numbers and want the change between them; use the percentage calculator for a single value, and CAGR when you want multi-year growth smoothed into one annual rate. They sound similar but answer different questions.

ToolQuestion it answersExample
Percentage changeHow much did A go up or down to become B?$80 to $100 = +25%
Percentage calculatorWhat is X% of a number, or X is what % of Y?25% of $80 = $20
CAGR calculatorWhat single yearly rate links a start and end over N years?$80 to $100 over 3 yr = 7.7%/yr

The key trap: percentage change gives the total move between two points and says nothing about time. If a value rose 60% over three years, that is the total - it is not 20% per year. Compounding means the true annual rate (the CAGR) is lower, about 17%. So use percentage change for a single before-and-after snapshot (this quarter vs last, today's price vs the sticker), and switch to CAGR the moment you want to compare growth across different time spans on a fair, per-year basis.

Common mistakes with percentage change

Most percentage-change errors come from picking the wrong base or mixing up change with points. The frequent ones:

  • Dividing by the new value instead of the old. The denominator is always the starting number. 80 to 100 is 20/80 = +25%, not 20/100 = 20%.
  • Treating the rise and the fall as symmetric. 100 to 120 is +20%, but 120 back to 100 is -16.67% - different bases, different answers.
  • Confusing points with percent. A tax rate going from 20% to 25% is +5 points, which is a +25% relative increase - not a 5% increase.
  • Computing a change from a zero base. 0 to 50 has no defined percentage; report the absolute number instead.
  • Saying '200% more' to mean 'twice as much.' Twice as much is +100%; +200% is triple.
  • Quoting a percentage with no base or time frame. '+300%' is uninformative without the starting value and the period it covers.

When the two numbers are prices and you want the markdown specifically, the discount calculator frames the same subtraction as a sale price and savings.

How to calculate percentage change in Excel or by hand

In any spreadsheet, percentage change is =(New - Old) / Old, then format the cell as a percentage. There is no special function - it is one subtraction and one division.

  • Excel / Google Sheets: if the old value is in A1 and the new value in B1, enter =(B1-A1)/A1 and format as percent. For 80 to 100: =(100-80)/80 returns 0.25, which displays as 25%.
  • Absolute difference: =B1-A1 gives the raw change (+20) in the original units.
  • Guard a zero base: =IF(A1=0,"n/a",(B1-A1)/A1) avoids the #DIV/0! error when the starting value is zero.

By hand, the steps are: subtract the old number from the new number, divide that result by the old number, then multiply by 100. Keep the sign - a negative answer is a decrease. To convert a decimal back to a percentage you simply move the decimal point two places right (0.25 becomes 25%). The same one-line subtract-and-divide logic powers the percentage change calculator above - the tool just guards the edge cases and formats the output for you. For a clear visual walkthrough of the formula, see the authority link below.

Real-world uses: prices, growth rates, and salaries

Percentage change is the right tool any time you compare the same metric at two moments and want the proportional move, not the raw difference.

Common honest uses:

  • Price changes. Gas at $3.20 rising to $3.84 is a +20% increase; a $120 jacket marked to $90 is a -25% change. The percentage makes price moves comparable across very different starting prices.
  • Growth rates. Revenue, subscribers, or website traffic period over period - last month vs this month, this quarter vs the same quarter last year. Year-over-year comparisons strip out seasonality.
  • Salary and wage changes. A move from $65,000 to $71,500 is a +10% raise; the percentage lets you compare offers that have different base salaries on equal footing.
  • Budget variance. Spending $1,150 against a $1,000 budget is +15% over plan.

The discipline that separates a useful percentage from a misleading one is always stating the base and the time frame. "Up 20% this quarter versus last quarter" is meaningful; "up 20%" alone is not. When the comparison spans multiple years, switch to the CAGR calculator so growth is expressed per year rather than as a lump total. And for pure proportions of a single figure - tips, tax, commission - the percentage calculator is the cleaner fit.

Is your percentage change good? Reference benchmarks

Whether a percentage change is impressive depends entirely on the metric and the time frame - there is no universal 'good' number, but these reference points give useful context.

MetricContext for the change
Annual pay raiseCost-of-living bumps often land near 3%; a 10%+ raise usually means a promotion or job switch
Year-over-year revenueSingle-digit growth is steady for a mature business; high-growth startups target 50%+
Broad stock market (1 yr)Long-run averages sit roughly in the high single digits per year, but any single year swings widely
Inflation (annual)Many central banks target around 2% a year as 'normal'

Two cautions before you judge. First, scale matters: +100% on a $1,000 side project is $1,000, while +5% on a $10 million line is $500,000 - the smaller percentage is the bigger result. Second, always annualize multi-year changes before comparing them; a 30% total gain over five years is only about 5.4% a year. Run that conversion through the CAGR calculator, and pressure-test inflation's effect on real growth with the inflation calculator - a 5% raise during 6% inflation is a real-terms pay cut.

Percentage change quick reference: relative percent vs the dollar gap

Percentage change is always (new value - old value) / old value x 100, with the original number as the denominator. The table below recomputes common before-and-after pairs so you can see how the same dollar gap can produce very different percentages depending on the starting value - and why direction matters. Every figure is verified.

Old valueNew valueDollar changePercentage change
$50.00$60.00+$10.00+20%
$80.00$100.00+$20.00+25%
$100.00$150.00+$50.00+50%
$150.00$100.00-$50.00-33.33%
$200.00$150.00-$50.00-25%
$1,000.00$1,250.00+$250.00+25%
$200.00$400.00+$200.00+100% (doubled)
$100.00$0.00-$100.00-100% (total loss)

Note the $50 gap rows: $100 to $150 is +50%, but $150 to $100 is only -33.33%, because the denominator changes. To recover a loss you also need a bigger percentage than you lost - +25% after a 20% drop, +33.33% after a 25% drop, and +100% after a 50% drop.

Related on this site

Percentage Calculator · CAGR Calculator · Discount Calculator · Pay Raise Calculator · Inflation Calculator · APY Calculator

For a related deep dive, see Math is Fun: percentage change.

Percentage Change Calculator — frequently asked questions

Negative result?
A negative percentage means a decrease from the original value.
Percentage points?
Going from 10% to 15% is a 5 percentage-point rise but a 50% relative increase.
What if the original is zero?
Percentage change is undefined when the starting value is zero.
Increase then decrease by same %?
You don't return to the start — the base differs each time.
What is the difference between a percentage change and percentage points?
A percentage change is a relative measure, while percentage points are an absolute gap between two percentages. If a rate moves from 10% to 15%, that is a 5 <strong>percentage-point</strong> rise but a 50% <strong>relative increase</strong>, because (15 - 10) / 10 = 0.50. News headlines routinely blur these two, making a move sound far bigger or smaller than it is. Our <a href="/percentage-change-calculator/">percentage change calculator</a> gives you the relative figure; you subtract the rates yourself for the point gap.
A mortgage rate went from 6% to 7% - is that a 1% increase or a 16.67% increase?
Both are correct, but they answer different questions. It is a 1 <strong>percentage-point</strong> increase (7 - 6 = 1) and a 16.67% <strong>relative</strong> increase, because (7 - 6) / 6 = 0.1667. Lenders and the news usually say rates rose "one point," meaning points, not relative percent. For your wallet, the relative figure matters: your interest cost climbs by roughly the relative amount, not by a tiny-sounding 1%.
Why doesn't a 20% increase followed by a 20% decrease bring me back to the start?
Because each percentage is taken from a different base. Start at $100, add 20% to reach $120, then cut 20% of $120 (which is $24) and you land at $96, a 4% net loss. The decrease is calculated on the larger number, so it removes more dollars than the increase added. Equal up-and-down percentages never cancel out; the order does not matter either - you still finish below where you began.
If my investment drops 50%, why do I need a 100% gain to break even?
Because the recovery is measured from the smaller post-loss balance. A 50% drop on $100 leaves $50, and getting from $50 back to $100 is a (100 - 50) / 50 = 100% gain. The same trap scales: after a 20% loss you need +25% to recover, after a 25% loss you need +33.33%, and after a 10% loss you need +11.11%. The deeper the fall, the disproportionately larger the rebound required.
How do I calculate percentage change in Excel between two cells?
Use the formula =(New - Old) / Old, then format the cell as a percentage. If the old value is in A1 and the new value in B1, type =(B1-A1)/A1 and click the % button, or use =(B1-A1)/A1*100 to see a plain number like 25. For a $1,000 to $1,250 change this returns 25%. Wrap it in =IFERROR(...,"n/a") so a zero starting value does not show a #DIV/0! error.
How do I calculate percentage change by hand?
Subtract the old value from the new value, divide by the old value, then multiply by 100. For example, going from $80 to $100 is (100 - 80) / 80 = 0.25, or a 25% increase. A decrease works identically and yields a negative sign: $200 down to $150 is (150 - 200) / 200 = -0.25, a 25% decrease. The original number is always the denominator - swapping it changes the answer.
Does it matter which number I use as the starting value?
Yes, the starting value is the denominator, so swapping the two numbers changes the result. Going from 100 to 150 is a +50% change, but going from 150 to 100 is only -33.33%, even though the dollar gap is the same $50. Always set "from" to the earlier or original figure and "to" to the later one. Our <a href="/percentage-change-calculator/">percentage change calculator</a> labels them so you don't reverse them by accident.
What is the difference between the percentage change calculator and the percentage calculator?
The percentage change calculator compares two numbers to find growth or decline, while the percentage calculator works on a single value. Use percentage change for "$50 rose to $60" (a 20% increase). Use the <a href="/percentage-calculator/">percentage calculator</a> for "what is 20% of $300" ($60) or "what percent is 15 of 60" (25%). One measures movement between two figures; the other slices a single figure - keep them separate to avoid mixing up the math.
When should I use percentage change instead of CAGR?
Use percentage change for a single before-and-after comparison, and use CAGR when growth spans multiple years and you want a smoothed annual rate. Percentage change tells you the total swing - $250,000 revenue to $300,000 is +20% overall. But if that took 4 years, the <a href="/cagr-calculator/">CAGR calculator</a> spreads it into a per-year figure (about 4.66%). Percentage change is raw total movement; CAGR answers "how fast per year on average."
My salary went from $52,000 to $56,160 - what percentage raise is that?
That is an 8% raise, because (56,160 - 52,000) / 52,000 = 0.08. The $4,160 dollar gain is what hits your paycheck, but the 8% figure is what you compare against inflation and against other offers. To check a raise quickly, divide the dollar increase by your old salary. For deeper paycheck math, our <a href="/pay-raise-calculator/">pay raise calculator</a> shows the new salary, the dollar bump, and the percentage together.
My rent is going from $1,200 to $1,320 - how big is the hike?
That is a 10% increase, because (1,320 - 1,200) / 1,200 = 0.10, a $120 monthly jump. Over a 12-month lease that 10% adds up to $1,440 in extra rent for the year. Always judge a rent hike by the percentage, not just the dollar figure, so you can compare it fairly to your raise and to local rent trends. A hike that outpaces your pay raise is a real cut in spending power.
What does a percentage change of -100% mean?
A -100% change means the value fell all the way to zero. Going from $100 to $0 is (0 - 100) / 100 = -1.00, or -100%, the largest possible decrease - you cannot lose more than everything. By contrast, increases have no ceiling: $100 to $300 is +200%, and $200 to $400 is +100% (a doubling). Any time you see a change below -100%, it is a calculation error, because nothing can drop past total loss.
How do I read a percentage change above 100%?
A change above 100% means the value more than doubled. A +100% change is an exact doubling ($200 to $400), +200% is a tripling ($100 to $300), and +300% would be quadrupling. People often misread "increased by 200%" as merely doubling, but doubling is only +100%. To convert a multiple into percent change, subtract 1 and multiply by 100: a 2.5x jump is (2.5 - 1) x 100 = +150%.
How do I calculate percentage change when the starting number is negative?
Use the same formula, but expect a result that can be hard to interpret. Going from -$50 to $50 is (50 - (-50)) / -50 = -200%, which looks like a decrease even though the value rose. Because a negative denominator flips the sign, percentage change is unreliable whenever the starting figure is negative or zero. For swings across zero - like a profit turning from a loss - report the raw dollar change instead, since the percent is misleading.
Gas went from $3.20 to $3.84 a gallon - how much did it actually go up?
That is a 20% increase, because (3.84 - 3.20) / 3.20 = 0.20, a $0.64-per-gallon jump. On a 15-gallon fill-up that 20% adds about $9.60 each visit. Pump prices are a clean use of percentage change because both numbers are real dollar amounts, so there is no points-versus-percent ambiguity. Track the percentage rather than the cents to see how fuel inflation compares to other rising costs in your budget.

Guides & articles

Related calculators

Markup Calculator · Profit Margin Calculator · Break-Even Calculator · ROI Calculator · CAGR Calculator · Sales Tax Calculator

📋 Embed this calculator on your site

Free for any blog or website — just copy the code below and paste it into your page. The credit link helps support free tools.

Tip: adjust the iframe height if needed (try 600–800).