Tip Calculator

Work out the tip on a bill and split the total between people.

Result

Tip
$10.00
Total
$60.00
Per person
$30.00
Export:
Bill vs. tip
  • Bill$50.0083.3%
  • Tip$10.0016.7%

How the tip is calculated

A tip is simply a percentage of the bill. The calculator multiplies the bill amount by the tip rate you choose, adds that to the original bill to get the grand total, and then divides the total evenly by the number of people sharing.

Because the tip is a percentage, it scales automatically with the size of the bill — a 20% tip on a larger check is a larger dollar amount, no mental math required.

Reading the result

Three figures matter: the tip itself, the total you will pay, and each person’s share once the table is split. The donut chart shows how the total breaks down between the original bill and the tip on top, so you can see at a glance what proportion of the payment is gratuity.

Tipping tips

A few practical pointers for getting the gratuity right:

  • In the US, 15–20% is the typical range for sit-down restaurant service, with 20% considered a solid tip.
  • Decide whether to tip on the pre-tax or post-tax amount; tipping on the pre-tax subtotal is perfectly common.
  • When splitting, rounding each share up to the nearest dollar avoids leaving the table short.

Formula

tip = bill·(tipPercent/100); perPerson = (bill + tip) / people