NAICS Industry

NAICS 333413 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

NAICS Code
333413
Industry
INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING
Total Obligated
909.59 million
909,589,746.98
Award Actions
20,383
Average Action Value
44,624.92

About NAICS 333413 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING). Based on the current FPDS Query dataset, this industry shows 909.59 million in visible obligations across 20,383 award actions, with an average action value of 44,624.92. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEFENSE LOGISTICS AGENCY, with 433.56 million in obligations, followed by DEPT OF THE NAVY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) over the last 10 years. The current ranking is led by HDT EXPEDITIONARY SYSTEMS, INC., with 77.45 million in obligations, followed by CEPEDA ASSOCIATES, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal industry segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of industry-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '333413'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AS DEFENSE LOGISTICS AGENCY 433,560,900.10 433.56 million 11,960
1700 DEPT OF THE NAVY 244,823,082.55 244.82 million 2,255
2100 DEPT OF THE ARMY 107,084,893.24 107.08 million 1,031
5700 DEPT OF THE AIR FORCE 29,311,105.49 29.31 million 425
1542 FEDERAL PRISON INDUSTRIES / UNICOR 23,802,978.42 23.80 million 1,864
3600 VETERANS AFFAIRS, DEPARTMENT OF 22,313,483.49 22.31 million 358
1900 STATE, DEPARTMENT OF 12,032,486.63 12.03 million 445
7008 U.S. COAST GUARD 9,977,015.22 9.98 million 371
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 5,321,614.05 5.32 million 15
7009 U.S. SECRET SERVICE 2,554,335.00 2.55 million 6

Insight

NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEFENSE LOGISTICS AGENCY, followed by DEPT OF THE NAVY, which suggests that agency demand in this industry is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '333413'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
HDT EXPEDITIONARY SYSTEMS, INC. 92878 77,454,846.33 77.45 million 119
CEPEDA ASSOCIATES, INC. 60756 52,556,291.82 52.56 million 376
HOWDEN AMERICAN FAN COMPANY 53555 45,095,809.72 45.10 million 740
DESIGN WEST TECHNOLOGIES, INC. 3DB52 40,714,269.68 40.71 million 83
O.C. LUGO CO., INC., THE 0FMB1 39,957,659.95 39.96 million 97
HANSOME ENERGY SYSTEMS, INC. 51802 39,474,260.02 39.47 million 74
HOWDEN NORTH AMERICA INC. 75477 27,602,107.01 27.60 million 579
FILTRATION SERVICES LLC 3NUF9 23,790,028.69 23.79 million 1,861
HAMILTON SUNDSTRAND CORPORATION 26581 23,758,812.19 23.76 million 130
HANSOME ENERGY SYSTEMS INC 51802 17,914,464.00 17.91 million 18

Insight

Within NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. HDT EXPEDITIONARY SYSTEMS, INC. ranks first, followed by CEPEDA ASSOCIATES, INC., which helps define the current competitive landscape in this industry slice.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '333413'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 103,233,660.05 103.23 million 1,886
2024 113,229,024.79 113.23 million 1,607
2023 106,308,944.26 106.31 million 1,724
2022 93,097,874.88 93.10 million 1,963
2021 61,080,899.27 61.08 million 2,020
2020 107,540,365.47 107.54 million 2,032
2019 76,748,228.22 76.75 million 1,797
2018 97,825,590.21 97.83 million 2,490
2017 90,145,336.56 90.15 million 2,627
2016 60,379,823.27 60.38 million 2,237

Insight

The annual trend shows how obligations in NAICS 333413 (INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.