Tip Calculator
Split a bill with tip across any number of people.
About this calculator
Calculate the tip, the grand total, and how much each person pays when splitting the bill.
How to use
- Enter the bill amount.
- Enter the tip percentage (default is 15).
- Enter how many people are splitting (default is 1).
- See tip, total, and per-person amounts update automatically.
Formula
tipAmount = billAmount × tipPercentage / 100 totalAmount = billAmount + tipAmount amountPerPerson = totalAmount / numberOfPeople
Example
Bill 100, tip 20%, 2 people → tip 20, total 120, per person 60.
FAQ
How is the tip calculated?
Multiply the bill by the tip percent divided by 100. The total is the bill plus tip; divide by the number of people for the share each pays.
Can I split between more than two people?
Yes. Enter any whole number of people of 1 or more. The total (bill + tip) is divided evenly.
Results are for informational purposes only. Verify important calculations independently.