Tip Calculator
Add a tip to your bill and split it among any number of people. Pick a preset (10 / 15 / 18 / 20 / 25%) or enter a custom amount, in any of 12 currencies.
What you'll use this for
Restaurants
Decide a fair tip in seconds, even with separate cards.
Delivery
Account for delivery fees before adding a service tip.
Rideshare
Add a quick driver tip after fare-only payment.
Group dinners
Split bill, tax, and tip cleanly across the table.
How to calculate tip
Enter the bill
The pre-tax / pre-service total goes here.
Pick a tip
Tap a preset or drag the slider for a custom percentage.
Split it
Set how many people are sharing — per-person amount updates live.
Optionally round up
Round the total up to the nearest unit or nearest 5 for a cleaner number.
Frequently asked questions
Convention varies — most US service workers expect tip on the pre-tax subtotal. This tool calculates on whatever you enter as the bill, so use the pre-tax number for the most common interpretation.
Enter the per-person amount divided manually if some people aren’t paying. Or split into the larger group first, then adjust outside the calculator.
Yes — pick from 12 currencies (USD, EUR, GBP, JPY, CAD, AUD, INR, BRL, MXN, SGD, CHF, CNY). The number formatting follows your browser’s locale.
15–20% on the pre-tax subtotal is the customary range for table service; 10% for take-out is generous; baristas usually get the change.
No. Pure JavaScript in your browser.
About tipping math
Tipping is fundamentally a percentage applied to a base amount, then split among diners. The arithmetic is trivial — the value of a calculator is in the presets, the rounding, and not having to think about it after a long meal.
The math
tip = bill × tip%
total = bill + tip
each = total / peopleRound-up logic
Some people prefer the final total to land on a clean number — $50 instead of $48.74. The "Round up" option pushes the total to the next whole unit or the next multiple of 5, then back-calculates the tip and per-person split.