HVAC Filter Sizing Calculator Formula
Understand the math behind the hvac filter sizing calculator. Each variable explained with a worked example.
Formulas Used
Min Filter Face Area
face_area_needed = min_face_areaFilters Needed
num_filters = single_filter_area > 0 ? ceil(min_face_area / single_filter_area) : 0Actual Face Velocity
actual_velocity = single_filter_area > 0 ? system_cfm / (ceil(min_face_area / single_filter_area) * single_filter_area) : 0Variables
| Variable | Description | Default |
|---|---|---|
system_cfm | System Airflow(CFM) | 1200 |
max_face_velocity | Max Face Velocity(ft/min) | 300 |
filter_width | Filter Width(in) | 20 |
filter_height | Filter Height(in) | 25 |
min_face_area | Derived value= max_face_velocity > 0 ? system_cfm / max_face_velocity : 0 | calculated |
single_filter_area | Derived value= filter_width * filter_height / 144 | calculated |
How It Works
Filter Sizing
Face Area = CFM / Face Velocity
Filters = Face Area / Single Filter Area
Keeping face velocity under 300 ft/min ensures good filtration and low pressure drop. Higher velocities reduce filter life and may blow dust through the media.
Worked Example
1,200 CFM system, 300 ft/min max, using 20x25 inch filters.
system_cfm = 1200max_face_velocity = 300filter_width = 20filter_height = 25
- 01Min face area = 1200 / 300 = 4.0 sq ft
- 02Filter area = 20 x 25 / 144 = 3.47 sq ft
- 03Filters = ceil(4.0 / 3.47) = 2
- 04Actual velocity = 1200 / (2 x 3.47) = 173 ft/min
Ready to run the numbers?
Open HVAC Filter Sizing Calculator