How to calculate percentage change
Short answer
Percentage change is the difference between the new and old values, divided by the old value, times 100. From 80 to 100 is a (100 - 80) / 80 = 25 percent increase.
The formula
change % = (new - old) / |old| x 100A positive result is an increase, a negative result is a decrease. Dividing by the original value is what makes it a relative change rather than a raw difference.
Worked examples
- From 80 to 100: (100 - 80) / 80 = 0.25 = a 25 percent increase
- From 100 to 80: (80 - 100) / 100 = -0.20 = a 20 percent decrease
- From 50 to 150: (150 - 50) / 50 = 2.0 = a 200 percent increase