The percent change formula
Percent change compares the difference between two values to the original value. A positive result indicates an increase; a negative result indicates a decrease. The formula works for any measurable quantity: prices, populations, test scores, revenue, or physical measurements.
For example, if a stock price rises from 40 to 52, the change is (52 - 40) / 40 x 100 = 30%. If it falls from 52 to 40, the change is (40 - 52) / 52 x 100 = -23.08%. Note that the percentage change is not symmetric.
Percent change = ((New - Old) / Old) x 100
The difference between new and old values, divided by the old value, expressed as a percentage.