Percentage of a Number Calculator
Calculate what X% of any number equals, instantly and accurately.
Updated
What is the Percentage of a Number Calculator?
The Percentage of a Number Calculator is a fast, no-nonsense math tool that answers one of the most common everyday questions: "What is X% of Y?" Whether you're figuring out a restaurant tip, a store discount, sales tax, a commission, an exam score, or a statistical share, this calculator gives you the exact result the moment you type.
Unlike bulky spreadsheet formulas or generic search-engine widgets, this tool is built for clarity and speed. It accepts numbers with commas, currency symbols, and trailing percent signs, so you can paste values straight from a receipt, invoice, or web page without cleaning them first. Enter something like $1,250.00 or 8.25% and it just works.
Every calculation is 100% client-side — nothing you type ever leaves your browser. That makes it safe for financial figures, salary math, or any private numbers you'd rather not send to a server.
Beyond the core answer, the tool also shows:
- The value plus the percentage (great for markups, tax, or tips added on).
- The value minus the percentage (great for discounts or tax removed).
- The percent expressed as a decimal and an approximate fraction.
- A quick-reference table of common percentages (1%, 5%, 10%, 25%, 50%, 100%, …) of your number, so you can eyeball related values without recalculating.
- A step-by-step breakdown of the math, so students and learners can see exactly how the result was reached.
If you've ever Googled "what is 15 percent of 200" or opened a calculator app just to divide by 100 and multiply, this tool is designed to replace that friction with a single, focused screen.
How it works
Finding X% of Y always uses the same simple formula:
In plain words: convert the percent to a decimal, then multiply by the number.
For example, to find 15% of 200:
- Convert the percent to a decimal:
15 ÷ 100 = 0.15 - Multiply by the value:
0.15 × 200 = 30
So 15% of 200 = 30.
Step-by-step
- Enter the percent (X). Type any number — whole, decimal, or greater than 100 (e.g.
15,12.5,33.33,150). A trailing%sign is allowed and ignored. - Enter the value (Y). Type the number you want to take a percentage of. Commas and currency symbols like
$,€, or£are stripped automatically, so1,250and$1,250.00both work. - Choose a rounding option. Leave it on Auto for full precision, or pick 0, 2, 4, or 6 decimals for cleaner display (useful for money).
- Read the results. The tool shows the main answer plus useful extras: value + result, value − result, decimal form, fractional form, per-unit (1%), and a table of common percentages.
What the extras mean
| Output | What it represents | Everyday use |
|---|---|---|
| X% of Y | The core result: (X ÷ 100) × Y |
Tips, discounts, tax amounts |
| Value + result | Y + (X% of Y) |
Adding tax, markup, or a tip to a bill |
| Value − result | Y − (X% of Y) |
Applying a discount or removing tax |
| Decimal form | The percent expressed as a decimal (e.g. 0.15) |
Plugging into formulas or spreadsheets |
| Fraction (approx.) | The decimal reduced to a numerator/denominator | Teaching, quick mental math |
| 1% of value | Y ÷ 100 |
Quickly scaling to any other percent |
Handling tricky inputs
- Percent > 100.
150% of 60 = 90. Percentages above 100 simply scale the value up. - Negative percent.
-10% of 200 = -20. Useful for representing decreases as signed numbers. - Zero percent.
0% of anything = 0. - Decimal percents.
8.25% of 1,250 = 103.125— no rounding is forced unless you choose it. - Currency and commas. Inputs like
$1,250.00are parsed as1250; the$and,are ignored.
Why the math is exact
The calculator uses standard IEEE-754 floating-point arithmetic (the same math used by spreadsheets and JavaScript engines). For everyday values — money, tips, tax, grades, statistics — results are accurate to well beyond the digits you'll ever need. When you pick a rounding option, the display is rounded, but the internal calculation stays at full precision.
Quick real-world formulas
- Tip:
Tip = (Tip% ÷ 100) × Bill - Discount price:
Sale = Price − (Discount% ÷ 100) × Price - Price with tax:
Total = Price + (Tax% ÷ 100) × Price - Commission:
Commission = (Rate% ÷ 100) × Sale - Grade:
Score = (Correct ÷ Total) × 100(this is the reverse direction — see the FAQ below)
If you can remember (X ÷ 100) × Y, you can solve any "percentage of a number" problem — and this calculator does it for you in one keystroke.
Examples
15% of 200
Find 15% of 200, useful for calculating a standard restaurant tip.
20% off a $89.99 price
Calculate a 20% discount to see how much you save at checkout.
8.25% sales tax on $1,250
Compute sales tax added to a purchase using a decimal percent.
33.33% of 900
Find roughly one-third of a value using a repeating decimal percent.
150% of 60
Use a percentage greater than 100 to scale a value up by 1.5x.
Frequently asked questions
What does "percentage of a number" mean?
What does "percentage of a number" mean?
A percentage of a number is a portion of that number expressed as parts per hundred. Saying "15% of 200" is the same as asking, "If I split 200 into 100 equal parts and take 15 of them, how much do I have?" The answer is 30. Mathematically, X% of Y = (X ÷ 100) × Y.
How do I calculate a percentage of a number by hand?
How do I calculate a percentage of a number by hand?
Use the formula (X ÷ 100) × Y. Divide the percent by 100 to turn it into a decimal, then multiply by the number. For example, 20% of 150 = (20 ÷ 100) × 150 = 0.20 × 150 = 30. A common mental shortcut is to find 10% first (move the decimal one place left) and scale from there — 10% of 150 is 15, so 20% is 30.
What is 15% of 200?
What is 15% of 200?
15% of 200 is 30. The calculation is (15 ÷ 100) × 200 = 0.15 × 200 = 30. This is why 15% is a popular default tip on a 30, bringing the total to $230.
What is 20% off of $50?
What is 20% off of $50?
20% of 50 is 10, so 20% off 10 and pay $40. Use the "Value − result" output in the calculator to see the discounted price directly.
How do I calculate sales tax with this tool?
How do I calculate sales tax with this tool?
Enter your tax rate in the Percent field and the price in the Value field. The main result is the tax amount, and the Value + result row is the final price with tax included. For example, 8.25% of 103.13 in tax, for a total of $1,353.13.
Can I use percentages greater than 100?
Can I use percentages greater than 100?
Yes. Percentages above 100 simply mean "more than the whole." For instance, 150% of 60 is 90, and 200% of 40 is 80. This is useful for growth rates, markups, and scaling values up.
Can I use decimal or fractional percentages?
Can I use decimal or fractional percentages?
Absolutely. You can type values like 8.25, 33.33, or 0.5. The calculator preserves full precision internally and only rounds the displayed result if you choose a rounding option.
Does the tool handle negative numbers?
Does the tool handle negative numbers?
Yes. Both the percent and the value can be negative. A negative percent represents a decrease — for example, -10% of 200 = -20, which is often used in finance to express losses or reductions.
What's the difference between "X% of Y" and "X is what percent of Y"?
What's the difference between "X% of Y" and "X is what percent of Y"?
They're inverse operations. "X% of Y" starts with a percent and finds an amount: (X ÷ 100) × Y. "X is what percent of Y" starts with two amounts and finds the percent: (X ÷ Y) × 100. This tool solves the first form; the second is typically handled by a general percentage calculator.
Why do I see a tiny rounding difference sometimes?
Why do I see a tiny rounding difference sometimes?
Computers use binary floating-point math, so a few calculations (like 0.1 + 0.2) can produce results like 0.30000000000000004. The difference is far smaller than a cent and never affects real-world money, tax, or grade calculations. Choose a rounding option (0, 2, 4, or 6 decimals) to get a clean display value.
Is my data sent to a server?
Is my data sent to a server?
No. The calculator runs entirely in your browser. Nothing you type is uploaded, logged, or shared, which makes it safe to use for salaries, invoices, medical dosages, or any private numbers.
Can I use it on mobile?
Can I use it on mobile?
Yes. The layout is fully responsive, the number inputs open the numeric keypad on phones, and every control is keyboard- and screen-reader-accessible.
Related tools
More utilities you might find handy.
Circle Calculator
Calculate circle radius, diameter, circumference, and area from any one known value. Instant results with adjustable precision.
Cube Root Calculator
Calculate cube root of any number
Decimal & Base Converter
Instantly convert numbers between decimal, binary, hexadecimal, octal, and any custom base from 2 to 36.