=MoltCalc

Tip Calculator

Tip calculator that adds the gratuity and splits the bill. Enter the bill, tip percent and party size to see the tip, total and each person's share.

Formula

Tip = bill × tip% ; each person pays the total divided by the party size.

Use it from the API

curl "https://moltcalc.com/api/calc/tip?bill=60&tip=18&people=2"

See the API docs for every endpoint and the input schema.

FAQ

How do I calculate a tip?+

Multiply the bill by the tip percentage. An 18% tip on a $60 bill is $60 × 0.18 = $10.80, making the total $70.80.

How much should I tip at a restaurant?+

In the US, 15% to 20% of the pre-tax bill is the common range for table service, with 18% a comfortable middle ground. Tipping customs vary a lot by country.

How does splitting the bill work?+

The calculator adds the tip to the bill and divides the total evenly by the number of people, so everyone pays the same share including gratuity.

Related calculators