Split Bill Calculator
Divide a bill evenly with optional tip or tax bump.
Inputs
Loading calculator…
Calculating…
Was this helpful?
Formula
adjusted = total × (1 + extra% / 100); per person = adjusted ÷ people
Optionally inflate the bill by a flat percentage (tip, VAT, service charge), then divide the adjusted total equally among the group.
Worked example
A ₹2,500 restaurant bill with 10% added for tip and tax becomes ₹2,750. Divided four ways, everyone owes ₹687.50 — easier than one person fronting the card and chasing three UPI requests.
Where this can give the wrong answer
- Extra percent of 0% simply divides the raw total — no hidden multiplier.
- Uneven splits (someone had drinks, others didn't) aren't supported; enter per-person subtotals instead.
- Very large groups hit the 50-person cap on the split field — beyond that, use a spreadsheet.
FAQ
- The tip calculator starts from a pre-tip bill and computes the tip amount explicitly. Split bill starts from a final or near-final total and applies a single percentage bump before dividing.