Federal Contractor

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

Federal procurement profile for BOEING COMPANY, THE (CAGE 9E831, UEI M6BRZ1FHEZQ1) covering obligations over the last 5 years.

BOEING COMPANY, THE recorded $2.18 billion in obligated federal awards across 425 actions in the last 5 years, for an average action value of $5.12 million. Most activity came from the DEPT OF THE AIR FORCE, which accounted for $2.17 billion and 384 awards, with additional obligations from the DEPT OF THE NAVY, NOAA, NASA, and DCMA.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligations from FPDS-style award data for the stated analysis window, and negative values may indicate de-obligations or adjustments.

CAGE Code
9E831
UEI
M6BRZ1FHEZQ1
Total Obligated
2.18 billion
2,175,176,032.21
Award Actions
425
Average Action Value
5,118,061.25

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 9E831, UEI M6BRZ1FHEZQ1) recorded $2.18 billion in obligated funding across 425 awards over the last 5 years, for an average award value of $5.12 million. The profile is highly concentrated in large federal aerospace and defense work rather than broad, small-dollar contracting.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE dominates the vendor's activity, accounting for $2.17 billion across 384 awards and representing nearly all observed obligations. The remaining agencies are comparatively minor by dollar volume: the DEPT OF THE NAVY, NOAA, NASA, and DCMA together contribute only a small fraction of total obligations, including two agencies with net negative obligated amounts in the period.

Industry profile based on NAICS activity

NAICS 334220, Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing, is the primary category by far at $1.91 billion and 225 awards, indicating the core contracting relationship is tied to communications/electronics manufacturing. Secondary activity is spread across engineering and R&D codes, led by NAICS 541712, 541330, and 541715, with a smaller amount in guided missile and space vehicle manufacturing under NAICS 336414.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $745.74 million and remained elevated in 2025 at $717.87 million, indicating continued high-volume procurement. Earlier years were materially lower, with 2021 and 2022 each near $190 million and 2023 rising to $324.56 million before the sharp increase in 2024.

How to interpret this page

This summary is based on FPDS award records associated with BOEING COMPANY, THE, matched to CAGE 9E831 and UEI M6BRZ1FHEZQ1, for the last 5 years of available activity. Obligated amounts reflect reported federal contract value movements in the selected period and are summarized by agency, NAICS code, and fiscal year; negative obligations are retained as reported in the source data.

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 = '9E831'
        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 2,169,548,117.69 2.17 billion 384
1700 DEPT OF THE NAVY 4,317,080.00 4.32 million 15
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,938,067.37 1.94 million 10
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -251,673.00 -251.67 thousand 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -375,559.85 -375.56 thousand 8

Insight

Over the last 5 years, BOEING COMPANY, THE’s obligations are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for $2.17 billion of $2.18 billion total obligated and 384 of 425 awards. The DEPT OF THE NAVY and NOAA represent minor secondary buyers at $4.32 million and $1.94 million, respectively, indicating a limited but diversified tail beyond the Air Force. NASA and DCMA show net negative obligated amounts, suggesting downward adjustments or deobligations in those accounts rather than additional net funding.

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 = '9E831'
        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
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,914,209,511.04 1.91 billion 225
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 104,574,922.49 104.57 million 101
541330 ENGINEERING SERVICES 86,271,732.37 86.27 million 57
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 62,635,705.31 62.64 million 39
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,500,834.00 7.50 million 2
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES -16,673.00 -16.67 thousand 1

Insight

Over the last 5 years, obligations to BOEING COMPANY, THE are highly concentrated in NAICS 334220, which accounts for $1.91 billion of $2.18 billion total obligated funding across 225 awards. The remaining obligations are distributed across a small number of engineering and R&D NAICS, led by 541712 ($104.57 million, 101 awards), 541330 ($86.27 million, 57 awards), and 541715 ($62.64 million, 39 awards). Guided missile and space vehicle manufacturing (336414) is a minor share at $7.50 million, and 541710 reflects a negligible negative obligation (-$16.67 thousand). This profile indicates a strong concentration in communications equipment manufacturing with secondary activity in technical services and research support.

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 = '9E831'
        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 717,866,961.79 717.87 million 89
2024 745,743,851.25 745.74 million 88
2023 324,557,344.90 324.56 million 77
2022 187,707,966.70 187.71 million 90
2021 199,299,907.57 199.30 million 81

Insight

Over the last 5 years, BOEING COMPANY, THE received $2.18 billion across 425 awards, averaging $5.12 million per award. Obligations are concentrated in the most recent two years, with 2024 and 2025 accounting for $1.46 billion combined, or about 67% of the 5-year total. Annual award counts are relatively stable, ranging from 77 to 90, while obligated dollars increased sharply in 2023 and remained elevated in 2024 and 2025.

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.