Split a bill and tip between people and see each share.
A tip is calculated as a percentage of the bill. Splitting divides the total including the tip evenly among the diners. Splitting evenly ignores who ordered what, which is fine when the bill is roughly shared but unfair for very unequal orders.
Tip Split
Tip = bill x tip%; per person = (bill + tip) / people
Tip = bill x tip%; per person = (bill + tip) / people A tip is calculated as a percentage of the bill. Splitting divides the total including the tip evenly among the diners.
Splitting evenly ignores who ordered what, which is fine when the bill is roughly shared but unfair for very unequal orders.
This calculator takes 3 inputs: Bill amount, Tip percentage, Number of people. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.