NAICS Industry

NAICS 336413 Federal Contract Obligations (Last Year)

FPDS procurement data for NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, covering obligations and awards in the last full year.

In the last full year, federal agencies obligated $19.50 billion across 99,756 award actions in NAICS 336413. The Department of the Air Force, Department of the Navy, Defense Logistics Agency, and Department of the Army accounted for most of the spending, while Lockheed Martin Corporation, Northrop Grumman Systems Corporation, and The Boeing Company were among the largest vendors.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and may include multiple award types and vendor records associated with the same parent company.

NAICS Code
336413
Industry
OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING
Total Obligated
19.50 billion
19,495,017,241.27
Award Actions
99,756
Average Action Value
195,427.01

About NAICS 336413 federal contract activity

NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, recorded 19.50 billion in obligated award dollars across 99,756 awards in the last full year, with an average award value of 195,427.01. The volume of awards is high relative to total obligations, indicating a market characterized by many smaller transactions alongside a smaller number of large procurements.

Agency demand and leading federal buyers

The Department of the Air Force was the largest contracting agency in this NAICS, obligating 6.57 billion across 4,248 awards. The Department of the Navy followed with 5.50 billion, while the Defense Logistics Agency accounted for 4.00 billion across 80,110 awards, reflecting heavy use of transactional procurement; the Department of the Army also contributed 3.02 billion.

Vendor concentration and leading contractors

Lockheed Martin Corporation led vendors with 2.27 billion in obligations, followed by Northrop Grumman Systems Corporation at 1.47 billion and The Boeing Company at 1.25 billion. Additional large recipients included Lockheed Martin Corp and L-3 Communications Integrated Systems L.P., showing concentration among major aerospace and defense suppliers.

Annual contract trend over the analysis window

The annual trend for 2025 shows 19.50 billion in obligations across 99,756 awards, which matches the full analysis window provided. Because only one year is included, this view supports level-setting for that period but does not show year-over-year movement or volatility.

How to interpret this page

This page summarizes FPDS award records for NAICS 336413 over the last full year using obligated dollars, award counts, and average award value. Agency and vendor rankings reflect total obligated amounts within the selected NAICS and period; totals are based on the data provided and should be interpreted as procurement activity captured in FPDS, not total market size.

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 = '336413'
        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
5700 DEPT OF THE AIR FORCE 6,574,239,978.00 6.57 billion 4,248
1700 DEPT OF THE NAVY 5,500,165,334.20 5.50 billion 9,166
97AS DEFENSE LOGISTICS AGENCY 4,003,411,877.08 4.00 billion 80,110
2100 DEPT OF THE ARMY 3,017,735,884.38 3.02 billion 1,196
7008 U.S. COAST GUARD 229,194,653.37 229.19 million 2,726
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 166,556,355.92 166.56 million 132
97JC MISSILE DEFENSE AGENCY (MDA) 73,244,873.98 73.24 million 7
4732 FEDERAL ACQUISITION SERVICE 23,726,022.37 23.73 million 50
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 4,321,132.88 4.32 million 69
6920 FEDERAL AVIATION ADMINISTRATION 3,717,342.58 3.72 million 20

Insight

Obligations under NAICS 336413 totaled $19.50 billion across 99,756 awards in the last full year, with spending concentrated in the Department of Defense and its components. The Department of the Air Force ($6.57 billion), Department of the Navy ($5.50 billion), Defense Logistics Agency ($4.00 billion), and Department of the Army ($3.02 billion) accounted for nearly all obligated dollars in the top agency group, indicating a highly concentrated buyer base. By award count, the Defense Logistics Agency dominated activity with 80,110 awards, far exceeding the other agencies, which suggests a large volume of smaller transactions alongside a smaller number of high-value awards at the military departments.

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 = '336413'
        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
LOCKHEED MARTIN CORPORATION 03640 2,269,441,606.36 2.27 billion 1,430
NORTHROP GRUMMAN SYSTEMS CORPORATION 70974 1,471,393,316.19 1.47 billion 2,578
BOEING COMPANY, THE 0PXV4 1,247,911,891.61 1.25 billion 1,957
LOCKHEED MARTIN CORP 98897 1,088,975,946.05 1.09 billion 175
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 05395 1,063,567,565.54 1.06 billion 324
UNITED TECHNOLOGIES CORPORATION 52661 1,045,810,844.07 1.05 billion 34
RAYTHEON COMPANY 4U884 922,332,676.07 922.33 million 552
THE BOEING COMPANY 0PXV4 829,895,312.25 829.90 million 4,727
DEFENSE SYSTEMS AND SOLUTIONS 7U6S2 715,308,365.02 715.31 million 337
BELL BOEING JOINT PROJECT OFFICE 3B1R2 693,838,235.02 693.84 million 1,128

Insight

Obligations in NAICS 336413 were highly concentrated over the last full year, with the top 10 vendors accounting for a substantial share of the $19.50 billion obligated across 99,756 awards. Lockheed Martin Corporation led with $2.27 billion, followed by Northrop Grumman Systems Corporation at $1.47 billion and The Boeing Company family of records combined at more than $2.08 billion across multiple entries, indicating vendor concentration within major aerospace primes. Award volume was more dispersed than dollars, as several vendors with relatively high award counts received lower obligated amounts, suggesting a mix of large program awards and smaller recurring buys.

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 = '336413'
        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 19,495,017,241.27 19.50 billion 99,756

Insight

For the last full year, NAICS 336413 recorded $19.50 billion in obligated value across 99,756 awards, indicating a highly active procurement base with substantial transaction volume. The average award value of about $195,427 suggests obligations were distributed across many relatively small awards rather than concentrated in a few very large actions. Because only one annual data point is provided in this 1-year window, trend direction cannot be assessed from this view alone.

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.