terican

Last verified · v1.0

Calculator · math

Relative Change Calculator

Compute the percentage change between any two values using ((V_new − V_old) / |V_old|) × 100%. Handles negative baselines and outputs percentage, decimal, or basis points.

FreeInstantNo signupOpen source

Inputs

Relative Change

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Relative Change

The formula

How the
result is
computed.

What Is Relative Change?

Relative change measures how much a value has shifted compared to its original baseline, expressed as a percentage. Unlike absolute change — which simply subtracts one number from another — relative change normalizes the difference against the starting point, making it possible to compare shifts of very different magnitudes on the same scale. A $5 price move means something very different on a $10 stock versus a $500 stock; relative change captures that distinction precisely.

The Relative Change Formula

The standard formula used by this relative change calculator is:

Relative Change = ((Vnew − Vold) / |Vold|) × 100%

Each variable plays a distinct role:

  • Vnew — the new or current value after the change has occurred
  • Vold — the original or baseline value before any change took place
  • |Vold| — the absolute value of the old figure, ensuring the denominator is always positive so the sign of the result correctly reflects the true direction of change

Why Use the Absolute Value of Vold?

Using |Vold| prevents sign errors when the original value is negative. If a temperature rises from −20°C to −10°C, the absolute change is +10. Dividing by |−20| = 20 yields a relative change of +50%, correctly indicating the value increased by half its original magnitude. Without the absolute value, the sign would be inverted, producing a misleading −50% result. This convention is documented in Section PF.2 – Absolute and Relative Change from Maricopa's College Mathematics textbook.

Step-by-Step Derivation

  1. Identify Vold: the reference point before any change occurred.
  2. Identify Vnew: the measured value after the change.
  3. Compute the absolute (raw) change: Vnew − Vold.
  4. Divide by |Vold| to normalize the difference relative to the baseline.
  5. Multiply by 100 to express the result as a percentage.

Worked Examples

Example 1: Stock Price Gain

A stock trades at $45.00 and rises to $54.00. Relative change = ((54 − 45) / |45|) × 100% = (9 / 45) × 100% = +20.00%. Investors use this figure to compare performance across securities with very different share prices, where absolute dollar moves would not be directly comparable.

Example 2: Budget Reduction

A department budget falls from $2,400,000 to $1,980,000. Relative change = ((1,980,000 − 2,400,000) / |2,400,000|) × 100% = (−420,000 / 2,400,000) × 100% = −17.50%. Policy analysts rely on this metric to benchmark cuts across departments of very different sizes on a common percentage scale.

Example 3: Negative Baseline (Temperature)

A weather station records −40°F one week and −28°F the next. Relative change = ((−28 − (−40)) / |−40|) × 100% = (12 / 40) × 100% = +30.00%. The absolute value in the denominator ensures the positive warming trend is correctly reported even with a negative starting point.

Key Use Cases

  • Finance and investing: comparing portfolio returns, earnings growth, and price movements across assets of different scales
  • Economics: tracking inflation rates, GDP growth, and employment shifts — a methodology central to U.S. Bureau of Labor Statistics payroll and price-index calculations
  • Clinical research: quantifying treatment effects relative to a pre-treatment baseline, as examined in peer-reviewed guidance on percentage change as a clinical trial outcome (PMC/NIH)
  • Education: building proportional reasoning and numeracy skills in mathematics curricula
  • Engineering and quality control: measuring deviations from design specifications and production targets
  • Environmental science: reporting changes in sea levels, emissions inventories, and biodiversity counts over time

Relative Change vs. Related Metrics

Distinguishing between closely related metrics prevents common reporting errors:

  • Absolute change = Vnew − Vold. Reports the raw difference in original units. Useful when magnitude matters more than proportion.
  • Relative change (percent change) = ((Vnew − Vold) / |Vold|) × 100%. Unitless; enables meaningful cross-scale comparison.
  • Percentage point change: used only when the source values are already expressed as percentages. An interest rate rising from 3% to 5% is a 2 percentage-point increase but a 66.7% relative change — a critical distinction in economic and policy reporting.

Output Format Options

The calculator supports three output formats suited to different professional contexts:

  • Percentage (%): the standard format for most applications — e.g., +20.00%
  • Decimal fraction: the raw ratio before multiplying by 100 — e.g., 0.2000, useful in spreadsheet formulas and programming environments
  • Basis points (bps): widely used in finance and central banking, where 1% equals 100 basis points — e.g., +2,000 bps

Reference

Frequently asked questions

What is the formula for relative change?
The relative change formula is: Relative Change = ((V_new − V_old) / |V_old|) × 100%. Subtract the old value from the new value, divide the result by the absolute value of the old value, then multiply by 100 to express it as a percentage. For example, a price rising from $50 to $65 produces ((65 − 50) / 50) × 100% = +30.00%.
What is the difference between relative change and absolute change?
Absolute change equals V_new minus V_old and expresses the raw difference in the original units — for example, $15 more. Relative change divides that difference by the baseline and converts it to a percentage, enabling comparison across very different scales. A $10 gain on a $20 stock represents a +50% relative change, while the same $10 gain on a $1,000 stock is only +1% — a distinction absolute change alone cannot reveal.
How does the relative change calculator handle negative old values?
The formula uses the absolute value of the old value in the denominator, written |V_old|, which keeps the denominator positive regardless of the baseline's sign. For instance, a change from −40 to −28 calculates as ((−28 − (−40)) / |−40|) × 100% = (12 / 40) × 100% = +30%. This convention prevents the sign of the result from being incorrectly inverted when working with negative starting points such as temperatures, financial losses, or depths below a reference level.
What happens when the old value is zero in a relative change calculation?
When the old value is exactly zero, the formula requires division by zero, which is mathematically undefined, making a percentage-based relative change impossible to compute. No finite percentage can meaningfully describe growth from a baseline of nothing, because any nonzero new value would represent an infinite change. Analysts typically resolve this by substituting an alternative baseline such as an average of surrounding periods, using a small non-zero floor value, or reporting only the absolute change instead.
What is the difference between relative change and percentage points?
Percentage points measure the simple arithmetic difference when both compared values are already expressed as percentages. If an unemployment rate falls from 6% to 4%, the drop is 2 percentage points, but the relative change is ((4 − 6) / |6|) × 100% = −33.3%. Confusing the two is a frequent error in economic and policy reporting. The relative change formula applies to any numeric values, while percentage-point change is reserved exclusively for figures already expressed as percentages.
How is relative change used in finance and economics?
In finance, relative change — commonly called percent change — is the standard metric for reporting asset price movements, portfolio returns, and quarterly earnings growth, because it enables fair comparison across securities with very different price levels. The U.S. Bureau of Labor Statistics applies percent-change calculations to monthly payroll employment and the Consumer Price Index. Central banks and fixed-income analysts also express interest rate adjustments in basis points, where 1 percentage point equals 100 basis points, a format this calculator supports directly.