NAICS Industry

NAICS 336413 Federal Contract Obligations (Last 10 Years)

NAICS 336413 covers federal procurement for other aircraft parts and auxiliary equipment manufacturing, with $155.18 billion obligated across 1,021,599 actions over the last 10 years.

Federal procurement in NAICS 336413 is concentrated in defense aviation supply chains, led by the Department of the Air Force, Department of the Navy, and Defense Logistics Agency. The largest vendors include Lockheed Martin, Boeing, L-3 Communications, Northrop Grumman Systems, and Bell Boeing Joint Project Office.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of readable FPDS obligations and award actions for NAICS 336413; annual figures shown include 2021 through 2025.

NAICS Code
336413
Industry
OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING
Total Obligated
155.18 billion
155,176,446,807.78
Award Actions
1,021,599
Average Action Value
151,895.65

About NAICS 336413 federal contract activity

NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, recorded 1,021,599 FPDS awards and $155.18 billion in obligated value over the last 10 years, with an average award value of $151,895.65. This profile reflects a large, high-transaction procurement base supporting aircraft components and related auxiliary equipment across defense-focused demand.

Agency demand and leading federal buyers

Obligations are concentrated in a small set of defense agencies, led by the Department of the Air Force at $56.27 billion across 44,712 awards and the Department of the Navy at $45.61 billion across 84,779 awards. The Defense Logistics Agency is the highest-volume buyer by award count, with 813,431 awards and $36.91 billion obligated, followed by the Department of the Army and the U.S. Coast Guard.

Vendor concentration and leading contractors

Lockheed Martin Corporation leads vendors with $17.68 billion obligated across 22,701 awards, followed closely by The Boeing Company at $17.06 billion across 64,944 awards. Other major recipients include L-3 Communications Corporation, Northrop Grumman Systems Corporation, and Bell Boeing Joint Project Office, indicating a vendor base centered on prime aerospace and defense contractors.

Annual contract trend over the analysis window

The annual obligation trend in the available recent years remains elevated, ranging from $13.76 billion in 2021 to $19.50 billion in 2025. Award counts also stayed consistently near 90,000 to 100,000 per year, suggesting sustained procurement activity rather than isolated spikes.

How to interpret this page

This page summarizes FPDS obligations assigned to NAICS 336413 over the last 10 years using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated value within the analysis window, and annual trend figures reflect year-by-year FPDS obligations for the same NAICS code.

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 10 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 56,270,073,703.48 56.27 billion 44,712
1700 DEPT OF THE NAVY 45,609,870,387.59 45.61 billion 84,779
97AS DEFENSE LOGISTICS AGENCY 36,907,493,724.57 36.91 billion 813,431
2100 DEPT OF THE ARMY 12,549,512,022.83 12.55 billion 14,067
7008 U.S. COAST GUARD 1,660,571,037.72 1.66 billion 31,935
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,430,999,345.94 1.43 billion 1,508
97JC MISSILE DEFENSE AGENCY (MDA) 1,204,688,360.10 1.20 billion 46
4732 FEDERAL ACQUISITION SERVICE 103,361,090.82 103.36 million 241
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 81,836,471.20 81.84 million 1,479
1900 STATE, DEPARTMENT OF 68,853,701.15 68.85 million 281

Insight

Obligations for NAICS 336413 are highly concentrated in defense agencies over the last 10 years, with the Department of the Air Force ($56.27 billion), Department of the Navy ($45.61 billion), and Defense Logistics Agency ($36.91 billion) accounting for the largest shares of the $155.18 billion total. The Defense Logistics Agency stands out for volume, with 813,431 awards, far exceeding the other top agencies and indicating a high-transaction procurement pattern. The Department of the Army ranks fourth at $12.55 billion, while all remaining top agencies are each below $1.7 billion, showing a steep drop-off beyond the leading defense buyers.

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 10 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 563J1 17,677,256,252.99 17.68 billion 22,701
BOEING COMPANY, THE 0PXV4 17,055,781,714.78 17.06 billion 64,944
L-3 COMMUNICATIONS CORPORATION 05395 10,039,835,215.74 10.04 billion 5,044
NORTHROP GRUMMAN SYSTEMS CORPORATION 76823 9,143,540,169.53 9.14 billion 31,163
BELL BOEING JOINT PROJECT OFFICE 3B1R2 8,294,872,110.80 8.29 billion 7,852
UNITED TECHNOLOGIES CORPORATION 52661 6,447,688,846.79 6.45 billion 4,707
SIKORSKY AIRCRAFT CORPORATION 78286 6,046,062,882.11 6.05 billion 47,452
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 23974 6,037,183,999.03 6.04 billion 3,185
RAYTHEON COMPANY 4U884 4,859,223,675.93 4.86 billion 5,031
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 80249 3,305,047,735.35 3.31 billion 4,530

Insight

Over the last 10 years, NAICS 336413 generated $155.18 billion across 1,021,599 awards, with an average award value of $151,895.65, indicating a high-volume, relatively fragmented obligation profile. Top vendor obligations are concentrated among a small set of major aerospace and defense contractors: Lockheed Martin and Boeing each exceed $17.0 billion, followed by L-3 Communications at $10.04 billion and Northrop Grumman Systems at $9.14 billion. The remaining top vendors each received between $3.31 billion and $8.29 billion, suggesting significant but not exclusive concentration among a few large incumbents.

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 10 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
2024 16,275,169,974.26 16.28 billion 99,553
2023 16,658,322,855.00 16.66 billion 98,515
2022 14,688,069,192.91 14.69 billion 89,881
2021 13,759,906,539.31 13.76 billion 87,424
2020 14,953,460,911.56 14.95 billion 92,623
2019 16,399,659,965.86 16.40 billion 120,228
2018 15,679,814,362.60 15.68 billion 126,349
2017 14,193,663,091.03 14.19 billion 108,356
2016 13,073,362,673.98 13.07 billion 98,914

Insight

Over the last 10 years, NAICS 336413 obligated $155.18 billion across 1,021,599 awards, with an average award value of $151,895.65. Annual obligations were relatively stable in the $13.07 billion to $16.66 billion range from 2016 through 2024, then increased to $19.50 billion in 2025, the highest year in the period. Award volume was also broadly consistent, peaking at 126,349 in 2018 and remaining near 99,000 in 2024-2025, indicating a large and recurring obligation base with moderate year-to-year variation.

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