Comprehensive Guide
Learn more in our Planning Guide.
How it works
Three numbers decide the tip: the bill, the percentage and the split. The engine computes the tip amount, adds it to the bill for the per-diner total, and divides the gratuity across the servers who actually get it — useful when a table splits service between two staff or tips are pooled. The percentage is a norm, not a law: 15% is the old baseline, 18-20% the modern standard in the US, 10% common in much of Europe and parts of Asia, and 0% in countries where service is included. The interesting design question is what the tip is for: rewarding service quality, subsidising wages the employer should pay, or expressing social convention. The tool's per-diner number is what matters at the table — the point where rounding up to the nearest dollar crosses into generosity. Tip with cash when you can: the server keeps the full amount instead of the credit-card processed version.Formula
Tip = bill x tip% | Per diner = (bill + tip) / diners | Per server = tip / servers
Tips
- Cash tips reach the server in full — card tips can be pooled or delayed by the house.
- Round the per-diner number up and tell the group the rounded figure; nobody wants the cents.
- 18% on a bad bill is a statement about the service; 0% is a statement about the system.
- On takeout, a 10% tip still covers the bagger — 0% is fine when service was genuinely none.