Free online brick calculator
A brick calculator counts the courses and bricks per row for a wall, subtracts door and window openings, and estimates mortar bags — all from your wall dimensions and brick size.
Saved to favorites
Your favorites are on the home page under “Your favorites.” They are saved only in this browser on this device, so they will not appear on another device or browser. No account, no server.
How to use
- Enter the wall length and height in feet.
- Enter the number of doors and windows to subtract from the total.
- Use the default standard modular brick dimensions or enter your own.
- Set the mortar joint width (3/8 in is standard).
- Set a waste factor (5% is typical for a straight wall).
- Read brick count, courses, and mortar bags.
Formulas
bricksPerRow = ceil(wallLength × 12 / (brickLength + mortarJoint))
courses = ceil(wallHeight × 12 / (brickHeight + mortarJoint))
rawBricks = bricksPerRow × courses
bricksNeeded = rawBricks − (doors × 100) − (windows × 57)
bricksWithWaste = ceil(bricksNeeded × (1 + waste% / 100))
mortarBags = ceil(bricksWithWaste / 35) [60-lb bags]
Worked example
20 ft × 8 ft wall, 1 door, 2 windows, standard brick (7.625 × 2.25 in), 3/8-in joint, 5% waste:
bricksPerRow = ceil(20 × 12 / (7.625 + 0.375))
= ceil(240 / 8) = 30
courses = ceil(8 × 12 / (2.25 + 0.375))
= ceil(96 / 2.625) = ceil(36.57) = 37
rawBricks = 30 × 37 = 1,110
bricksNeeded = 1,110 − (1 × 100) − (2 × 57)
= 1,110 − 100 − 114 = 896
bricksWithWaste = ceil(896 × 1.05) = ceil(940.8) = 941
mortarBags = ceil(941 / 35) = ceil(26.89) = 27 bags
Notes
- The door and window deductions use standard rough opening sizes (3×7 ft doors, 3×4 ft windows). Adjust the count if your openings are significantly larger or smaller.
- Mortar coverage varies with joint thickness, mason technique, and brick porosity. Add 10% to the mortar bag count for any first-time project.
- For double-wythe walls, multiply brick count and mortar bags by 2 (plus ties).
References
- Brickwork (bricks, courses, mortar joints)Wikipedia · en.wikipedia.org
- Brick (standard and modular sizes)Wikipedia · en.wikipedia.org
- Area (of a rectangle)Wikipedia · en.wikipedia.org
Frequently asked
How many bricks do I need per square foot?
What is a course of brick?
How much mortar do I need?
How are door and window openings handled?
What waste factor should I use for brick?
How do I share my brick estimate?
Embed this calculator
Add this free calculator to your own site. Copy the snippet — it works anywhere you can paste HTML, and stays in sync with this page.
Related calculators
- Concrete block calculator
Estimate CMU blocks and mortar for foundation and retaining walls.
- Mortar calculator
Calculate mortar volume for any masonry project.
- Square footage calculator
Measure wall area before ordering materials.
- Concrete calculator
Calculate concrete for footings and foundations.
- Framing calculator
Estimate lumber for wood-framed walls.