Tip Calculator
Split a bill and work out the tip in seconds.
Your split appears here
Enter the bill, a tip percentage, and how many people are sharing. The tip, total, and per-person amount update live — right here in your browser, with nothing sent to a server.
Runs entirely in your browserSplit the bill and tip, locally
This calculator handles the two things you need at the end of a meal: how much to tip and how to split it fairly. Enter the bill amount, the tip percentage you want to leave, and how many people are sharing. The tool multiplies the bill by the tip rate to get the tip, adds it to the bill for the total, and divides by the party size for a per-person share. Everything runs in your browser and nothing is uploaded.
Common questions
How is the tip amount calculated?
The tip is the bill multiplied by the tip percentage. For example, 18% of a $50 bill is $9. The total is then the bill plus the tip.
How does splitting between people work?
The grand total (bill plus tip) is divided by the number of people. Each person's share includes their portion of both the bill and the tip.
What tip percentage should I use?
It varies by country and service, but 15–20% is common in the United States for table service. Enter whatever percentage you prefer and the numbers update instantly.
What if I am dining alone?
Set the number of people to 1. The per-person share will simply equal the total, and the tip is still calculated on the bill.
Are my bill amounts sent anywhere?
No. The math runs entirely in your browser with JavaScript. Nothing you type is uploaded or stored on a server — the calculation is fully client-side and private.