Container Loading Calculator
Compute how many drums, IBCs, big bags, or paper-bag pallets fit a 20'GP, 40'GP, 40'HC, or reefer container.
Calculator method (so you can verify by hand)
- Units per tier: floor(internal length ÷ unit footprint length) × floor(internal width ÷ unit footprint width).
- Tier count: the lesser of (internal height ÷ unit height) and the packaging's stack rating.
- Volume cap: units capped at floor(internal volume × 0.95 ÷ unit volume) to allow for void space.
- Weight cap: floor(container max payload ÷ (unit net mass + tare)).
- Loading result: the lower of the volume cap and the weight cap. The lower of the two is the limiting factor.
For a deeper breakdown of cargo packaging see the glossary entries: 20-foot container, 40-foot container, 40-foot high cube, reefer container, drum, IBC, big bag, and ISO tank.
A worked example
The booking. You quote a 40HC of bagged citric acid and size it on volume: the cartons cube out the box, so you commit to the full container load on the quote.
The failure. It weighs out first. The bagged cargo grosses past the 40HC payload cap well before the cartons fill the floor and roof, so the container is rejected at the terminal for overweight, or you ship it part-full and pay for air. Cube was the wrong binding dimension; weight was.
The fix. Run both constraints here before you quote. The calculator returns the load by floor and height and by payload, and names which one binds. Quote against the binding dimension and the box loads to its real capacity with no overweight reject.
For drummed or IBC cargo specifically, the drum and IBC palletising calculator is at /tools/chemicals/drum-ibc-palletising-calculator, and every box's internal dimensions and payload sit in the container types reference.
Bulk liquid in an ISO tank?
ISO tank loading uses different math: thermal-expansion fill cap, hard ceiling 95% or 97% by hazard class, the 20% to 80% surge floor, plus MAWP and lining-compatibility checks. That calculator lives on its own page.
Open the ISO Tank Loading Calculator