NAICS Industry

NAICS 333999 Federal Contract Obligations (Last 5 Years)

Federal procurement activity for NAICS 333999 covers more than 1.42 billion in obligations across 61,397 award actions in the last 5 years.

This NAICS page summarizes federal contracting for All Other Miscellaneous General Purpose Machinery Manufacturing, including annual obligations, award volume, and leading agencies and vendors. Defense Logistics Agency accounts for the largest share of obligated dollars, while 2025 shows the highest annual obligation in the period provided.

Generated at 03/21/2026

Analysis period: Last 5 years

Vendor and agency rankings reflect the provided FPDS analysis window and may include separate rows for the same vendor name or CAGE code as reported in the source data.

NAICS Code
333999
Industry
ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING
Total Obligated
1.42 billion
1,418,584,940.19
Award Actions
61,397
Average Action Value
23,105.11

About NAICS 333999 federal contract activity

NAICS 333999 covers all other miscellaneous general purpose machinery manufacturing and has accounted for $1.42 billion in obligated contract spending across 61,397 awards over the last 5 years. The average award value was $23,105.11, indicating a procurement profile dominated by a large volume of relatively small obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency is the largest buyer in this NAICS, with $636.88 million across 54,270 awards, far exceeding every other agency by transaction count. The Department of the Army follows with $537.77 million on 507 awards, while the Department of the Navy and the U.S. Coast Guard contribute materially smaller shares. This concentration suggests the market is heavily driven by defense and logistics requirements.

Vendor concentration and leading contractors

Hamilton Sundstrand Corporation is the top vendor by obligated value at $231.58 million across 5,662 awards. Tencate Advanced Armor USA, Inc. and Leading Technology Composites, Inc. also rank among the largest suppliers by dollars, while Noble Sales Co., Inc. stands out for a very high award count relative to its obligated value. The presence of duplicate vendor naming for Leading Technology Composites indicates the need to review parent-child or naming variations when interpreting vendor rankings.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $367.53 million, then declined in 2023 and 2024 before rebounding in 2025 to $311.47 million. Award counts fell sharply from 33,455 in 2021 to 2,585 in 2025, showing a shift from very high transaction volume toward fewer, larger obligations over time. Despite the volatility in counts, total dollars remained substantial in every year of the window.

How to interpret this page

This summary is based on FPDS contract action data filtered to NAICS 333999 over the last 5 years. Totals reflect obligated dollars and award counts as reported in the provided analysis window, with agency and vendor rankings ordered by total obligated value. Vendor name duplication may reflect reporting or entity naming differences in the source data.

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 5 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 636,881,570.25 636.88 million 54,270
2100 DEPT OF THE ARMY 537,766,249.77 537.77 million 507
1700 DEPT OF THE NAVY 178,414,104.42 178.41 million 4,304
5700 DEPT OF THE AIR FORCE 24,452,219.34 24.45 million 225
7008 U.S. COAST GUARD 19,221,835.81 19.22 million 750
3600 VETERANS AFFAIRS, DEPARTMENT OF 6,291,881.44 6.29 million 103
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 5,668,478.62 5.67 million 36
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,930,711.41 2.93 million 62
1425 BUREAU OF RECLAMATION 2,307,901.93 2.31 million 27
12H2 AGRICULTURAL RESEARCH SERVICE 1,909,450.83 1.91 million 39

Insight

Obligations under NAICS 333999 total $1.42 billion across 61,397 awards over the last 5 years, with a low average award value of $23,105. Funding is highly concentrated in the Defense Logistics Agency and the Department of the Army, which together account for $1.17 billion, or about 83% of total obligated dollars. The Defense Logistics Agency dominates by transaction volume with 54,270 awards, while the Department of the Army accounts for substantial dollars through far fewer awards, indicating a mixed pattern of high-volume micro-purchases and fewer larger obligations. Remaining agencies contribute comparatively small shares of both dollars and awards.

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 5 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
HAMILTON SUNDSTRAND CORPORATION 73030 231,579,522.54 231.58 million 5,662
TENCATE ADVANCED ARMOR USA, INC. 0RYL9 214,248,827.56 214.25 million 29
LEADING TECHNOLOGY COMPOSITES, INC. 1FKY1 174,059,285.54 174.06 million 35
LEADING TECHNOLOGY COMPOSITES INC 1FKY1 136,958,751.00 136.96 million 17
NOBLE SALES CO., INC. 1HEN9 60,744,362.34 60.74 million 11,502
NORTHROP GRUMMAN SYSTEMS CORPORATION 03956 43,370,785.47 43.37 million 494
ENGENSE, INC. 70U82 40,258,958.00 40.26 million 7
ENGENSE INC. 70U82 31,150,049.00 31.15 million 10
NEWVIEW OKLAHOMA, INC. 7E931 28,316,152.36 28.32 million 72
FLORIDA ARMOR LLC 823F5 25,740,556.28 25.74 million 6

Insight

Over the last 5 years, NAICS 333999 recorded $1.42 billion across 61,397 awards, with a low average award value of $23.1 thousand, indicating a highly fragmented obligation profile. Top vendors are not fully consolidated: HAMILTON SUNDSTRAND CORPORATION leads at $231.6 million, but the next largest obligations are split across several firms in the $214.2 million to $25.7 million range. Several vendors appear under multiple name variants with the same CAGE code, including LEADING TECHNOLOGY COMPOSITES, INC./INC. and ENGENSE, INC./INC., which suggests vendor normalization is important when assessing concentration.

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 5 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

Insight

Over the last 5 years, NAICS 333999 recorded $1.42 billion in obligated dollars across 61,397 awards, with a relatively low average award value of $23,105, indicating a highly fragmented procurement profile. Obligations were unevenly distributed, peaking in 2022 at $367.53 million and remaining elevated in 2021 at $326.81 million before declining in 2023 and 2024. In 2025, obligations rose again to $311.47 million while award counts fell sharply to 2,585, suggesting larger-dollar activity was concentrated in fewer actions during the current period.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.