NAICS Industry

NAICS 336412 Federal Contract Obligations (Last Year)

FPDS summary for NAICS 336412 covers aircraft engine and aircraft engine parts manufacturing obligations, award counts, agencies, and vendors over the last full year.

In the last full year, federal awards under NAICS 336412 totaled $10.45 billion across 11,877 actions, with an average action value of $879,622.43. The Department of the Navy led spending, followed by the Department of the Air Force and the Defense Logistics Agency, while RTX Corporation, General Electric Company, and Boeing were among the largest vendors.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and may include multiple award actions, modified obligations, and vendor name variations tied to the same CAGE code.

NAICS Code
336412
Industry
AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING
Total Obligated
10.45 billion
10,447,275,704.63
Award Actions
11,877
Average Action Value
879,622.43

About NAICS 336412 federal contract activity

NAICS 336412 covers aircraft engine and engine parts manufacturing. In the last full year, federal obligations under this code totaled 10.45 billion across 11,877 awards, with an average award value of 879,622.43, indicating a large volume of procurement activity concentrated in high-value aerospace support and sustainment work.

Agency demand and leading federal buyers

The Department of the Navy was the dominant buyer, accounting for 6.78 billion across 863 awards, or roughly two-thirds of total obligations. The Department of the Air Force followed with 2.11 billion, while the Defense Logistics Agency placed 995.42 million across 9,195 awards, showing a much higher transaction count but lower average value. The Department of the Army and U.S. Coast Guard were smaller customers by obligation.

Vendor concentration and leading contractors

Vendor concentration is led by major aerospace and engine manufacturers. RTX Corporation recorded the highest obligations at 2.85 billion, followed by General Electric Company at 1.85 billion, Raytheon Technologies Corporation at 1.43 billion, Boeing Company at 1.34 billion, and Rolls-Royce Corporation at 1.21 billion. Award counts vary significantly, with General Electric and Boeing receiving many more awards than RTX, suggesting a mix of large program actions and recurring procurement activity.

Annual contract trend over the analysis window

The annual trend shows 10.45 billion in obligations and 11,877 awards in 2025, which is the full-year period reflected in this analysis. With only one annual point provided, the data supports a snapshot view rather than a multi-year comparison, but it confirms that spending in this NAICS code remained substantial over the period.

How to interpret this page

This page summarizes FPDS obligations reported under NAICS code 336412 for the last full year. Totals reflect obligated dollars and award counts aggregated across federal contracting actions classified to this code; agency and vendor rankings are based on total obligated amount. Average award value is calculated from total obligated dollars divided by award count.

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 = '336412'
        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
1700 DEPT OF THE NAVY 6,776,159,692.85 6.78 billion 863
5700 DEPT OF THE AIR FORCE 2,112,605,889.24 2.11 billion 940
97AS DEFENSE LOGISTICS AGENCY 995,415,143.99 995.42 million 9,195
2100 DEPT OF THE ARMY 568,644,629.72 568.64 million 260
7008 U.S. COAST GUARD 47,467,213.06 47.47 million 55
1549 FEDERAL BUREAU OF INVESTIGATION 2,059,464.54 2.06 million 6
1900 STATE, DEPARTMENT OF 2,013,194.02 2.01 million 14
6920 FEDERAL AVIATION ADMINISTRATION 1,877,474.96 1.88 million 3
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,521,233.00 1.52 million 17
12C2 FOREST SERVICE 730,199.48 730.20 thousand 8

Insight

Obligations in NAICS 336412 were highly concentrated in the Department of the Navy, which accounted for $6.78 billion, or about 65% of the $10.45 billion obligated in the last full year. The Department of the Air Force and Defense Logistics Agency followed with $2.11 billion and $995.42 million, respectively, bringing the top three agencies to roughly 94% of total obligations. Award volume was more dispersed than dollars, led by Defense Logistics Agency with 9,195 awards despite a lower obligation total, indicating a high count of smaller actions. The Department of the Army contributed a smaller but still material $568.64 million, while all remaining agencies were individually below $50 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 = '336412'
        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
RTX CORPORATION 52661 2,846,561,777.29 2.85 billion 61
GENERAL ELECTRIC COMPANY 99207 1,849,301,229.97 1.85 billion 525
RAYTHEON TECHNOLOGIES CORPORATION 52661 1,430,326,828.85 1.43 billion 91
BOEING COMPANY, THE 76301 1,340,727,124.06 1.34 billion 398
ROLLS-ROYCE CORPORATION 63005 1,207,173,448.40 1.21 billion 373
UNITED TECHNOLOGIES CORPORATION 52661 679,071,678.31 679.07 million 204
LOCKHEED MARTIN CORPORATION 16331 224,080,686.88 224.08 million 152
CFM INTERNATIONAL, INC. 58828 179,078,464.08 179.08 million 185
STANDARD AERO (SAN ANTONIO) INC. 1XP69 60,986,910.49 60.99 million 110
TRIUMPH ENGINE CONTROL SYSTEMS LLC 11599 50,825,340.23 50.83 million 39

Insight

Obligations in NAICS 336412 were highly concentrated in a small set of vendors during the last full year: RTX Corporation led with $2.85 billion, followed by General Electric Company at $1.85 billion, Raytheon Technologies Corporation at $1.43 billion, Boeing at $1.34 billion, and Rolls-Royce at $1.21 billion. These five vendors accounted for the majority of the $10.45 billion obligated across 11,877 awards, indicating a market dominated by a few large contractors. Award activity was more dispersed than dollars, with some vendors receiving relatively high award counts at lower obligated amounts, such as General Electric (525 awards) and Boeing (398 awards).

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 = '336412'
        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 10,447,275,704.63 10.45 billion 11,877

Insight

Over the last full year, NAICS 336412 recorded $10.45 billion in obligated dollars across 11,877 awards, with an average award value of $879,622.43. The activity level indicates a broad distribution of obligations across a relatively large number of awards, rather than reliance on a small set of high-dollar transactions. With only one annual period provided, this section reflects the current yearly baseline for aircraft engine and engine parts manufacturing under this NAICS code.

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.