Federal Contractor

BOEING COMPANY, THE Federal Contract Obligations (Last 5 Years)

BOEING COMPANY, THE (CAGE 76301, UEI JJM4FRDZJDX1) recorded 29.86 billion in obligations across 8,001 federal award actions over the last 5 years.

Most of the company’s federal obligations came from the Department of the Air Force at 19.60 billion across 3,242 awards and the Department of the Navy at 10.34 billion across 3,268 awards. By NAICS, activity was concentrated in aircraft manufacturing, ammunition manufacturing, aircraft engine and parts manufacturing, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and may include obligated amounts tied to awards and modifications in FPDS.

CAGE Code
76301
UEI
JJM4FRDZJDX1
Total Obligated
29.86 billion
29,860,862,836.83
Award Actions
8,001
Average Action Value
3,732,141.33

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 76301, UEI JJM4FRDZJDX1) recorded $29.86 billion in obligated value across 8,001 awards over the last 5 years, for an average award value of $3.73 million. The profile is dominated by large-volume defense and aerospace procurement, indicating sustained use across major federal acquisition programs.

Agency mix and customer concentration

The Department of the Air Force is the primary customer, accounting for $19.60 billion across 3,242 awards, followed by the Department of the Navy at $10.34 billion across 3,268 awards. The remaining agencies are materially smaller: DARPA, NASA, and the Department of the Army together contribute less than 0.03% of total obligated value, indicating a highly concentrated agency footprint centered on the military services.

Industry profile based on NAICS activity

NAICS 336411 Aircraft Manufacturing is the core labor category by value, with $20.08 billion and 3,641 awards. Additional concentration appears in NAICS 332993 Ammunition (Except Small Arms) Manufacturing at $4.37 billion and NAICS 336412 Aircraft Engine and Engine Parts Manufacturing at $3.74 billion, while engineering services and avionics/navigation systems add smaller but meaningful support activity.

Annual contract trend over the analysis window

Obligations peaked in 2024 at $8.74 billion, following $8.25 billion in 2023, then declined to $6.09 billion in 2025. Earlier years were lower at $3.68 billion in 2021 and $3.10 billion in 2022, showing a sharp ramp-up beginning in 2023 and continued elevated spending thereafter, with award counts broadly tracking the same pattern.

How to interpret this page

This summary is based on FPDS award records associated with BOEING COMPANY, THE, matched to CAGE 76301 and UEI JJM4FRDZJDX1, over the last 5 years. Agency, NAICS, and annual figures reflect total obligated value and award counts in the provided analysis window; percentages are interpreted from the supplied totals without additional normalization beyond the reported dataset.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        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
5700 DEPT OF THE AIR FORCE 19,598,468,314.83 19.60 billion 3,242
1700 DEPT OF THE NAVY 10,337,619,010.73 10.34 billion 3,268
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 5,213,881.00 5.21 million 10
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,839,245.63 2.84 million 69
2100 DEPT OF THE ARMY 757,634.14 757.63 thousand 6
97AS DEFENSE LOGISTICS AGENCY -19,722,663.56 -19.72 million 13
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -64,312,585.94 -64.31 million 1,393

Insight

Over the last 5 years, BOEING COMPANY, THE received $29.86 billion across 8,001 awards, with obligations heavily concentrated at the Department of the Air Force and Department of the Navy. The Air Force accounts for $19.60 billion and 3,242 awards, while the Navy accounts for $10.34 billion and 3,268 awards, together comprising nearly all positive obligations. Other agencies represent minimal activity by comparison, and the negative obligations recorded for DLA and DCMA indicate prior deobligations or funding adjustments within those portfolios.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
336411 AIRCRAFT MANUFACTURING 20,082,769,410.29 20.08 billion 3,641
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 4,370,500,013.50 4.37 billion 811
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 3,740,072,003.22 3.74 billion 1,212
541330 ENGINEERING SERVICES 965,746,270.71 965.75 million 1,275
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 232,640,026.15 232.64 million 271
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 161,960,640.35 161.96 million 55
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 82,787,765.02 82.79 million 371
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 74,597,595.53 74.60 million 96
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 65,254,646.40 65.25 million 58
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 52,553,690.98 52.55 million 132

Insight

Over the last 5 years, BOEING COMPANY, THE’s obligations are highly concentrated in aerospace and defense manufacturing NAICS codes, led by 336411 Aircraft Manufacturing at $20.08 billion across 3,641 awards, or about two-thirds of total obligated dollars. The next largest categories—332993 Ammunition (Except Small Arms) Manufacturing at $4.37 billion and 336412 Aircraft Engine and Engine Parts Manufacturing at $3.74 billion—indicate that most spending is tied to core production and propulsion-related work, with smaller but still material activity in engineering services and avionics-related manufacturing. Remaining NAICS codes each account for relatively modest shares of obligated dollars, suggesting a broad but secondary tail of support, R&D, and specialized manufacturing services.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '76301'
        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 6,094,739,256.47 6.09 billion 1,429
2024 8,736,013,945.77 8.74 billion 1,672
2023 8,252,867,987.32 8.25 billion 1,701
2022 3,100,260,682.29 3.10 billion 1,625
2021 3,676,980,964.98 3.68 billion 1,574

Insight

Over the last 5 years, BOEING COMPANY, THE (CAGE 76301) received 29.86 billion across 8,001 awards, averaging 3.73 million per award. Obligation volume was concentrated in 2023 and 2024, which together accounted for 17.00 billion, or about 57 percent of the 5-year total. Annual obligations were lower in 2021 and 2022, increased sharply in 2023 and 2024, then declined to 6.09 billion in 2025, while award counts remained relatively consistent at roughly 1,400 to 1,700 per year.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.