home
>
percentage-increase

Percentage Increase Calculation

Original value
Increased value
Percentage Increase%

 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.


Formula Used:
i = ( ( b - a ) / a ) * 100

Where,
i = Percentage Increase,
a = Original value,
b = Increased value.