LEED Points Calculator Formula

Understand the math behind the leed points calculator. Each variable explained with a worked example.

Formulas Used

Total LEED Points

total = total_points

Energy Category Achieved

energy_pct = energy_points / 35 * 100

Maximum Possible

max_possible = 110

Points to Next Level

to_next_level = total_points < 40 ? 40 - total_points : (total_points < 50 ? 50 - total_points : (total_points < 60 ? 60 - total_points : 80 - total_points))

Variables

VariableDescriptionDefault
energy_pointsEnergy & Atmosphere Points(points)20
water_pointsWater Efficiency Points(points)8
materials_pointsMaterials & Resources Points(points)7
ieq_pointsIndoor Environment Quality Points(points)10
site_pointsSustainable Sites Points(points)12
innovation_pointsInnovation & Regional Points(points)5
total_pointsDerived value= energy_points + water_points + materials_points + ieq_points + site_points + innovation_pointscalculated

How It Works

How to Estimate LEED Points

LEED (Leadership in Energy and Environmental Design) rates buildings on a 110-point scale.

Certification Levels

  • Certified: 40-49 points
  • Silver: 50-59 points
  • Gold: 60-79 points
  • Platinum: 80+ points
  • Point Categories

  • Energy & Atmosphere: 35 points max
  • Sustainable Sites: 28 points max
  • Indoor Environmental Quality: 17 points max
  • Materials & Resources: 14 points max
  • Water Efficiency: 11 points max
  • Innovation & Regional: 10 points max
  • Worked Example

    A building project scoring across all LEED categories.

    energy_points = 20water_points = 8materials_points = 7ieq_points = 10site_points = 12innovation_points = 5
    1. 01Energy: 20 points
    2. 02Water: 8 points
    3. 03Materials: 7 points
    4. 04Indoor quality: 10 points
    5. 05Sites: 12 points
    6. 06Innovation: 5 points
    7. 07Total: 20 + 8 + 7 + 10 + 12 + 5 = 62 points (LEED Gold)

    Ready to run the numbers?

    Open LEED Points Calculator