Tip Calculator
Calculate a tip, total bill, and each person's share by bill amount, tip percentage, and party size, instantly in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Example shown - currency selection changes formatting only; it does not exchange currencies.
How it works
- Enter the bill amount and choose or type a tip percentage.
- Set the number of people sharing the bill equally.
- Read the total tip, bill total, and per-person shares immediately.
The formulas
tip = bill x tip percentage / 100
each person = (bill + tip) / party size
For the loaded example, an 18% tip on 84.50 is 15.21. The 99.71 total split among three people is about 33.24 each.
FAQ
Does each person pay an equal share?
Yes. The total bill including tip is divided equally by the party size. Item-by-item or weighted splitting is not included.
Should tip be calculated before or after tax?
Customs vary by location. Enter the bill amount you want the percentage applied to - either the subtotal or the after-tax total.
Does changing currency convert the amount?
No. Currency selection changes the number and symbol formatting only; it never applies an exchange rate.
Are bill details sent anywhere?
No. The calculation uses only JavaScript in this tab and does not upload or save the values.
How we compare
| Feature | Online Tool Store | Phone calculator | Spreadsheet |
|---|---|---|---|
| Tip and split in one step | Yes | Manual sequence | Needs formulas |
| Preset tip buttons | 15%, 18%, 20%, 25% | No | Custom setup |
| Per-person tip shown | Yes | Extra calculation | If configured |
| No sign-up | Yes | Yes | Depends on software |
For an equal restaurant-bill split, Tip Calculator gives the tip, total, and both per-person figures in one view with no formula setup.