Calculate the growth from a starting value to a final value
Enter the initial and final values to determine the percentage increase. This calculation is essential for tracking growth and change.
Click on an example to load the values into the calculator.
Calculate the percentage increase of a stock price over a period.
Initial: 150
Final: 180
Measure the growth in monthly website visitors.
Initial: 12000
Final: 15000
Determine the percentage of a salary increase.
Initial: 60000
Final: 63000
Calculate the appreciation of a property's value over time.
Initial: 250000
Final: 285000
((Final - Initial) / Initial) * 100
can be broken down. The term (Final / Initial)
is sometimes called the 'growth factor'. A growth factor of 1.25 means the final value is 125% of the original, corresponding to a 25% increase. The formula can thus be seen as (Growth Factor - 1) * 100
.Initial Value = Final Value / (1 + (Percentage Increase / 100))
. This is useful for finding a pre-tax price or an original investment amount.