What a fair utility split actually means
A utility split is a rule for turning one bill into several amounts that add back to it exactly. That last property is the one people forget, and it is the source of most shared-house arguments: someone rounds their share down, someone else pays the remainder, and by the third month nobody can reconstruct who is ahead.
The rule you choose should match what drives the bill. A water bill is almost entirely usage, and usage tracks how many people were in the house and for how long. An internet bill is almost entirely a flat subscription, and it does not care whether you streamed for forty hours or four. An electricity bill in a house with electric heat sits somewhere in between, and the space with the biggest window and the worst insulation genuinely costs more to keep warm.
This calculator implements three rules. Equal shares divides the whole bill by the number of people who lived there during the period. Person-days divides the usage portion in proportion to how many days each person was actually resident, which is the only method that handles a mid-cycle move correctly. Bedroom share weights the usage portion by room size and then prorates that by days, which is the convention most often written into a house agreement when the rooms are visibly unequal.
All three separate the fixed service charge from the usage. Utilities in most jurisdictions bill a customer charge, meter charge or delivery minimum that appears whether the meter turned or not. That amount is a cost of having the service connected, so it splits equally among everyone who benefited from having the service available. If you split it by usage, the person who was away for three weeks subsidises nothing and the person who stayed pays for the meter twice over.
The formula, term by term
Start from the bill total B and pull out the fixed charges F. What remains, B − F, is the usage pool. Every method divides the usage pool by a set of weights that sum to one, which is what guarantees the shares reconcile.
F / n is the fixed share. n counts the roommates with at least one occupied day, not the number of bedrooms. A room that stood empty for the entire cycle does not owe a fixed share, because there was nobody there to benefit from the connection. If the empty room is a landlord's problem — a vacancy the remaining tenants are not responsible for — the remaining roommates absorb it, and that is exactly what this calculator does.
d_i / Σd_j is the usage weight. Read d_i as person-days, not calendar days: a couple sharing one bedroom for a 30-day cycle contributes 60 person-days, because two people run two sets of showers. That single convention lets one input field cover both partial-month residency and unequal head count per room.
The bedroom-share variant replaces d_i with w_i·d_i. The weights are relative, so it makes no difference whether you enter room areas in square feet, square metres, or a scale where the master is 1.2 and the box room is 0.8 — only the ratios matter. Multiplying by days keeps the proration: a large room occupied for half the cycle carries half its weight.
Because every weight set is normalised by its own sum, the reconciliation is exact by construction. The Shares add back to output exists so you can see it: if it does not equal your bill total, an input is out of range rather than the arithmetic being wrong.
Worked example: a $300 electricity bill with a mid-month move-in
Three roommates share a house on a 30-day billing cycle. The statement shows $300 due, of which $60 is a fixed customer and delivery charge. A and B were there all 30 days. C moved in on the 16th, so C occupied 15 days.
- Separate the fixed charge. Usage pool = $300 − $60 = $240.
- Split the fixed charge equally. Three people occupied the house at some point, so each owes $60 ÷ 3 = $20.
- Total the person-days. 30 + 30 + 15 = 75 person-days.
- Price one person-day. $240 ÷ 75 = $3.20 per person-day.
- Allocate usage. A: 30 × $3.20 = $96.00. B: 30 × $3.20 = $96.00. C: 15 × $3.20 = $48.00.
- Add the two parts. A owes $20 + $96 = $116.00. B owes $116.00. C owes $20 + $48 = $68.00.
- Reconcile. $116.00 + $116.00 + $68.00 = $300.00, the bill total.
Compare that with a naive equal split, which would charge everyone $100. C would pay $32 more than the person-day method says, and A and B would each pay $16 less. Whether that $32 is worth arguing about is a house decision — but at least now you know the number rather than guessing at it.
Now switch the method to bedroom share with weights 1.0, 1.0 and 0.8, all three occupying the full 30 days and no fixed charge on a $280 bill. Weighted room-days are 30, 30 and 24, totalling 84. The usage cost per weighted room-day is $280 ÷ 84 = $3.3333, so the shares are $100.00, $100.00 and $80.00.
Choosing the method — and how to read the result
Pick the method from the bill, not from who is loudest. A quick test: ask what would happen to this bill if one person were away for the whole month. If it would barely move, the cost is fixed and an equal split is honest. If it would drop noticeably, it is usage and person-days is honest.
In practice that puts internet and any flat-rate service on equal shares, water and sewer firmly on person-days, and gas and electricity on person-days too unless your house has an obvious asymmetry — an electric heater in one room, a window unit in another — that a bedroom weight captures better.
Watch the Share of bill column in the table. A person-day split moves shares much less than people expect: someone who missed a full week of a 30-day cycle only drops from 33.3% to about 27.7% of a three-way usage pool, because the other two absorb the difference. If your housemate expects a quarter off for a week away, show them that column.
Treat any share above 50% for one person in a three-person house as a prompt to check the inputs rather than a result to send round. It happens legitimately when two rooms were vacant, but it also happens when someone entered person-days for a couple in one room and calendar days for everyone else.
Finally, decide the rounding rule before the first bill, not after. The convention that causes least friction is to round each share to the nearest cent and give the remaining one or two cents to whoever pays the utility company directly, since they are the person carrying the float.
Which split fits which bill
| Bill | Mostly fixed or mostly usage | Recommended split | Why |
|---|---|---|---|
| Internet / broadband | Almost entirely fixed | Equal shares | The price does not change with how much anyone streams. |
| Water and sewer | Small fixed charge, mostly usage | Person-days | Showers, laundry and toilets scale directly with people present. |
| Electricity, no electric heat | Customer charge plus usage | Person-days | Lighting, cooking and devices scale with occupancy. |
| Electricity with room heaters or window AC | Usage, unevenly distributed | Bedroom share | A larger or worse-insulated room genuinely draws more. |
| Natural gas, shared central heat | Meter charge plus usage | Person-days or bedroom share | Central heat serves the whole house; weight only if rooms are metered or visibly unequal. |
| Waste collection | Entirely fixed per household | Equal shares | Billed per bin, not per bag. |
| Streaming subscriptions | Entirely fixed per account | Equal shares among users | Split among the people on the profile list, not the lease. |
The fixed versus usage split is printed on most utility statements as separate line items. Where it is not, the customer charge is usually the flat dollar amount that repeats identically month to month.
Mistakes that make a split unfair
- Splitting the fixed charge by usage. The meter charge is the price of having the service connected. Someone away for three weeks still had running water available every one of those days.
- Using calendar months instead of the service period. Utility cycles are typically 28 to 33 days and rarely start on the 1st. Prorating a move-in against the wrong window shifts a few dollars every single month, always in the same direction.
- Counting rooms instead of people. Two people in one bedroom generate roughly twice the water and laundry of one. If your house has a couple in it, use person-days and double their entry.
- Prorating a bill that is already prorated. If the utility issued a final and an opening statement around a move, the proration is in the bill already. Enter each statement separately with the days it actually covers.
- Assuming a guest is free. A partner staying four nights a week for a full cycle is roughly 17 extra person-days. Agree a guest threshold in writing before it becomes a grievance.
- Reallocating after the fact. Changing method retroactively because this month's result is unfavourable destroys trust faster than any single bill. Fix the method for a lease term.
This is an allocation, not a legal apportionment
Most residential leases make tenants jointly and severally liable, meaning the utility can pursue any named account holder for the whole balance regardless of what your house agreed internally. A split calculated here is an agreement between roommates, and it does not change who the provider can bill. If you are the named account holder, that risk is yours, and it is a reasonable argument for collecting shares before the due date rather than after it. Where a landlord bills utilities back to tenants, some jurisdictions regulate the method and require the calculation to be disclosed — check your local tenancy rules before adopting a weighted method.
Where this sits among the other shared-cost tools
A utility split is one of a family of proportional-allocation problems, and the arithmetic recurs. When the shared item is a restaurant check rather than a bill, and people ordered different things, the right tool is the uneven bill split calculator, which allocates tax and tip in proportion to what each person actually ordered rather than by head count. When the shared item is a car journey, the carpool cost split calculator divides fuel and wear across passengers and legs.
Some of the underlying costs are worth attacking rather than dividing. If your water bill is the one causing arguments, the toilet flush water usage calculator shows how much of it is going down the toilet and whether a fixture swap pays for itself. If the electricity bill is the problem, the laundry load cost calculator prices a single wash-and-dry cycle so you can see whether the dryer is worth what everyone is paying. For the flat-rate bills that split equally, the streaming vs cable cost calculator and the cell phone plan comparison calculator attack the subscription itself.
One structural note: this calculator handles three roommates because that covers the large majority of shared houses and keeps the form readable. For four or more, run it in pairs of groups — allocate the bill between two blocks first using their combined person-days, then split each block's amount again. Because the person-day weights are linear, splitting in two stages gives exactly the same answer as splitting in one.
Key terms
- Fixed service charge
- The flat amount a utility bills each cycle for having the connection, meter and account in place. Called a customer charge, basic service charge, standing charge or delivery minimum depending on the provider.
- Person-day
- One person present for one day. A couple in one room for 30 days is 60 person-days. It is the natural unit for anything that scales with both head count and time.
- Billing period
- The service dates the statement actually covers, printed as a from and to date. It is normally 28 to 33 days and seldom aligns with the calendar month.
- Proration
- Charging a fraction of a cost proportional to the fraction of the period a person was liable for it. A move-in on day 16 of a 30-day cycle prorates to 15/30 of the usage share.
- Joint and several liability
- A lease term making each tenant individually responsible for the entire obligation, so a landlord or utility can collect the full amount from any one of them.
