Inputs

Floor fit only (height not considered). 40ft and 40HC share the same floor dimensions in this estimator.
Common US pallet: 48 × 40 in.
Subtracts from both sides (length and width).
Applies only between adjacent pallets, not the outer wall.
If unchecked, pallet length runs along the container length.

Results

Estimated pallets on floor
Conservative (rounded down)
Selected orientation
Container internal floor used
Usable floor after clearance
Length × Width
Pallet grid (L × W)
Tip: Share this estimate by copying the link above. The URL stores your inputs so teammates see the same configuration.

What this calculator is

The Packlyt Container Load Calculator estimates how many pallets can fit on the floor of common ISO shipping containers (20ft, 40ft, and 40HC). It’s designed for B2B planning workflows where you need a quick, transparent estimate for capacity, quoting, or routing decisions.

This estimator focuses on floor layout only. It does not model stacking, payload weight limits, pallet overhang, or handling constraints beyond simple clearances and gaps.

How it works (plain language + formulas)

We treat the container floor as a rectangle and “tile” it with pallets using a simple grid. We apply your wall clearance to reduce the usable space, then place pallets with an optional gap between pallets. If rotation is enabled, we try both orientations and pick the one with more pallets.

Key formulas

Units are inches. “Gap” is only between pallets (not required at the walls), which is why we add one gap back to the numerator.

Usable dimensions
usableLen = containerLen − 2×clearance
usableWid = containerWid − 2×clearance

Pitch (pallet size plus gap between adjacent pallets)
pitchLen = palletLen + gap
pitchWid = palletWid + gap

Count along each axis
nLen = floor((usableLen + gap) / pitchLen)
nWid = floor((usableWid + gap) / pitchWid)
total = nLen × nWid

Input definitions

Output definitions

Common B2B use cases

Limitations and assumptions

For methodology details and dimensional sources, see Methodology.

Disclaimer

This tool provides planning estimates only. Actual loadability depends on pallet type, overhang allowances, product stability, handling equipment, container condition, dunnage, blocking/bracing, and carrier requirements. Always verify with your operations team or logistics provider before execution.

Related calculators

Keep your workflow consistent: every calculator links back to the category hub and Methodology.

FAQ

Does 40HC fit more pallets than a standard 40ft?

On the floor, typically no—40ft and 40HC usually share the same internal length and width. 40HC is taller, so it may support more product volume if your load can be stacked safely.

Why do you add “+ gap” in the formula?

Gaps occur between pallets. For N pallets in a row, there are N−1 gaps. Using (usable + gap) / (pallet + gap) is a standard way to count items with internal spacing without requiring a wall gap.

What’s a good wall clearance to use?

Many teams start with 1–2 inches for a conservative buffer, but the right value depends on pallet quality, loading method, and dunnage/liner requirements.

Can this handle mixed pallet sizes?

This version assumes one pallet size per estimate. For mixed footprints, you’ll typically plan in patterns or simulate layouts separately.