Find X percent of Y

Use this when you already know the percentage and the whole, and you need the part. Convert the percent to a decimal by dividing by 100, then multiply by the number.

(X / 100) × Y

  1. Write the percent as a fraction of 100. For 15%, that is 15/100, or 0.15.
  2. Multiply that decimal by the number.
  3. 15% of 80 is 0.15 × 80 = 12.

Open the percent of a number calculator

Find what percent X is of Y

Use this when you have a part and a whole and you need the percentage. Divide the part by the whole, then multiply by 100.

(X / Y) × 100

  1. Divide the first number by the second number.
  2. Multiply the result by 100 to put it on a per-hundred scale.
  3. 25 is what percent of 200? (25 / 200) × 100 = 12.5%.

Open the what-percent calculator

Find a percentage increase or decrease

Use this when a value moved from an original amount to a new amount. The original value is the denominator, so the sign tells you whether the change is an increase or a decrease.

((new − original) / original) × 100

  1. Subtract the original value from the new value.
  2. Divide that difference by the original value.
  3. Multiply by 100. From 50 to 65 is ((65 − 50) / 50) × 100 = 30% increase.

Open the percentage change calculator

Spreadsheet formulas

In Excel or Google Sheets, the same three operations are cell formulas. Keep the percent-of version as a multiply-and-divide, not a hardcoded 0.15, so the sheet stays editable.

  • Percent of a number: =A1*B1/100
  • What percent: =(A1/B1)*100
  • Percentage change: =(B1-A1)/A1

See the full percentage formula sheet

Questions about the method

Only when you are converting a percent into a decimal multiplier, such as 15% of 80. When you already have a part and a whole, you divide the part by the whole and then multiply by 100.

Yes. If the part is larger than the whole, the result is over 100%. 40 is 125% of 32 because 40/32 × 100 = 125.

Calculate a percent greater than 100

No. Change uses a starting value as the base. Difference uses the average of the two numbers and has no direction.

Compare two numbers with percentage difference

Divide the final amount by 1 plus the percent for an increase, or by 1 minus the percent for a decrease. 110 after a 10% increase came from 100.

Open the reverse percentage calculator

Use the percent-of calculator. This guide shows the method; the tool accepts any pair of numbers without a separate page for each example.

Calculate any percent of a number