HomeHome Energy & Electrical › Room Lighting Calculator

Room Lighting Calculator

Computes the lumens a room needs from its floor area and a target illuminance (by room type or a custom lux value) divided by a light-loss factor, then the number of bulbs and the wattage at a given luminous efficacy.

When to use

You are choosing how many LED bulbs or fixtures a room needs, or converting a lux requirement into lumens and watts.

Do not use when: You need a photometric design with fixture spacing, beam angles or uniformity (use lighting-design software), or only the running cost of the lights (use electricity-cost).

Formula

required_lumens = target_lux × floor_area_m2 / light_loss_factor; bulbs_needed = ceil(required_lumens / lumens_per_bulb); installed_lumens = bulbs_needed × lumens_per_bulb; total_wattage_w = required_lumens / luminous_efficacy_lm_per_w; watts_per_m2 = total_wattage_w / floor_area_m2

Lumen method for uniform general lighting: illuminance (lux = lm/m²) × area gives the lumens reaching the work plane, and the light-loss factor accounts for depreciation and room absorption. Typical maintained illuminances: 100 lux circulation, 150–200 lux living, 300 lux kitchens, 500 lux desk work, 750 lux fine workshop tasks.

Inputs

ParameterTypeUnitRequiredDescription
floor_area_m2numberyesFloor area of the room in square metres. Range: > 0, ≤ 100000
room_typeenum: living_room | bedroom | kitchen | bathroom | home_office | workshop | hallway | dining | customyesRoom type selecting a typical maintained illuminance (EN 12464-1 / IES ranges); use custom with target_lux for other values.
target_luxnumberluxnoOptional illuminance in lux that overrides the room-type value; required when room_type is custom. Range: > 0, ≤ 100000
lumens_per_bulbnumberlmdefault 800Light output of one bulb or fixture (800 lm ≈ a 60 W incandescent equivalent, 1,100 lm ≈ 75 W, 1,600 lm ≈ 100 W). Range: > 0, ≤ 100000
light_loss_factornumberdefault 0.8Maintenance / utilisation factor for dirt, lamp ageing and light absorbed by walls (0.8 typical for light rooms, 0.6–0.7 for dark ones). Range: ≥ 0.3, ≤ 1
luminous_efficacy_lm_per_wnumberlm/Wdefault 100Lumens per watt of the light source: LED 80–150, CFL 50–70, halogen 15–25, incandescent 10–17. Range: ≥ 5, ≤ 300

Outputs

OutputTypeUnitDescription
target_lux_usednumberluxIlluminance used for the calculation.
required_lumensnumberlmtarget_lux × floor_area_m2 / light_loss_factor.
bulbs_neededintegerrequired_lumens / lumens_per_bulb, rounded up.
installed_lumensnumberlmbulbs_needed × lumens_per_bulb.
total_wattage_wnumberWrequired_lumens / luminous_efficacy_lm_per_w.
watts_per_m2numberW/m²total_wattage_w / floor_area_m2.

Example

20 m² home office, 800 lm LED bulbs: {"floor_area_m2":20,"room_type":"home_office"}{"target_lux_used":500,"required_lumens":12500,"bulbs_needed":16,"installed_lumens":12800,"total_wattage_w":125,"watts_per_m2":6.25}

12 m² bedroom, 470 lm bulbs at 90 lm/W: {"floor_area_m2":12,"room_type":"bedroom","lumens_per_bulb":470,"luminous_efficacy_lm_per_w":90}{"target_lux_used":100,"required_lumens":1500,"bulbs_needed":4,"total_wattage_w":16.7,"watts_per_m2":1.39}

GET https://tttkmbb.com/api/v1/calculate/room-lighting?floor_area_m2=20&room_type=home_office

Machine access

Sources

FAQ

Lux, lumens and watts – what is the difference?

Lumens measure the light a bulb emits, lux the light landing on a surface (1 lux = 1 lm/m²), and watts the electrical power; LED efficacy (lm/W) links watts to lumens.

Why divide by a light-loss factor?

Not all emitted light reaches the work plane: dark walls absorb it, fixtures and lamps get dirty and LEDs dim with age. A factor of 0.8 adds a 25 % allowance.

Are these lux values mandatory?

No. They are typical maintained illuminances from EN 12464-1 (workplaces) and IES recommendations; homes are not regulated, and older people generally need more light.

Related calculators