What is Stair Calculator?
Computes staircase geometry matching residential building codes: calculates exact riser heights, number of treads, stringer length, and incline pitch.
How to Use This Calculator
- Measure total vertical rise from finished lower floor to finished upper floor.
- Adjust target riser and tread depth.
- Review exact riser count, total horizontal run, and stringer length.
The Mathematical Formula & Variables
Risers = round(Total Rise / Target Riser); Exact Riser = Total Rise / Risers; Treads = Risers - 1; Total Run = Treads * Tread Depth; Stringer = sqrt(Rise^2 + Run^2)
Step-by-Step Worked Example
Scenario: Total rise of 105 inches with 7.5 inch target risers and 10.5 inch treads.
- 105 / 7.5 = 14 risers exactly.
- Each riser = 105 / 14 = 7.50 inches.
- Treads = 14 - 1 = 13 treads.
- Total run = 13 * 10.5 = 136.50 inches.
- Stringer = sqrt(105^2 + 136.5^2) = 172.22 inches (14 ft 4 in).
- Incline angle = arctan(105 / 136.5) = 35.54°.
Result: 14 Risers @ 7.50" | Run: 136.5"
Frequently Asked Questions
What is the Blondel rule for comfortable stairs?
The historic architectural rule states that 2 * Riser + Tread should equal 24 to 25 inches (e.g. 2*7.5 + 10 = 25).