utilduck
Home · Calculators · Bill Split Calculator (Warikan)

Bill Split Calculator (Warikan)

Split a total bill evenly among a group, rounded up to a clean amount per person.

Per person
-

How do I split a bill evenly (warikan)?

Divide the total bill by the number of people to get each person's exact share, then round that up to a clean number — the nearest 1, 10, or 100 of the currency unit — so no one needs exact change; because everyone now pays a little more than their exact share, the extra collected is the surplus.

Some groups prefer that the person who organized the outing (幹事, kanji) pay whatever amount is left over after everyone else pays the clean rounded amount, instead of collecting a surplus — this tool supports both approaches.

How much does each person pay when splitting 10000 three ways?

Divide the total by the number of people, then round that share up to the nearest rounding unit so everyone pays a clean amount. Example: 10,000 split 3 ways is 3,333.33 each exactly; rounded up to the nearest 10, each person pays 3,340, and the group collects 10,020 — a surplus of 20.

Steps to split a bill

  1. Divide the total bill by the number of people to get the exact share per person.
  2. Round that exact share up to the nearest rounding unit (1, 10, or 100 of the currency) so no one needs exact coins — this is always a round-up, never down, so the group never comes up short.
  3. If everyone pays the same (split evenly): multiply the rounded per-person amount by the number of people to get the total collected, and note the surplus (total collected minus the actual bill).
  4. If the organizer absorbs the rounding: everyone except the organizer pays the rounded amount, and the organizer pays whatever remains — the actual bill minus what everyone else already paid.
  5. Check that the organizer's amount (in that mode) is not negative; with a very small bill split among many people this can happen and needs a smaller rounding unit.

The rounding formulas

per-person amount = ceil((total / people) / unit) x unit | split evenly: surplus = per-person x people - total | organizer absorbs: organizer's amount = total - (per-person x (people - 1))
  • unit = the rounding unit selected (1, 10, or 100 of the currency)
  • "Split evenly" = every person, including the organizer, pays the same rounded amount
  • "Organizer absorbs" = everyone else pays the rounded amount; the organizer pays the exact remainder, which is usually a little less

Example: splitting 10,000 three ways

Rounding unitPer person (split evenly)Total collectedSurplus
13,33410,0022
103,34010,02020
1003,40010,200200

Frequently asked questions

Why does everyone pay slightly more than their exact share?

The exact share (total / people) is rarely a round number, and paying an odd, uneven amount is inconvenient. Rounding each person's share up to a clean unit means transactions are simple, at the cost of collecting a small surplus beyond the actual bill.

What happens to the surplus in "split evenly" mode?

It's simply the extra amount collected beyond the bill — many groups treat it as a small buffer, a tip, or just round it into the next round of drinks; this tool reports it so you know exactly how much extra was collected.

How is "organizer absorbs" different from "split evenly"?

In "split evenly," every person including the organizer pays the same rounded-up amount, leaving a surplus. In "organizer absorbs," only the non-organizer members pay the clean rounded amount, and the organizer pays exactly what's left over — the organizer's payment is not rounded, so there is no surplus.

Which rounding unit should I use?

Smaller units (1) keep everyone's payment closer to their exact share with a smaller surplus, while larger units (10 or 100) make for rounder, easier-to-hand-over amounts at the cost of a larger surplus — pick based on your currency and how much precision matters to your group.

This tool assumes an even split among all participants with a single rounding unit; it does not support itemized splitting (different amounts for different people) or splitting with a discount applied beforehand.