HomeHome Energy & Electrical › Air Changes per Hour Calculator

Air Changes per Hour Calculator

Computes the air changes per hour of a room from its volume (or dimensions) and the ventilation airflow in m³/h, L/s or CFM, converts the airflow between units, and gives the airflow needed to reach a target ACH, with typical design values from ASHRAE standards.

When to use

You are checking whether a fan, HRV/ERV, air purifier or HVAC supply provides enough air changes for a room, or sizing the airflow for a target ACH.

Do not use when: You need outdoor-air rates per person or per floor area (ASHRAE 62.1 tables), infiltration from a blower-door test, or the heat lost with ventilation air (use heat-loss for conduction only).

Formula

airflow_m3_per_h = airflow_value × (1 for m³/h, 3.6 for L/s, 1.699 for CFM); ach = airflow_m3_per_h / room_volume_m3; airflow_cfm = airflow_m3_per_h / 1.699; airflow_l_per_s = airflow_m3_per_h / 3.6; required_airflow_for_target_m3_per_h = target_ach × room_volume_m3

ACH = volumetric airflow / room volume, assuming fully mixed air. Reference values: ASHRAE 62.2 (residential) historically used 0.35 ACH of outdoor air as a minimum, offices typically run 4–6 total ACH, and ASHRAE 170 requires 6–12 ACH for hospital patient and treatment rooms; ASHRAE 62.1 itself specifies outdoor-air rates per person and per m², not ACH.

Inputs

ParameterTypeUnitRequiredDescription
room_volume_m3numbernoRoom volume in cubic metres; alternatively give room_length_m, room_width_m and room_height_m (which take precedence when all three are given). Range: > 0, ≤ 10000000
room_length_mnumbermnoOptional room length in metres (used with width and height instead of room_volume_m3). Range: > 0, ≤ 1000
room_width_mnumbermnoOptional room width in metres. Range: > 0, ≤ 1000
room_height_mnumbermnoOptional room height in metres. Range: > 0, ≤ 100
airflow_valuenumberyesVentilation or fan airflow in the unit given by airflow_unit. Range: ≥ 0, ≤ 100000000
airflow_unitenum: m3_per_h | l_per_s | cfmyesUnit of airflow_value (1 CFM = 1.699 m³/h, 1 L/s = 3.6 m³/h).
target_achnumber1/hnoOptional target air changes per hour, to report the airflow needed to reach it. Range: > 0, ≤ 200

Outputs

OutputTypeUnitDescription
achnumber1/hairflow_m3_per_h / room_volume_m3.
room_volume_used_m3numberVolume used (given, or length × width × height).
airflow_m3_per_hnumberm³/hAirflow converted to cubic metres per hour.
airflow_l_per_snumberL/sairflow_m3_per_h / 3.6.
airflow_cfmnumberCFMairflow_m3_per_h / 1.699.
required_airflow_for_target_m3_per_hnumberm³/htarget_ach × room_volume_m3; only when target_ach is given.
required_airflow_for_target_cfmnumberCFMrequired_airflow_for_target_m3_per_h / 1.699; only when target_ach is given.
guidancestringTypical ACH design values from ASHRAE standards and where the result falls.

Example

50 m³ room, 300 m³/h, target 8 ACH: {"room_volume_m3":50,"airflow_value":300,"airflow_unit":"m3_per_h","target_ach":8}{"ach":6,"airflow_m3_per_h":300,"airflow_cfm":176.6,"airflow_l_per_s":83.3,"required_airflow_for_target_m3_per_h":400,"required_airflow_for_target_cfm":235.4}

6 × 5 × 2.7 m room with a 500 CFM fan: {"room_length_m":6,"room_width_m":5,"room_height_m":2.7,"airflow_value":500,"airflow_unit":"cfm"}{"room_volume_used_m3":81,"airflow_m3_per_h":849.5,"ach":10.49}

GET https://tttkmbb.com/api/v1/calculate/air-changes-per-hour?room_volume_m3=50&airflow_value=300&airflow_unit=m3_per_h&target_ach=8

Machine access

Sources

FAQ

How many air changes does a room need?

Homes: about 0.35 ACH of outdoor air as a minimum; offices 4–6 ACH of total supply air; hospital rooms 6–12 ACH; for airborne-infection risk reduction 4–6 ACH of clean (outdoor or HEPA-filtered) air is often recommended.

Does an air purifier's CADR count as airflow?

Yes for clean-air changes: CADR (in CFM or m³/h) divided by the room volume gives the equivalent clean air changes per hour, though it does not bring in outdoor air.

What is the difference between L/s, m³/h and CFM?

All are volumetric flow rates: 1 L/s = 3.6 m³/h = 2.119 CFM, and 1 CFM = 1.699 m³/h = 0.472 L/s.

Related calculators