Building Floor Calculator
Calculate number of floors, building height, or floor height from any two known values. Also computes ceiling clear height, stair steps per floor, and total stair steps.
Input
Output
Readme
How is building height related to floor count?
A building's total height is the product of its number of floors and the height of each floor. Floor height — sometimes called the floor-to-floor height — includes the structural slab (concrete deck) plus the usable ceiling space below it. In residential construction, a typical floor height is around 3 m (10 ft), while commercial buildings often use 3.5–4.5 m (11.5–15 ft) to accommodate raised floors and suspended ceilings. Knowing any two of the three values (total height, floor height, number of floors) lets you derive the third.
Stair design is tightly coupled to floor height as well. Building codes specify maximum riser heights — commonly 175–190 mm (6.9–7.5 in) — which means the number of steps per floor is determined by dividing the floor height by the riser height and rounding up.
Tool description
This calculator solves for any one unknown given the other two: total building height, height per floor, or number of floors. It also derives the usable ceiling clear height (floor height minus structural slab thickness), the number of stair steps per floor, and the cumulative stair step count across the whole building.
All fields work in meters or feet; switching the unit converts every value automatically.
Features
- Solves for the missing value — choose whether to find floors, building height, or floor height
- Switches between meters and feet, converting all current values on the fly
- Computes ceiling clear height by subtracting a configurable slab thickness
- Calculates stair steps per floor and total steps based on a configurable riser height
- Computes total combined interior height across all floors
Use cases
- Architecture and structural planning — quickly validate whether a proposed floor height and story count fit within a site's height restriction
- Real estate and property analysis — estimate story count from satellite or street-view elevation measurements when floor plans are unavailable
- Stair and evacuation planning — determine total stair step count to check compliance with accessibility or evacuation guidelines
Options explained
| Option | Default | Description |
|---|---|---|
| Unit | Meters | Switch between metric (m) and imperial (ft); all inputs are converted |
| Solve for | Number of floors | Which unknown to calculate from the other two known values |
| Floor slab thickness | 0.25 m | Structural concrete thickness subtracted from floor height to get ceiling clear height |
| Stair riser height | 0.175 m | Height of a single stair step; determines how many steps fit within one floor |
Limitations
- Number of floors must be a positive whole number; fractional floors are not supported
- The calculator assumes uniform floor heights throughout the building; mixed-height floors (e.g., a tall ground-floor lobby) require separate calculations for each section
- Slab thickness and riser height default to typical values — adjust them for your specific project specifications