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_lot

Total Infrastructure Cost

total_cost = total_infrastructure

Roads Per Lot

roads_per_lot = num_lots > 0 ? road_cost / num_lots : 0

Water Per Lot

water_per_lot = num_lots > 0 ? water_main_cost / num_lots : 0

Sewer Per Lot

sewer_per_lot = num_lots > 0 ? sewer_cost / num_lots : 0

Electric, Storm & Landscape Per Lot

other_per_lot = num_lots > 0 ? (electric_gas_cost + stormwater_cost + landscaping_common) / num_lots : 0

Variables

VariableDescriptionDefault
num_lotsTotal Number of Lots30
road_costTotal Road Construction(USD)420000
water_main_costTotal Water Main & Connections(USD)180000
sewer_costTotal Sewer/Septic System(USD)210000
electric_gas_costTotal Electric & Gas Utilities(USD)120000
stormwater_costTotal Stormwater Management(USD)95000
landscaping_commonTotal Landscaping & Common Areas(USD)60000
total_infrastructureDerived value= road_cost + water_main_cost + sewer_cost + electric_gas_cost + stormwater_cost + landscaping_commoncalculated
cost_per_lotDerived value= num_lots > 0 ? total_infrastructure / num_lots : 0calculated

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

  • Roads: Roadbed preparation, paving, curbs, gutters, sidewalks, signage (35-40% of total)
  • Water: Main lines, service connections, fire hydrants, pressure systems (15-20%)
  • Sewer: Gravity lines, lift stations, connections, or septic systems (18-22%)
  • Electric & Gas: Underground or overhead distribution, transformer pads (10-12%)
  • Stormwater: Detention ponds, drainage pipes, inlets, grading (8-12%)
  • Landscaping: Common area landscaping, street trees, entrance features (5-8%)
  • Cost Variables

  • Terrain: Flat sites cost less; rocky or steep terrain increases costs significantly
  • Soil conditions: Poor soils require more grading and structural fill
  • Distance to connections: Longer utility runs to connect to existing infrastructure increase costs
  • Local standards: Some jurisdictions require wider roads, deeper utilities, or enhanced stormwater systems
  • 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
    1. 01Total infrastructure: $420,000 + $180,000 + $210,000 + $120,000 + $95,000 + $60,000 = $1,085,000
    2. 02Cost per lot: $1,085,000 / 30 = $36,167
    3. 03Roads per lot: $420,000 / 30 = $14,000
    4. 04Water per lot: $180,000 / 30 = $6,000
    5. 05Sewer per lot: $210,000 / 30 = $7,000