Multi-item packing estimator

Add the items you want to combine and the box you want to use. This estimates whether they will go in — and tells you plainly when it cannot be sure, rather than guessing.

Your box — inside measurements

What you are packing

Up to 20 different items and 200 pieces in total.

What the three answers mean

How the estimator packs

  1. Every piece is grown by the spacing allowance you set.
  2. Pieces are sorted largest first, which is what "first-fit decreasing" means.
  3. They are placed into rows, rows into shelves, and shelves into layers — the way you would fill a box by hand, wall by wall.
  4. Each piece takes whichever allowed orientation keeps the layer shortest.

The same inputs always give the same answer. It is not an optimal solver, and it does not claim to be one — which is exactly why a failure is reported as "cannot say" rather than "no".

Worked example

Eight 4 × 4 × 4 in boxed mugs into a 12 × 12 × 12 in box.

Edge cases worth knowing

Common questions

Why will it not just say no?
Because in most cases it does not know. Our estimator packs one particular way; a person can do better. Saying no would be claiming something we cannot prove, so we only say it when the arithmetic settles it.
Is this the best possible arrangement?
No. It is a good, deterministic first pass. Choosing and tuning the packing heuristic against real cases is still on our list.
Can I mix different items?
Yes — that is what this tool is for. For several copies of one item, the box size calculator searches arrangements more thoroughly.
Does the order I list items in matter?
No. Pieces are sorted by size before packing, so the same set always gives the same answer.

Related tools