NAICS Industry

NAICS 332510 Federal Contract Obligations (Last 10 Years)

FPDS procurement data for NAICS 332510, Hardware Manufacturing, covering the last 10 years of federal obligations and award activity.

Federal agencies obligated 5.21 billion across 1,002,470 award actions under NAICS 332510 over the last 10 years, for an average action value of 5,200.65. Defense Logistics Agency led the category with 3.69 billion, followed by the Department of the Air Force, Department of the Navy, Federal Acquisition Service, and Department of the Army.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated amounts and award counts reported in FPDS for the selected 10-year period, with agency, vendor, and annual breakdowns based on the provided dataset.

NAICS Code
332510
Industry
HARDWARE MANUFACTURING
Total Obligated
5.21 billion
5,213,497,412.54
Award Actions
1,002,470
Average Action Value
5,200.65

About NAICS 332510 federal contract activity

NAICS 332510, Hardware Manufacturing, shows 5.21 billion in obligated awards across 1,002,470 actions over the last 10 years, with an average award value of 5,200.65. The volume of awards is high relative to dollars obligated, indicating a market dominated by many small transactions rather than a small number of large awards.

Agency demand and leading federal buyers

The Defense Logistics Agency is the dominant buyer in this NAICS, accounting for 3.69 billion across 486,249 awards, or the clear majority of obligated dollars in the period. The next largest agencies are the Department of the Air Force, Department of the Navy, Federal Acquisition Service, and Department of the Army, each contributing materially but at far lower dollar levels.

Vendor concentration and leading contractors

United Technologies Corporation is the leading vendor by obligated dollars at 505.11 million across 2,777 awards. Other major vendors include BOH Environmental, Oshkosh Defense, Honeywell International, and Noble Sales Co., Inc., with notable variation between dollar value and award count that suggests both large procurement relationships and high-volume transactional buying.

Annual contract trend over the analysis window

Annual obligations remained in the hundreds of millions in each reported year, peaking at 600.17 million in 2022 before easing to 515.85 million in 2023 and 450.08 million in 2024, then rising to 530.93 million in 2025. Award counts were highest in 2022 at 167,615 and fell afterward, which suggests declining transaction volume after the 2022 peak even as obligated dollars remained substantial.

How to interpret this page

This page summarizes FPDS award records mapped to NAICS 332510 over the last 10 years. Dollar totals, award counts, and averages are based on obligated amounts in the underlying data and should be interpreted as procurement activity captured in FPDS, not as a complete measure of total market demand.

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 = '332510'
        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 3,690,108,927.42 3.69 billion 486,249
5700 DEPT OF THE AIR FORCE 435,833,645.64 435.83 million 4,240
1700 DEPT OF THE NAVY 339,939,505.60 339.94 million 15,525
4732 FEDERAL ACQUISITION SERVICE 292,576,225.25 292.58 million 474,886
2100 DEPT OF THE ARMY 141,822,944.11 141.82 million 5,054
1900 STATE, DEPARTMENT OF 56,064,185.64 56.06 million 2,879
3600 VETERANS AFFAIRS, DEPARTMENT OF 49,332,474.86 49.33 million 1,048
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 25,564,663.74 25.56 million 325
7001 OFFICE OF PROCUREMENT OPERATIONS 15,231,210.07 15.23 million 62
7008 U.S. COAST GUARD 14,776,451.83 14.78 million 1,059

Insight

Over the last 10 years, obligations under NAICS 332510 total $5.21 billion across 1,002,470 awards, with spending highly concentrated in the Defense Logistics Agency, which accounts for $3.69 billion and 486,249 awards. The remaining top agencies are much smaller by obligated dollars, led by the Department of the Air Force ($435.83 million) and the Department of the Navy ($339.94 million), followed by the Federal Acquisition Service ($292.58 million) despite a similarly large award count of 474,886. This pattern indicates a broad, low-dollar award distribution overall, with procurement volume concentrated in a few agencies and particularly in DLA.

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 = '332510'
        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
UNITED TECHNOLOGIES CORPORATION 52661 505,113,268.85 505.11 million 2,777
BOH ENVIRONMENTAL 6GBG2 199,494,012.99 199.49 million 1,624
OSHKOSH DEFENSE, LLC 75Q65 195,942,190.89 195.94 million 47,951
HONEYWELL INTERNATIONAL INC. 70210 194,895,620.89 194.90 million 4,492
NOBLE SALES CO., INC. 1HEN9 171,499,401.35 171.50 million 148,333
ROLLS-ROYCE CORPORATION 63005 137,170,005.08 137.17 million 859
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 130,883,965.76 130.88 million 3,907
C C DISTRIBUTORS, INC. 2M840 98,175,823.57 98.18 million 473
GENERAL ELECTRIC COMPANY 99207 82,873,616.23 82.87 million 629
ONTIC ENGINEERING AND MANUFACTURING, INC. 45934 69,356,445.79 69.36 million 928

Insight

Over the last 10 years, NAICS 332510 recorded $5.21 billion in obligations across 1,002,470 awards, with an average award value of $5,200.65, indicating a high-volume, low-dollar procurement pattern. The top 10 vendors account for significant but not dominant concentration, with UNITED TECHNOLOGIES CORPORATION leading at $505.11 million, while the remaining vendors each range from $69.36 million to $199.49 million. Award counts vary widely across top vendors, from 473 to 148,333 awards, suggesting a mix of large-volume distributors and lower-volume higher-obligation suppliers within the industry.

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 = '332510'
        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 530,931,713.19 530.93 million 83,703
2024 450,077,158.40 450.08 million 99,403
2023 515,852,816.42 515.85 million 135,445
2022 600,170,293.66 600.17 million 167,615
2021 537,089,238.85 537.09 million 121,300
2020 657,671,747.23 657.67 million 104,059
2019 418,716,044.04 418.72 million 80,640
2018 602,614,815.51 602.61 million 76,980
2017 470,596,280.88 470.60 million 60,516
2016 429,777,304.36 429.78 million 72,809

Insight

Over the last 10 years, NAICS 332510 (Hardware Manufacturing) recorded $5.21 billion in obligations across 1,002,470 awards, with a relatively low average award value of $5,200.65, indicating a highly fragmented award base. Annual obligations were generally concentrated in the $418.72 million to $657.67 million range, with the peak in 2020 ($657.67 million) and the lowest annual obligation in 2019 ($418.72 million). Award volume peaked in 2022 at 167,615 awards, while 2024 showed a notable decline in both obligations ($450.08 million) and award count (99,403) before obligations rebounded to $530.93 million in 2025.

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.