inyourbrowser.com

Split bill calculator with tip

Divide a restaurant bill evenly among your group including tip. Enter the bill total, choose a tip percentage, and set the number of people. The calculator shows what each person owes, the tip per person, and the grand total. All calculations run locally in your browser.

Tip percentage

4

How it works

The tip amount is calculated as bill × (tip percentage / 100). Each person's tip is tip amount divided by number of guests; each person's total is (bill + tip) divided by guests. The round-up option applies Math.ceil() to each person's total and derives the adjusted total from there. All arithmetic runs in JavaScript in your browser.

Processing runs in your browser

All calculations happen locally in your browser tab. Our servers are not involved at any point.

Related operations

For working out any percentage of a value, try the percentage calculator. To split metric and imperial price quotes, use the unit converter. For working with fractional amounts on a bill, see the fraction calculator.

Frequently asked questions

How do I split a bill with tip between multiple people?
Total bill × (1 + tip percentage) = total with tip. Divide by the number of people for each share. For example: £80 bill + 18% tip = £94.40 total. Split 4 ways = £23.60 each.
What if people ordered different amounts?
This calculator splits the bill equally. For unequal splits, enter each subtotal separately as its own bill. Many restaurants will also split the bill per item on request.
What does the round-up option do?
Round up per person increases each person's share to the next whole number. For example, if each person owes £23.60, the round-up option makes it £24 each. The extra goes to the tip.
Is my data sent to a server?
All calculations run in your browser. Our servers are not involved at any point.

Related tools

Percentage calculator
Calculate percentages three ways: X% of Y, X is what % of Y, and percentage change.
Discount calculator
Calculate sale price and savings from a percent-off discount. Handles single or stacked discounts.
Compound interest calculator
Calculate compound interest with daily, monthly, quarterly, or annual compounding. Includes a year-by-year breakdown table.