NAICS Industry

NAICS 332911 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

NAICS Code
332911
Industry
INDUSTRIAL VALVE MANUFACTURING
Total Obligated
1.23 billion
1,227,036,725.16
Award Actions
60,876
Average Action Value
20,156.32

About NAICS 332911 federal contract activity

This page summarizes last 5 years of federal contract activity associated with NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING). Based on the current FPDS Query dataset, this industry shows 1.23 billion in visible obligations across 60,876 award actions, with an average action value of 20,156.32. 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 332911 (INDUSTRIAL VALVE MANUFACTURING) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEFENSE LOGISTICS AGENCY, with 1.09 billion 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 332911 (INDUSTRIAL VALVE MANUFACTURING) over the last 5 years. The current ranking is led by MAROTTA CONTROLS INC, with 45.75 million in obligations, followed by TRANSAERO, 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 332911 (INDUSTRIAL VALVE MANUFACTURING) across the last 5 years, from 2021 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 5 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 = '332911'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 1,087,075,105.49 1.09 billion 58,532
1700 DEPT OF THE NAVY 92,979,491.01 92.98 million 1,357
7008 U.S. COAST GUARD 13,551,238.06 13.55 million 283
5700 DEPT OF THE AIR FORCE 11,932,177.73 11.93 million 106
1425 BUREAU OF RECLAMATION 9,259,740.34 9.26 million 45
2100 DEPT OF THE ARMY 5,752,333.92 5.75 million 58
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,467,164.63 2.47 million 68
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,778,432.79 1.78 million 55
1450 BUREAU OF INDIAN AFFAIRS 1,612,053.61 1.61 million 8
12C2 FOREST SERVICE 341,709.00 341.71 thousand 1

Insight

NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING) appears to be concentrated among a relatively small group of major buying agencies over the last 5 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 = '332911'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
MAROTTA CONTROLS INC 99657 45,751,505.03 45.75 million 869
TRANSAERO, INC. 27541 41,121,989.80 41.12 million 1,345
HUNT VALVE COMPANY INC 34889 36,278,330.06 36.28 million 536
MAROTTA CONTROLS, INC. 99657 35,712,168.38 35.71 million 587
LESLIE CONTROLS, INC. 35795 35,500,589.27 35.50 million 421
HUNT VALVE COMPANY, INC. 11859 32,123,172.28 32.12 million 812
DANTE VALVE COMPANY 5P967 26,834,949.00 26.83 million 1,076
TRIMAN INDUSTRIES INC 0ZBE8 25,868,286.42 25.87 million 969
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 21,801,127.79 21.80 million 469
MILWAUKEE VALVE COMPANY, INC. 76364 19,926,810.51 19.93 million 2,021

Insight

Within NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. MAROTTA CONTROLS INC ranks first, followed by TRANSAERO, 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 = '332911'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 370,253,678.46 370.25 million 13,275
2024 279,106,853.74 279.11 million 11,601
2023 220,660,269.98 220.66 million 11,376
2022 203,660,040.14 203.66 million 13,185
2021 153,355,882.84 153.36 million 11,439

Insight

The annual trend shows how obligations in NAICS 332911 (INDUSTRIAL VALVE MANUFACTURING) moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.