NAICS Industry

NAICS 332999 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 332999 covers all other miscellaneous fabricated metal product manufacturing over the last 10 years.

This NAICS page summarizes federal obligations, award volume, leading agencies, and leading vendors for all other miscellaneous fabricated metal product manufacturing. The dataset shows 5.46 billion in obligated dollars across 203,855 award actions, with DLA, the United States Mint, and the military departments among the largest buyers.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual, agency, and vendor totals reflect the provided 10-year analysis window and may not sum exactly due to rounding.

NAICS Code
332999
Industry
ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING
Total Obligated
5.46 billion
5,463,117,372.47
Award Actions
203,855
Average Action Value
26,799.03

About NAICS 332999 federal contract activity

NAICS 332999 covers all other miscellaneous fabricated metal product manufacturing and, over the last 10 years, FPDS records show $5.46 billion in obligated value across 203,855 awards. The average award value is $26,799.03, indicating a market characterized by high transaction volume and generally small-dollar awards alongside a smaller number of larger obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency is the largest buyer in this NAICS, with $1.47 billion obligated across 131,175 awards, making it the clear volume driver in the category. The United States Mint ranks second by dollars at $1.30 billion despite only 915 awards, while the Department of the Army, Department of the Navy, and Federal Acquisition Service also contribute significant spend, with the Federal Acquisition Service notable for its 46,292 awards and $337.10 million obligated.

Vendor concentration and leading contractors

The vendor base is led by The Toronto-Dominion Bank, which received $615.12 million across 177 awards, followed by Artazn LLC at $434.33 million across 146 awards. Atlantic Diving Supply, Inc. stands out for award volume with 2,326 awards and $301.72 million obligated, while BAE Systems GCS International Limited and BAE Systems Land & Armaments L.P. also appear among the top recipients, reflecting a mix of financial, industrial, and defense-related suppliers.

Annual contract trend over the analysis window

Annual obligations in the most recent years remain substantial but uneven, ranging from $541.60 million in 2023 to $707.70 million in 2022, with 2024 at $699.72 million and 2025 at $555.09 million to date. Award counts have stayed high throughout the period shown, including 14,462 awards in 2025 and peaks above 20,000 in 2021 through 2023, which suggests sustained procurement activity with year-to-year variability in obligated dollars.

How to interpret this page

This page summarizes FPDS-observed obligations tied to NAICS 332999 over the last 10 years using obligated dollars and award counts as reported in the dataset. Agency, vendor, and annual trend views reflect the same analysis window and are limited to the records associated with this NAICS code; amounts are presented as obligated value, not outlays or estimated market size.

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 = '332999'
        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 1,465,148,324.35 1.47 billion 131,175
2044 UNITED STATES MINT 1,301,821,971.59 1.30 billion 915
2100 DEPT OF THE ARMY 865,409,634.24 865.41 million 6,181
1700 DEPT OF THE NAVY 600,616,858.66 600.62 million 4,166
4732 FEDERAL ACQUISITION SERVICE 337,099,919.29 337.10 million 46,292
3600 VETERANS AFFAIRS, DEPARTMENT OF 210,597,567.99 210.60 million 681
5700 DEPT OF THE AIR FORCE 134,536,496.58 134.54 million 1,743
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 83,775,740.67 83.78 million 42
7008 U.S. COAST GUARD 68,751,770.72 68.75 million 1,188
8900 ENERGY, DEPARTMENT OF 64,575,265.36 64.58 million 103

Insight

Over the last 10 years, NAICS 332999 obligated $5.46 billion across 203,855 awards, indicating a high-volume procurement base with a relatively low average award value of $26.8 thousand. Obligations are concentrated in a small number of agencies: the Defense Logistics Agency and the United States Mint together account for $2.77 billion, or about half of total obligated dollars. The Defense Logistics Agency leads by award volume with 131,175 awards, while the Federal Acquisition Service also shows a broad transaction footprint at 46,292 awards despite comparatively lower obligated dollars. Remaining top agencies are materially smaller by dollar value, suggesting spending is distributed across multiple civilian and defense buyers rather than dominated by a single procuring entity.

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 = '332999'
        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
TORONTO-DOMINION BANK, THE L03P3 615,118,878.50 615.12 million 177
ARTAZN LLC 04VS4 434,327,020.76 434.33 million 146
ATLANTIC DIVING SUPPLY, INC. 1CAY9 301,718,780.57 301.72 million 2,326
BAE SYSTEMS GCS INTERNATIONAL LIMITED KB237 250,399,666.99 250.40 million 1,355
BAE SYSTEMS LAND & ARMAMENTS L.P. 076M6 207,157,723.22 207.16 million 872
SUPPLYCORE INC. 4V314 131,299,443.52 131.30 million 15,227
BAE SYSTEMS GLOBAL COMBAT SYSTEMS LTD KB237 122,160,365.54 122.16 million 1,441
ROLLS-ROYCE MARINE NORTH AMERICA INC. 07309 117,803,131.78 117.80 million 371
ALFAB, INC. 1B899 96,872,941.47 96.87 million 67
MACRO COMPANIES, INC. 46PX6 83,177,530.48 83.18 million 23

Insight

Over the last 10 years, NAICS 332999 recorded $5.46 billion across 203,855 awards, with an average award value of $26,799. The top 10 vendors accounted for $2.66 billion, or about 48.7% of total obligated dollars, indicating moderate concentration among a small set of suppliers. Obligations are led by TORONTO-DOMINION BANK, THE ($615.12 million) and ART/AZN LLC ($434.33 million), while award volume is more dispersed, with SUPPLYCORE INC. (15,227 awards) and ATLANTIC DIVING SUPPLY, INC. (2,326 awards) showing much higher transaction counts than the dollar leaders.

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 = '332999'
        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 555,094,736.82 555.09 million 14,462
2024 699,719,988.34 699.72 million 19,778
2023 541,598,278.95 541.60 million 20,761
2022 707,697,321.72 707.70 million 23,448
2021 652,955,654.35 652.96 million 21,133
2020 635,714,212.91 635.71 million 30,037
2019 467,667,138.20 467.67 million 20,357
2018 474,373,827.85 474.37 million 19,592
2017 462,012,700.30 462.01 million 17,068
2016 266,283,513.03 266.28 million 17,219

Insight

Over the last 10 years, NAICS 332999 recorded $5.46 billion in obligated dollars across 203,855 awards, with an average award value of $26,799. Obligation levels were concentrated in the 2020–2025 period, ranging from $541.6 million to $707.7 million annually, compared with $266.3 million in 2016. Award volume also peaked in 2020 at 30,037 awards, while 2021–2025 remained elevated between 14,462 and 23,448 awards, indicating sustained contract activity at relatively modest dollar values per award.

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.