This runs in your browser. Nothing is uploaded.
About Tip calculator
Calculates tip amount, bill total, and per-person split from a bill, tip percent, and party size.
Restaurant maths shouldn't need an account. Bill times tip percent, then divide by how many people are paying: that's it. Defaults are 50, 15%, and two people so something is on screen before you overwrite the fields.
Rounding is to cents. Whether you tip on pre-tax or post-tax depends on where you are eating; type the number you actually want multiplied. Currency symbols stay off on purpose, pounds, euros, rupees, same arithmetic.
If you only need 'what's 18% of X', the percentage calculator's first block is enough. This page exists because splitting the total is the part people fumble at the table. No receipt upload, no 'suggested tip from your review history', no tip jar that phones home.
Uneven splits ('I only had water') are still a conversation with the people at the table. The page does equal shares and stops there.
How to use Tip calculator
- 1Enter the bill amount.
- 2Set the tip percent and how many people split the total.
- 3Read tip, total, and per-person amounts.
What it won't do
- No tax line, no currency picker, no tip-jar upsell.
- Equal split only, no 'I only had water' itemisation.
Common questions
Does the tip calculator include tax?
Only if your bill field already includes tax. There's no separate tax line and no country picker that guesses VAT. Local custom is yours to apply: type the number you actually want the tip percent multiplied against, then check the per-person line before you settle.
How is the per-person amount rounded?
Tip and total to two decimals; per person is total divided by people, also two decimals. Cash still refuses to split a penny evenly sometimes. That's life, not a bug report. If one person covers the leftover cent, settle it at the table rather than expecting the page to invent a fairer rule.
Can I tip on the pre-tax amount?
Yes: put the pre-tax subtotal in the bill field. The page doesn't read your receipt; it multiplies whatever you type, tax included or not. If your group tips on the post-tax total, paste that number instead. Same fields either way.
Related tools
Why this one doesn't upload your file
There is no server to upload to. This page is a static file, and the work happens in your browser using the same graphics and WebAssembly code that renders every other site you visit. Your file is read from disk into memory, processed, and handed back as a download. Once the page has loaded you can disconnect from the network entirely and it keeps working. The longer explanation