• September 26, 2025

How to Calculate Percent Increase Between Two Numbers: Step-by-Step Guide with Examples

(No Fluff, Just Real-Life Applications)

So you need to figure out how much something grew in percentage terms? Maybe it's your salary bump, a stock price jump, or those website visitors finally climbing. Whatever it is, finding percent increase between two numbers isn't rocket science – but man, I've seen people mess this up royally at work. Just last month, my colleague Dave proudly announced his department had a 200% productivity increase. Turns out he divided by the new number instead of the original. Yikes.

What Percent Increase Actually Means

When we talk about percent increase between two numbers, we're measuring growth relative to the original size. Think of it like this: if your $100 investment becomes $150, that $50 gain is 50% of your starting point ($100). If you started with $200 and gained $50? That's only 25% growth. Context is everything.

The Core Formula Demystified

Here's the golden rule – it never changes, whether you're calculating rent hikes or YouTube subscribers:

Percent Increase = [(New Value - Original Value) / Original Value] × 100%

Let's break this down because textbooks make it seem more complicated than it is:

Component What It Means Real-Life Example
Original Value The starting point before change Your salary before a raise ($50,000)
New Value The end point after change Your salary after raise ($55,000)
Difference (New - Original) Absolute change amount $55,000 - $50,000 = $5,000
Division by Original Shows proportion relative to start $5,000 / $50,000 = 0.10
Multiply by 100% Converts decimal to percentage 0.10 × 100% = 10% increase

Forgot to multiply by 100%? That's why your "0.10" result confused your boss. Been there.

Step-by-Step Walkthrough with Real Data

Let's say your online store sold 120 units last month and 156 units this month. How do you find percent increase between these two numbers?

Step 1: Identify your values

  • Original Value (OV): 120 units (last month's sales)
  • New Value (NV): 156 units (current month's sales)

Step 2: Calculate the numerical increase

NV - OV = 156 - 120 = 36 units

This tells you raw growth, but not how significant it is relative to your starting point. A 36-unit increase means very different things if you normally sell 100 units vs. 10,000 units.

Step 3: Divide increase by ORIGINAL value

36 / 120 = 0.30

⚠️ Critical Warning: Dividing by the new value instead of the original is the #1 mistake. If you did 36 ÷ 156 ≈ 0.23, you'd get 23% – which is wrong. This overstates growth because the denominator is larger.

Step 4: Convert to percentage

0.30 × 100% = 30% increase

So sales grew by 30% month-over-month. Nice! But what if sales dropped? More on that soon.

Try It Yourself: Coffee Shop Scenario

Your cafe served 450 customers last week. This week, you served 582 customers. What's the percent increase?

(Spoiler: NV=582, OV=450. Increase=132. 132÷450≈0.293. 0.293×100%=29.3% growth)

When Things Get Tricky: Negative Numbers and Decreases

What if your company's revenue dropped from $80,000 to $64,000? The formula still works but gives a negative result:

($64,000 - $80,000) / $80,000 × 100% = (-$16,000 / $80,000) × 100% = -0.20 × 100% = -20%

We'd call this a 20% decrease. Notice how:

  • Negative result = Percentage decrease
  • Positive result = Percentage increase

Dealing With Negative Starting Values

Imagine a startup had a net loss of $10,000 last quarter. This quarter, they have a net profit of $5,000. Calculating percent increase between these negative and positive numbers gets weird:

Formula: [($5,000 - (-$10,000)) / |-10,000|] × 100% = ($15,000 / $10,000) × 100% = 150%

While mathematically correct, saying "profit increased by 150%" is misleading because you changed from loss to profit. In such cases, absolute values ("$15,000 improvement") often communicate better.

Common Mistakes and How to Avoid Them

After reviewing hundreds of financial reports, I've seen these errors repeatedly:

Mistake Why It's Wrong How to Fix
Dividing by new value instead of original Makes growth seem smaller than it is Always divide by the starting point
Forgetting to multiply by 100% Leaves result as decimal (e.g., 0.15 instead of 15%) Add "%" symbol and move decimal two places right
Confusing % increase with percentage points If interest rises from 5% to 7%, that's a 40% increase (not "2% increase") Percentage points measure absolute difference; percent increase measures relative change
Using the wrong base after multiple changes Calculating cumulative growth incorrectly Use compound growth formula: [(End Value / Start Value)(1/n) - 1] × 100% for annualized growth

Practical Applications Across Fields

Finding percent increase isn't just math class stuff. Here's where it matters:

Personal Finance

  • Salary Negotiation: "My new offer is $67,500 vs. current $60,000. That's a 12.5% increase."
  • Investment Returns: "My $5,000 stock portfolio is now worth $6,350. That's a 27% gain."
  • Inflation Tracking: "Gas was $3.28/gallon last year, now $4.10. That's a 25% price increase."

Business Analysis

  • Sales Reports: "Q2 revenue was $420K vs. Q1 $350K – a 20% quarterly growth."
  • Marketing ROI: "After the campaign, leads increased from 80/week to 136/week – 70% more potential customers."
  • Pricing Strategy: "After raising prices 15%, units sold dropped only 8%, increasing total revenue."

Academic & Scientific Use

  • Experimental Results: "Adding fertilizer increased crop yield from 120 kg to 156 kg per plot – a 30% improvement."
  • Data Analysis: "After algorithm optimization, processing time decreased from 45 seconds to 32 seconds – a 29% speed increase."

Tools and Calculators

While manual calculation builds understanding, sometimes you need speed:

Method How to Use Best For
Excel/Google Sheets Formula: =((new_value - original_value) / original_value)
Format cell as percentage
Repeating calculations, large datasets
Smartphone Calculator 1. Subtract original from new
2. Divide result by original
3. Multiply by 100
Quick on-the-spot calculations
Online Percentage Calculators Input two values, get instant result One-time uses, verification

⚠️ Tool Warning: Online calculators often default to "percent difference" instead of percent increase. Always verify which formula they're using. I learned this hard way preparing a board report.

FAQs: Your Top Questions Answered

What's the difference between percent increase and percent difference?

Percent increase measures growth from a smaller starting point to a larger end point. Percent difference compares any two values regardless of which is larger. Their formulas differ:

  • Percent Increase: [(Larger - Smaller) / Smaller] × 100%
  • Percent Difference: |Value1 - Value2| / ((Value1 + Value2)/2) × 100%

How do I calculate percentage increase over multiple years?

Use compound annual growth rate (CAGR):

CAGR = [(Ending Value / Beginning Value)(1/Number of Years) - 1] × 100%

Example: Investment grows from $10,000 to $19,500 in 5 years:
($19,500 / $10,000) = 1.95
1.95(1/5) ≈ 1.143
(1.143 - 1) × 100% = 14.3% annual growth

Can percentage increase exceed 100%?

Absolutely! If your startup's user base grows from 100 to 250, that's a 150% increase. Some mistakenly think 100% is the maximum, but mathematically there's no cap. If your original value was $1 and becomes $1,000, that's a 99,900% increase.

Why does my percentage calculation show decrease when numbers increased?

You likely swapped original and new values. Recheck your subtraction: New Value should ALWAYS come first in (NV - OV). If OV > NV, you'll get negative result indicating decrease.

Putting It All Together

Finding percent increase between two numbers is one of those skills that seems simple until you need to explain it to someone else. The core formula never changes, but context matters tremendously. A 10% sales increase means different things for a lemonade stand vs. Amazon.

When I first managed a budget, I embarrassed myself presenting a "75% cost reduction" that was actually just bad math. Since then, I've religiously followed this workflow:

  1. Label values clearly: Original = ?, New = ?
  2. Compute difference: New - Original
  3. Divide difference by ORIGINAL value
  4. Multiply by 100 and add % symbol
  5. Interpret: Positive = increase, negative = decrease

Mastering this will change how you interpret statistics, negotiate salaries, and evaluate changes. Just last week, my neighbor was excited about her 5% "raise" that didn't keep up with 7% inflation. Understanding percentages reveals truths hidden in plain sight.

Leave a Message

Recommended articles

High Hematocrit Meaning: Causes, Symptoms & Treatment Guide

Left Rib Cage Pain: Causes, Emergency Signs & Relief Tips (2024 Guide)

Ultimate Guide to Lip Piercing Types: Styles, Healing & Risks Explained

7 Proven Ways to Unclog a Toilet Without a Plunger: Emergency DIY Fixes

The Man from U.N.C.L.E. TV Series: Ultimate Guide to Episodes, Characters & Streaming (2025)

Permanent Side Effects of Prostate Removal: Long-Term Management & Realities

Wellbutrin and Alcohol: Severe Risks, Real Stories & Safer Alternatives

College Board AP Exams 2024: Complete Guide to Costs, Scores & Credit Policies

Delicious Diabetic Dinner Recipes: Quick, Healthy & Blood Sugar Friendly Meals

Liability Car Insurance: Definition, Coverage Gaps & Why Minimums Are Risky (2024 Guide)

US Population 2024: Current Count, Trends & Real-World Impact Explained

How Long to Cook Chicken Thighs at 400°F: Bone-In & Boneless Times + Juicy Tips

How to Reset a Tripped Circuit Breaker Safely: Step-by-Step DIY Guide

HIV Transmission: How HIV Spreads and Prevention Facts (Real Guide)

Best Order to Watch Marvel Movies: Ultimate Guide (Release, Chronological & Arcs)

Star Trek: TNG Cast Guide - Characters, Actors & Legacy (Full Guide)

THC vs CBD: Key Differences Explained (Effects, Legality, Uses)

How Do You Catch Trichomoniasis? Transmission Routes, Symptoms & Prevention Guide

What Are Refined Sugars? Hidden Sources, Health Risks & How to Reduce Them

Unexpected Weight Gain: Reasons Beyond Diet & Exercise Explained

Practical Living Room Design Guide: No-Stress Layouts, Furniture & Budget Tips

Best Series to Binge Watch Now: Top Picks by Mood & Genre (2024 Guide)

How to Reset Your Computer: Step-by-Step Guide for Windows, Mac & Linux

How to Cook Brisket in the Oven: Step-by-Step Guide for Perfect Results

Miscarriage Chances by Week: Evidence-Based Risks & Statistics (2024 Update)

Small Nuclear Reactor Companies: Realistic Evaluation, Key Players & Challenges (2025)

Traditional IRA Guide: Benefits, Rules & Real-World Strategies

Skin Layers Explained: Epidermis, Dermis & Hypodermis Functions + Skincare Science

Beyond the Obvious: Discover the World's Most Authentically Cool Places to Visit (2024 Guide)

Contrast Transition Words Guide: Master However, But, Although for Better Writing