Example 1 — Wall with openings
- 15 m² − 2 m² openings
- face 0.09 m² + 5% waste
152 bricks
This is a good starting point for a simple wall or partition when you want a quick sense of the material scale.
Enter wall area and brick face (with joint) — we’ll count bricks with cutting waste and an optional cost.
Quick estimate: net area ÷ brick face, plus waste for cuts. Still need wall square footage? Wall area. Painting? Paint. Floors? Floor area.
Enter data and click Calculate.
Count: ceil(((area − openings) ÷ face) × (1 + waste/100)).
Example: (15 − 2) / 0.09 × 1.05 → 152.
Chart: the same wall at 5% / 10% / 15% waste (e.g. 210 / 220 / 230 for 20 / 0.1).
152 bricks
This is a good starting point for a simple wall or partition when you want a quick sense of the material scale.
138 bricks
After adding reserve, the result reflects real purchasing more accurately because some bricks may be damaged, cut, or lost during the work.
220 bricks (10%)
On a larger wall, even a small change in dimensions or reserve can noticeably increase the required brick count.
N = ceil(((area − openings) ÷ face) × (1 + waste/100)). Then optionally × price per brick.
The visible face including the mortar joint (length × height with joint). A typical modular brick is about 0.09 m² with joint.
We round up to whole bricks — and guard against floating-point noise (e.g. 200 × 1.1 ≈ 220.000…003) so clean ratios don’t get a bonus brick.
Just divide the full area by the face and add waste — nothing to subtract.
Brick counts at 5%, 10%, and 15% waste for the same wall and brick size.
From the page header — fields follow whatever you set there. Math runs in SI inside. Wall area is easiest from the wall calculator.
Usually yes — some bricks chip, get cut, or get rejected. Without spare, you’re often reordering.
Yes, as a quick planning aid. Just keep dimensions and assumptions matched to the real wall.