Federal Contractor

BOEING COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for BOEING COMPANY (CAGE 2B945, UEI HLWWEH2CCXW5) covering awards over the last 10 years.

BOEING COMPANY recorded 772 award actions with total obligations of $3.88 billion and an average action value of $5.03 million across the analysis window. All obligations in this period were concentrated with the National Aeronautics and Space Administration under NAICS 336414, Guided Missile and Space Vehicle Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the visible recent years range from $317.53 million in 2024 to $492.80 million in 2023, with 2025 at $342.14 million.

CAGE Code
2B945
UEI
HLWWEH2CCXW5
Total Obligated
3.88 billion
3,881,522,045.23
Award Actions
772
Average Action Value
5,027,878.29

About BOEING COMPANY federal contract activity

BOEING COMPANY (CAGE 2B945, UEI HLWWEH2CCXW5) recorded $3.88 billion in obligated contract value across 772 awards in the last 10 years, for an average award value of $5.03 million. The profile indicates a concentrated federal procurement footprint with substantial activity but a moderate award count relative to total dollars, consistent with higher-value contract actions.

Agency mix and customer concentration

All observed obligations in this window were awarded by the National Aeronautics and Space Administration (agency 8000), which accounts for the full $3.88 billion and all 772 awards. This indicates a highly concentrated agency relationship with no diversification across other procuring agencies in the provided dataset.

Industry profile based on NAICS activity

All reported obligations map to NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with the full $3.88 billion and all 772 awards attributed to that category. The mix suggests Boeing’s federal contract activity in this period is tightly aligned to aerospace production and space/vehicle manufacturing work.

Annual contract trend over the analysis window

Annual obligations in the provided recent years remained material and uneven, ranging from $317.53 million in 2024 to $492.80 million in 2023. Awards also varied by year, with 93 awards in 2021, 78 in 2022, 77 in 2025, 70 in 2024, and 66 in 2023, indicating fluctuations in both obligation volume and action count over time.

How to interpret this page

This summary uses FPDS-observed obligations and award counts for the last 10 years associated with the listed CAGE code and UEI. Agency and NAICS concentration statements reflect only the records provided in the supplied overview, top agency, top NAICS, and annual trend data; where data is limited, the analysis avoids extrapolation beyond those records.

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 = '2B945'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,881,522,045.23 3.88 billion 772

Insight

Over the last 10 years, BOEING COMPANY’s FPDS obligations are fully concentrated with the National Aeronautics and Space Administration, which accounts for the entire $3.88 billion in obligated dollars and all 772 awards. This indicates a highly concentrated agency relationship rather than a diversified federal customer base for the period reviewed. The average award value of approximately $5.03 million suggests a portfolio of repeated, substantial awards within this single-agency channel.

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 = '2B945'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 3,881,522,045.23 3.88 billion 772

Insight

Over the last 10 years, BOEING COMPANY’s obligations under CAGE 2B945 are entirely concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for the full $3.88 billion obligated across 772 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The average award value of approximately $5.03 million suggests a mix of obligation sizes within a single primary manufacturing category.

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 = '2B945'
        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 342,138,342.29 342.14 million 77
2024 317,533,736.16 317.53 million 70
2023 492,802,019.67 492.80 million 66
2022 325,971,479.41 325.97 million 78
2021 450,993,816.01 450.99 million 93
2020 353,301,309.15 353.30 million 107
2019 550,624,921.18 550.62 million 82
2018 582,513,887.92 582.51 million 87
2017 465,642,533.44 465.64 million 112

Insight

Over the last 10 years, BOEING COMPANY (CAGE 2B945) received $3.88 billion across 772 awards, averaging $5.03 million per award. Annual obligations are fairly distributed rather than dominated by a single year, with most years ranging from about $317.5 million to $582.5 million. Obligations peaked in 2018 at $582.5 million and remained elevated in 2019 and 2021, while award counts were highest in 2017 and 2020, indicating some year-to-year variation in award volume versus dollar value.

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.