How to Calculate Percentage Increase: Step-by-Step Guide & Formulas

So you need to figure out how to get percentage increase? Maybe it's for that salary negotiation coming up, or perhaps you're tracking business growth. Honestly, I remember sweating over this in my first finance job - my manager asked for a revenue growth report, and I fumbled with the calculator like it was a foreign object. Let's fix that for you. This isn't about fancy theories, but real-world math you'll use tomorrow.

Quick scenario: Your coffee shop made $8,000 last month and $9,500 this month. The percentage increase? If you can't instantly say "that's an 18.75% bump", you'll want these tricks.

Breaking Down the Percentage Increase Formula

Look, every guide shouts the formula at you: (New Value - Original Value) / Original Value × 100. But why does it work? Picture this: you're comparing growth to the starting point. If your $100 investment becomes $120, that extra $20 is 20% of your starting hundred. That denominator anchors everything.

Now here's where people mess up:

  • Using final value as denominator (wrong: 20/120 = 16.7%)
  • Forgetting to multiply by 100 (getting 0.2 instead of 20%)
  • Mixing up increase vs decrease calculations

My rookie mistake: I once calculated our department's budget growth using the new value as baseline. Told my boss we had a 25% increase when it was actually 33%. Got roasted in that meeting. Don't be me.

Step-by-Step Walkthrough

  1. Identify original value (monthly sales: $8,000)
  2. Identify new value (current sales: $9,500)
  3. Subtract original from new: $9,500 - $8,000 = $1,500
  4. Divide difference by original: $1,500 / $8,000 = 0.1875
  5. Multiply by 100: 0.1875 × 100 = 18.75%

Where You'll Actually Use Percentage Increase Calculations

Forget textbook examples. Here's where this math hits real life:

Scenario Original Value New Value How to Get Percentage Increase Why It Matters
Salary Negotiation $60,000 $67,000 ($7,000 ÷ $60,000) × 100 Know if that "raise" beats inflation
Investment Growth $5,000 portfolio $5,650 ($650 ÷ $5,000) × 100 Compare against market benchmarks
Sales Target 50 units/month 68 units/month (18 ÷ 50) × 100 Track commission earnings
Inflation Check Milk $3.50 Milk $4.20 ($0.70 ÷ $3.50) × 100 Adjust household budget

See how practical this is? Last quarter, I calculated our marketing campaign's conversion rate jump from 1.2% to 1.8%. That 50% increase (yes, (0.6÷1.2)×100=50) secured our team's budget for this year.

Tools That Do the Heavy Lifting

Sure, you can calculate percentage increase manually, but why waste time?

Excel & Google Sheets

=((B2-A2)/A2)*100
Where A2 = original value, B2 = new value

Pro tip: Format cells as "Percentage" to skip the ×100 step. But honestly? I still double-check mine - spreadsheet errors have cost me hours of troubleshooting.

Percentage Calculators

Sites like CalculatorSoup or OmniCalculator work, but beware: some show ads that'll hijack your phone. Stick to trusted sources.

Business Software

Tools like QuickBooks automatically calculate sales growth percentages. Still, you should verify their math occasionally. Found a 2% discrepancy in our reports last year - system was calculating based on net instead of gross revenue.

Navigating Tricky Situations

Negative Growth (Percentage Decrease)

When your stock portfolio drops from $10,000 to $8,500:

  1. Difference: $8,500 - $10,000 = -$1,500
  2. Divide by original: -$1,500 / $10,000 = -0.15
  3. ×100 = -15% (15% decrease)

Some people report this as "15% decline" without the negative sign. Context matters.

Multiple Percentage Changes

Say your revenue grew 10% in Q1, then 15% in Q2. Not 25% total growth! Calculate sequentially:

$10,000 × 1.10 = $11,000 (Q1)
$11,000 × 1.15 = $12,650 (Q2)
Actual growth: (12,650 - 10,000)/10,000 × 100 = 26.5%
Not 10%+15%=25%

Percentage Points vs Percent

Change Type Example Calculation Interpretation
Percentage Increase 5% → 7% (7-5)/5 × 100 = 40% Interest rate increased by 40%
Percentage Points 5% → 7% 7 - 5 = 2 pp Interest rate increased by 2 percentage points

Mixing these up causes havoc. I saw a news anchor claim "a 50% increase" when interest jumped from 2% to 3% - actually just 1 percentage point (but technically 50% growth from original rate). Cue viewer confusion.

Advanced Applications

Compound Annual Growth Rate (CAGR)

For investments spanning years:

CAGR = (End Value / Start Value)(1/Years) - 1
$10,000 → $14,000 in 3 years:
(14,000/10,000)1/3 - 1 = 11.87% annual growth

Excel formula: =RRI(3,10000,14000)

Inflation Adjustments

That "5% raise" isn't real growth if inflation is 3%. Real wage increase:

Nominal increase: 5%
Inflation: 3%
Real increase: ((1+0.05)/(1+0.03))-1 × 100 = 1.94%
Your actual purchasing power grew less than 2%

FAQs: Your Percentage Increase Questions Answered

How to get percentage increase when the original value is zero?

Mathematically impossible. You're dividing by zero! If you started with $0 sales and made $100 this month, report absolute growth ("$100 increase") instead. I've seen people claim "infinite growth" - makes you look clueless.

How to find percentage increase between two percentages?

Treat them as regular numbers. If website conversion went from 1.5% to 2.1%:

  1. Calculate difference: 2.1 - 1.5 = 0.6
  2. Divide by original: 0.6 / 1.5 = 0.4
  3. ×100 = 40% increase

How to calculate percentage increase over multiple years?

Use CAGR instead of simple averages. For 2019: $50K profit → 2023: $68K profit:

  1. Total growth: (68,000 - 50,000)/50,000 × 100 = 36%
  2. Annualized: (68,000/50,000)(1/4) - 1 ≈ 8.0% per year

What's the fastest way to get percentage increase mentally?

For rough estimates:

  • Doubled? ≈100% increase
  • Halfway to double? ≈50% increase
  • Added one-tenth? 10% increase

$120 from $100? That extra $20 is 20% of $100 - takes 2 seconds. Practice makes perfect.

Common Mistakes and How to Avoid Them

Mistake Example Correct Approach Why It Happens
Wrong baseline Sales $80K → $100K
Calculating (20/100)=20%
(20/80)=25% Anchoring to the larger number
Ignoring negative values Temperature -5°C → 3°C
Calculating (8/5)=160%
Absolute change instead Percentage breaks with negatives
Compounding errors Adding 10% + 15% = 25% total growth Multiply factors: 1.10×1.15=1.265 (26.5%) Misunderstanding multiplicative effects
% vs percentage points "Interest rose 5% (from 4% to 4.2%)" Correct: "increased 0.2 percentage points" Financial illiteracy

Audit your work: After calculating any percentage increase, test it backwards. If you got 25% growth from $80K to $100K, does $80K × 1.25 = $100K? Yes? Then you're golden.

Putting It All Together

Earlier we talked about that coffee shop example. Now imagine scaling this:

Year 1 revenue: $120,000
Year 2 revenue: $155,000
Year 3 revenue: $210,000

Let's break down:

  1. Year1→Year2: (155K-120K)/120K ×100 = 29.17% increase
  2. Year2→Year3: (210K-155K)/155K ×100 = 35.48% increase
  3. Total growth: (210K-120K)/120K ×100 = 75% increase
  4. CAGR: (210,000/120,000)(1/2) - 1 ≈ 32.3% annually

Knowing how to get percentage increase properly shows you're tracking acceleration (growth rate increasing from 29% to 35%), not just totals. That's what impresses investors.

Final Reality Check

Percentages are powerful but can mislead. A small bakery boosting sales from $500 to $1,000 shows 100% growth - sounds incredible. But a corporation growing 2% from $10 billion adds $200 million. Always consider absolute values too.

When my team presents growth reports, we always show both: "37% increase ($220K absolute)" prevents misinterpretation. Try it - stakeholders will thank you.

Leave a Comments

Recommended Article