HVAC BTU Calculator Formula
Understand the math behind the hvac btu calculator. Each variable explained with a worked example.
Formulas Used
Recommended BTU
total_btu = ceil((base_btu * ceiling_factor * sun_exposure + occupant_btu) / 1000) * 1000AC Tonnage
tonnage = total_btu / 12000Variables
| Variable | Description | Default |
|---|---|---|
room_sqft | Room Size(sq ft) | 300 |
ceiling_height | Ceiling Height(ft) | 8 |
sun_exposure | Sun Exposure | 1 |
num_occupants | Typical Occupants | 2 |
base_btu | Derived value= room_sqft * 20 | calculated |
ceiling_factor | Derived value= ceiling_height > 8 ? 1 + (ceiling_height - 8) * 0.05 : 1 | calculated |
occupant_btu | Derived value= (num_occupants - 2) * 600 | calculated |
How It Works
BTU Calculation
Base BTU = Square Footage × 20
Adjustments:
1 ton of AC = 12,000 BTU
Worked Example
300 sq ft room, 8ft ceiling, average sun, 2 occupants.
room_sqft = 300ceiling_height = 8sun_exposure = 1num_occupants = 2
- 01Base BTU = 300 × 20 = 6,000
- 02Ceiling factor = 1.0 (standard height)
- 03Sun factor = 1.0 (average)
- 04Occupant BTU = 0 (2 is baseline)
- 05Total = 6,000 BTU
- 06Tonnage = 6,000 / 12,000 = 0.5 ton
Ready to run the numbers?
Open HVAC BTU Calculator