Why a slider?
Typing "18" into a percentage field takes the same number of keystrokes as a slider, but the slider lets you sweep 1% increments and watch the per-person total move — useful for groups where someone is anchoring on a per-person budget.
Tip percent slider, bill split, optional tax — everything you actually need at the table.
Two-thirds of US adults look up a tip amount on their phone at least once a month. The calculator below keeps it simple: a slider for the tip percent, one number for the bill, one for the group size, and an optional sales-tax line for jurisdictions where tax is itemised separately. Every value updates as you slide or type — no submit button, no confirmation modal.
The pre-tax subtotal from the receipt. Most US restaurants show this above the tax line.
Use the slider, or tap one of the quick presets (10–25%). The total recalculates instantly.
Set the group size to divide the post-tip total per person. The calculator clamps to a minimum of 1.
| Setting | Typical tip |
|---|---|
| Sit-down restaurant (US) | 15–20% |
| Bartender, per drink | $1–2 or 15–20% |
| Hair / nails | 15–20% |
| Taxi / rideshare | 10–15% |
| Delivery | 10–15% or $3–5 minimum |
| Quick-service counter | 0–10% (optional) |
Typing "18" into a percentage field takes the same number of keystrokes as a slider, but the slider lets you sweep 1% increments and watch the per-person total move — useful for groups where someone is anchoring on a per-person budget.
Numbers display with two decimal places. The raw arithmetic uses IEEE 754 doubles, so $0.005 is rounded half-to-even — banker's rounding — by JavaScript's toFixed.