About the Container Loading Calculator
This tool estimates how many identical cartons or cases fit inside a standard shipping container, using the two limits that govern every real load: the space available and the weight allowed. It reports whichever limit is more restrictive, since a container can never carry more than either boundary permits.
The formulas
For a container with rated internal volume V and maximum payload P, loading a carton of volume v and weight w:
- Volume-limited quantity: floor((V × packing efficiency) ÷ v) — how many cartons fit in the usable cubic space.
- Weight-limited quantity: floor(P ÷ w) — how many cartons the container can legally carry before hitting its maximum payload.
- Loadable quantity: the smaller of the two — min(volume-limited, weight-limited) — because both constraints must be satisfied at once.
Packing efficiency (default 85%) discounts the container's rated volume to account for real-world losses: pallet footprints that don't tile perfectly, case shapes that leave gaps, door-swing clearance, and bracing or dunnage. Loose-stacked rectangular cartons typically achieve roughly 70-90% of rated volume; adjust the input down for irregular cargo or up for tightly modular, palletized loads.
Reading the result
When the volume-limited number is lower, the load is volume-limited — the container runs out of room before it gets heavy, which is typical for bulky, lightweight goods like foam, textiles, or empty packaging. When the weight-limited number is lower, the load is weight-limited — the payload cap is reached with cubic space to spare, typical for dense cargo like liquids, machinery, or metal stock. Volume utilization and weight utilization show what share of each limit the final load actually uses; a large gap between the two tells you which lever (a bigger/lighter carton, or a denser one) would improve the fill.
Standard container reference values
Internal volumes and maximum payloads used by this calculator are typical published figures for ISO dry containers: a 20ft standard container holds about 33.2 m³ with a maximum payload near 28,180 kg; a 40ft standard container holds about 67.7 m³ with a maximum payload near 28,780 kg; a 40ft high cube holds about 76.4 m³ with a maximum payload near 28,580 kg. These vary slightly by manufacturer and container age — check the data plate on the actual unit for a weight-critical shipment.