>
CalculatorsCodesCombinationsGuidesFAQFree tools
Reference

Methodology

Every formula used across the site, in the open, with the reasoning behind each. Nothing here is a black box.

1. Rise, run and step count

Stair geometry starts from the total rise — the finished floor-to-floor height. Dividing it by a target riser height and rounding to a whole number gives the step count, because you cannot have a fractional step. Dividing the total rise back by that whole count gives the actual, uniform riser height.

risers = round(total rise / target riser)
riser height = total rise / risers
treads = risers − 1
tread depth = total run / treads

There is one fewer tread than riser because the topmost riser lands on the floor above, which serves as the last tread.

2. Stringer length (Pythagorean)

The stringer is the sloped board the steps are cut from. Its length is the hypotenuse of the triangle formed by total rise and total run.

stringer length = √(total rise² + total run²)

3. Pitch angle

angle = arctan(total rise / total run)

Comfortable domestic stairs sit around 30–38°. Codes cap the maximum: UK Part K, for example, limits private stairs to 42°.

4. Blondel comfort rule (2R + T)

Named for Nicolas-François Blondel, this 17th-century relationship still governs stair comfort. It reflects the natural human stride: as risers get taller, treads should get shorter, and vice versa.

2 × riser + tread ≈ 24–25 in (550–700 mm)

A 7-inch riser with an 11-inch tread gives 2×7 + 11 = 25 — the textbook ideal.

5. Winder walking-line geometry

Winder treads are pie-shaped, narrow at the inside of the turn and wide at the outside. Because each tread is an arc, its depth at any radius equals that radius times the angle the tread sweeps (in radians).

tread depth at radius r = r × step angle (radians)
step angle = turn angle / number of winder treads

Codes set two minimums: a depth at the narrow end (6.0″ under IRC) and a depth along the walking line, measured a fixed offset from the narrow side (10.0″ at 12.0″ from the narrow edge under IRC).

6. Spiral / helical arc geometry

A spiral stair wraps treads around a center column. Clear width is the outer radius minus the column radius. Each tread is an arc, so the usable tread depth is measured along a walking line near the outer edge. The handrail follows a helix, so its length combines the outer arc with the total rise.

clear width = outer radius − column radius
tread arc = radius × step angle (radians)
rise per 360° = riser × (360 / step angle)
handrail = √(outer arc total² + total rise²)

7. Concrete stair volume

step volume = ½ × riser × tread × width × steps
waist volume = slab thickness × incline length × width
1 yd³ = 27 ft³ = 46,656 in³

Code sources

Compliance values are verified against primary sources per jurisdiction: IRC, IBC, UK Part K, and Australian NCC. Eurocode values are representative estimates, since EN has no single prescriptive stair table.

All results are engineering estimates. Verify against the building code edition enforced by your local authority having jurisdiction before construction.