Percent Calculator

Calculate percentages online. Find X% of Y, add or subtract percentages, calculate percentage change.

How to use

Select the operation type, enter the values and click Calculate. The result will include a step-by-step solution.

Formulas

  • What is X% of Y?: result = (percent / 100) × value
  • Add X% to Y: result = value × (1 + percent / 100)
  • Subtract X% from Y: result = value × (1 - percent / 100)
  • What percent is X of Y?: result = (X / Y) × 100%
  • Percentage change from X to Y: result = ((new - old) / old) × 100%