Dishwasher Load Optimizer
Estimate dishwasher rack utilization, wash cycles needed, and an item-by-item placement map from your dish counts and dishwasher size.
Input
Bottom rack
Top rack
Cutlery basket
Output
| Metric | Value |
|---|---|
| No data yet | |
| Item | Count | Zone | Total Slots | Per Cycle |
|---|---|---|---|---|
| No data yet | ||||
Guides
Loading a dishwasher badly means either running an extra cycle for dishes that could've fit, or jamming so much in that nothing actually gets clean. This calculator estimates how full your bottom rack, top rack, and cutlery basket will be from a simple dish count, tells you how many wash cycles you'll need, and maps out which items land where.
How to use it
- Pick your dishwasher size — compact (18″ / tabletop), standard (24″ full-size), or large (extra-capacity 24″).
- Enter how many of each item you're washing: plates, bowls, pots & pans, trays or cutting boards, glasses, mugs, wine glasses, plastic containers, large utensils, and cutlery.
- The tool assigns each item to a rack zone, adds up its footprint, and reports utilization, cycles needed, and a full placement map.
How it works
Every item type has a "footprint" in rack slots based on how much room it typically needs — a pot takes more space than a bowl, a wine glass needs more clearance than a mug, cutlery packs densely into a basket. Slots are totaled per zone (bottom rack, top rack, cutlery basket) and checked against your dishwasher size's capacity.
If a zone's items exceed one load's capacity, the calculator reports how many cycles you'll need and splits the load evenly across them for the utilization and placement numbers. Footprint and capacity values are reasonable estimates for a typical rack layout — actual fit varies by dishwasher model and item shape, so treat this as planning guidance rather than a guarantee.
Why does rack utilization matter?
Overpacking a rack blocks the spray arm from reaching every surface, so items in its shadow come out dirty. Underpacking wastes water and energy on a load that could've absorbed more dishes. Aiming for a "Good" or "Excellent" utilization rating balances both.
What if my items don't fit the categories listed?
Round to the closest category by size and shape — a large serving bowl behaves more like a pot than a cereal bowl, for instance. The estimate is meant to guide planning, not to model your exact dish set.
Privacy
Everything is calculated in your browser — your dish counts are never sent to a server.
Related tools
Cleaning up after cooking for a crowd? Try the Recipe Scale Calculator to plan portions before the dishes pile up, or the Cooking Measurement Converter for converting recipe quantities.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/dishwasher-load-optimizer \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"dishwasherSize": "standard",
"dinnerPlates": "6",
"bowls": "4",
"potsPans": "1",
"traysBoards": "0",
"glasses": "6",
"mugs": "2",
"wineGlasses": "0",
"plastics": "2",
"utensilsLarge": "2",
"cutlery": "16"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `dishwasher-load-optimizer` tool (Dishwasher Load Optimizer) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.