NAICS Industry

NAICS 333318 Federal Contract Obligations (Last 5 Years)

NAICS 333318 covers other commercial and service industry machinery manufacturing federal obligations, awards, agencies, vendors, and annual trends over the last 5 years.

Federal procurement under NAICS 333318 totals $3.62 billion across 106,728 award actions in the last 5 years, with an average action value of $33,936.98. The Department of the Navy and Department of the Army account for the largest shares of obligated dollars, while the Defense Logistics Agency and Federal Acquisition Service drive most of the action volume.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligated values provided for the last 5 years and may differ from rounded display figures.

NAICS Code
333318
Industry
OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING
Total Obligated
3.62 billion
3,622,026,371.69
Award Actions
106,728
Average Action Value
33,936.98

About NAICS 333318 federal contract activity

NAICS 333318, Other Commercial and Service Industry Machinery Manufacturing, recorded 3.62 billion in obligations across 106,728 awards over the last 5 years, with an average award value of 33,936.98. The award profile is high-volume and comparatively low-dollar on average, indicating broad procurement activity across a wide range of machinery-related requirements.

Agency demand and leading federal buyers

The Department of the Navy led obligations in this NAICS with 1.97 billion across 1,365 awards, followed by the Department of the Army with 1.05 billion across 1,905 awards. The Defense Logistics Agency and Federal Acquisition Service each generated substantially more awards than obligation dollars, indicating frequent smaller procurements, while the Department of the Air Force contributed a smaller but still material share at 140.78 million.

Vendor concentration and leading contractors

The Boeing Company, The was the top vendor by obligated value at 749.10 million across 133 awards, followed by Rockwell Collins Simulation & Training Solutions LLC at 374.59 million and General Dynamics Mission Systems, Inc. at 345.24 million. The vendor list is concentrated among large defense and aerospace contractors, with relatively modest award counts compared with obligation totals, suggesting larger individual contract values for leading suppliers.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 1.04 billion across 30,846 awards and then declined through 2022 and 2023 before a partial rebound in 2024 and a lower 2025 total of 523.41 million to date. Award counts followed the same broad pattern, dropping from 30,846 in 2021 to 13,629 in 2025, which indicates a contraction in procurement volume after the high point in 2021.

How to interpret this page

This summary is based on FPDS obligations for NAICS 333318 over the last 5 years and reflects total obligated dollars, award counts, and average award value. Agency, vendor, and annual trend views are ranked by obligated amount and should be interpreted as procurement activity within the selected analysis window, not full market share.

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 = '333318'
        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
1700 DEPT OF THE NAVY 1,966,439,889.10 1.97 billion 1,365
2100 DEPT OF THE ARMY 1,045,961,015.07 1.05 billion 1,905
5700 DEPT OF THE AIR FORCE 140,781,147.99 140.78 million 669
97AS DEFENSE LOGISTICS AGENCY 118,938,905.26 118.94 million 75,435
4732 FEDERAL ACQUISITION SERVICE 104,556,448.93 104.56 million 22,943
3600 VETERANS AFFAIRS, DEPARTMENT OF 86,901,531.09 86.90 million 1,380
2041 BUREAU OF ENGRAVING AND PRINTING 85,269,689.91 85.27 million 19
97AZ DEFENSE COMMISSARY AGENCY (DECA) 10,501,294.31 10.50 million 1,332
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 8,138,217.49 8.14 million 199
1425 BUREAU OF RECLAMATION 7,188,593.00 7.19 million 28

Insight

Obligations under NAICS 333318 are highly concentrated among a small number of defense agencies over the last 5 years. The Department of the Navy accounts for $1.97 billion and the Department of the Army for $1.05 billion, together representing the majority of the $3.62 billion total obligated. Award activity is more distributed than dollars: the Defense Logistics Agency has 75,435 awards and the Federal Acquisition Service has 22,943 awards, despite comparatively lower obligated amounts.

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 = '333318'
        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
BOEING COMPANY, THE 0PXV4 749,103,456.40 749.10 million 133
ROCKWELL COLLINS SIMULATION & TRAINING SOLUTIONS LLC 00WX8 374,586,566.32 374.59 million 80
GENERAL DYNAMICS MISSION SYSTEMS, INC 1VNY6 345,239,913.33 345.24 million 297
ROCKWELL COLLINS, INC. 13499 247,775,901.97 247.78 million 53
LOCKHEED MARTIN CORPORATION 16331 145,558,348.31 145.56 million 218
GENERAL DYNAMICS ONE SOURCE LLC 474R7 123,352,857.73 123.35 million 135
ATLANTIC DIVING SUPPLY, INC. 1CAY9 113,225,891.06 113.23 million 40
LOGISTIC SERVICES INTERNATIONAL, INC. 9S850 107,580,206.89 107.58 million 68
KOENIG & BAUER BANKNOTE SOLUTIONS SA SJ505 91,797,860.00 91.80 million 11
CAE USA INC. 1PQF4 90,491,864.36 90.49 million 99

Insight

NAICS 333318 shows a moderately concentrated vendor base over the last 5 years, with the top 10 vendors accounting for 2.41 billion of the 3.62 billion obligated, or about two-thirds of total spending. BOEING COMPANY, THE leads with 749.10 million across 133 awards, followed by ROCKWELL COLLINS SIMULATION & TRAINING SOLUTIONS LLC at 374.59 million and GENERAL DYNAMICS MISSION SYSTEMS, INC at 345.24 million. Award volume is more distributed than obligation value, with several vendors posting high award counts but comparatively lower obligated amounts, indicating a mix of larger-dollar and lower-dollar awards within the sector.

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 = '333318'
        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 523,407,875.06 523.41 million 13,629
2024 663,953,375.05 663.95 million 18,623
2023 646,251,017.43 646.25 million 19,737
2022 752,478,410.21 752.48 million 23,893
2021 1,035,935,693.94 1.04 billion 30,846

Insight

Over the last 5 years, NAICS 333318 obligated $3.62 billion across 106,728 awards, with an average award value of $33,936.98, indicating a high-volume, relatively small-dollar award profile. Annual obligations declined from $1.04 billion in 2021 to $523.41 million in 2025, a reduction of roughly 50%, with the largest year-over-year drop occurring between 2021 and 2022. Award counts followed the same pattern, falling from 30,846 in 2021 to 13,629 in 2025, suggesting a broad contraction in procurement activity rather than concentration in a small number of large 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.