Floor Area Ratio (FAR) Calculator Formula
Understand the math behind the floor area ratio (far) calculator. Each variable explained with a worked example.
Formulas Used
Current Floor Area Ratio
far_value = current_farMaximum Building Area Allowed
max_allowed_sqft = max_floor_areaRemaining Buildable Area
remaining_buildable = remaining_area > 0 ? remaining_area : 0Average Floor Plate (footprint)
building_footprint = footprintImplied Lot Coverage
lot_coverage_from_far = lot_area_sqft > 0 ? (footprint / lot_area_sqft) * 100 : 0FAR Utilization
far_utilization = max_far > 0 ? (current_far / max_far) * 100 : 0Variables
| Variable | Description | Default |
|---|---|---|
lot_area_sqft | Total Lot Area (sq ft)(sq ft) | 15000 |
building_floor_area | Total Building Floor Area (sq ft)(sq ft) | 6000 |
num_stories | Number of Stories | 2 |
max_far | Maximum Allowed FAR | 0.5 |
current_far | Derived value= lot_area_sqft > 0 ? building_floor_area / lot_area_sqft : 0 | calculated |
max_floor_area | Derived value= lot_area_sqft * max_far | calculated |
footprint | Derived value= num_stories > 0 ? building_floor_area / num_stories : 0 | calculated |
remaining_area | Derived value= max_floor_area - building_floor_area | calculated |
How It Works
Floor Area Ratio (FAR)
FAR is a zoning measurement that compares the total floor area of a building to the area of the lot it sits on. It controls building bulk and is especially important in urban zoning.
Formula
FAR = Total Building Floor Area / Lot Area
For example, a 6,000 sq ft building on a 15,000 sq ft lot has a FAR of 0.40.
How FAR Controls Development
FAR vs. Lot Coverage
FAR Bonuses
Many cities offer FAR bonuses for public plazas, affordable housing, LEED certification, or transit-oriented development.
Worked Example
A 15,000 sq ft lot with a 2-story building totaling 6,000 sq ft, and a maximum allowed FAR of 0.50.
- 01Current FAR: 6,000 / 15,000 = 0.40
- 02Maximum allowed floor area: 15,000 x 0.50 = 7,500 sq ft
- 03Remaining buildable: 7,500 - 6,000 = 1,500 sq ft
- 04Average floor plate: 6,000 / 2 = 3,000 sq ft
- 05Implied lot coverage: 3,000 / 15,000 = 20.0%
- 06FAR utilization: 0.40 / 0.50 = 80.0%
Ready to run the numbers?
Open Floor Area Ratio (FAR) Calculator