Return Air Sizing Calculator Formula

Understand the math behind the return air sizing calculator. Each variable explained with a worked example.

Formulas Used

Gross Grille Area Needed

grille_area = effective_velocity > 0 ? system_cfm / effective_velocity : 0

Grille Area

grille_area_sqin = effective_velocity > 0 ? system_cfm / effective_velocity * 144 : 0

Return Duct Diameter

return_duct_diameter = system_cfm > 0 ? 2 * sqrt(system_cfm / max_grille_velocity / pi) * 12 : 0

Variables

VariableDescriptionDefault
system_cfmSystem Airflow(CFM)1000
max_grille_velocityMax Grille Velocity(ft/min)400
free_area_pctGrille Free Area(%)75
effective_velocityDerived value= free_area_pct > 0 ? max_grille_velocity * free_area_pct / 100 : 0calculated

How It Works

Return Air Sizing

Grille Area = CFM / (Velocity x Free Area %)

Return grilles must be large enough to avoid creating excessive negative pressure. The free area percentage accounts for the grille bars or louvers that block part of the opening. Keep return grille velocity below 400 ft/min for quiet operation.

Worked Example

1,000 CFM system, 400 ft/min max grille velocity, 75% free area.

system_cfm = 1000max_grille_velocity = 400free_area_pct = 75
  1. 01Effective velocity = 400 x 0.75 = 300 ft/min
  2. 02Grille area = 1000 / 300 = 3.33 sq ft = 480 sq in
  3. 03Could use two 16x16 in grilles (512 sq in total)
  4. 04Return duct = 2 x sqrt(1000/400/pi) x 12 = 21.4 in

Frequently Asked Questions

Can I use fewer return grilles than supply registers?

Yes, but each return must handle the total CFM of the zone it serves. Undersized returns cause high static pressure, reduced airflow, and noisy operation.

Should every room have a return?

Ideally yes. At minimum, every room with a door should have a return or a transfer grille to allow air back to the central return. Without this, closed doors create pressure imbalances.

Ready to run the numbers?

Open Return Air Sizing Calculator