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_pointsEnergy Category Achieved
energy_pct = energy_points / 35 * 100Maximum Possible
max_possible = 110Points 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
| Variable | Description | Default |
|---|---|---|
energy_points | Energy & Atmosphere Points(points) | 20 |
water_points | Water Efficiency Points(points) | 8 |
materials_points | Materials & Resources Points(points) | 7 |
ieq_points | Indoor Environment Quality Points(points) | 10 |
site_points | Sustainable Sites Points(points) | 12 |
innovation_points | Innovation & Regional Points(points) | 5 |
total_points | Derived value= energy_points + water_points + materials_points + ieq_points + site_points + innovation_points | calculated |
How It Works
How to Estimate LEED Points
LEED (Leadership in Energy and Environmental Design) rates buildings on a 110-point scale.
Certification Levels
Point Categories
Worked Example
A building project scoring across all LEED categories.
energy_points = 20water_points = 8materials_points = 7ieq_points = 10site_points = 12innovation_points = 5
- 01Energy: 20 points
- 02Water: 8 points
- 03Materials: 7 points
- 04Indoor quality: 10 points
- 05Sites: 12 points
- 06Innovation: 5 points
- 07Total: 20 + 8 + 7 + 10 + 12 + 5 = 62 points (LEED Gold)
Ready to run the numbers?
Open LEED Points Calculator