RCC Slab Material Calculator
Calculate cement bags, sand m³, aggregate m³, and steel reinforcement kg for any RCC slab using IS 456 grades and the standard 1.54 dry-volume rule.
How this works
We size the wet (placed) volume from the slab's three dimensions, then expand to dry materials via the IS 456 dry-volume rule:
wetVol = length × width × thickness
dryVol = wetVol × 1.54
cementVol = dryVol × c / (c+s+a)
sandM3 = dryVol × s / (c+s+a)
aggM3 = dryVol × a / (c+s+a)
cementBags = ceil(cementVol / 0.0347)
steelKg = wetVol × steelKgPerM3Default steel density of 100 kg/m³ is conservative for residential slabs. Two-way slabs and cantilever decks may push closer to 130–150 kg/m³ — adjust the steel reinforcement input to match your bar bending schedule.
Worked example
A 5 m × 4 m × 0.15 m M20 slab (ratio 1:1.5:3) at 100 kg/m³ steel:
- Wet volume =
5 × 4 × 0.15 = 3 m³ - Dry volume =
3 × 1.54 = 4.62 m³ - Cement bags =
ceil(4.62 / 5.5 × 1 / 0.0347) = 25 bags - Sand =
4.62 × 1.5 / 5.5 ≈ 1.26 m³ - Aggregate =
4.62 × 3 / 5.5 ≈ 2.52 m³ - Steel =
3 × 100 = 300 kg
Sources
- IS 456:2000 §9.2 (Nominal Mix Concrete) and §10.3 (Dry-volume bulking allowance).
FAQ
What slab thickness should I use for a residential floor?
For a single-family residential RCC slab spanning up to 4 metres, the conventional thickness is 125 mm (5 inches). For spans up to 5 metres, 150 mm is the norm. Larger spans demand either a thicker slab or a beam grid. The minimum thickness in IS 456 for two-way simply-supported slabs is span/35 (continuous) or span/28 (simply supported), so the 125 mm rule of thumb only holds when the structural drawing has confirmed it.
Why is steel given as kg per cubic metre of concrete?
RCC steel is specified two ways: as a percentage of concrete volume (typical 0.8–1.5% by volume) or as a kg/m³ density. For residential slabs, 80–120 kg/m³ is the normal range. The structural drawing eventually produces a precise schedule — bar diameter, spacing, length per bar — but at the planning stage a kg/m³ figure is enough to lock in steel procurement quantity.
Why does the calculator use 1.54 as the dry-volume factor?
Per IS 456:2000 §10.3, the dry-material volume needed to make one cubic metre of placed concrete is 54 percent larger than the placed (wet) volume. Cement paste fills the voids between sand and aggregate particles, so loose dry material occupies more space than the final mix. Multiplying the wet volume by 1.54 produces the equivalent dry volume of constituents.
How accurate is this material take-off?
The cement, sand, and aggregate quantities are accurate to within the ±5% tolerance already built into IS 456 nominal-mix ratios — good enough for procurement orders and bank-loan eligibility. Steel kg is a planning estimate only; the actual bar schedule from the structural drawing is the binding number. Always cross-check with the BBS (Bar Bending Schedule) before placing the steel order.
Should I add wastage to these quantities?
Yes — typically 3–5 percent for cement, 5–10 percent for sand and aggregate (sand wastes more than cement because it's harder to recover spilled material), and 2–3 percent for steel cuttings. This calculator returns the raw take-off without wastage; for procurement, layer wastage on top in your BOQ. Use the Concrete Mix Ratio calculator if you want a pre-applied wastage allowance on the concrete mix.
Why does my contractor's quote use different ratios?
Field practice in some regions still uses the older volumetric ratios (e.g. 1:2:4 for M15 instead of the IS 456 1:2:4) or designed mixes with a lower water-cement ratio. M25 and above are formally design-mix concretes per IS 10262 — the ratios listed in this calculator for M25 and M30 are the conventional approximations used in field estimation. Always defer to the structural consultant's mix design when one is on the drawings.