Skip to main content

Comparisons

How to calculate percentage change

When you already have “before” and “after” numbers, this is the cleanest way to express how far you moved.

Percentage change measures how much a quantity moved relative to where it started. Unlike the increase or decrease tutorials—where someone hands you a neat “go up by 8%” instruction—change problems usually arrive as two measurements collected at different times: last quarter’s revenue versus this quarter’s, yesterday’s temperature versus today’s, or your resting heart rate before and after training.

The classic formula is ((new − old) ÷ old) × 100%. Positive answers mean growth; negative answers mean shrinkage. Keep the percentage calculator nearby while you work examples so you can stress-test edge cases (tiny denominators, negative baselines) without losing your place on paper.

Detailed explanation: the percentage change formula

Step 1 — Subtract to find the raw delta

Compute Δ = new − old. If your electric bill went from $86 to $93, Δ is +7 dollars.

Step 2 — Divide by the original baseline

Percentage change always asks “compared with the starting value,” so divide by old, not new: Δ ÷ old. In the bill example, 7 ÷ 86 ≈ 0.0814.

Step 3 — Scale to percent

Multiply by 100 to read the decimal as a percent: roughly 8.14% increase. If the answer is negative, you have a decrease story—pair with percentage decrease vocabulary.

When a problem already gives you only the percent change and the new value, you may need to rearrange algebraically; percentage increase covers the forward direction.

Examples and real-world scenarios

  • Website traffic: Sessions grew from 12,400 to 14,050. Δ = 1,650; change = 1650 ÷ 12400 ≈ 13.3%.
  • Portfolio (simplified): An index moves from 4,200 to 3,990. Δ = −210; change ≈ −5% relative to the starting index level.
  • Class average: Mean quiz score shifts from 74% to 79% on the same 0–100 scale—treat the means like any other numbers, but remember statistical nuance behind the scenes.

For finance-friendly intuition, read financial percentage basics; for exam marks expressed as fractions, see exam score percentages.

Common mistakes and misconceptions

  • Using the new value as the denominator by habit. That answers a different question and skews headlines.
  • Reporting huge percents when the old value is near zero. Going from 2 customers to 5 is a 150% change mathematically but may mislead if you omit context.
  • Mixing up with percentage points. A rate moving from 4% to 6% is +2 percentage points, but the relative percent change is +50% of the original 4% rate—language matters.

Calculation tips and best practices

Always label old vs new in your notes—even a tiny arrow sketch prevents swapping.

When comparing two candidates (vendors, cities, phones), compute each change from its own baseline before ranking “who improved most.”

For symmetric “difference between A and B” language without a time direction, peek at percentage difference for an alternate framing.

When you present change to non-technical stakeholders, pair the percent with the absolute delta (“+1,650 sessions, about +13% vs last month”) so both scale and magnitude land.

People also ask

Quick answers to the most-related questions for this topic.

Note: Percentage results are estimates for informational use only. Always verify critical financial, tax, or business calculations with a qualified professional.

Verify change math with the calculator

Open the on-site percentage calculator: Basic mode for “what is X% of Y”, Increase for growth, Decrease for reductions, and Basic or Decrease for sale prices. Compare with the discount, percent-off and percentage change FAQs linked throughout this library.

Keep learning — these questions cover closely-linked percentage topics.

Keep exploring

Other Varyense calculators readers visit alongside this guide.