Concrete Blocks Needed for a Wall Calculator
blocks = ceil(wall_area · waste / block_face_area).
Compute the number of concrete masonry units (CMU blocks) needed to build a wall, including a default 5-10 % waste factor for cuts and breakage. The standard 8 × 8 × 16 in CMU has a face area of 8 × 16 = 128 in² ≈ 0.888 ft², so a 100 ft² wall takes about 113 blocks plus waste.
How to use this calculator
- Fill in the inputs above using the units you already have.
- Values update automatically as you type — no submit button needed.
- Hover any result row for the underlying formula and intermediate values.
Formula
blocks = ceil(L · H · (1 + waste/100) / face_area).
In depth
Compute the number of concrete masonry units (CMU blocks) needed to build a wall, including a default 5-10 % waste factor for cuts and breakage. The standard 8 × 8 × 16 in CMU has a face area of 8 × 16 = 128 in² ≈ 0.888 ft², so a 100 ft² wall takes about 113 blocks plus waste.
Spot an issue or have a suggestion?
Our editors read every message. If the math looks off, tell us the inputs you used and what you expected.