Percentage Calculator
Percentage Calculator answers one question: what share is this of that. You enter any two of Part, Whole, and Percent (%); the third field updates. It is not a percent-change tool, not a tax engine, and not a gradebook.
Why percent-of arithmetic matters
People say “percent” for three different jobs. Percent of is a slice of a pie: 20 is 25% of 80. Percent change is a move along a timeline: 80 grew 25% to 100. Percent points are a difference of rates: 12% tax minus 10% tax is 2 percentage points, not a 2% relative change. This calculator is only the first job.
That distinction shows up in invoices, lab yields, survey crosstabs, and school word problems. If you apply a 25% increase when you meant “25% of the total,” you overshoot by a full extra quarter of the original. The engine here keeps Part, Whole, and Percent (%) on one screen so you can see which unknown you actually have.
Teams use this page when they need a reproducible share, not a growth rate. The relationship is part = whole × percent / 100. There is no date, no compounding, and no “original vs new.” If your story has two snapshots of the same quantity, stop and open the percentage change calculator instead.
Before you start
Write down three labels in your own words: the slice, the pie, and the rate. Map them onto Part, Whole, and Percent (%). If you cannot name the pie, you do not have a percent-of problem yet.
Decide whether the percent is already a number like 25 or a decimal like 0.25. This field wants 25. Decide whether the whole includes the part (usual) or excludes it (a different setup — for example “20 is 25% more than the base” is change, not share).
If the scenario is a restaurant bill, a VAT-inclusive price, a marked-up cost, or a weighted course grade, gather those extra rules before you type. This tool will still compute a raw share, but it will not apply service conventions or statutory rates. For those jobs, continue to the specialized pages linked in When to seek another tool.
Common use cases
- Checking what fraction a subtotal is of a budget line (20 of 80 is 25%)
- Reverse-engineering a whole when a report only lists a part and a rate
- Teaching “of means multiply” without mixing in increase/decrease language
- Sanity-checking a spreadsheet cell that concatenates
%formatting with a already-divided rate - Comparing a survey count to a sample size before anyone says “a quarter of respondents”
- Bridging from this share into tip, VAT, markup, unit price, or grade math on the linked tools
How to use this calculator
- Enter Part if you know the slice (example seed: 20).
- Enter Whole if you know the pie (example seed: 80).
- Enter Percent (%) if you know the rate as a percent, not a fraction (example seed: 25).
- Leave the unknown field empty so the solver can fill it.
Edits refresh immediately. If all three fields are filled and you change one, the engine treats the last edited field as the new given and recomputes the dependent unknown according to the percentage config.
Step-by-step walkthrough
Maya is checking a volunteer report. Twenty people showed up; the roster listed eighty invitees. She wants the attendance share, not a year-over-year change.
Situation: Maya must write “attendance was __% of invitees” without turning it into “attendance grew 25%.”
Values entered:
- Part = 20 (people who came)
- Whole = 80 (people invited)
- Percent (%) left to solve, or confirmed as 25
Result: Percent (%) = (20 / 80) × 100 = 25. If she instead knew 25% of 80 and needed the headcount, Part = 80 × 0.25 = 20. If she knew 20 people were 25% of the list, Whole = 20 / 0.25 = 80.
Sanity check: Maya doubles the part to 40 and expects 50%. If the percent barely moves, she pasted 0.25 into Percent (%). If the percent exceeds 100, the “part” is larger than the “whole” — possible for oversubscription, not for a strict subset.
Takeaway: She records part, whole, percent, and the sentence “share of invitees,” so nobody later treats 25 as a growth rate.
Formula and method
The percentage config implements three inverses of the same identity:
- Percent (%) = (Part / Whole) × 100
- Part = Whole × (Percent / 100)
- Whole = Part / (Percent / 100)
Golden seed used on this page: Part 20, Whole 80, Percent 25. Those numbers must match scripts/golden-values.json for percentage.
Understanding each input
Part (unknown or given): The slice. Same units as Whole — people, dollars, grams, votes. Example: 20. Do not enter a percent here.
Whole (unknown or given): The pie the slice is taken from. Must be non-zero when you solve for percent. Example: 80. If Whole is a price including tax, you are still computing a share of that price, not stripping VAT.
Percent (%) (unknown or given): The rate on a 0–100 (or beyond 100) scale. Example: 25 means twenty-five percent. Values above 100 mean the part is larger than the whole.
Assumptions
- Part and Whole use the same quantity and unit.
- Percent is entered as a percentage, not a decimal fraction.
- There is a single whole, not a chain of successive percents.
- No rounding convention beyond ordinary floating-point display — exam boards and tax authorities may round differently.
- Zero Whole is invalid for a percent-of-whole; zero Percent is invalid when solving for Whole.
Common mistakes with Percentage Calculator
- Using this tool when you meant percentage change (80 → 100 is +25% change; 20 of 80 is 25% share).
- Entering 0.25 in Percent (%) instead of 25.
- Treating percentage points as percent of: a rate moving from 10% to 12% is +2 points, which is a 20% relative change of the rate, not “2% of.”
- Mixing currencies or mixing counts with amounts in Part vs Whole.
- Applying the share to a discounted base when the contract said “percent of list price.”
Worked examples
- Canonical share. Part 20, Whole 80 → Percent 25. 20/80 = 0.25 = 25%.
- Find the part. Whole 80, Percent 25 → Part 20. This is “25% of 80.”
- Find the whole. Part 20, Percent 25 → Whole 80. This is “20 is 25% of what?”
- Over 100%. Part 100, Whole 80 → Percent 125. The slice is larger than the labeled whole (overfill, a bonus on a quota, a sample that was not a subset).
- Tiny rate. Part 2, Whole 80 → Percent 2.5. Keep the decimal; rounding to 3% hides a 0.4-person-scale error if you later scale the whole.
Interpreting your results
| You have | You solve | Meaning |
|---|---|---|
| Part, Whole | Percent (%) | Share of the pie |
| Whole, Percent | Part | “X% of this amount” |
| Part, Percent | Whole | “This amount is X% of what?” |
| Percent > 100 | — | Part exceeds Whole; check labels |
| Percent = 0 | — | Part is 0, or you should not invert for Whole |
If the live panel disagrees with a hand calculation, check which field you last edited. The solver is multi-directional: it will not keep an inconsistent triple.
Recording and sharing results
Write the three numbers, the units of Part/Whole, and a one-line job statement (“share of invitees,” not “growth”). Screenshot the labeled fields. Browser refresh clears values unless the browser restores the form. This is arithmetic education, not a saved workbook.
When you hand the result to someone else, say whether 25 is a percent of or a percent change. That one adjective prevents most downstream spreadsheet bugs.
Practical tips
- Say “25% of 80” out loud before you type; if you instead said “grew 25%,” you are on the wrong page.
- Keep Part and Whole in the same unit; convert grams or currency first.
- For stacked discounts, do not add percents; apply them in order on a price tool.
- Grade weights are percents of a course, but letter cutoffs are a different scale — use the grade calculator when weights and scores both matter.
- Unit prices are “amount per pack,” not “percent of pack”; use unit price comparison after you know the share of budget a SKU consumes.
Limitations and when not to use
Percentage Calculator (percentage) documents part–whole–percent arithmetic. It does not compute tax, service, markup, weighted grades, or a change between two dates. It does not replace an accountant, a teacher’s published rubric, or a statutory rounding rule.
Do not use it as medical, legal, or financial advice. A “25% body-fat” claim is a composition estimate, not a share you should invent from bathroom-scale weight. A “25% return” is a change (or a yield), not a slice of a static whole.
When to seek another tool
Stay on this page for a raw share. Then:
- Two snapshots of the same quantity → Percentage Change Calculator
- Restaurant bill and party size → Tip Calculator
- Cost, selling price, or off-list percent → Markup and Discount Calculator
- Net vs gross with a tax rate → VAT Calculator
- Weighted scores toward a letter → Grade Calculator
- Price per unit across pack sizes → Unit Price Comparison
For the language that separates these jobs, read Percent of vs percent change.