Calculate riser count, tread depth, stringer length, and code compliance.
Results
risers = round(totalRise / desiredRiser)actualRiser = totalRise / riserstreads = risers − 1totalRun = treads × treadDepthstringerLength = √(totalRise² + totalRun²)2R+T = 2 × actualRiser + treadDepth (comfort: 24-25")Standard 9 ft Floor
108" total rise, 7.5" desired riser, 10" tread
risers = round(108 / 7.5) = 14actualRiser = 108 / 14 = 7.7"treads = 13, totalRun = 130"stringer = √(108² + 130²) = 169.0"2R+T = 2(7.7) + 10 = 25.4" ✓