Concrete Stairs Calculator
Concrete for a flight of steps, treated as stacked rectangles rather than a wedge, because that is how the forms are actually built.
With number of steps 4, rise per step 7.5 inch, tread depth 11 inch, stair width 4 ft, concrete comes to 0.93 cu yd — concrete needed. It is reached in 7 steps, the last of which is cubic_ft_waste / 27, and each one is printed on the page with its numbers filled in. The formula is the one published by American Concrete Institute, not an approximation fitted to it.
Formula and sources checked · How we check
Concrete needed
0.93 cu yd
0.71 cubic metres
- Volume
22.917 cu ft- Volume with waste
cubic_ft * (1 + waste / 100)25.208 cu ft- Concrete needed
cubic_ft_waste / 270.934 cu yd- 60 lb bags (0.45 cu ft each)
ceil(cubic_ft_waste / 0.45)57 bags- 80 lb bags (0.60 cu ft each)
ceil(cubic_ft_waste / 0.60)43 bags- Weight of the pour
cubic_yards * 40503,781.25 lbs- Ready-mix cost at that price
cubic_yards * price135.378
The formula
- Volume
shape_slab * (length * width * thickness / 12) + shape_circle * (pi * pow(diameter / 2, 2) * thickness / 12) + shape_footing * (footing_length * footing_width * depth / 12) + shape_column * (pi * pow(hole_diameter / 2, 2) * height) + shape_wall * (wall_length * wall_height * wall_thickness / 12) + shape_stairs * (stair_width * rise / 12 * run / 12 * steps_count * (steps_count + 1) / 2) - Volume with waste
cubic_ft * (1 + waste / 100) - Concrete needed
cubic_ft_waste / 27 - 60 lb bags (0.45 cu ft each)
ceil(cubic_ft_waste / 0.45) - 80 lb bags (0.60 cu ft each)
ceil(cubic_ft_waste / 0.60) - Weight of the pour
cubic_yards * 4050 - Ready-mix cost at that price
cubic_yards * price
Formula from American Concrete Institute, Portland Cement Association.
The same calculator, other cases
- Concrete Slab CalculatorCubic yards and bag count for a rectangular slab, from its length, width and thickness, with the waste allowance kept separate.
- Concrete Footing CalculatorConcrete for a strip footing or trench, where the run is long and the section small — the shape where a per-yard rounding error costs the most.
- Sonotube and Column CalculatorConcrete for a round column or post hole, which is what a Sonotube form holds: volume from the tube diameter and the depth it is set to.
- Concrete Wall CalculatorConcrete for a poured wall from its length, height and thickness, with the same waste allowance the slab calculation uses.
Undecided? The Concrete Calculator carries every case behind one control.
Did this answer your question?