Percentage Calculator

Percent of a number, what percent one number is of another, percentage change, increase, decrease and reverse percentages.

  • Runs in your browser
  • Free, no sign-up

What is X% of Y?

30

Result = X / 100 x Y = 15 / 100 x 200 = 30

X is what percent of Y?

15%

Result = X / Y x 100 = 30 / 200 x 100 = 15%

Percentage change from X to Y

+25% increase

Change = (Y - X) / |X| x 100 = (100 - 80) / 80 x 100 = 25%

Increase Y by X%

230

Result = Y x (1 + X / 100) = 200 x 1.15 = 230

Decrease Y by X%

170

Result = Y x (1 - X / 100) = 200 x 0.85 = 170

Reverse percentage: find the original value

e.g. 15 for a 15% increase, -20 for 20% off

200

Original = Result / (1 + X / 100) = 230 / 1.15 = 200. Use a negative X for a value after a decrease (for example a discounted price).

Percentage difference between two values

20%

Difference = |A - B| / ((A + B) / 2) x 100 = 20 / 100 x 100 = 20%

How to use the percentage calculator

  1. Find the calculator card that matches your question, for example “What is X% of Y?” or “Percentage change from X to Y”.
  2. Type your two numbers. The answer updates as you type.
  3. Check the formula line under each answer to see exactly how it was calculated.
  4. Copy an answer or share a link with your numbers filled in.

Worked example

Common percentage questions

15% of 200 is 30. 30 is 15% of 200. Going from 80 to 100 is a 25% increase. 200 increased by 15% is 230, and if 230 is the price after a 15% increase, the original was 200.

How it works

X% of Y = X ÷ 100 × Y. X as a percent of Y = X ÷ Y × 100. Percentage change = (new − old) ÷ |old| × 100. Increase by X% = Y × (1 + X ÷ 100); decrease = Y × (1 − X ÷ 100). Reverse percentage: original = result ÷ (1 + X ÷ 100). Percentage difference = |A − B| ÷ ((A + B) ÷ 2) × 100.

Assumptions

  • Results are shown to up to 6 decimal places.
  • Division by zero is reported as undefined rather than a number.

Frequently asked questions

Why is a 20% decrease not undone by a 20% increase?

The percentages apply to different bases. 100 minus 20% is 80; 80 plus 20% is 96. To get back to 100 from 80 you need a 25% increase.

What is the difference between percentage change and percentage difference?

Percentage change has a direction (from an old value to a new one). Percentage difference compares two values without a direction, using their average as the base.

How do I remove tax from a price?

Use the reverse percentage card: enter the price including tax and the tax rate as the percentage change. The result is the price before tax.

What is a percentage point?

The simple difference between two percentages. Going from 10% to 12% is a 2 percentage point rise, which is a 20% relative increase.

Limitations

  • General arithmetic only; for money with rounding rules such as tax invoices, round the result as your rules require.