Container Load Planner (20ft/40ft/TEU)

Estimate how many pallets or cartons fit into a 20ft, 40ft, or HC container

Ad placeholder (leaderboard)

Booking ocean freight starts with one question: how much fits in the box? This planner takes your carton or pallet size and the container’s true internal dimensions, then reports the unit count limited by both volume and payload, so you know whether your cargo cubes out or weighs out first.

How it works

The tool fills a simple 3D grid inside the container’s internal dimensions. For cartons it tries all six rotations; for pallets it keeps them upright and rotates only the footprint:

nx = floor(containerL / unitL)
ny = floor(containerW / unitW)
nz = floor(containerH / unitH)
fit by volume  = nx × ny × nz   (best orientation)
fit by payload = floor(payloadLimit / unitWeight)
units loaded   = min(fit by volume, fit by payload)

The smaller of the two is the real capacity, and the tool flags whether volume or weight is the binding limit.

Example and tips

Cartons of 40 by 30 by 30 cm at 8 kg each pack into a 40ft GP at roughly 2200 by volume, while the 26,680 kg payload allows about 3300 — so volume binds and you load 2200 cartons at around 80 percent volume utilisation. Switch to dense goods at 25 kg per carton and payload becomes the limit instead. Remember this is an idealised grid: leave a few percent of slack for bracing, dunnage, and the fact that real cartons rarely tessellate perfectly.

Ad placeholder (rectangle)