# Cooling Load Calculator (Area / U-value + Infiltration)

Estimate the cooling load of a room by the simplified ASHRAE steady-state method. Transmission sensible load Q_trans = Σ(A_i·U_i·ΔT) over envelope surfaces entered one per line as 'area,U' (U in W/(m²·K)). Infiltration/ventilation sensible Q_s = 1.23·ACH·V·ΔT and latent Q_l = 3010·ACH·V·ΔW (W), where ΔW is the indoor-outdoor humidity-ratio difference derived from dry-bulb temperature and relative humidity via the Magnus saturation fit. Total cooling load = total sensible + total latent. Temperature in °C/K/°F (only differences matter), area in m²/ft².

> Canonical page: https://elysiatools.com/en/tools/cooling-load-calculator

- **Category:** Math & Numbers

- **Keywords:** cooling load, refrigeration load, U-value, thermal transmittance, infiltration, latent load, sensible load, ACH, humidity ratio, ASHRAE

## Overview

Estimate a room’s cooling load with a simplified steady-state ASHRAE method. Enter envelope surface areas and U-values, indoor and outdoor temperatures, relative humidity, room volume, and ACH to calculate transmission, sensible infiltration, latent infiltration, and total cooling load in watts.

## Inputs

- **Envelope Surfaces (area, U-value per line)** (textarea): One envelope surface per line as 'area,U-value'. U in W/(m²·K). Area in the selected Area Unit. Example line: 50, 0.5
- **Area Unit** (select)
- **Indoor Dry-bulb Temp** (number): Indoor dry-bulb temperature, in the selected Temperature Unit.
- **Outdoor Dry-bulb Temp** (number): Outdoor dry-bulb temperature, in the selected Temperature Unit.
- **Temperature Unit** (select)
- **Indoor Relative Humidity** (number): Indoor relative humidity (%).
- **Outdoor Relative Humidity** (number): Outdoor relative humidity (%).
- **Room Volume V** (number): Room (conditioned space) volume V in m³.
- **Air Changes per Hour (ACH)** (number): Air-change rate ACH (1/h), combined infiltration/ventilation. Default 0.5.
- **Decimal Places** (number)

## When to use

- Estimate preliminary air-conditioning capacity for a room or conditioned space.
- Compare cooling loads for different envelope U-values, areas, or air-change rates.
- Separate transmission, sensible infiltration, and latent infiltration contributions to the total load.

## How it works

- Enter one envelope surface per line using the format `area, U-value`, such as `50, 0.5`.
- Choose square meters or square feet, then provide indoor and outdoor dry-bulb temperatures and their unit.
- Enter indoor and outdoor relative humidity, room volume, and air changes per hour; ACH defaults to 0.5.
- The calculator applies the simplified formulas and returns transmission load, sensible and latent infiltration loads, total sensible load, and total cooling load in watts.

## Use cases

- Preliminary HVAC sizing for residential rooms, offices, and other conditioned spaces.
- Building-envelope comparisons using different surface areas and U-values.
- Humidity-sensitive load checks that distinguish latent infiltration from sensible heat gain.

## Frequently asked questions

### What does the cooling load estimate include?

It includes envelope transmission, sensible infiltration or ventilation, latent infiltration, total sensible load, and total cooling load.

### How should I enter envelope surfaces?

Enter one surface per line as `area, U-value`, for example `50, 0.5`. The U-value is in W/(m²·K).

### Can I enter area in square feet?

Yes. Select square feet as the area unit, and the calculator converts the entered areas internally.

### Which temperature units are supported?

You can use Celsius, Kelvin, or Fahrenheit. Temperature differences are used in the calculation.

### What is ACH?

ACH means air changes per hour and represents the combined infiltration or ventilation rate. Its default value is 0.5.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [HVAC Load, Airflow, Refrigeration, and Thermal Comfort Review](https://elysiatools.com/en/hubs/hvac-load-airflow-refrigeration-comfort): Estimate HVAC loads, airflow, psychrometric states, refrigeration conditions, heat-transfer effects, and thermal comfort for an engineering review.
