Brick Calculator Formula

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

Formulas Used

Wall Area

wall_sqft = wall_area

Bricks (no waste)

bricks_no_waste = ceil(wall_area / brick_face_area)

Bricks (with waste)

bricks_with_waste = ceil(wall_area / brick_face_area * (1 + waste_percent / 100))

Variables

VariableDescriptionDefault
wall_lengthWall Length(feet)20
wall_heightWall Height(feet)8
brick_lengthBrick Length(inches)8
brick_heightBrick Height(inches)2.25
mortar_jointMortar Joint Width(inches)0.375
waste_percentWaste Factor(%)7
wall_areaDerived value= wall_length * wall_heightcalculated
brick_face_areaDerived value= ((brick_length + mortar_joint) / 12) * ((brick_height + mortar_joint) / 12)calculated

How It Works

How to Calculate Bricks Needed

Formula

Bricks = Wall Area / Brick Face Area × (1 + Waste%)

Brick face area includes the mortar joint on one side and the top:

Brick Face Area = (Brick Length + Mortar) × (Brick Height + Mortar)

A standard modular brick is 8" × 2-1/4" with a 3/8" mortar joint. This gives approximately 6.75 bricks per square foot of wall.

Worked Example

A wall 20 ft long and 8 ft high with standard modular bricks (8" × 2.25") and 3/8" mortar joints, 7% waste.

wall_length = 20wall_height = 8brick_length = 8brick_height = 2.25mortar_joint = 0.375waste_percent = 7
  1. 01Wall area = 20 × 8 = 160 sq ft
  2. 02Brick face area = (8 + 0.375)/12 × (2.25 + 0.375)/12 = 0.698 × 0.219 = 0.1528 sq ft
  3. 03Bricks needed = 160 / 0.1528 = 1,047 bricks
  4. 04With 7% waste = 1,047 × 1.07 = 1,121 bricks

Ready to run the numbers?

Open Brick Calculator