HomeBusiness & Money Math › Percentage Calculator

Percentage Calculator

Free percentage calculator. Quickly find X percent of any number.

The everyday percentage tool: instantly compute X% of any value.

How the Percentage Calculator works

A percentage calculator turns the phrase \"percent of\" into arithmetic: it multiplies a number by a percent expressed as a decimal. The core formula is X% of Y = (X / 100) x Y, where X is the percent (like 15), Y is the base or whole number (like 80), and the result is the part you want. Dividing X by 100 just moves the decimal two places left, so 15% becomes 0.15, and 0.15 x 80 = 12.

This tool answers three different questions from the same relationship, depending on which value is unknown:

  1. What is X% of Y? Compute (X / 100) x Y. Example: 15% of 80 = 12.
  2. A is what percent of B? Compute (A / B) x 100. Example: 18 out of 240 = 7.5%.
  3. X is P% of what number? Compute X / (P / 100). Example: 45 is 30% of 150.

Internally the calculator runs four steps. Step 1 reads your two known inputs and detects which of the three question types you are asking. Step 2 converts any percent into a decimal by dividing by 100. Step 3 applies the matching formula above with exact arithmetic, not rounded intermediate values. Step 4 rounds the final answer for display while keeping full precision underneath.

Edge cases it handles cleanly: a base of zero (0% of any number is 0, and \"A is what % of 0\" is undefined because you cannot divide by zero); percents above 100 (150% of 60 = 90, which is valid and common for growth); decimal and fractional percents (0.5% and 12.5% both work); and negative numbers (used in finance for losses). Note that \"percent of\" is a snapshot of one number against another. For an increase or decrease between two values over time, use the percentage change calculator instead.

Example calculation

Here are three fully worked examples, one for each question type, with every figure recomputed.

Example 1 - What is X% of Y? (a sales commission.) A real-estate agent earns 6% on a $325,000 sale. Convert the percent: 6 / 100 = 0.06. Multiply: 0.06 x $325,000 = $19,500. To sanity-check with the 1% trick, 1% of $325,000 is $3,250, and 6 of those is $19,500. Match.

Example 2 - A is what percent of B? (a test grade.) A student scores 47 out of 60 on a quiz. Divide the part by the whole: 47 / 60 = 0.78333. Multiply by 100: 78.33%, which rounds to a high C+ or B-. The order matters: it is part-over-whole, not whole-over-part. Flipping it (60 / 47) gives 127.66%, which is nonsense for a score.

Example 3 - X is P% of what number? (reverse-engineering a deposit.) You paid a $45 deposit and were told it was 30% of the total. Convert: 30 / 100 = 0.30. Divide: $45 / 0.30 = $150 total. Check it forward: 30% of $150 is 0.30 x 150 = $45. Confirmed.

Question typeInputsFormulaAnswer
What is X% of Y?6% of $325,000(6/100) x 325,000$19,500.00
A is what % of B?47 out of 60(47/60) x 10078.33%
X is P% of what?$45 is 30%45 / (30/100)$150.00

Notice the same three numbers reshuffle in each row: a part, a percent, and a whole. Whichever one is missing decides the formula. Once you can spot which piece you are missing, every percentage word problem collapses into one of these three patterns, and the calculator picks the right one for you.

Tips for using the Percentage Calculator

  • Use the 10% trick for instant mental math: move the decimal one place left. 10% of $63.50 is $6.35. Then 5% is half of that ($3.18) and 20% is double ($12.70), so you can build almost any common percent in your head.
  • Use the 1% trick for odd percents: move the decimal two places left to get 1%, then multiply. 1% of $1,850 is $18.50, so 7% is 7 x $18.50 = $129.50 - faster than reaching for a phone.
  • Percentages are reversible: X% of Y always equals Y% of X. 18% of 50 is awkward, but 50% of 18 is obviously 9. Flip the numbers whenever one side is a round number.
  • To find what percent one number is of another, always divide the part by the whole, not the other way around. 47 out of 60 is 47/60 = 78.33%, never 60/47 (which gives a bogus 127.66%).
  • Stacked percentages multiply, they do not add. 50% off then an extra 20% off is not 70% off - it is 0.50 x 0.80 = 0.40, so you pay 40% and save 60%.
  • Convert a percent to a fraction to skip the calculator entirely: 25% = 1/4, 12.5% = 1/8, 33.3% is about 1/3, 75% = 3/4. Dividing by a clean fraction is often faster than multiplying by a decimal.
  • Watch the difference between percent and percentage points. Going from a 4% rate to a 6% rate is a 2 percentage-point rise but a 50% relative increase. Mixing these up overstates or understates changes badly.
  • When a result must equal a known total, check your work backward. If 30% of the total is $45, then $45 / 0.30 should return $150 - and 30% of $150 should return $45 again.
  • For tips and grades, percents over 100 are legitimate. 150% of last year's sales is fine; a 105% test score with extra credit is fine. Do not assume a percent must stay under 100.
  • If you need an increase or decrease between two values (last month vs this month, old price vs new price), switch to the percentage change calculator - this tool answers 'percent of' on a single snapshot, not change over time.

The three percentage questions, and how to tell them apart

Almost every percentage problem is one of three questions, and the trick is identifying which number is missing. Every percentage scenario has three roles: a part, a percent, and a whole. You always know two of them and solve for the third.

  • Missing the part: "What is 15% of 80?" You know the percent and the whole. Multiply: (15/100) x 80 = 12.
  • Missing the percent: "18 is what percent of 240?" You know the part and the whole. Divide and scale: (18/240) x 100 = 7.5%.
  • Missing the whole: "45 is 30% of what?" You know the part and the percent. Divide: 45 / (30/100) = 150.

A quick test: if the word "of" is followed by a number you know, that number is the whole and you are finding a part. If the question asks "what percent," the percent is missing. If it asks "of what," the whole is missing. Spotting the missing role turns a confusing word problem into one clean division or multiplication, and the calculator reads your two inputs to pick the right formula automatically.

Percentage vs percentage change: which calculator do you need?

Use a percentage calculator for a single snapshot ("what is X% of Y"), and a percentage change calculator when one number turns into another over time. The two get confused constantly, so here is the clean split.

QuestionUseFormulaExample
15% of 80Percentage (this tool)(X/100) x Y= 12
18 is what % of 240Percentage (this tool)(A/B) x 100= 7.5%
Price rose from 80 to 100Percentage change(new - old)/old x 100= +25%
Salary fell from 100 to 80Percentage change(new - old)/old x 100= -20%

The giveaway is the word "to" or "from." If two numbers describe the same thing at two moments (old price, new price; last year, this year), it is a change question and you want the percentage change calculator. Notice in the table that 80 to 100 is +25% but 100 to 80 is only -20% - the base differs, so increases and decreases are not symmetric. A plain "percent of" question never has that asymmetry because there is only one base.

Common mistakes that produce wrong percentages

Most percentage errors come from four predictable slips, and each is easy to catch.

  • Dividing the wrong way. "47 is what percent of 60" is 47/60 = 78.33%, not 60/47. The part goes on top, the whole on the bottom. If your answer is over 100% when it should be a normal score or share, you flipped it.
  • Adding stacked discounts. 50% off then 20% off is not 70% off. Multiply the remaining fractions: 0.50 x 0.80 = 0.40, so you pay 40% (save 60%). See how stacking really works in the discount calculator.
  • Confusing percent with percentage points. A rate moving from 4% to 6% is a 2-point change but a 50% relative jump. Headlines exploit this gap; do not.
  • Forgetting to convert percent to a decimal. 6% of 325,000 is 0.06 x 325,000, not 6 x 325,000. Skipping the divide-by-100 step inflates the answer 100-fold.

One more: rounding too early. If you round 47/60 to 0.78 before multiplying, you lose precision. Keep full decimals until the final step, then round once.

How to do percentages by hand and in Excel or Google Sheets

In a spreadsheet, percentages are plain multiplication and division - no special function needed. Put your numbers in cells and use these formulas (they work identically in Excel and Google Sheets):

  • What is X% of Y - if A1 holds the percent (as 15) and B1 holds the base: =A1/100*B1, or if A1 is formatted as a percent (15%): =A1*B1.
  • A is what percent of B - with the part in A1 and whole in B1: =A1/B1, then format the cell as a percentage (Ctrl+Shift+5 in Excel).
  • X is P% of what - with the part in A1 and percent (as 30) in B1: =A1/(B1/100).

By hand, the fastest path is the decimal shift: to take 15% of 80, write 80 x 0.15 = 12. To go the other way, 12 / 80 = 0.15, then slide the decimal two places right to read 15%. The shortcut that beats both is the 10% trick: 10% of any number is that number with the decimal moved one place left, and you scale from there - 5% is half of 10%, 20% is double, 1% is one more decimal shift. Stringing these together builds an 18% tip on a $63.50 bill as 10% ($6.35) + 5% ($3.18) + 3% ($1.91) = $11.44, matching the exact $11.43 within a penny.

Is this percentage good? Reference points that give numbers meaning

A percentage alone tells you the math; these everyday benchmarks tell you whether the result is good or bad. Common US reference points:

ContextTypical percentage
Restaurant tip (table service)15% to 20% of the pre-tax bill
Passing grade (most US schools)60% to 70% and up; 90%+ is an A
Real-estate agent commission~5% to 6% of sale price, often split
Down payment to skip PMI20% of the home price
Combined US sales tax0% to roughly 10%, varies by state

These are conventions, not rules, and they shift by region and situation. The point is that 6% means very different things as a tip (stingy), a commission (normal), or a savings rate (low). Always anchor a percent to its context before judging it. For how even a few percentage points compound over years, the compound interest calculator shows why the rate matters enormously over time.

Percentages of percentages and other advanced moves

When a percent is applied to another percent, you multiply the decimals - you never add or subtract them. This shows up constantly:

  • Stacked discounts: 30% off then an extra 15% off leaves 0.70 x 0.85 = 0.595, so you pay 59.5% and save 40.5% - not 45%.
  • Partial commissions: if a broker keeps 80% of a 6% commission, that is 0.80 x 0.06 = 0.048, or 4.8% of the sale.
  • Weighted grades: a class is 40% homework (you have 85%) and 60% final (you scored 92%). Your grade is 0.40 x 85 + 0.60 x 92 = 34 + 55.2 = 89.2%.

Another advanced move is treating a percent as a multiplier. To add 8% sales tax, multiply by 1.08; to remove it, divide by 1.08. To grow a number 150%, multiply by 1.50; to find what it was before a 25% cut, divide by 0.75. This "multiplier" thinking underpins the sales tax calculator and a markup workflow in the markup calculator, because chaining multipliers (1.08 x 0.90 x 1.05) handles several percentage steps in one calculation without losing track of the base.

Everyday places this calculator earns its keep

The percentage calculator is the Swiss Army knife of money math because the same three formulas cover dozens of daily decisions. Real uses, mapped to the question type:

  • Tipping: 18% of a $63.50 bill is $11.43 (a "what is X% of Y" question; the tip calculator also splits it per person).
  • Grades: 47 out of 60 is 78.33% (an "A is what % of B" question).
  • Discounts: finding the dollars saved on a sale price (a "what is X% of Y" question; the discount tool layers in tax).
  • Commissions and bonuses: 6% of a $325,000 sale is $19,500.
  • Budget shares: figuring what percent of a $4,200 paycheck a $924 expense represents - that is 924/4,200 = 22%.
  • Reverse-engineering totals: a $45 deposit that was 30% of the price means the full price is $150 (an "X is P% of what" question).

Because every one of these reduces to part, percent, and whole, learning to spot the missing role once means you never have to memorize separate formulas for tips, grades, discounts, and commissions again - they are all the same three equations wearing different hats.

Quick reference: common percentages of $50, $200, and $1,500

To find X% of any amount, multiply the amount by the percent as a decimal - for example, 15% of $200 = 0.15 x $200 = $30. The fastest mental shortcut is the 10% trick: move the decimal one place left to get 10%, then halve it for 5% or take a tenth of it for 1%, and add those chunks together. The table below recomputes the five most-used rates against three sample amounts so you can scan or check your math at a glance.

Amount5%10%15%20%25%
$50$2.50$5.00$7.50$10.00$12.50
$200$10.00$20.00$30.00$40.00$50.00
$1,500$75.00$150.00$225.00$300.00$375.00

Reverse it for the other two question types. To find what percent A is of B, divide A by B and multiply by 100 - for example, $30 of $200 = 30 / 200 x 100 = 15%. To find the whole when you know a part and its rate, divide the part by the rate as a decimal - for example, $30 at 15% means 30 / 0.15 = $200, the same $200 you started with.

Related on this site

Percentage Change Calculator · Discount Calculator · Sales Tax Calculator · Tip Calculator · Markup Calculator · Compound Interest Calculator

For a related deep dive, see Math is Fun: percentages.

Percentage Calculator — frequently asked questions

Reverse it?
To find what percent A is of B, divide A by B and multiply by 100.
Percentage increase?
Use the percentage change calculator for increases and decreases.
How do I reverse it?
Divide the part by the whole and multiply by 100 to get the percentage.
Percent vs percentage points?
A change from 10% to 15% is 5 points but a 50% relative increase.
How do I calculate an 18% tip on a $47.50 restaurant bill?
<p>An 18% tip on $47.50 is <strong>$8.55</strong>, for a total of $56.05.</p><p>Multiply the bill by the tip rate as a decimal: $47.50 &times; 0.18 = $8.55. The fast mental version is 10% of $47.50 = $4.75, then half of that (5%) = $2.38, plus 3% ($1.43), which sums to about $8.56 - within a penny. For a quick 20% instead, double the 10%: $9.50. Our <a href="/tip-calculator/">tip calculator</a> also splits the total across a group.</p>
43 out of 50 questions correct is what grade percentage?
<p>Getting 43 out of 50 correct is <strong>86%</strong>, a solid B.</p><p>This is the "A is what percent of B" question type: divide the part by the whole and multiply by 100. So 43 &divide; 50 = 0.86, then &times; 100 = 86%. For 38 out of 45 it would be 38 &divide; 45 = 84.44%. The same divide-then-times-100 method works for any score, completion rate, or share of a total.</p>
15 is 25% of what number?
<p>15 is 25% of <strong>60</strong>.</p><p>This is the "X is P% of what" (find-the-whole) question type: divide the part by the rate as a decimal. So 15 &divide; 0.25 = 60. Check it: 25% of 60 = 0.25 &times; 60 = 15. The same reverse method answers "$120 is 8% of what?" &mdash; 120 &divide; 0.08 = 1,500. Use this whenever you know a piece and its percentage but need the original total.</p>
How do I calculate a percentage in my head using the 10% and 1% tricks?
<p>Find 10% by moving the decimal one place left, and 1% by moving it two places left, then add or subtract those building blocks.</p><p>Example: 15% of $80. 10% of $80 = $8.00, and 5% is half of that = $4.00, so 15% = $12.00. For 18% of $60: 10% = $6, 5% = $3, 1% = $0.60 (so 3% = $1.80), giving $10.80. Stacking 10%, 5%, and 1% chunks gets you almost any percentage without a calculator.</p>
What is 8% of 35% of $5,000 (a percentage of a percentage)?
<p>8% of 35% of $5,000 is <strong>$140</strong>.</p><p>Work outward in steps: first 35% of $5,000 = 0.35 &times; 5,000 = $1,750, then 8% of $1,750 = 0.08 &times; 1,750 = $140. You can also multiply the rates together: 0.35 &times; 0.08 = 0.028 (2.8%), and 2.8% of $5,000 = $140. This is not the same as adding the percentages &mdash; 8% plus 35% would wrongly give 43%.</p>
How do I calculate percentages in Excel or Google Sheets?
<p>For X% of Y, type <strong>=Y*X%</strong>; for "A is what percent of B," type <strong>=A/B</strong> and format the cell as a percentage.</p><p>Example: <code>=200*15%</code> returns 30, and <code>=15%*200</code> is identical. To find what percent 43 is of 50, enter <code>=43/50</code>, which shows 0.86, then click the % button to display 86%. To add tax, use <code>=Y*(1+rate)</code>, so <code>=39.99*1.0725</code> gives $42.89 for 7.25% sales tax.</p>
How do I add 7% to a price, and how do I work backward from the total?
<p>To add 7% to $150, multiply by 1.07 to get <strong>$160.50</strong>; to strip 7% back out of a $107.00 total, divide by 1.07 to get $100.00.</p><p>Adding a percentage means multiply by (1 + rate), so $150 &times; 1.07 = $160.50. Reversing it means divide by (1 + rate): $107 &divide; 1.07 = $100. This is exactly how you find a pre-tax price from a receipt. For comparing two prices over time instead, use the <a href="/percentage-change-calculator/">percentage change calculator</a>.</p>
I paid $64 after a 20% discount - what was the original price?
<p>If $64 is the price after 20% off, the original was <strong>$80</strong>.</p><p>A 20% discount means you paid 80% of the original, so divide the sale price by 0.80: $64 &divide; 0.80 = $80. Check it: 20% of $80 = $16, and $80 - $16 = $64. The general rule for any discount is original = paid &divide; (1 - discount rate). Don't add 20% back to $64 &mdash; that gives $76.80, which is wrong.</p>
Do two stacked discounts of 20% off then 10% off equal 30% off?
<p>No - 20% off then 10% off equals only <strong>28% off</strong>, not 30%.</p><p>Discounts multiply, they don't add. On $100: after 20% off you have $80, then 10% off that is $72, so you paid 72% and saved 28%. Combine the rates as 0.80 &times; 0.90 = 0.72. The order doesn't change the result &mdash; 10% then 20% also lands at $72. Stacked percentage discounts always total less than the simple sum.</p>
How much is a 6% real estate commission on a $285,000 home sale?
<p>A 6% commission on a $285,000 sale is <strong>$17,100</strong>.</p><p>Multiply the sale price by the rate as a decimal: $285,000 &times; 0.06 = $17,100. If that commission is split evenly between two agents, each side gets $8,550 (3% each). The same method works for any commission &mdash; a 1.5% rate on the same sale would be $285,000 &times; 0.015 = $4,275. Always confirm whether a quoted rate is per-side or total.</p>
I left an $8.55 tip on a $47.50 bill - what percentage was that?
<p>An $8.55 tip on a $47.50 bill is exactly <strong>18%</strong>.</p><p>This is the "A is what percent of B" type: divide the tip by the bill and multiply by 100, so 8.55 &divide; 47.50 = 0.18, or 18%. Use the same check on any charge &mdash; a $9.50 tip on the same bill is 9.50 &divide; 47.50 = 20%. This is handy for spotting an auto-gratuity that's higher than you expected on a receipt.</p>
How do I calculate 0.5% (half a percent) of $250,000?
<p>0.5% of $250,000 is <strong>$1,250</strong>.</p><p>Convert the percent to a decimal by moving it two places left: 0.5% becomes 0.005, then 0.005 &times; $250,000 = $1,250. A common mistake is using 0.05 (which is 5%, giving $12,500 &mdash; ten times too high). Sanity check with the 1% trick: 1% of $250,000 = $2,500, and half of that is $1,250. Small rates like loan or fee percentages need this careful decimal placement.</p>
What does 125% or 200% of a number mean - can a percentage be over 100?
<p>Yes, percentages can exceed 100%; 125% of $80 is <strong>$100</strong> and 200% of $45 is <strong>$90</strong> (double).</p><p>A percent over 100 just means more than the whole: 125% = 1.25 as a decimal, so 1.25 &times; $80 = $100, and 200% = 2.0, so 2.0 &times; $45 = $90. This shows up with results bigger than the starting value, like hitting 130% of a sales goal. For describing growth from an old to a new figure, use the <a href="/percentage-change-calculator/">percentage change calculator</a> instead.</p>
How do I figure out a grade percentage and what score I need for a 90% A?
<p>Your grade is points earned divided by points possible times 100; to earn a 90% A on a 300-point class you need <strong>270 points</strong>.</p><p>For the grade itself, divide and multiply by 100: 270 &divide; 300 = 0.90 = 90%. To find the points needed for a target percentage, multiply the total by the goal rate: 300 &times; 0.90 = 270. The same works for any threshold &mdash; an 80% on a 45-point test needs 45 &times; 0.80 = 36 points.</p>
What's the difference between this percentage calculator and the percentage change calculator?
<p>This percentage calculator answers the three core "of" questions (X% of Y, A is what percent of B, X is P% of what), while the <a href="/percentage-change-calculator/">percentage change calculator</a> measures how much one number rose or fell versus another.</p><p>Use this tool for tips, grades, discounts, and commissions on a single value &mdash; like 15% of $200 = $30. Use the change calculator for before-and-after comparisons, such as a price going from $200 to $250, which is a 25% increase. Different questions, different tools.</p>

Guides & articles

Related calculators

Markup Calculator · Profit Margin Calculator · Break-Even Calculator · ROI Calculator · CAGR Calculator · Sales Tax Calculator

📋 Embed this calculator on your site

Free for any blog or website — just copy the code below and paste it into your page. The credit link helps support free tools.

Tip: adjust the iframe height if needed (try 600–800).