Free Bill Splitter Online
Calculate bill splitter values with interactive charts and detailed breakdowns.
Ad space
Ad space
How to use the Bill Splitter
- 1
Open the Bill Splitter tool
- 2
Enter your data or upload your file
- 3
Adjust settings if needed
- 4
Get instant results
- 5
Download or copy your output
Frequently asked questions
Is the Bill Splitter free?
Yes, our bill splitter is 100% free with no limits, no signup, and no watermarks.
Do I need to create an account?
No. You can use the bill splitter without any registration. Just open it and start using it.
Is my data safe?
Yes. Any files you upload are automatically deleted after 5 minutes. We never store, share, or access your data.
Does this work on mobile?
Yes. The bill splitter is fully responsive and works on phones, tablets, and desktops.
Is there an API for this?
Yes. All our tools are available as API endpoints for developers. Check our API documentation for details.
Splitting a restaurant check evenly sounds simple until tip gets added and the group size doesn't divide the total into a clean number. A bill splitter takes the total bill, an optional tip percentage, and the number of people, and returns exactly what each person owes — down to the cent — without anyone at the table doing mental division while the server waits for a card.
How the Bill Splitter Works
The calculation runs in a short sequence, and each field feeds directly into the next:
- Enter the bill total. This is the amount on the check — either the pre-tip subtotal or the total including tax, depending on what number is actually printed on the receipt being split.
- Add a tip percentage, if any. This field is optional — some situations don't involve a tip at all, like splitting a grocery bill or a shared utility payment, and the calculator works fine with it left at zero. When a tip percentage is entered, it's calculated on the bill total and added before the split happens.
- Enter the number of people. The combined total — bill plus tip, if one was entered — is divided evenly by this number to produce the per-person share.
- Read the per-person amount instantly. Every field recalculates the result the moment it changes, so adjusting the group size after someone leaves early, or testing a different tip percentage, updates the per-person figure immediately without restarting the calculation.
Apps that need this same tip-then-split math built into a group-payment feature can skip reimplementing the rounding and tip-on-total logic and call the metered API endpoint documented at /docs instead — a bill total, tip percentage, and headcount go in, and a per-person amount comes back.
Why People Reach for a Bill Splitter
Dividing a shared cost evenly comes up well beyond a restaurant table:
- Group dinners and drinks. The most common case — a table of friends or coworkers with one check, needing a fast, fair per-person number including tip, without anyone doing the math by hand at the table.
- Shared trip expenses. A group vacation rental, a rideshare split among passengers, or a shared grocery run for a group trip all need the same even-split logic applied to a single total.
- Roommate bills. Utilities, internet, or a shared household expense split evenly among roommates is a repeated version of the same calculation, run monthly rather than once.
- Office lunches and team events. Splitting a catered lunch or a team celebration bill among attendees, sometimes with a tip included, is a quick calculation that benefits from not requiring a spreadsheet for a one-time event.
- Checking a card machine's built-in split. Some payment terminals offer a "split evenly" option at checkout, and running the same numbers through an independent calculator confirms the terminal divided the total (and any tip) correctly before everyone taps their card.
- Potlucks and shared purchases with a single buyer. When one person fronts the cost of a group gift, shared groceries for an event, or supplies for a shared project, working out what everyone else owes that person is the same even-split math applied to a reimbursement rather than a restaurant check.
Technical Deep Dive: Tip-on-Total vs Splitting the Tip Separately
There are two different ways a group might intend a tip to be handled when splitting a bill, and they produce the same final total but arrive at it in a different order — which matters if the group wants to see the tip amount broken out on its own.
Tip calculated on the full bill, then split. This is the more common approach and the one this calculator uses: tip amount = bill total × tip rate, then (bill total + tip amount) ÷ number of people = per-person share. A $180 bill with an 18% tip among four people: tip = 180 × 0.18 = $32.40, combined total = $212.40, per person = $53.10.
Splitting the bill first, then each person tips individually. Mathematically, this produces an identical final total when everyone tips at the same rate — the order of operations doesn't change the result because multiplication and division here are commutative. $180 ÷ 4 = $45 per person, then each person's 18% tip on their own $45 share is $8.10, for the same $53.10 total. The only real difference between the two approaches shows up if people want to tip at different rates individually, in which case the group can't use one shared per-person figure at all and each person needs their own calculation.
Rounding is the detail that causes real disagreements at the table. A total that doesn't divide evenly by the headcount — say $100 among three people, which is $33.333... each — has to land somewhere, and different rounding choices produce different (though very close) collected totals. Rounding each share down to $33.33 collects $99.99 total, a cent short; rounding up to $33.34 each collects $100.02, three cents over. Neither is wrong, exactly, but a group that cares about the difference should decide upfront whether the extra cent or two is absorbed by one person or simply left as a rounding gap, since a perfectly even three-way split of a number not divisible by three doesn't exist in whole cents.
Uneven splits are a related but genuinely different calculation, worth flagging so it isn't confused with what this tool does. If a group agrees in advance that one person pays a bigger share — say, two people ordering steak while two others ordered salads, but everyone still wants a single collected total — that requires assigning a proportion or a fixed amount to each person rather than dividing the total equally, which is a manual step outside an even-split calculator. The even-split model this tool uses assumes every person's share is identical, which covers the majority of group situations but not every one of them.
| Method | Handles tip correctly | Speed | Handles uneven splits (rounding) |
|---|---|---|---|
| Eyeballing an even split | Only if tip is ignored or guessed | Fast but unreliable | No — usually just rounds loosely |
| Mental math at the table | Possible but slow with a group | Slow, especially with an odd headcount | Inconsistent |
| Payment app's built-in split feature | Varies by app | Fast if already installed | Usually, but not always shown clearly |
| Dedicated bill splitter | Yes, tip-on-total by default | Fast, one screen | Yes, computed precisely per person |
Bill Splitter vs Payment Apps and Manual Math
Peer-to-peer payment apps often bundle a bill-splitting feature alongside the ability to actually collect money from each person, which is genuinely useful once everyone's decided on the amounts — but working out those amounts is a separate step from moving the money, and not everyone at the table necessarily uses the same payment app. A standalone bill splitter answers the "how much does each person owe" question on its own, independent of which app anyone uses to actually settle up afterward, and it's faster to open for a quick check than a payment app that also wants to walk through sending money.
How Your Numbers Are Handled
The bill total, tip percentage, and number of people entered are all calculated directly in your browser using JavaScript, with nothing sent to a server or stored anywhere. Closing or refreshing the page clears the calculation completely, and no account or sign-in is needed — anyone at the table can pull it up on their own phone and get the identical per-person figure without registering for anything.
Common Questions About Splitting a Bill
Should tip be calculated on the pre-tax or post-tax total?
Both approaches are used in practice, and there's no single universal rule — some people tip on the subtotal before tax, others tip on the total including tax, and the difference is usually small. Whichever total is entered into the bill total field is what the tip percentage gets calculated against, so entering the pre-tax subtotal versus the tax-inclusive total will produce a slightly different tip amount and final split.
What happens when the total doesn't divide evenly among the group?
The per-person amount is calculated to the cent, but if the group is paying in physical cash, the exact figure might not be achievable without someone contributing an extra cent or two, or the group agreeing to round to a convenient number. The calculator shows the mathematically precise per-person share; how a group handles a fractional cent in practice is a separate decision.
How does splitting work if people had very different amounts on a shared check?
An even split assumes everyone owes the same share regardless of what they individually ordered, which works well for groups that agree to split evenly regardless of order size. For a bill where people want to pay only for what they personally ordered, an even split isn't the right calculation at all — that scenario needs each person's items totaled separately rather than one shared total divided by headcount.
Does the tip percentage entered need to match what's considered a "standard" tip?
No — the tip field accepts whatever percentage the group decides on, whether that's a service-standard rate, a lower amount for takeout, a higher amount for exceptional service, or zero for a bill where tipping doesn't apply at all. The calculator applies whatever rate is entered; it doesn't enforce or suggest a specific percentage.
Can this be used for a bill that already includes a mandatory service charge?
Yes, though the mandatory charge and any additional voluntary tip are two different things worth keeping straight — if a service charge is already included in the bill total, entering an additional tip percentage on top adds a second charge on top of the first rather than replacing it, so it's worth checking the receipt for whether service is already included before adding another tip percentage.
Is there a limit to how many people a bill can be split between?
No practical limit — the calculator divides the combined total by whatever headcount is entered, whether that's two people splitting a coffee or thirty people splitting a large group event's catering bill. The per-person amount simply gets smaller as the headcount grows, following the same division regardless of group size.
What if some people in the group already paid for part of the bill separately?
Subtract whatever was already covered separately from the overall bill total before entering it, so the remaining figure reflects only the amount that still needs to be split among the rest of the group. Mixing a partial pre-payment into the full total without adjusting for it would overstate what the remaining people actually owe.
Related Tools
For working out a tip amount on its own, without the group-splitting step, the Tip Calculator covers that calculation directly. When a bill also needs sales tax added before anyone splits it, the Sales Tax Calculator handles that step first. A group splitting a bill during travel abroad may need the Currency Converter to convert the total into a shared home currency before dividing it. For quick percentage math beyond tipping — working out a discount or a proportional share — the Percentage Calculator covers the general case.
Ad space
Related tools
Ad space