Skip to content
Tools.Town
290+ free online tools

Evergreen concept

Guide

Percentage Change vs Percentage Difference vs Percentage Points

Learn which percentage formula to use for before-and-after values, peer comparisons, survey results, rates, discounts, and growth.

16 August 2026 By Tools.Town Team 7 min read

Three similar phrases answer three different questions:

  • Percentage change measures movement from an original value to a new value.
  • Percentage difference measures how far apart two peer values are.
  • Percentage points measure the direct gap between two percentages.

Choosing the wrong denominator can produce a mathematically valid number that answers the wrong question. Use the Percentage Calculator to check the arithmetic, but choose the comparison first.

Percentage change: old value to new value

Use percentage change when time or sequence gives you a clear baseline:

percentage change = (new − old) ÷ |old| × 100

If monthly orders rise from 80 to 100:

(100 − 80) ÷ 80 × 100 = 25%

Orders increased by 25%.

If they fall from 100 to 80:

(80 − 100) ÷ 100 × 100 = −20%

Orders decreased by 20%. Notice that reversing the direction changes both the sign and the magnitude because the baseline changes.

Use percentage change for:

  • Revenue or traffic growth
  • Price increases and decreases
  • Weight or measurement changes
  • Before-and-after experiments
  • Budget variance from an original amount

The original value belongs in the denominator. Do not divide by the new value or by the average when the question is “how much did this change from where it started?”

Percentage difference: two peer measurements

Use percentage difference when neither value is the natural starting point. The denominator is the average magnitude:

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

Two laboratories measure the same sample as 80 and 100:

|80 − 100| ÷ ((80 + 100) ÷ 2) × 100
= 20 ÷ 90 × 100
= 22.22%

The measurements differ by 22.22%.

Percentage difference is symmetric: swapping A and B gives the same result. That makes it appropriate for:

  • Two experimental measurements
  • Prices from two vendors
  • Estimates from two models
  • Performance of two peer groups
  • Duplicate readings without a designated reference

If one measurement is an accepted or theoretical value, use percentage error instead: divide the absolute error by the accepted value.

Percentage points: percentage to percentage

When both values are already percentages, report the direct subtraction in percentage points.

If a conversion rate rises from 20% to 25%:

25% − 20% = 5 percentage points

The same change is a 25% relative increase:

(25 − 20) ÷ 20 × 100 = 25%

Both statements are correct, but they communicate different scales:

  • “Up 5 percentage points” describes the absolute rate gap.
  • “Up 25%” describes the relative increase from the old rate.

Percentage points are clearer for interest rates, election polls, pass rates, margins, click-through rates, and survey shares.

Quick decision table

SituationUseDenominator
Old value → new valuePercentage changeOriginal value
Two equal-status valuesPercentage differenceAverage of both
Observed vs accepted valuePercentage errorAccepted value
One percentage → anotherPercentage pointsNo division
Relative movement between percentagesPercentage changeOriginal percentage

Edge cases that need care

The original value is zero

Percentage change from zero is undefined because division by zero is impossible. If sales move from 0 to 10, report the absolute increase (“10 new sales”) or say the metric moved from zero to ten. Calling it an infinite percentage increase is rarely useful.

Values cross zero

Moving from −10 to 10 does not fit normal business-growth language. The formula gives 200% when the absolute old value is used, but the sign change is usually more important than that percentage. Report both endpoints and the absolute change.

Very small baselines

Small denominators create dramatic percentages. An increase from 1 complaint to 3 is 200%, but “two additional complaints” may be the more honest headline. Always include the counts.

Repeated percentage changes

Percentages compound; they do not simply cancel. A 20% rise followed by a 20% fall does not return to the start:

100 × 1.20 × 0.80 = 96

The final value is 4% below the original.

Examples from everyday work

Discount: A ₹2,000 item reduced to ₹1,500 has a 25% decrease. To calculate the final price from the advertised rate, use the Discount Calculator.

Survey: Support rises from 42% to 49%. That is a 7-percentage-point increase, or a relative increase of about 16.67%.

A/B test: Variant A converts at 4% and B at 5%. B is 1 percentage point higher and has a 25% relative uplift.

Supplier quotes: Two quotes of ₹8,000 and ₹10,000 differ by 22.22% when neither is the reference. If ₹8,000 is your current cost, moving to ₹10,000 is a 25% increase.

A clear reporting pattern

For important decisions, include the starting value, ending value, absolute gap, and correctly named percentage:

Conversion increased from 4% to 5%: +1 percentage point, or +25% relative.

That single sentence removes ambiguity and prevents an impressive percentage from hiding a small baseline. Calculate all three common modes with the Percentage Calculator and review the basic formulas in How to Calculate Percentage.

Frequently Asked Questions

What is the difference between percentage change and percentage difference?

Percentage change compares a new value with an original baseline. Percentage difference compares two peer values when neither is the baseline, using their average as the denominator.

When should I use percentage points?

Use percentage points for the direct difference between two percentages. A rate rising from 20% to 25% increases by 5 percentage points, or 25% relative to the original rate.

Can percentage change exceed 100%?

Yes. A value rising from 40 to 100 increases by 150%. A decrease cannot exceed 100% unless the new value becomes negative.