Concrete Block Calculator Formula

Understand the math behind the concrete block calculator. Each variable explained with a worked example.

Formulas Used

Wall Area

wall_sqft = wall_area

Blocks Needed

blocks_needed = ceil(wall_area / block_face_area)

Blocks (with waste)

blocks_with_waste = ceil(wall_area / block_face_area * (1 + waste_percent / 100))

Variables

VariableDescriptionDefault
wall_lengthWall Length(feet)30
wall_heightWall Height(feet)8
block_lengthBlock Length (with mortar)(inches)16
block_heightBlock Height (with mortar)(inches)8
waste_percentWaste Factor(%)5
wall_areaDerived value= wall_length * wall_heightcalculated
block_face_areaDerived value= (block_length / 12) * (block_height / 12)calculated

How It Works

How to Calculate Concrete Blocks Needed

Formula

Blocks = Wall Area / Block Face Area

A standard CMU (Concrete Masonry Unit) is 8 in x 8 in x 16 in nominal (including mortar). The face area of one block with mortar is (16/12) x (8/12) = 0.889 sq ft. So roughly 1.125 blocks per square foot of wall. Always add 5-10% for breakage and cuts.

Worked Example

A block wall 30 ft long and 8 ft high using standard 8x8x16 blocks with 5% waste.

wall_length = 30wall_height = 8block_length = 16block_height = 8waste_percent = 5
  1. 01Wall area = 30 × 8 = 240 sq ft
  2. 02Block face area = (16/12) × (8/12) = 1.333 × 0.667 = 0.889 sq ft
  3. 03Blocks needed = 240 / 0.889 = 270 blocks
  4. 04With 5% waste = 270 × 1.05 = 284 blocks

Ready to run the numbers?

Open Concrete Block Calculator