Mortar Calculator - Calculate Bags & Volume for Masonry
Mortar quantity calculator for bricklaying, blockwork, stonework, tiling, and plastering. Enter area and construction type to get mortar volume and bag count.
Mortar Quantity Estimator
Input Parameters
Calculation Results
Mortar Visualization
Documentation
A mortar quantity calculator estimates how much mortar, and how many bags of it, a masonry project needs. It works from the area to be built or covered and the type of work, such as bricklaying, blockwork, stonework, tiling, or plastering.
Mortar is the paste of cement, sand, and water that binds bricks, blocks, stones, and tiles together. Different types of work use different amounts of it. Bricklaying needs more mortar per square meter than tiling, mainly because brick joints are thicker than tile joints.
How to calculate mortar quantity
The calculator multiplies the construction area by a mortar factor. The factor is the volume of mortar typically needed per unit of surface area for a given construction type and mix.
Mortar volume = Area × Mortar factor
The mortar factor is expressed in cubic meters of mortar per square meter of surface (m³/m²). Once the volume is known, the number of bags follows from a second multiplication:
Number of bags = Mortar volume × Bags per unit volume
"Bags per unit volume" depends on the mortar mix and the unit system, since bag counts are usually quoted per cubic meter (metric) or per cubic foot (imperial).
Mortar factor by construction type
| Construction type | Standard mix (m³/m²) | High-strength mix (m³/m²) | Lightweight mix (m³/m²) |
|---|---|---|---|
| Bricklaying | 0.022 | 0.024 | 0.020 |
| Blockwork | 0.018 | 0.020 | 0.016 |
| Stonework | 0.028 | 0.030 | 0.026 |
| Tiling | 0.008 | 0.010 | 0.007 |
| Plastering | 0.016 | 0.018 | 0.014 |
These factors assume common joint thicknesses: about 10 mm for bricklaying and blockwork, 12-15 mm for stonework, and 3-5 mm for tiling.
Bags per unit volume
| Mortar mix | Bags per m³ (metric) | Bags per ft³ (imperial) |
|---|---|---|
| Standard | 40 | 1.13 |
| High-strength | 38 | 1.08 |
| Lightweight | 45 | 1.27 |
These figures assume standard 25 kg (55 lb) bags of pre-mixed mortar.
Converting between metric and imperial units
The mortar factor is a physical quantity: cubic meters of mortar per square meter of wall. It cannot be applied to a square-foot area without conversion, because a square foot and a square meter are not the same size. For imperial input, the calculator first converts the area from square feet to square meters (1 ft² = 0.09290304 m²), multiplies by the mortar factor to get cubic meters, then converts that volume to cubic feet (1 m³ = 35.3146667 ft³). The net effect is the same as multiplying the naive area-times-factor result by about 3.2808. This keeps the answer consistent: the same physical wall requires the same amount of mortar whether it is measured in square meters or square feet.
Worked examples
Example 1: brick wall, metric
A wall of 50 m² is built with standard bricklaying mortar.
- Mortar volume = 50 m² × 0.022 m³/m² = 1.10 m³
- Bags = 1.10 m³ × 40 bags/m³ = 44 bags
Example 2: bathroom tiling, metric
A floor and wall area of 30 m² is tiled with a lightweight mortar mix.
- Mortar volume = 30 m² × 0.007 m³/m² = 0.21 m³
- Bags = 0.21 m³ × 45 bags/m³ = 9.45, rounded up to 10 bags
Example 3: stone veneer, imperial
A 75 ft² exterior wall is finished with stone veneer using a high-strength mix.
- Area in m² = 75 ft² × 0.09290304 = 6.97 m²
- Mortar volume = 6.97 m² × 0.030 m³/m² = 0.209 m³
- Volume in ft³ = 0.209 m³ × 35.3146667 = 7.38 ft³
- Bags = 7.38 ft³ × 1.08 bags/ft³ = 7.97, rounded up to 8 bags
Bag counts are always rounded up, since a partial bag cannot be bought.
Code example
The logic below matches the calculator, including the imperial unit conversion.
1const MORTAR_FACTORS = { // m³ of mortar per m² of surface
2 bricklaying: { standard: 0.022, highStrength: 0.024, lightweight: 0.020 },
3 blockwork: { standard: 0.018, highStrength: 0.020, lightweight: 0.016 },
4 stonework: { standard: 0.028, highStrength: 0.030, lightweight: 0.026 },
5 tiling: { standard: 0.008, highStrength: 0.010, lightweight: 0.007 },
6 plastering: { standard: 0.016, highStrength: 0.018, lightweight: 0.014 },
7};
8
9const BAGS_PER_VOLUME = {
10 metric: { standard: 40, highStrength: 38, lightweight: 45 },
11 imperial: { standard: 1.13, highStrength: 1.08, lightweight: 1.27 },
12};
13
14const SQFT_TO_SQM = 0.09290304;
15const CUM_TO_CUFT = 35.3146667;
16
17function mortarVolume(area, constructionType, mortarType, unit) {
18 const factor = MORTAR_FACTORS[constructionType][mortarType];
19 if (unit === 'imperial') {
20 return area * SQFT_TO_SQM * factor * CUM_TO_CUFT; // ft³
21 }
22 return area * factor; // m³
23}
24
25function mortarBags(area, constructionType, mortarType, unit) {
26 const volume = mortarVolume(area, constructionType, mortarType, unit);
27 return Math.ceil(volume * BAGS_PER_VOLUME[unit][mortarType]);
28}
29Factors that change actual mortar use
The calculator gives a baseline figure. Several site conditions push real consumption above or below it.
- Joint thickness. A thicker joint uses more mortar. Standard 10 mm brick joints correspond to the factors above; thinner joints near 5 mm use less, and thick 15 mm joints use more.
- Surface irregularity. Rough or uneven materials, such as fieldstone, leave larger gaps behind each unit. Moderately irregular surfaces can need 10-15% more mortar than the calculated figure; highly irregular stone can need 20-25% more.
- Wastage. Mortar is lost to spillage, mixer residue, and material that hardens before use. Professional work commonly allows 5-10% extra; DIY work often needs 15-20% extra.
- Weather. Hot, dry conditions (above 27°C/80°F) dry mortar out before it is used, increasing waste. Cold conditions (below 4°C/40°F) slow setting and may require additives. The factors above assume moderate conditions, roughly 10-25°C (50-77°F).
Brief history of mortar
Mortar is one of the oldest engineered building materials. Early builders in the ancient Near East and Egypt used mud, clay, and lime-based mixes to bond stone. Roman builders combined lime with volcanic ash to make a hydraulic mortar that could set underwater and has kept structures such as the Pantheon's dome standing for nearly 2,000 years. Research published in Science Advances in 2023 found that small lime fragments in Roman concrete let it self-heal small cracks over time. Modern mortar became standardized after Joseph Aspdin patented Portland cement in 1824, which allowed predictable, factory-made binders to replace site-mixed lime.
Frequently asked questions
What is a mortar quantity calculator? It is a tool that estimates the volume of mortar and the number of bags a masonry project needs, based on the area of the work and the construction type.
What is the formula for mortar quantity? Mortar volume equals area multiplied by a mortar factor that depends on construction type and mix. The number of bags equals that volume multiplied by the bags-per-unit-volume figure for the chosen mix.
Why do metric and imperial inputs need different math, not just different units? The mortar factor is a physical thickness value (m³ per m²). For a foot-based area, the calculator converts to square meters first, computes the volume in cubic meters, then converts that volume to cubic feet, so the answer for a given wall stays the same regardless of which unit is used.
How much extra mortar should be bought beyond the calculated amount? A common allowance is 10-15% extra for professional work and 15-20% extra for DIY work, more if the material is irregular, such as reclaimed brick or natural stone.
What is the difference between the mortar mix types? Standard mix suits most general bricklaying, blockwork, and plastering. High-strength mix has more cement and is used for load-bearing and structural work. Lightweight mix uses additives such as perlite to reduce weight, and is used for non-structural work.
What is the difference between mortar and concrete? Mortar uses fine sand and is designed for thin joints between masonry units. Concrete includes coarse aggregate such as gravel, which makes it stronger in bulk but unsuitable for thin bonding joints.
References
- Portland Cement Association, "Masonry Mortars," cement.org.
- Brick Industry Association, "Technical Notes on Brick Construction," Technical Note 8B, gobrick.com.
- ASTM International, "ASTM C270: Standard Specification for Mortar for Unit Masonry" (2019).
- National Concrete Masonry Association, "TEK 9-1A: Mortars for Concrete Masonry," ncma.org.
- Seymour, L. M., et al. "Hot mixing: Mechanistic insights into the durability of ancient Roman concrete." Science Advances 9, no. 1 (2023). doi:10.1126/sciadv.add1602.