NAICS Industry

NAICS 333999 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 333999 covers all other miscellaneous general purpose machinery manufacturing across the last 10 years.

Over the last 10 years, federal agencies obligated $5.13 billion across 239,153 award actions in NAICS 333999, with an average action value of $21,440.83. The Defense Logistics Agency accounted for most obligations, followed by the Department of the Navy and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual values reflect the provided analysis window and top-vendor and top-agency rankings are based on obligated dollars, not award count.

NAICS Code
333999
Industry
ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING
Total Obligated
5.13 billion
5,127,640,357.78
Award Actions
239,153
Average Action Value
21,440.83

About NAICS 333999 federal contract activity

NAICS 333999, All Other Miscellaneous General Purpose Machinery Manufacturing, recorded $5.13 billion in obligated spending across 239,153 awards over the last 10 years, with an average award value of $21,440.83. The high award count alongside a relatively low average value indicates a procurement profile dominated by numerous smaller obligations rather than a small number of very large awards.

Agency demand and leading federal buyers

The Defense Logistics Agency accounted for the largest share of spending in this NAICS, with $3.22 billion across 209,442 awards, making it the clear primary buyer. The Department of the Navy and Department of the Army were the next largest agencies at $942.02 million and $720.29 million respectively, while the Air Force and Department of Veterans Affairs contributed materially smaller totals.

Vendor concentration and leading contractors

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION led vendors by obligated amount at $528.52 million across 61,404 awards, followed by HAMILTON SUNDSTRAND CORPORATION at $330.40 million across 7,029 awards. TENCATE ADVANCED ARMOR USA, INC. and LEADING TECHNOLOGY COMPOSITES, INC. also appear prominently, and the repeated listing of LEADING TECHNOLOGY COMPOSITES under the same CAGE code suggests contract activity recorded under slightly different name variations.

Annual contract trend over the analysis window

Annual obligations in the visible recent years remained in the hundreds of millions, peaking at $367.53 million in 2022 before easing to $183.04 million in 2023 and $229.73 million in 2024. Through 2025, obligations reached $311.47 million, while award counts declined sharply from 33,455 in 2021 to 2,585 in 2025, indicating fewer transactions in the most recent years than in the earlier period shown.

How to interpret this page

This page summarizes FPDS award data for NAICS 333999 over the last 10 years using obligated dollars, award counts, and average award value. Agency and vendor rankings are based on total obligated amounts, and annual trend figures reflect obligations by fiscal year within the analysis window. Vendor name differences may reflect FPDS reporting variations, so totals should be interpreted with attention to entity normalization and CAGE code consistency.

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 = '333999'
        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,216,731,356.76 3.22 billion 209,442
1700 DEPT OF THE NAVY 942,016,623.59 942.02 million 19,824
2100 DEPT OF THE ARMY 720,292,644.73 720.29 million 1,886
5700 DEPT OF THE AIR FORCE 85,885,674.21 85.89 million 814
3600 VETERANS AFFAIRS, DEPARTMENT OF 48,324,849.68 48.32 million 363
7008 U.S. COAST GUARD 47,398,897.19 47.40 million 2,013
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 10,203,853.81 10.20 million 73
7529 NATIONAL INSTITUTES OF HEALTH 8,387,807.82 8.39 million 285
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 7,321,942.81 7.32 million 213
1425 BUREAU OF RECLAMATION 4,945,576.54 4.95 million 82

Insight

Over the last 10 years, NAICS 333999 obligations totaled $5.13 billion across 239,153 awards, with a low average award value of $21,440.83, indicating a high-volume, lower-dollar procurement profile. The Defense Logistics Agency accounted for $3.22 billion, or the clear majority of obligated dollars, with 209,442 awards, making it the dominant buyer in this category. The Department of the Navy ($942.02 million) and Department of the Army ($720.29 million) were the next largest obligators, while all other agencies were comparatively smaller and collectively much less concentrated.

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 = '333999'
        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
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 528,517,029.68 528.52 million 61,404
HAMILTON SUNDSTRAND CORPORATION 73030 330,400,798.97 330.40 million 7,029
TENCATE ADVANCED ARMOR USA, INC. 0RYL9 233,454,462.44 233.45 million 35
LEADING TECHNOLOGY COMPOSITES, INC. 1FKY1 213,666,362.46 213.67 million 44
LEADING TECHNOLOGY COMPOSITES INC 1FKY1 136,958,751.00 136.96 million 17
L3 TECHNOLOGIES, INC. 06401 109,387,151.59 109.39 million 528
NOBLE SALES CO., INC. 1HEN9 65,854,041.26 65.85 million 11,567
NORTHROP GRUMMAN SYSTEMS CORPORATION 03956 60,053,547.23 60.05 million 853
THALES DEFENSE & SECURITY, INC 23386 59,706,980.10 59.71 million 91
FLORIDA ARMOR, LLC 823F5 49,581,764.62 49.58 million 19

Insight

Over the last 10 years, NAICS 333999 recorded $5.13 billion across 239,153 awards, with an average award value of $21,440.83, indicating a large volume of relatively small obligations. Vendor obligations are concentrated at the top but remain distributed across multiple firms: SCIENCE APPLICATIONS INTERNATIONAL CORPORATION leads with $528.52 million, followed by HAMILTON SUNDSTRAND CORPORATION at $330.40 million and TENCATE ADVANCED ARMOR USA, INC. at $233.45 million. Several vendors appear multiple times or with closely related naming variations, including LEADING TECHNOLOGY COMPOSITES, INC. / LEADING TECHNOLOGY COMPOSITES INC under the same CAGE code, which may affect vendor-level concentration analysis.

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 = '333999'
        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 311,469,273.84 311.47 million 2,585
2024 229,729,167.29 229.73 million 3,908
2023 183,038,176.32 183.04 million 4,318
2022 367,533,879.08 367.53 million 17,131
2021 326,814,443.66 326.81 million 33,455
2020 477,575,442.39 477.58 million 29,741
2019 1,015,046,688.37 1.02 billion 43,929
2018 1,418,487,028.95 1.42 billion 47,054
2017 460,461,304.49 460.46 million 33,953
2016 337,484,953.39 337.48 million 23,079

Insight

Over the last 10 years, NAICS 333999 accounts for $5.13 billion across 239,153 awards, with an average award value of $21,440.83, indicating a high-volume, low-dollar procurement pattern. Obligations are concentrated in 2018 and 2019, which together represent the clear peak of the period at $1.42 billion and $1.02 billion, respectively, before declining substantially in subsequent years. Annual obligations remain elevated in 2020–2022 relative to 2023–2024, and 2025 has increased to $311.47 million with 2,585 awards, though it remains below the 2018–2019 high point.

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.