Skip to main content

HVAC BTU Load Calculator

Calculate the air conditioning BTU/hr load a room needs from its dimensions, climate zone, insulation quality, windows and sun exposure, then get a recommended AC size (BTU rating and tonnage) rounded to a real purchasable unit. Runs entirely in your browser.

Input

8 ft is the standard baseline — taller ceilings mean more air volume to cool.

People who regularly use the room at the same time — each person adds body heat to the load.

Output

Load breakdown
FactorDetailContribution
No data yet
Notes
Was this helpful?

Guides

Work out how many BTU/hr of cooling a room actually needs, then get a recommended AC size you can actually buy — a window/portable unit's BTU rating or a central/mini-split system's tonnage.

Most quick BTU calculators multiply square footage by one flat number and stop there. That misses the factors that really move a room's cooling load: how hot the local climate gets, how well the room is insulated, how much solar heat comes in through the windows, how tall the ceiling is, and how many people are usually in the room generating body heat. This tool folds all of those into one estimate.

How to use it

  1. Enter the room's length and width (feet) and its ceiling height — 8 ft is the standard baseline; taller ceilings mean more air volume to cool.
  2. Pick a climate zone. Hot climates need more BTU per square foot than cool ones.
  3. Pick an insulation quality. Poor insulation (older windows, little/no wall insulation) adds load; excellent insulation (new, well-sealed construction) reduces it.
  4. Enter the window count and sun exposure. Full-sun/south- or west-facing windows add far more solar heat gain than shaded or north-facing ones.
  5. Enter the number of regular occupants — each person beyond two adds body heat to the load.
  6. Read the results: the required cooling load in BTU/hr, the equivalent AC tonnage, and a recommended unit size rounded up to a real, purchasable rating.

How the calculation works

Base load starts from a BTU-per-square-foot rate set by climate zone (20 for cool, 25 for moderate, 30 for hot climates), multiplied by the floor area, then adjusted for ceiling height (taller than 8 ft scales the load up proportionally to the extra air volume) and insulation quality (a ±10–20% multiplier).

Window heat gain adds a fixed BTU allowance per window based on sun exposure — more for full-sun/south- or west-facing windows, less for shaded or north-facing ones.

Occupant load adds 600 BTU for each occupant beyond the first two, the standard allowance for a person's body heat.

The total is rounded to a real AC size two ways: a window/portable-AC BTU rating (standard nameplate sizes like 8,000, 12,000, 18,000 BTU/hr) and a central/mini-split tonnage (standard increments like 0.5, 1, 1.5, 2 tons — 1 ton = 12,000 BTU/hr), both rounded up so the recommendation always covers the calculated load.

Why does a taller ceiling increase the BTU requirement?

Cooling load scales with the volume of air being conditioned, not just the floor area. A room with a 10 ft ceiling has 25% more air to cool than the same footprint at 8 ft, so the calculator scales the base load proportionally to ceiling height above the 8 ft baseline.

Why not just use one flat BTU-per-square-foot number?

Because it produces the same recommendation for a shaded, well-insulated room in a mild climate as for a sun-baked, poorly insulated room in a hot one — two rooms with very different real cooling needs. Climate, insulation, and solar gain through windows are the biggest levers on actual load, so folding them in gives a meaningfully more accurate estimate than area alone.

Is this a substitute for a professional load calculation?

No. This is a rule-of-thumb estimate for sizing a single room's or zone's AC unit, similar to the quick-sizing guidance many manufacturers publish. For whole-house or multi-room HVAC design — or before buying/installing a central system — get a licensed HVAC contractor to run a full Manual J load calculation. Oversizing an AC unit causes short-cycling and poor humidity control; undersizing leaves it unable to keep up on the hottest days.

Related tools

Sizing backup power for the AC unit you land on? The Generator Sizing Calculator turns an appliance's running and starting watts into a recommended generator size. Checking how hot it actually feels in a room before you cool it? The Heat Index & Wind Chill Calculator computes the "feels-like" temperature from air temperature, humidity, or wind. Comparing electricity vs. gas running costs? The Energy Converter converts between BTU, kWh, joules, and other energy units.

air conditioner sizeac tonnagecooling loadroom air conditioner sizingbtu per square footmini split sizingwindow ac sizehvac sizingmanual jcentral air sizing

Use it from code

From 3 credits per call

REST API

curl -X POST https://api.iotools.cloud/v1/tool/hvac-btu-load-calculator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "length": "15",
    "width": "12",
    "ceilingHeight": "8",
    "climateZone": "moderate",
    "insulationQuality": "average",
    "windowCount": "2",
    "sunExposure": "moderate",
    "occupants": "2"
  }'

Swap in your own key from your account. The tool's fields are the body — no wrapper.

Ask an AI agent

Use the IOTools `hvac-btu-load-calculator` tool (HVAC BTU Load Calculator) on this input:

YOUR_INPUT_HERE

Paste this at any agent connected to the IOTools MCP server, then add your input.

Love the tools? Lose the ads.

One payment clears every ad from your account, for good. No subscription, no tracking.