Contents Pack-Out Volume, Boxes, and Storage

Turns an affected room's contents into the boxes, climate storage, and truck loads a pack-out requires.

Run the calculator

Example

You enter

You get

Details, formula, and sources

The contents volume from a density per floor area, the box count, the storage volume with a warehouse stacking allowance, and the truck loads. Serious fire and water losses begin with a pack-out so the structure can be cleaned and dried. The actual inventory and box mix govern; the densities are starting rules of thumb. An estimating screen.

contents_volume_ft3 = floor_area_ft2 x contents_ft3_per_ft2; boxes = ceil(contents_volume_ft3 / box_volume_ft3); storage_volume_ft3 = contents_volume_ft3 x stacking_factor; truck_loads = ceil(storage_volume_ft3 / truck_volume_ft3).

Volume-based pack-out estimating method, by name; restoration estimating practice (ANSI/IICRC S500/S700). Field-estimating arithmetic, not edition-bound.

The pack-out estimate is public estimating arithmetic; the densities are common restoration rules of thumb.

Estimate. AHJ and licensed professional govern.

Field names used by the API: floor_area_ft2, contents_ft3_per_ft2, box_volume_ft3, stacking_factor, truck_volume_ft3, contents_volume_ft3, boxes, storage_volume_ft3, truck_loads

Related tools