Tip / Bill Split Calculator
MathCalculate a tip and split the bill and tip evenly across any number of people
Enter a bill amount and a tip percentage and get the tip, the total, and an even per-person split for any number of people. It rounds to the cent the same way a receipt would, so the per-person total is what you'd actually hand over, not a repeating decimal. It only splits evenly across everyone: it does not support splitting an itemized bill unevenly by what each person ordered.
financetipbill-splitcalculator
How to use Tip / Bill Split Calculator
- 1.Enter the bill amount and choose a tip percentage, either by typing it or using one of the quick-select buttons.
- 2.Enter how many people are splitting the bill to see the per-person share.
- 3.Read off the tip amount, the total with tip, and the per-person total at the bottom.
Frequently asked questions
Can it split a bill unevenly, like by what each person ordered?
No, it only splits the total bill and tip evenly across the number of people you enter. For per-item splitting you'd need to divide the bill into separate line items yourself first.
How is the tip calculated?
As a straight percentage of the bill amount you enter, rounded to two decimal places, the same way most restaurants calculate it. It is not calculated on the post-tax total unless you enter the tax-inclusive amount as the bill.
What happens with rounding when the split doesn't divide evenly?
Each per-person figure is independently rounded to the nearest cent, so in rare cases the sum of all per-person totals may be a cent or two off from the group total, the same rounding quirk you'd see splitting a real receipt.
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/tip-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"billAmount":84.5,"tipPercent":18,"numPeople":2}'Get an API key from your dashboard · Full API docs →
Related tools
VAT / Sales Tax CalculatorAdd or remove VAT or sales tax from a price in either direction, net to gross or gross to net, given a rateMathCompound Interest CalculatorCompute future value from principal, annual rate, compounding frequency, and an optional recurring contribution, with a year-by-year breakdownMathCredit Card Number ValidatorValidate a credit card number via the Luhn checksum and detect its network (Visa, Mastercard, American Express, Discover, Diners Club, JCB, Maestro, UnionPay) from its prefix and lengthMath