Plastering Calculator (Cement, Sand) - First Party
Calculate cement bags, sand m³, and water for any wall plastering project from area, thickness, and mix ratio (1:3, 1:4, or 1:6).
How this works
We follow field-practice plaster mortar rules. Plaster bulks by ~27 percent from loose dry sand to placed mortar (smaller than the 1.54 factor used for cast concrete):
wetVol = wallArea × plasterThickness
dryVol = wetVol × 1.27
cementVol = dryVol × c / (c + s)
sandVol = dryVol × s / (c + s)
cementBags = ceil(cementVol / 0.0347)
waterL = cementVol × 600A 50 kg cement bag has a loose volume of about 0.0347 m³. Water is approximated at 600 litres per cubic metre of cement — the conventional mixing-water rule of thumb for cement-mortar plaster.
Worked example
100 m² wall, 12 mm plaster, 1:4 mix:
- Wet volume =
100 × 0.012 = 1.2 m³ - Dry volume =
1.2 × 1.27 ≈ 1.524 m³ - Cement volume =
1.524 / 5 ≈ 0.305 m³ - Cement bags ≈ ceil(0.305 / 0.0347) = 9 bags
- Sand =
1.524 × 4 / 5 ≈ 1.22 m³ - Water ≈ 0.305 × 600 ≈ 183 L
Sources
- IS 1542:1992 (Sand for Plaster) and field-practice plaster bulking factor (1.27)
FAQ
Why is the dry volume only 1.27 times the wet volume for plaster?
Plaster is a thin surface coat, not cast concrete, so the void-filling allowance is smaller than the 1.54 factor used for structural concrete in IS 456. Field practice uses 1.27 for cement-mortar plaster — a 27 percent bulking allowance that accounts for the loss between loose dry sand and the placed plaster film. Use this calculator only for plastering; switch to the Concrete Mix Ratio calculator for cast concrete.
Which mix ratio should I pick for internal vs external plaster?
1:6 (cement:sand) is the conventional internal-wall plaster ratio — it is leaner, cheaper, and gives a workable trowel finish. 1:4 is used for external faces exposed to weather, where the higher cement content adds water resistance and durability. 1:3 is reserved for areas needing high strength such as plinth bands, parapet copings, and ceilings of wet rooms. Cross-check against the project specification when in doubt.
Why are cement bags rounded up?
Cement is sold by the bag (50 kg) and a fractional bag cannot be procured — partial bags absorb moisture quickly and become unusable. We round up after applying the dry-volume factor so the procurement order matches what the supplier can actually deliver. For very small jobs (under 2 bags) consider buying a single bag and accepting the small surplus, since suppliers often will not break a sealed bag.
What plaster thickness should I enter?
12 mm (0.012 m) is the standard thickness for an internal cement-mortar plaster on brick or block walls — it covers minor surface irregularities without becoming uneconomic. External walls and ceilings sometimes use 15 mm or 20 mm to handle weather exposure and span undulations. Two-coat work (a 12 mm base + a 6 mm finish) requires running the calculation twice and adding the bags.
How is the water requirement estimated?
We use a rule-of-thumb of about 600 litres of water per cubic metre of cement (cementVol × 600). This is the field-practice mixing-water allowance for cement-mortar plaster of a workable consistency. Treat it as a planning estimate for procurement and water-tank sizing, not as a batching instruction — the actual water on site is judged by the mason against the slump of the mortar.
Does this calculator handle wastage?
It does not add a wastage factor. To budget for wastage (typical 5–10 percent for plaster work), multiply the cement bags, sand, and water you see by 1.05 to 1.10 before placing your procurement order. We keep the headline result at zero wastage so the formula stays auditable against the IS 456 plastering field-practice rule.