Tool

Percentage Calculator

Calculate a percentage of a number, what percent one number is of another, or percent change.

Try it

This tool runs entirely in your browser. Nothing you type or paste is sent anywhere.

Result
30
Formula
(200 * 15) / 100 = 30
30

15% of 200 is 30.

How it works

(200 * 15) / 100 = 30

Usage

  1. Choose the calculation mode.
  2. Enter the two operands.
  3. Read the result and the formula used.

Examples

Percent of

{
  "mode": "percent-of",
  "a": 200,
  "b": 15
}

What percent

{
  "mode": "what-percent",
  "a": 30,
  "b": 200
}

Percent change

{
  "mode": "percent-change",
  "a": 200,
  "b": 250
}

Limitations

Choosing the right mode

Use percent-of when you know a rate and want an amount. Use what-percent when you know two amounts and want a rate. Use percent-change when you know a start and an end and want the relative movement.

Frequently asked questions

What is the difference between percent and percentage points?
Moving from 10% to 15% is a 5 percentage-point increase but a 50% relative increase. This tool reports the relative percent change.