Relative Change Calculator

Calculate the relative change between two values as a decimal and percentage with step-by-step solutions.

Enter Values

Result

Relative Change (Percentage)
--
%
Relative Change (Decimal) --
Absolute Change --
Direction --

Step-by-Step Solution

Relative Change = (New - Old) / |Old|

Understanding Relative Change

Relative change (also known as relative difference or percent change) measures how much a quantity has changed in proportion to its original value. Unlike absolute change, which simply tells you the numerical difference, relative change puts that difference into context by comparing it to the starting value.

The Formula

Relative Change (Decimal)

The ratio of the difference to the original value.

RC = (New - Old) / |Old|

Relative Change (Percentage)

Multiply the decimal form by 100 to get a percentage.

RC% = [(New - Old) / |Old|] x 100

Absolute Change

The simple difference between the two values.

|Delta| = New - Old

Relative vs. Absolute Change

Absolute change tells you "how much" something changed, while relative change tells you "how significant" the change is. For example, a $10 increase on a $100 item (10% relative change) is very different from a $10 increase on a $10,000 item (0.1% relative change), even though the absolute change is the same.

When to Use Relative Change

  • Comparing price changes across different products or time periods.
  • Measuring growth rates in business, finance, or economics.
  • Evaluating experimental results in science.
  • Tracking performance metrics over time.

Important Considerations

  • Relative change is undefined when the old value is zero (division by zero).
  • A positive relative change indicates an increase; a negative one indicates a decrease.
  • Use the absolute value of the old value in the denominator to handle negative starting values correctly.