Find the signed numerical change from an initial value to a final value, then compare that change with the starting amount.
Last updated: August 2026 | By Summa Calculator
Absolute change measures how far a value moved from its starting point in the original units. In this calculator, the change is signed: an increase is positive, a decrease is negative, and no change is zero.
Despite the word “absolute,” this calculator does not take the absolute value of the difference. For example, a change from 100 to 90 is -10, not +10.
That is different from an absolute difference such as |90 - 100|, which would be 10 because absolute difference ignores direction.
If a is the old value and b is the new value, the formula is:
The result remains in the same units as the values you entered.
Absolute change answers “how many units did the value move?” Percent change answers “how large was that change relative to where it started?”
If a value increases from 100 to 150:
If a value increases from 1,000 to 1,050:
The absolute change is the same in both examples, but its size relative to the starting value is different.
Percent change is undefined when the old value is zero. When the old value is negative, this calculator still divides by the signed old value, so the percentage sign may not match the everyday intuition of “increase” or “decrease.”
Suppose monthly sales rise from 120 units to 135 units.
The quantity increased by 15 units, which is 12.5% of the original 120-unit starting value.
Absolute change is useful when the number of units gained or lost matters more than the proportional size of the change.
Because the result keeps the original units, it is often easier to interpret when the practical amount of change is the main question.
No Change
If the old and new values are identical, the absolute change is 0. Example: 100 -> 100 gives 0.
Negative Change
If the new value is smaller than the old value, the result is negative. Example: 200 -> 150 gives -50.
Starting Value Equal to Zero
Absolute change still works when the old value is zero. Example: 0 -> 25 gives +25. Percent change is undefined because it would require division by zero.
Negative Starting Value
Negative values are valid. Percent change uses the signed old value as the denominator, so its sign can be counterintuitive when the starting value is negative.
Very Large Values
If JavaScript cannot represent the computed result as a finite number, the calculator reports that the result is outside the supported numeric range instead of displaying an invalid value.
Absolute Change vs Absolute Difference
This calculator preserves direction, so 100 -> 90 gives -10. A nonnegative absolute difference would instead use |90 - 100| = 10.
Can absolute change be negative?
Yes. In this calculator, absolute change is New Value - Old Value, so a decrease produces a negative result.
Does “absolute” mean the answer is always positive?
No. This calculator uses signed absolute change, not the absolute-value function. It keeps the direction of the change.
What does an absolute change of zero mean?
It means the starting value and ending value are equal.
Does this calculator accept decimals?
Yes. Valid decimal values, zero, negative values, and finite scientific notation are supported.
Why is percent change sometimes undefined?
Percent change divides by the old value. When that old value is zero, the percentage is mathematically undefined.
What happens when the old value is negative?
The calculator still uses ((New Value - Old Value) / Old Value) x 100. Because the denominator is negative, the percentage sign can be counterintuitive.
When should I use absolute change instead of percent change?
Use absolute change when the exact number of units gained or lost matters most. Use percent change when you need the size of the change relative to the starting value.
Is absolute change the same as absolute difference?
Not in this calculator. Absolute change preserves direction, while an absolute difference such as |b - a| is always nonnegative.
Related Tools