About Us | Free 3D Box Packing Calculator
What is BoxVolume?
BoxVolume is a free 3D container packing calculator that helps you determine how many items fit in a box, container, or any rectangular space.
The Algorithm
We use the EB-AFIT algorithm (Erhan Baltacioglu, Air Force Institute of Technology, 2001), a layer-based heuristic that efficiently packs items by testing multiple orientations and placements.
Use Cases
Perfect for shipping optimization, warehouse planning, moving estimates, and any scenario where you need to maximize space utilization.
Open Source
BoxVolume is built on open source technology. The packing engine uses the 3DContainerPacking library by David M. Chapman, a C# implementation of the EB-AFIT algorithm.