Tip per person, for any group size
This table answers “how much does each person owe?” for a single bill and tip, across every group size at once. It is handy when the headcount isn’t settled — diners arriving or leaving, splitting a shared tab — so you can read off each person’s share at a glance.
How it works
The tool computes the tip and grand total once, then divides them by each possible headcount:
tip total = bill × tip% / 100
grand total = bill + tip total
tip each = tip total ÷ people
total each = grand total ÷ people
It builds a row for every group size from 1 up to your chosen maximum (up to 20), so each row shows the tip each and total each for that many people. Figures are rounded to two decimals.
Example
A $80 bill with an 18% tip gives a tip total of 80 × 0.18 = $14.40 and a grand total of $94.40.
| People | Tip each | Total each |
|---|---|---|
| 2 | $7.20 | $47.20 |
| 4 | $3.60 | $23.60 |
| 5 | $2.88 | $18.88 |
All maths runs in your browser; nothing is sent anywhere.