Tested tool guide
Tested browser tools
Checked August 16, 2026
What Percentage Change Calculator does, with a checked example
You enter an original value and a new value; the tool subtracts them, divides by the original value, multiplies by 100, and reports the result as a signed percentage along with the raw difference. A reverse mode lets you enter one value plus a known percentage change to solve for the other. The most common surprise: percentage change is not symmetric. Dropping from 100 to 50 is a 50% decrease, but climbing back from 50 to 100 is a 100% increase, not 50%, because the base value changes between the two calculations.
Worked example
A concrete input and expected output from the current implementation.
Input
Old value: 80, New value: 100
->
Expected output
+25.00% change (an increase of 20)
(100 - 80) / 80 = 0.25, and 0.25 x 100 gives a 25% increase relative to the original value of 80.