NAICS Industry

NAICS 332722 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER 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
332722
Industry
BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING
Total Obligated
3.34 billion
3,342,121,713.68
Award Actions
836,884
Average Action Value
3,993.53

About NAICS 332722 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING). Based on the current FPDS Query dataset, this industry shows 3.34 billion in visible obligations across 836,884 award actions, with an average action value of 3,993.53. 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 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER 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 3.03 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING) over the last 10 years. The current ranking is led by UNITED TECHNOLOGIES CORPORATION, with 805.55 million in obligations, followed by NOBLE SUPPLY & LOGISTICS, LLC. 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 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER 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 = '332722'
        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,030,297,619.81 3.03 billion 822,583
5700 DEPT OF THE AIR FORCE 183,312,301.48 183.31 million 402
1700 DEPT OF THE NAVY 86,771,325.39 86.77 million 8,434
2100 DEPT OF THE ARMY 31,500,670.43 31.50 million 753
4732 FEDERAL ACQUISITION SERVICE 4,466,064.70 4.47 million 1,997
7008 U.S. COAST GUARD 2,346,783.52 2.35 million 235
1542 FEDERAL PRISON INDUSTRIES / UNICOR 1,154,801.48 1.15 million 154
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 533,718.46 533.72 thousand 179
1425 BUREAU OF RECLAMATION 322,883.02 322.88 thousand 13
1900 STATE, DEPARTMENT OF 268,456.46 268.46 thousand 23

Insight

NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER 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 AIR FORCE, 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 = '332722'
        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 805,550,762.07 805.55 million 1,373
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 302,534,296.86 302.53 million 193,780
AAR SUPPLY CHAIN, INC. 1Y249 107,007,455.41 107.01 million 4,557
LOCKHEED MARTIN CORPORATION 563J1 52,194,920.81 52.19 million 5,872
CUMMINS INC 04MP1 47,313,892.20 47.31 million 50,298
SAFRAN LANDING SYSTEMS F6137 44,997,285.87 45.00 million 646
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 40,685,020.28 40.69 million 5,076
WESCO AIRCRAFT HARDWARE CORP. 1V757 37,167,527.61 37.17 million 13,768
DON INDUSTRIAL GROUP LLC 745V4 32,588,748.04 32.59 million 3,475
HERNDON PRODUCTS, INC. 3G1W3 31,955,252.27 31.96 million 6,396

Insight

Within NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. UNITED TECHNOLOGIES CORPORATION ranks first, followed by NOBLE SUPPLY & LOGISTICS, LLC, 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 = '332722'
        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 334,843,278.71 334.84 million 135,439
2024 551,420,010.19 551.42 million 133,770
2023 448,891,993.11 448.89 million 107,736
2022 278,988,282.86 278.99 million 63,498
2021 215,014,278.29 215.01 million 63,209
2020 257,266,562.19 257.27 million 50,944
2019 241,670,966.67 241.67 million 60,676
2018 320,148,859.82 320.15 million 74,708
2017 367,672,794.43 367.67 million 69,665
2016 326,204,687.41 326.20 million 77,239

Insight

The annual trend shows how obligations in NAICS 332722 (BOLT, NUT, SCREW, RIVET, AND WASHER 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.