Infrastructure Cost Per Lot Calculator Formula
Understand the math behind the infrastructure cost per lot calculator. Each variable explained with a worked example.
Formulas Used
Infrastructure Cost Per Lot
per_lot_cost = cost_per_lotTotal Infrastructure Cost
total_cost = total_infrastructureRoads Per Lot
roads_per_lot = num_lots > 0 ? road_cost / num_lots : 0Water Per Lot
water_per_lot = num_lots > 0 ? water_main_cost / num_lots : 0Sewer Per Lot
sewer_per_lot = num_lots > 0 ? sewer_cost / num_lots : 0Electric, Storm & Landscape Per Lot
other_per_lot = num_lots > 0 ? (electric_gas_cost + stormwater_cost + landscaping_common) / num_lots : 0Variables
| Variable | Description | Default |
|---|---|---|
num_lots | Total Number of Lots | 30 |
road_cost | Total Road Construction(USD) | 420000 |
water_main_cost | Total Water Main & Connections(USD) | 180000 |
sewer_cost | Total Sewer/Septic System(USD) | 210000 |
electric_gas_cost | Total Electric & Gas Utilities(USD) | 120000 |
stormwater_cost | Total Stormwater Management(USD) | 95000 |
landscaping_common | Total Landscaping & Common Areas(USD) | 60000 |
total_infrastructure | Derived value= road_cost + water_main_cost + sewer_cost + electric_gas_cost + stormwater_cost + landscaping_common | calculated |
cost_per_lot | Derived value= num_lots > 0 ? total_infrastructure / num_lots : 0 | calculated |
How It Works
Infrastructure Cost Breakdown
Infrastructure is typically the single largest cost component in land development after the land itself. Accurate estimation is essential for project feasibility.
Major Components
Cost Variables
Bidding Strategy
Get at least 3 competitive bids from contractors, and include a 10-15% contingency for unexpected conditions.
Worked Example
30-lot subdivision with $420,000 roads, $180,000 water, $210,000 sewer, $120,000 electric/gas, $95,000 stormwater, $60,000 landscaping.
num_lots = 30road_cost = 420000water_main_cost = 180000sewer_cost = 210000electric_gas_cost = 120000stormwater_cost = 95000landscaping_common = 60000
- 01Total infrastructure: $420,000 + $180,000 + $210,000 + $120,000 + $95,000 + $60,000 = $1,085,000
- 02Cost per lot: $1,085,000 / 30 = $36,167
- 03Roads per lot: $420,000 / 30 = $14,000
- 04Water per lot: $180,000 / 30 = $6,000
- 05Sewer per lot: $210,000 / 30 = $7,000
Ready to run the numbers?
Open Infrastructure Cost Per Lot Calculator