GuideMarch 11, 20263 min read

How to Calculate Percentages: The Three Types Everyone Needs

Percentage of a number, percentage change, and what percent X is of Y — the three calculations that cover almost every real-world percentage problem.

Percentages Show Up Everywhere

Sales tax. Discounts. Pay rises. Interest rates. Test scores. Survey results. Nutritional labels. Investment returns. Percentage calculations are embedded in daily life, yet many people feel uncertain about them. That uncertainty usually comes from not having the three basic calculation types clearly separated in their mind.

There are really only three types of percentage problem. Once you know which type you are dealing with, the calculation is straightforward.

Type 1: What is X% of Y?

This is the most common. You have a number and you want to find a percentage of it.

Formula: result = (percentage ÷ 100) × number

Or equivalently: result = number × (percentage / 100)

Examples:

  • What is 20% of 85? → 0.20 × 85 = 17
  • What is 7.5% sales tax on a $240 purchase? → 0.075 × 240 = $18
  • What is 15% of 1,400 (a tip on a $1,400 catering bill)? → 0.15 × 1,400 = $210

Mental shortcut: to find 10% of any number, move the decimal point one place left. 10% of 350 = 35. Then halve it for 5%, double it for 20%.

Type 2: What Percent is X of Y?

You have two numbers and want to know the relationship between them as a percentage.

Formula: percentage = (X ÷ Y) × 100

Examples:

  • You scored 42 out of 60 on a test. What percentage? → (42 ÷ 60) × 100 = 70%
  • Your team completed 34 of 40 tasks. What percentage done? → (34 ÷ 40) × 100 = 85%
  • A product costs $180 after a discount from $240. What percent did you pay? → (180 ÷ 240) × 100 = 75% (so a 25% discount)

Type 3: Percentage Change

You have an original value and a new value, and you want to know how much it changed as a percentage. This is used for price changes, salary increases, population growth, weight loss — anything that changes over time.

Formula: percentage change = ((new value − old value) ÷ old value) × 100

A positive result is an increase. A negative result is a decrease.

Examples:

  • A product went from $80 to $96. What is the percentage increase? → ((96 − 80) ÷ 80) × 100 = 20% increase
  • Your investment dropped from $5,000 to $4,200. What is the percentage decrease? → ((4,200 − 5,000) ÷ 5,000) × 100 = −16% (a 16% loss)
  • Population grew from 1.2 million to 1.38 million. What is the growth rate? → ((1.38 − 1.2) ÷ 1.2) × 100 = 15% growth

Common Mistakes to Avoid

Confusing percentage points with percentages. If an interest rate rises from 3% to 4%, it increased by 1 percentage point, but it increased by 33% (because 1 is 33% of 3). News articles often confuse these, and readers suffer for it.

Reversing a percentage increase incorrectly. If something increases by 20%, it does not decrease by 20% to get back to the original. It decreases by 16.67%. A $100 item increased by 20% is $120. Decreasing $120 by 20% gives $96, not $100.

Percentage of a percentage. "20% off, plus an additional 10% off" is not 30% off. It is 20% off, then 10% off the already-reduced price. On a $100 item: $100 → $80 (after 20%) → $72 (after 10% of $80). The effective discount is 28%, not 30%.

How to Use the Toobits Percentage Calculator

Select the calculation type from the dropdown — percentage of a number, percentage change, or what percent X is of Y — enter your values, and the result appears instantly. It handles all three types in one tool, so you do not need to remember which formula applies to which situation.

Try These Tools

Related Articles