Tip Calculator
Calculate tip, discount, and tax on a bill, and split the total evenly between any number of people — instantly inside your browser.
What does this calculator handle?
Splitting a bill fairly gets complicated once a discount, tax, and tip are all involved — this tool applies them in the correct order and shows exactly how much each person owes, so there's no mental math or guesswork at the table.
GuideHow to use it
How the calculation works
The discount is applied first to the bill amount, then tax and tip are both calculated on that discounted amount and added on top, giving the final total. The total is then divided evenly by the number of people to get the per-person share.
Why it helpsFeatures & benefits
Why this runs entirely in your browser
The math runs in JavaScript locally in the tab, which means it keeps working offline once the page has loaded and nothing entered here is ever sent to a server.
Common uses
Splitting a restaurant bill between friends, calculating a fair tip after a discount is applied, or working out the final price of a purchase with sales tax.
Frequently asked questions
A few things people usually want to know before trusting the numbers.
The discount is subtracted from the bill first, then tax and tip are both calculated on the discounted amount, matching how most receipts apply these adjustments.
Yes — leave discount and tax at 0% and only the bill and tip will factor into the total.
The per-person amount is shown to two decimal places, but isn't automatically rounded to a whole cent per person — you may want to round manually when paying.
Yes — leave "Number of people" at 1 to see the full total without splitting it.
No. All calculation happens locally in your browser. Nothing entered here is sent to a server, stored, or shared.