Calculate the percentage increase between two numbers. This tool helps you determine both the absolute increase and the percentage change from an initial value to a final value.
Percentage increase shows how much a value has grown relative to its original amount. The formula used is:
Percentage Increase = ((Final Value - Initial Value) / Initial Value) × 100
For example, if a product price increases from £50 to £65, the absolute increase is £15, and the percentage increase is 30%.
If the final value is less than the initial value, you'll see a negative percentage, which indicates a percentage decrease rather than an increase. The initial value cannot be zero as division by zero is undefined.