NAICS Industry

NAICS 332410 Federal Contract Obligations (Last Year)

FPDS analysis of NAICS 332410, Power Boiler and Heat Exchanger Manufacturing, shows 860.42 million in obligations across 596 award actions in the last full year.

Federal procurement in this NAICS is heavily concentrated in Department of the Navy spending, led by Bechtel Plant Machinery, Inc. as the dominant vendor. Defense Logistics Agency activity is high by action count but much smaller in dollars, indicating a mix of large program awards and smaller procurement actions.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and include only the provided obligated amounts, award counts, and agency and vendor rankings.

NAICS Code
332410
Industry
POWER BOILER AND HEAT EXCHANGER MANUFACTURING
Total Obligated
860.42 million
860,421,533.16
Award Actions
596
Average Action Value
1,443,660.29

About NAICS 332410 federal contract activity

NAICS 332410 covers power boiler and heat exchanger manufacturing. In the last full year, federal obligations under this code totaled 860.42 million across 596 awards, with an average award value of 1.44 million, indicating a market dominated by a relatively small number of higher-dollar actions.

Agency demand and leading federal buyers

The Department of the Navy accounted for the overwhelming share of obligations at 828.63 million across 99 awards, making it the primary buyer in this category. The Defense Logistics Agency was the next largest procurer by volume of actions with 343 awards but only 23.50 million obligated, while the Army, Bureau of Prisons, and Veterans Affairs each represented much smaller portions of total spend.

Vendor concentration and leading contractors

BECHTEL PLANT MACHINERY, INC. was the dominant vendor by a wide margin, receiving 806.82 million across 12 awards, which concentrates most of the category’s obligated dollars with a single supplier. Huntington Ingalls Incorporated, ECI Defense Group, Inc., JGILS, LLC, and Aqua-Chem, Inc. followed at materially lower levels, suggesting a long tail of smaller suppliers alongside one highly concentrated incumbent.

Annual contract trend over the analysis window

The annual trend for 2025 shows 860.42 million obligated across 596 awards for the full year analyzed. With only a single annual observation in the current window, the data supports a year-level summary but not a multi-year directional trend assessment.

How to interpret this page

This page summarizes FPDS obligations mapped to NAICS 332410 for the last full year in the analysis window. Totals reflect obligated dollars and award counts recorded in the source data; agency and vendor rankings are based on total obligated amount, and no additional normalization or extrapolation was applied.

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 = '332410'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
1700 DEPT OF THE NAVY 828,632,491.23 828.63 million 99
97AS DEFENSE LOGISTICS AGENCY 23,504,936.79 23.50 million 343
2100 DEPT OF THE ARMY 2,527,634.60 2.53 million 31
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 1,820,035.21 1.82 million 35
3600 VETERANS AFFAIRS, DEPARTMENT OF 947,822.85 947.82 thousand 23
7008 U.S. COAST GUARD 878,832.52 878.83 thousand 17
5700 DEPT OF THE AIR FORCE 849,027.72 849.03 thousand 8
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 303,450.00 303.45 thousand 1
1425 BUREAU OF RECLAMATION 282,463.00 282.46 thousand 5
1434 US GEOLOGICAL SURVEY 193,832.67 193.83 thousand 8

Insight

Obligations in NAICS 332410 were highly concentrated in the Department of the Navy, which accounted for $828.63 million across 99 awards, or about 96% of the $860.42 million obligated in the last full year. The Defense Logistics Agency was a distant second at $23.50 million but had the highest award count among the listed agencies (343), indicating a much more fragmented purchase pattern at lower dollar value. All other agencies each obligated less than $3 million, suggesting the market was dominated by a single major buyer with limited secondary demand from other federal agencies.

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 = '332410'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
BECHTEL PLANT MACHINERY, INC. 4SVU7 806,824,805.00 806.82 million 12
HUNTINGTON INGALLS INCORPORATED 43689 10,367,953.07 10.37 million 13
ECI DEFENSE GROUP, INC. 4BJ65 7,924,299.16 7.92 million 25
JGILS, LLC 1N8T8 3,686,266.68 3.69 million 44
AQUA-CHEM, INC. 0EXU3 3,370,966.54 3.37 million 20
TRANTER INC 4HA68 2,735,358.20 2.74 million 4
GRAHAM CORP 1LCX3 1,429,000.00 1.43 million 2
TERRY SERVICE, INC 0S6W0 1,387,380.83 1.39 million 4
KAMPI COMPONENTS CO INC 7Z016 979,578.67 979.58 thousand 18
FLUID HANDLING LLC 6LE50 866,477.00 866.48 thousand 8

Insight

Obligations in NAICS 332410 are highly concentrated in the top vendor, BECHTEL PLANT MACHINERY, INC. (CAGE 4SVU7), which received 806.82 million of the 860.42 million obligated in the last full year, across 12 awards. The remaining top vendors each received less than 11 million, indicating a steep drop-off after the leading supplier and a long-tail distribution of awards. Across 596 awards, the average award value was 1.44 million, but the vendor concentration suggests a small number of high-value obligations drive most activity in this NAICS.

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 = '332410'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 860,421,533.16 860.42 million 596

Insight

For the last full year, NAICS 332410 recorded $860.42 million in obligations across 596 awards, for an average award value of $1.44 million. Because only one annual observation is provided, no year-over-year trend can be assessed in this window. The activity level indicates substantial procurement concentration within the period, but the available data do not support a distributional or directional trend assessment.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.