How to Calculate Percentage Difference vs Percentage Change

Learn percentage difference vs percentage change formulas, increase and decrease math, and when to use each so two-number comparisons stay honest.

By Generatr Team

Percentage difference and percentage change both compare two numbers with percent language — but they answer different questions. Change is directional: from an old value to a new value. Difference is usually symmetric: how far apart two values are relative to their average, without crowning one as the “start.”

This guide shows both formulas, increase/decrease examples, when each measure is the right tool, and mix-ups that flip a headline number. When you want every mode in one place, open the free percentage difference calculator.

If you only need “what is 15% of 80?” or reverse percentages, use general percent tools; this guide focuses on comparing two observed values.

Free tool

Use the Percentage Difference Calculator now

Open the interactive percentage difference calculator in your browser — free, instant, no signup.

Open Percentage Difference Calculator

What Is the Percentage Change Formula?

Percentage change measures movement from a baseline (old) to a new value:

Percent change = ((new − old) ÷ old) × 100

Positive means increase; negative means decrease. The denominator is always the starting value.

Examples

  • Price $40 → $50: ((50 − 40) ÷ 40) × 100 = +25%
  • Price $50 → $40: ((40 − 50) ÷ 50) × 100 = −20%
  • Users 1,200 → 1,500: ((1500 − 1200) ÷ 1200) × 100 = +25%

Notice the asymmetry: up 25% then down 20% does not return the same percent magnitude, because the base changed.

Increase and decrease shortcuts

People say “percent increase” for positive change and “percent decrease” for the absolute value of a negative change (“decreased 20%”). The underlying formula is the same.

For everyday single-value percent modes (X% of Y, reverse %), see the percentage calculator guide.

What Is the Percentage Difference Formula?

Percentage difference (common scientific / comparison form) treats both values symmetrically:

Percent difference = |A − B| ÷ ((A + B) ÷ 2) × 100

That is absolute difference divided by the average of the two values, times 100. There is no “old” and “new” — only how large the gap is relative to their midpoint.

Worked example

A = 40, B = 50.

  • |50 − 40| = 10
  • Average = 45
  • Percent difference = (10 ÷ 45) × 100 ≈ 22.22%

Compare with change from 40→50 (+25%) or 50→40 (−20%). Difference lands between them and does not carry a direction sign in the usual absolute form.

When textbooks vary

Some fields divide by min(A, B), max(A, B), or a reference standard instead of the average. Always check the definition required by your lab, standard, or teacher. The average-based form above is the one most “percentage difference calculators” mean.

When Should You Use Difference vs Change?

Pick the measure that matches the story you are telling.

SituationPreferWhy
Sales this month vs last monthChangeClear time order: old → new
Weight before vs after a programChangeBaseline is the starting weight
Two lab instruments measuring the same sampleDifferenceNeither reading is the “original”
Two quote prices with no “list vs sale” storyDifferenceSymmetric gap
Stock went from $10 to $12ChangeReturn-style relative move
Two forecast models’ point estimatesDifferenceCompare without crowning a base

Rule of thumb

If you can say “from X to Y over time or after a treatment,” use change. If you can only say “X and Y disagree by …,” use difference.

Marketing sometimes says “percentage difference” when it means change. Read the formula, not the label on the slide.

How Do Increase, Decrease, and Percentage Points Differ?

Percent increase/decrease is relative to a base number (the change formula).

Percentage points measure the arithmetic gap between two percentages themselves.

Example

Support rises from 40% to 50%.

  • +10 percentage points (50 − 40)
  • +25% relative change ((50 − 40) ÷ 40 × 100)

News and politics often blur these. “Up 10%” when they mean “up 10 points” is a common confusion. If both numbers are already percents, ask which reporting standard you need.

Discounts are change-style math

A sale from $80 to $60 is a 25% decrease relative to the original: ((60 − 80) ÷ 80) × 100 = −25%. That is percentage change with the list price as base — everyday retail language for the discount calculator guide.

Business margin and markup use still other bases (cost vs price). When the question is profit structure, not a simple before/after, see the margin calculator guide.

What Do Side-by-Side Examples Look Like?

Use the same pair of numbers under both formulas so the contrast sticks.

Pair 1: 80 and 100

  • Change 80→100: +25%
  • Change 100→80: −20%
  • Difference: |100−80| / 90 × 100 ≈ 22.22%

Pair 2: 10 and 12

  • Change 10→12: +20%
  • Difference: 2 / 11 × 100 ≈ 18.18%

Pair 3: equal values

A = B = 50 → change 0%, difference 0%. Good sanity check.

Near-zero bases

Change from 1 to 2 is +100%; from 0.1 to 0.2 is also +100%, but tiny absolute moves look huge in percent. Difference between 0.1 and 0.2 is also large relative to the average (about 66.7%). When bases are near zero, show absolute differences too so readers are not misled.

Run any pair in the free percentage difference calculator to confirm both results and keep formulas straight under deadline pressure.

How Do You Use a Percentage Difference Calculator?

Enter two values, pick the mode that matches your question, and read the labeled percent.

  1. Open the free percentage difference calculator.
  2. Enter value A and value B (or old and new, if the UI uses those labels).
  3. Select percentage difference when neither value is a baseline.
  4. Select percentage change when you have a clear start and end.
  5. For increase/decrease language, use change and note the sign.
  6. Read the formula line if shown — confirm the denominator is what you intended.
  7. Copy both absolute difference and percent when communicating to non-specialists.
  8. Rerun with swapped order only for change mode to see the asymmetry.

Reporting tip

Write “increased 25% from 40 to 50” or “differ by about 22% relative to their average.” Specific wording prevents the wrong formula from being assumed.

What Mistakes Happen When Comparing Percents?

Most errors are denominator mistakes or mixed definitions.

  • Using the new value as the base for change — standard change divides by old
  • Calling difference “change” in a time series
  • Averaging two percent changes without care (path dependence)
  • Confusing points with percent when both inputs are already rates
  • Dividing by only one value for “difference” when your standard requires the average
  • Ignoring signs when direction matters for decisions

For cart and coupon math that starts from a single price, prefer the discount calculator. For broader percent literacy, the free percentage calculator covers of/what-percent/reverse modes.

This guide is educational. Lab protocols, financial standards, and teachers may mandate a specific difference definition — follow that definition when it conflicts with a general web tool.

Step-by-Step Instructions

  1. 1Open the free percentage difference calculator on Generatr.
  2. 2Decide whether one value is a true baseline (use change) or both are peers (use difference).
  3. 3Enter the two numbers in the order the mode expects (old/new for change).
  4. 4Compute change as ((new − old) ÷ old) × 100 when direction matters.
  5. 5Compute difference as |A − B| ÷ average(A, B) × 100 for symmetric gaps.
  6. 6Label the result clearly as change or difference in your notes.
  7. 7Add the absolute difference in original units for context.
  8. 8Double-check near-zero bases, which inflate relative percents.

Frequently Asked Questions

What is the difference between percentage difference and percentage change?+

Percentage change is directional from an old value to a new value: ((new − old) ÷ old) × 100. Percentage difference is usually symmetric: |A − B| divided by the average of A and B, times 100, with no designated start value.

How do you calculate percentage difference?+

Take the absolute difference |A − B|, divide by the mean ((A + B) / 2), and multiply by 100. Example: 40 and 50 → 10 / 45 × 100 ≈ 22.22%.

How do you calculate percentage increase or decrease?+

Use percent change: ((new − old) ÷ old) × 100. A rise from 40 to 50 is a 25% increase; a fall from 50 to 40 is a 20% decrease.

Why is going up 25% and down 20% not symmetric?+

Because the base changes. From 40 to 50 the base is 40 (+25%). From 50 back toward 40 the base is 50 (−20%). Percentage change always divides by the starting value of that step.

When should I use percentage points instead?+

When both numbers are already percentages and you mean the simple subtraction. From 40% to 50% is +10 percentage points, which is a +25% relative change on the 40% base.

Is Generatr’s percentage difference calculator free?+

Yes. It runs in your browser for difference, change, and related percentage modes with no account required.

Ready to try it yourself?

Use the free Percentage Difference Calculator — no download, no account.

Launch Percentage Difference Calculator