Calculate tips and split restaurant bills instantly
2 min read
| Tip % | Tip Amount | Total | Per Person |
|---|
No history yet. Save a calculation above.
I've built this tip calculator to handle the most common restaurant scenarios. Whether you're dining solo or splitting with a group of 20, it handles the math instantly. You don't need to fumble with your phone's calculator at the table anymore — just enter the bill, tap a tip percentage, and see everyone's share.
The standard formula is: Tip = Bill Amount x Tip Percentage, and Per Person = (Bill + Tip) / Number of People. If you enable "Tip on pre-tax amount," the tip is calculated on the bill minus tax, which is technically the more correct approach — but many people just tip on the total for simplicity.
In the US, the general standard is 15-20% for sit-down restaurants. I can't stress enough that servers often depend on tips as a significant portion of their income. Here's a quick guide:
Every calculation in this tool has been verified against manual computations and standard tipping guides. Our testing includes edge cases like very small bills, very large groups, custom tip percentages, and the round-up feature. We also validate the localStorage history system across browser sessions and verify it persists correctly.
| Chrome 134 | Firefox 133 | Safari 18 | Edge 134 | Opera 114 |
|---|---|---|---|---|
| ✓ | ✓ | ✓ | ✓ | ✓ |
Freshness note: Tested on Chrome 134 (March 2026). All features fully functional.
| Package | Description | Weekly Downloads |
|---|---|---|
| dinero.js | Money manipulation library on npmjs | 85,000 |
| currency.js | Lightweight currency formatting | 450,000 |
| big.js | Arbitrary-precision decimal arithmetic | 2,000,000 |
Last updated: March 20, 2026
Yes, this tip split calculator is completely free with no registration required. All processing happens in your browser.
Yes, the tip split calculator is fully responsive and works on smartphones, tablets, and desktop computers.
Absolutely. All calculations and processing happen locally in your browser. No data is sent to any server.
The Tip Split Calculator lets you split a restaurant bill and tip evenly among multiple people with customizable tip percentages. Whether you are a student, professional, or hobbyist, this tool simplifies the process so you can get results in seconds without any learning curve.
Built by Michael Lip, this tool runs 100% client-side in your browser. No data is ever uploaded to a server, no account is required, and it is completely free to use. Your privacy is guaranteed because everything happens locally on your device.