Relative Change Calculator logo

Relative Change Formula

One denominator rules most classrooms and dashboards: subtract, divide by the original measurement, then decide whether to display decimals or percents.

By Relative Change Calculator Published May 11, 2026

Quick answer

Percent relative change equals new minus original, divided by original, times one hundred. Relative increase uses the same structure when the numerator is positive; relative decrease uses it when the numerator is negative.

((new - original) / original) * 100

Introduction

Formulas only feel mysterious until you see them as three verbs in order: compare, normalize, optionally rescale.

This note sticks to the symmetric definition shared across our site so numbers you derive here match the homepage calculator and the companion article how relative change works.

Main content

What is it?

The relative change formula outputs one number summarizing proportional movement between two compatible measurements.

Increases show positive results; decreases show negative results; identical endpoints yield zero.

Alternative textbook variants swap denominators for special contexts; call yours out explicitly when collaborating cross-team.

Formula

Using symbolic names keeps spreadsheets readable: originalValue anchors the denominator while newValue reflects the comparison measurement.

Relative increase language simply highlights the positive case; relative decrease highlights the negative case without changing the algebra.

If you prefer ratio thinking, compute new divided by original minus one, then convert to percent. Algebra proves it matches the canonical expression.

percentChange = ((newValue - originalValue) / originalValue) * 100

Step-by-step guide

Mechanical recipe for desk checks.

  1. Copy inputs cleanly. Remove stray formatting characters before parsing.
  2. Subtract. newValue minus originalValue.
  3. Divide. Divide by originalValue unless it is zero with a nonzero numerator.
  4. Scale. Multiply by 100 when you want human-facing percents.
  5. Annotate. Label units and periods beside published percentages.

Example

Inventory cost drops from 480 dollars (original) to 408 dollars (new). The numerator is -72. Divide by 480 to obtain -0.15, then multiply by 100 for -15%, describing a relative decline.

Average handle time improves from 420 seconds to 357 seconds when lower is better; the math still reports about -15%, so narrate the direction-of-good explicitly when presenting.

FAQ

Why multiply by 100?

It converts the dimensionless ratio into conventional percent units familiar to finance and statistics readers.

What if both values equal zero?

Many reporting tools display 0% because no movement occurred relative to the baseline. Document that convention for auditors.

Is midpoint percent difference the same?

No. Midpoint formulas divide by an average of the endpoints. Use them only when your methodology explicitly requires that denominator.

Conclusion

Memorize the single fraction first; vocabulary like increase or decrease simply highlights the sign.

Carry the formula into calculation workflows covered next in how to calculate relative change.