Relative Change Calculator
Enter an initial value and a final value to find the relative change between them as a decimal and as a percentage. The calculator shows every step of the working, handles negative starting values correctly, and lets you reverse-solve for any of the three unknowns. Results update as you type.
Formula
Worked example
Minimum wage rises from $7.25 to $15.00: relative change = (15 - 7.25) / |7.25| = 7.75 / 7.25 = 1.06897, or about 106.90%. As a decimal, the relative change is approximately 1.069.
What is relative change?
Relative change measures how much a quantity has shifted compared to its original value. Rather than reporting the raw difference (the absolute change), relative change expresses that difference as a fraction or percentage of the starting point. This makes it easy to compare changes across quantities that have very different scales: a $5 rise in a $10 item is far more significant than a $5 rise in a $10,000 item, and relative change captures that distinction. The formula is straightforward: subtract the initial value from the final value, then divide by the absolute value of the initial value. Multiplying by 100 converts the decimal result into a familiar percentage. Relative change is also called percentage change or percent change, and it is the foundation of many concepts in finance, science, and statistics, including compound growth, error analysis, and year-over-year comparisons.
Why the denominator uses the absolute value
When the initial value is negative, dividing by the raw (signed) initial value produces a result whose sign is misleading. For example, if a temperature drops from -10 degrees to -20 degrees, the raw division gives (- 20 - (-10)) / (-10) = -10 / -10 = +1, suggesting a positive (upward) change, which contradicts the drop. Using the absolute value of the initial value in the denominator fixes this: (-10) / |-10| = (-10) / 10 = -1, or -100%, correctly indicating a doubling of the negative quantity. This is the standard mathematical convention, and it is the one this calculator applies in all modes.
Reverse-solve modes: finding initial or final value
Sometimes you know the percentage change and one of the values, and you need the other. The "Final value" mode rearranges the formula to compute the endpoint: final = initial + (change / 100) * |initial|. For example, a price of $50 rising by 20% gives $50 + 0.20 * 50 = $60. The "Initial value" mode divides the final value by (1 + change / 100), recovering the starting point. This is especially useful in finance: if you know a portfolio ended at $120,000 after a 20% gain, the original investment was $120,000 / 1.20 = $100,000. This calculator assumes a positive initial value for the reverse-solve modes, which covers virtually all practical cases.
Relative change vs. percentage difference
Relative change and percentage difference are often confused, but they answer different questions. Relative change has a direction: it compares a final value against a specific reference (the initial value), and the sign tells you whether the quantity grew or shrank. Percentage difference, by contrast, compares two values without designating either as the reference, using their average as the denominator. Use relative change when you have a clear before and after (sales this quarter vs. last quarter, measured vs. predicted, trial vs. control). Use percentage difference when you are comparing two independent measurements where neither is the reference (comparing the speeds of two different vehicles, for instance).
Common relative change benchmarks
| Relative change | Decimal | Interpretation |
|---|---|---|
| -100% | -1.000 | Value dropped to zero |
| -50% | -0.500 | Value halved |
| -25% | -0.250 | Value fell by a quarter |
| 0% | 0.000 | No change |
| +25% | +0.250 | Value rose by a quarter |
| +50% | +0.500 | Value grew by half again |
| +100% | +1.000 | Value doubled |
| +200% | +2.000 | Value tripled |
Reference ranges to give context to relative change values in everyday situations.
Frequently asked questions
What is the formula for relative change?
Relative change = (final value minus initial value) divided by the absolute value of the initial value. To express it as a percentage, multiply the result by 100. For example, a change from 40 to 60 gives (60 - 40) / |40| = 20 / 40 = 0.5, or 50%.
Why is relative change undefined when the initial value is zero?
The initial value appears in the denominator of the formula. Dividing by zero is mathematically undefined, so relative change cannot be computed when the starting value is zero. If you need to compare a value to zero, report the absolute change instead, or use a different reference point.
What is the difference between relative change and absolute change?
Absolute change is the raw numerical difference: final minus initial. Relative change expresses that same difference as a fraction of the initial value. A salary increase from $50,000 to $55,000 has an absolute change of $5,000 and a relative change of 10%. Relative change is usually more informative for comparisons because it accounts for the scale of the original quantity.
Can relative change be greater than 100%?
Yes. A relative change greater than 100% means the quantity more than doubled. For example, if a company grew from 50 employees to 150 employees, the relative change is (150 - 50) / 50 = 2.0, or 200%. Relative change can also be less than -100% if the initial value is negative and the final value moves in the opposite direction beyond zero.
How do I find the initial value if I know the final value and the percentage change?
Rearrange the formula: initial = final / (1 + percentage change / 100). For example, if a value ends at $120 after a 20% increase, the initial value was $120 / 1.20 = $100. Select the "Initial value" solve mode in this calculator to have it done automatically.
Is relative change the same as percent change?
Yes, they refer to the same quantity. Relative change expressed as a decimal multiplied by 100 gives percent change. The terms are interchangeable, though "relative change" is more common in mathematics and science while "percent change" is more common in everyday language and finance.