NAICS Industry

NAICS 333999 Federal Contract Obligations (Last Year)

FPDS procurement activity for NAICS 333999 covers $311.47 million in obligated dollars across 2,585 award actions in the last full year.

NAICS 333999, All Other Miscellaneous General Purpose Machinery Manufacturing, shows a contract base led by the Defense Logistics Agency and the Department of the Army. The top vendors include Leading Technology Composites Inc, Tencate Advanced Armor USA, Inc., and Hamilton Sundstrand Corporation.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year and include obligated amounts, award counts, and leading agencies and vendors reported for this NAICS code.

NAICS Code
333999
Industry
ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING
Total Obligated
311.47 million
311,469,273.84
Award Actions
2,585
Average Action Value
120,491.01

About NAICS 333999 federal contract activity

NAICS 333999, All Other Miscellaneous General Purpose Machinery Manufacturing, recorded $311.47 million in obligated awards across 2,585 actions in the last full year, with an average award value of $120,491.01. The market is characterized by a very high transaction count relative to obligated dollars, indicating a mix of many smaller awards and a limited number of larger obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency was the dominant contracting agency, accounting for $181.51 million and 2,142 awards, which represents the clear majority of activity in this NAICS. The Department of the Army ranked second at $110.41 million across 27 awards, followed by the Department of the Navy at $16.47 million across 223 awards; the Department of the Air Force and USSOCOM contributed comparatively small shares.

Vendor concentration and leading contractors

Vendor obligations were concentrated among a small set of suppliers. Leading Technology Composites Inc led with $107.23 million across 10 awards, followed closely by TenCate Advanced Armor USA, Inc. at $89.07 million across 5 awards; Hamilton Sundstrand Corporation stood out for volume, with $42.21 million across 1,152 awards.

Annual contract trend over the analysis window

The annual trend shows all observed activity in 2025, with $311.47 million obligated across 2,585 awards for the period analyzed. Because the window is the last full year and only one annual point is present, this dataset supports a snapshot assessment rather than a multi-year trend comparison.

How to interpret this page

This summary is based on FPDS obligation records mapped to NAICS 333999 for the last full year. Agency, vendor, and annual figures reflect total obligated dollars and award counts within the selected period; averages are calculated from total obligated dollars divided by award count. No adjustment has been made for inflation, deobligation timing, or award modifications beyond the reported FPDS obligation 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 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 181,509,217.27 181.51 million 2,142
2100 DEPT OF THE ARMY 110,410,057.18 110.41 million 27
1700 DEPT OF THE NAVY 16,471,946.29 16.47 million 223
5700 DEPT OF THE AIR FORCE 1,571,365.76 1.57 million 11
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,278,320.63 1.28 million 8
7008 U.S. COAST GUARD 342,297.97 342.30 thousand 124
2041 BUREAU OF ENGRAVING AND PRINTING 21,000.00 21.00 thousand 2
3600 VETERANS AFFAIRS, DEPARTMENT OF 9,653.00 9.65 thousand 1
7529 NATIONAL INSTITUTES OF HEALTH 5,200.92 5.20 thousand 1
1422 BUREAU OF LAND MANAGEMENT 3,700.00 3.70 thousand 2

Insight

Obligations in NAICS 333999 totaled $311.47 million across 2,585 awards in the last full year, with activity heavily concentrated in the Defense Logistics Agency, which accounted for $181.51 million and 2,142 awards. The Department of the Army was the second-largest obligor at $110.41 million, but with only 27 awards, indicating a small number of high-value actions. The Department of the Navy contributed $16.47 million across 223 awards, while all other agencies were comparatively marginal, each below $1.58 million.

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 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
LEADING TECHNOLOGY COMPOSITES INC 1FKY1 107,231,766.58 107.23 million 10
TENCATE ADVANCED ARMOR USA, INC. 0RYL9 89,071,380.00 89.07 million 5
HAMILTON SUNDSTRAND CORPORATION 73030 42,208,969.25 42.21 million 1,152
ENGENSE, INC. 70U82 30,038,558.00 30.04 million 5
FLORIDA ARMOR LLC 823F5 18,440,836.60 18.44 million 3
NORTHROP GRUMMAN SYSTEMS CORPORATION 03956 11,556,922.77 11.56 million 103
ALFA LAVAL INC 6K044 5,089,489.26 5.09 million 19
NOBLE SALES CO., INC. 1HEN9 2,494,436.59 2.49 million 776
ALLIED DEFENSE INDUSTRIES, LLC 0GD25 1,821,679.28 1.82 million 4
AMS SYSTEM TECHNOLOGY COMPANY, LLC 94RA8 1,578,020.00 1.58 million 3

Insight

Obligations in NAICS 333999 totaled 311.47 million across 2,585 awards in the last full year, with an average award value of 120,491. Top vendor obligations are concentrated among a small set of firms: LEADING TECHNOLOGY COMPOSITES INC and TENCATE ADVANCED ARMOR USA, INC. together account for 196.30 million, or about 63% of total obligated dollars. Award volume is also uneven, with HAMILTON SUNDSTRAND CORPORATION receiving 1,152 awards and NOBLE SALES CO., INC. 776 awards, indicating a mix of high-dollar, low-count awards and high-count, lower-dollar buying activity.

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

Insight

In the last full year, NAICS 333999 recorded $311.47 million in obligated spending across 2,585 awards, with an average award value of $120,491.01. Because only one annual data point is provided in this 1-year window, trend direction cannot be assessed; the available information indicates the current scale of activity only. The award volume and average value suggest obligations were distributed across a relatively large number of transactions rather than concentrated in a small number of high-dollar awards.

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.