NAICS Industry

NAICS 332510 Federal Contract Obligations (Last Year)

Analysis of NAICS 332510 hardware manufacturing federal procurement in the last full year shows $530.93 million obligated across 83,703 award actions.

Federal spending under NAICS 332510 was led by the Defense Logistics Agency, which obligated $345.41 million across 35,636 actions. The Department of the Navy, Department of the Air Force, Federal Acquisition Service, and Department of the Army were the next largest agencies by obligated amount, while Oshkosh Defense, United Technologies, and General Electric were among the top vendors.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and may differ slightly from annual trend totals due to rounding and record updates.

NAICS Code
332510
Industry
HARDWARE MANUFACTURING
Total Obligated
530.93 million
530,931,713.19
Award Actions
83,703
Average Action Value
6,343.04

About NAICS 332510 federal contract activity

NAICS 332510, HARDWARE MANUFACTURING, recorded 530.93 million in obligations across 83,703 awards during the last full year, with an average award value of 6,343.04. The award pattern indicates a highly fragmented market by count, while obligated dollars are concentrated in a relatively small set of high-value transactions.

Agency demand and leading federal buyers

The Defense Logistics Agency led this NAICS with 345.41 million in obligations across 35,636 awards, accounting for the largest share of activity by both dollars and volume. The Department of the Navy, Department of the Air Force, Federal Acquisition Service, and Department of the Army followed, with the Federal Acquisition Service notable for a very high award count relative to its dollar total.

Vendor concentration and leading contractors

OSHKOSH DEFENSE, LLC was the largest vendor by obligations at 29.66 million across 1,222 awards. UNITED TECHNOLOGIES CORPORATION and GENERAL ELECTRIC COMPANY also ranked among the top vendors by dollar value, while C C DISTRIBUTORS, INC. and PIONEER INDUSTRIES, LLC rounded out the leading group by obligations.

Annual contract trend over the analysis window

The annual trend shows 529.49 million in obligations and 83,316 awards in 2025, essentially matching the last full-year total and indicating stable procurement activity in this NAICS. The close alignment between the annual trend and the overall period suggests limited year-over-year volatility within the reported window.

How to interpret this page

This summary is based on FPDS obligations attributed to NAICS 332510 for the last full year analysis window. Agency, vendor, and annual trend rankings reflect reported obligated dollars and award counts only; no additional market estimates or external sources were used.

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 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
97AS DEFENSE LOGISTICS AGENCY 345,409,895.27 345.41 million 35,636
1700 DEPT OF THE NAVY 60,792,485.29 60.79 million 1,185
5700 DEPT OF THE AIR FORCE 45,062,964.55 45.06 million 286
4732 FEDERAL ACQUISITION SERVICE 31,223,144.14 31.22 million 45,296
2100 DEPT OF THE ARMY 23,805,884.10 23.81 million 370
1900 STATE, DEPARTMENT OF 4,941,752.10 4.94 million 219
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,142,490.06 2.14 million 23
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,659,903.46 1.66 million 58
7008 U.S. COAST GUARD 1,585,021.10 1.59 million 57
2050 INTERNAL REVENUE SERVICE 1,467,889.08 1.47 million 9

Insight

NAICS 332510 totaled $530.93 million across 83,703 awards in the last full year, with spending heavily concentrated in the Defense Logistics Agency, which obligated $345.41 million, or about 65% of total obligations, across 35,636 awards. The next largest obligators were the Department of the Navy ($60.79 million) and Department of the Air Force ($45.06 million), while the Federal Acquisition Service stood out for volume with 45,296 awards but a comparatively lower $31.22 million obligated. Overall, the distribution indicates a high-volume, low-dollar procurement pattern with obligations dominated by DLA and other defense-related 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 = '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 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
OSHKOSH DEFENSE, LLC 75Q65 29,661,275.26 29.66 million 1,222
UNITED TECHNOLOGIES CORPORATION 52661 23,872,840.29 23.87 million 90
GENERAL ELECTRIC COMPANY 99207 15,480,596.48 15.48 million 226
C C DISTRIBUTORS, INC. 2M840 11,963,736.12 11.96 million 43
PIONEER INDUSTRIES, LLC 66200 10,061,035.56 10.06 million 344
AEF-PERFORMANCE LLC 66618 10,048,636.33 10.05 million 148
HART TECHNOLOGIES, INC. 1Q3J5 8,521,686.42 8.52 million 22
OSC SOLUTIONS, INC. 1KYJ5 8,503,336.99 8.50 million 948
BURHANI ENTERPRISES, INC. 4NWK0 8,406,840.69 8.41 million 161
KAMPI COMPONENTS CO INC 7Z016 8,130,929.43 8.13 million 650

Insight

In the last full year, NAICS 332510 obligated $530.93 million across 83,703 awards, with an average award value of $6,343, indicating a high-volume, low-dollar award environment. Top-vendor obligations are relatively concentrated but not dominant: the leading ten vendors account for about $125.15 million combined, or roughly 23.6% of total obligations. OSHKOSH DEFENSE, LLC is the largest recipient at $29.66 million, followed by UNITED TECHNOLOGIES CORPORATION at $23.87 million and GENERAL ELECTRIC COMPANY at $15.48 million, while several other vendors show substantial award counts with lower obligated totals, suggesting broad distribution across many small awards.

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 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 529,488,758.91 529.49 million 83,316

Insight

During the last full year, NAICS 332510 accounted for $530.93 million in total obligated dollars across 83,703 awards, with a low average award value of $6,343.04, indicating a highly dispersed obligation profile. FY 2025 represented essentially all activity in the 1-year window, with $529.49 million and 83,316 awards, showing that obligations were concentrated in a single year with minimal variation from the overall period total.

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.