Percentage Calculator
Free percentage calculator: find a percent of a number, calculate percent change between two values, or work out what percent one number is of another.
Percentage Calculator
Background.
The Quanta percentage calculator handles the three percentage questions that account for nearly every real-world use of the symbol: what is X percent of a number, how much did a value change in percent from one figure to another, and what percent of a whole a part represents. Pick the mode that matches your question, type in two numbers, and the answer updates as you type — no formulas to memorize, no decimal slips, no fighting with a phone keyboard.
The same engine powers tip splits at restaurants, sale prices in shopping carts, grade calculations on exams, sales-tax add-ons at checkout, growth rates in spreadsheets, body-fat changes between weigh-ins, and the dozens of other places where someone says "figure out the percent." Under the hood it uses arbitrary-precision decimal arithmetic so that 10% of $19.99 returns exactly $1.999 rather than the $1.9989999999999999 that naive JavaScript would give you.
Percentages look trivial until you have to do twenty of them in a row, or until the difference between a 4-percentage-point move in a tax bracket and a 4-percent move in income costs you real money. This page also walks through the underlying formula so that the next time you face one of these problems with only a napkin and a pen, you know exactly which operation to reach for.
Whether you're a student double-checking homework, a small-business owner pricing a markup, a personal-finance hobbyist tracking a portfolio, or just trying to figure out how much to leave the server, the calculator and the explainer below it cover every variant you're likely to encounter, including the common traps — percent of versus percent off, percent change versus percentage-point change, negative percent change, and division-by-zero when the starting value is itself zero. Bookmark this page; we built it as a permanent reference, not a one-off widget.
What is percentage calculator?
A percentage is a ratio expressed as a fraction of 100 — the word literally comes from the Latin per centum, "per hundred." Saying "25%" is shorthand for the fraction 25/100, the decimal 0.25, and the ratio 1:4 all at once. The notation became standardized in European commercial mathematics in the 15th and 16th centuries because merchants needed a consistent way to express interest rates, taxes, and trade margins across currencies and units, and 100 is a convenient common denominator. Today percentages do three distinct jobs: they scale a quantity (35% of a paycheck goes to taxes), they describe relative change (sales grew 12% year-over-year), and they describe composition (oxygen makes up 21% of the atmosphere). Each of those jobs has its own arithmetic, which is why this calculator exposes three modes rather than one. Crucially, a percentage is dimensionless — it's a pure number that only has meaning when you know what whole it refers to. "50% more" of a $10 item is $5; "50% more" of a $1,000 item is $500. That dependency on a reference value is the single biggest source of percentage mistakes in the wild, and the explainer sections below show you how to keep them straight.
How to use this calculator.
- Choose the mode at the top that matches your question. "What is X% of a number" covers tips, taxes, discounts, and any time you're scaling a value down or up by a percentage.
- If you picked "percent of a number", enter the percent (e.g. 18 for an 18% tip) and the base value (e.g. 64.50 for a restaurant bill). The result updates instantly.
- If you picked "percent change", enter the starting value in the From field and the ending value in the To field. The calculator returns a positive percent for growth and a negative percent for a decline.
- If you picked "what percent", enter the Part (the subset) and the Whole (the total). The result is the percentage the part represents of the whole — for example, 18 correct answers out of 20 questions returns 90.
- Read the result, then copy it into your spreadsheet, receipt, homework, or message. The result respects the sign of your inputs: negative starting values and decreases are handled correctly.
- If you change your mind about which question you're asking, switch modes — the calculator keeps your other inputs so you can experiment without retyping everything.
The formula.
Each mode runs a distinct formula. Mode 1, percent of a number, is `result = value × (percent ÷ 100)`. So 20% of 250 is 250 × 0.20 = 50. Mode 2, percent change, is `result = ((to − from) ÷ from) × 100`. This is the standard relative-difference formula recognized by NIST and used in every economics, finance, and science context where growth is reported. If from is zero the formula is undefined (division by zero), and the calculator returns 0 rather than infinity so your downstream spreadsheet doesn't blow up. Mode 3, what percent, is `result = (part ÷ whole) × 100`. It's the same arithmetic as mode 2 with different labels, and it also returns 0 if the whole is zero. All three formulas operate on decimal-precision numbers internally, which matters for repeated chained calculations where rounding errors otherwise accumulate. To go the other direction — converting a percentage back to a decimal — divide by 100; to a fraction, write the percentage over 100 and reduce. 75% is 0.75 is 3/4. Knowing all three representations of the same value makes mental math much faster than reaching for a calculator every time.
A worked example.
A side-project's monthly recurring revenue grew from $80 to $100 between January and February. Selecting the "percent change" mode and entering 80 in the From field and 100 in the To field returns a result of 25 — meaning the revenue grew by 25%. The arithmetic: (100 − 80) ÷ 80 × 100 = 20 ÷ 80 × 100 = 0.25 × 100 = 25%. Note that if the figures were reversed — revenue fell from 100 to 80 — the result would be −20%, not −25%, because the denominator changed. This asymmetry is the most-missed feature of percent change and the reason you should always identify which number is the baseline before reaching for a formula.
Frequently asked questions.
What's the difference between percent and percentage points?
How do I calculate a percent increase versus a percent decrease?
How do I take a percentage off a price?
How do I add a percentage, like sales tax?
What is 20% of 250?
How do I work out what percentage one number is of another?
Why does the calculator return 0 when I enter a starting value of 0 for percent change?
What is the formula for percentage in maths?
Can a percentage be greater than 100?
What's the most common percentage mistake people make?
References& sources.
- [1]NIST Guide to the SI, §7.10.2 — guidance on expressing relative differences as dimensionless percentages.
- [2]Khan Academy — Percent word problems and the three canonical percentage operations.
- [3]Investopedia — Percentage Change: definition, formula, and uses in finance and economics.
- [4]BBC Bitesize (KS3 Maths) — Percentages, percentage change, and reverse percentages explained for a pedagogical audience.
- [5]International Bureau of Weights and Measures (BIPM) — SI Brochure, 9th edition, §5.4.7 on the use of the percent symbol with dimensionless quantities.
- [6]Federal Reserve Board — explanatory note on the distinction between basis points, percentage points, and percent change when describing interest rate moves.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled