Light Pollution Calculator Formula
Understand the math behind the light pollution calculator. Each variable explained with a worked example.
Formulas Used
Wasted Lumens
wasted_light = wasted_lumensWasted Energy per Year
wasted_energy = wasted_kwhAnnual Wasted Cost
wasted_cost = wasted_kwh * elec_rateTotal Annual Lighting Cost
total_energy_cost = annual_kwh * elec_rateVariables
| Variable | Description | Default |
|---|---|---|
num_fixtures | Number of Light Fixtures | 10 |
lumens_per_fixture | Lumens per Fixture(lumens) | 4000 |
uplight_pct | Upward Light Percentage(%) | 30 |
watts_per_fixture | Watts per Fixture(watts) | 50 |
hours_per_night | Hours On per Night(hours) | 10 |
elec_rate | Electricity Rate(USD/kWh) | 0.15 |
wasted_lumens | Derived value= num_fixtures * lumens_per_fixture * uplight_pct / 100 | calculated |
annual_kwh | Derived value= num_fixtures * watts_per_fixture * hours_per_night * 365 / 1000 | calculated |
wasted_kwh | Derived value= annual_kwh * uplight_pct / 100 | calculated |
How It Works
How to Calculate Light Pollution
Light pollution is wasted light that shines upward or sideways instead of illuminating the intended area.
Formula
Wasted Lumens = Fixtures * Lumens * Uplight %
Wasted Energy = Total Energy * Uplight %
Types of Light Pollution
Fully shielded fixtures eliminate uplight and reduce waste by 30-60%.
Worked Example
10 fixtures at 4,000 lumens each, 30% uplight, 50W each, running 10 hours/night at $0.15/kWh.
num_fixtures = 10lumens_per_fixture = 4000uplight_pct = 30watts_per_fixture = 50hours_per_night = 10elec_rate = 0.15
- 01Wasted lumens: 10 * 4,000 * 30% = 12,000 lumens
- 02Annual energy: 10 * 50 * 10 * 365 / 1,000 = 1,825 kWh
- 03Wasted energy: 1,825 * 30% = 548 kWh
- 04Wasted cost: 548 * $0.15 = $82/year
Ready to run the numbers?
Open Light Pollution Calculator