Federal Contractor

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

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

Over the last 10 years, BOEING COMPANY, THE recorded 684 award actions totaling $3.18 billion, with an average action value of $4.66 million. Most obligations came from the Department of the Air Force, and the largest NAICS concentration was 334220, Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation values in the analysis window; annual and agency figures may include negative adjustments.

CAGE Code
9E831
UEI
M6BRZ1FHEZQ1
Total Obligated
3.18 billion
3,184,598,407.40
Award Actions
684
Average Action Value
4,655,845.62

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 9E831, UEI M6BRZ1FHEZQ1) received 684 awards totaling $3.18 billion over the last 10 years, for an average award value of $4.66 million. The profile is dominated by obligations to a single federal customer base rather than a broad spread of agencies or industries.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE accounts for $3.15 billion across 550 awards, representing nearly all observed obligations. Outside the Air Force, activity is comparatively small: NASA totals $28.09 million, the Navy $7.58 million, NOAA $2.18 million, and DCMA shows a net negative obligation of $1.13 million.

Industry profile based on NAICS activity

Awarded work is concentrated in NAICS 334220 at $2.74 billion across 308 awards, indicating a heavy concentration in communications/electronics manufacturing-related procurement. Secondary activity appears in R&D and engineering categories, including NAICS 541712 at $253.03 million, 541330 at $117.61 million, 541715 at $63.14 million, and 336414 at $8.49 million.

Annual contract trend over the analysis window

Annual obligations in the visible years are volatile but remain elevated, peaking at $745.74 million in 2024 and $717.87 million in 2025. Prior years show a lower base, including $324.56 million in 2023, $187.71 million in 2022, and $199.30 million in 2021, suggesting a recent increase in funded activity.

How to interpret this page

This summary uses FPDS transaction data for the last 10 years tied to CAGE 9E831 and UEI M6BRZ1FHEZQ1. Totals, counts, and averages are derived from obligated amounts as provided; negative obligations are retained as reported and may reflect de-obligations or adjustments.

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 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 3,147,882,524.58 3.15 billion 550
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 28,086,371.76 28.09 million 37
1700 DEPT OF THE NAVY 7,581,562.00 7.58 million 43
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 2,178,067.37 2.18 million 11
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,130,118.31 -1.13 million 43

Insight

Over the last 10 years, Boeing’s obligations are highly concentrated in the Department of the Air Force, which accounts for $3.15 billion of the $3.18 billion total and 550 of 684 awards. The remaining obligations are distributed across NASA, the Department of the Navy, NOAA, and DCMA, each representing a small share relative to the Air Force volume. DCMA shows a net negative obligated amount of $1.13 million, indicating post-award adjustments or deobligations within the period.

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 10 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 2,742,340,892.12 2.74 billion 308
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 253,029,603.84 253.03 million 212
541330 ENGINEERING SERVICES 117,614,427.13 117.61 million 108
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 63,135,537.31 63.14 million 40
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 8,494,620.00 8.49 million 7
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES -16,673.00 -16.67 thousand 9

Insight

Over the last 10 years, BOEING COMPANY, THE’s obligations are highly concentrated in NAICS 334220, which accounts for $2.74 billion across 308 awards, or the clear majority of the vendor’s $3.18 billion total. The next largest categories are substantially smaller and centered on R&D and engineering work: NAICS 541712 at $253.03 million (212 awards) and NAICS 541330 at $117.61 million (108 awards). Remaining obligations are distributed across smaller R&D and aerospace manufacturing codes, including NAICS 541715 at $63.14 million and NAICS 336414 at $8.49 million, with NAICS 541710 showing a near-zero negative total.

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 10 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
2020 428,836,847.43 428.84 million 65
2019 372,515,134.29 372.52 million 44
2018 77,112,551.82 77.11 million 64
2017 98,067,471.90 98.07 million 74
2016 32,890,369.75 32.89 million 12

Insight

Over the last 10 years, BOEING COMPANY, THE (CAGE 9E831) has received 684 awards totaling $3.18 billion, with an average award value of $4.66 million. Obligations are concentrated in the most recent two years, with 2024 and 2025 accounting for about $1.46 billion combined, or nearly 46% of the 10-year total. Prior years were materially lower and uneven, ranging from $32.89 million in 2016 to $428.84 million in 2020, indicating a generally volatile but recently elevated funding pattern.

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