Federal Contractor

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

Federal procurement summary for BOEING COMPANY, THE (CAGE 0PXV4, UEI MF2LE5RK6L84) covering awards in the last 10 years.

BOEING COMPANY, THE received 63,686 award actions with 15.72 billion obligated over the last 10 years, for an average action value of 246,854.92. The largest share of obligations came from the Defense Logistics Agency, the Department of the Air Force, and the Department of the Navy, with activity concentrated in aircraft parts, aircraft manufacturing, and related aerospace support NAICS codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the provided window peak in 2025 at 2.57 billion, following 1.59 billion in 2024 and 1.29 billion in 2023.

CAGE Code
0PXV4
UEI
MF2LE5RK6L84
Total Obligated
15.72 billion
15,721,202,438.41
Award Actions
63,686
Average Action Value
246,854.92

About BOEING COMPANY, THE federal contract activity

Over the last 10 years, BOEING COMPANY, THE (CAGE 0PXV4, UEI MF2LE5RK6L84) received $15.72 billion in obligated funding across 63,686 awards, for an average award value of $246,854.92. The award profile is highly transaction-heavy, indicating a large volume of smaller actions alongside a smaller number of high-value procurements.

Agency mix and customer concentration

The funding base is concentrated in defense customers, led by the Defense Logistics Agency at $6.28 billion across 53,650 awards. The Department of the Air Force and Department of the Navy are the next-largest obligators at $4.76 billion and $4.40 billion, respectively, while the Department of the Army contributes a much smaller $302.10 million. NASA appears only once in the window, with a negligible $111.92 thousand obligated.

Industry profile based on NAICS activity

Procurement activity is dominated by NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounts for $10.66 billion and 52,505 awards. Smaller but still material concentrations appear in 333318, 336411, and 334511, showing a mix of aircraft production, related machinery, and avionics/navigation-related work. This mix is consistent with Boeing's role as a major aerospace manufacturer and sustainment supplier.

Annual contract trend over the analysis window

Annual obligations in the available recent years remain elevated, with 2025 showing the highest level at $2.57 billion across 5,894 awards. Funding was lower in 2024 at $1.59 billion, then ranged between roughly $1.29 billion and $1.36 billion in 2021 through 2023. Award counts stay consistently high across the period, suggesting sustained contract activity even when dollar obligations fluctuate.

How to interpret this page

This summary is based on FPDS-observed awards associated with the vendor's CAGE code and UEI over the last 10 years. Obligations are presented as reported totals and grouped by awarding agency, NAICS code, and fiscal year; values and award counts reflect the provided analysis window only. No inferences are made beyond the supplied 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 = '0PXV4'
        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
97AS DEFENSE LOGISTICS AGENCY 6,281,659,378.06 6.28 billion 53,650
5700 DEPT OF THE AIR FORCE 4,759,672,505.58 4.76 billion 1,553
1700 DEPT OF THE NAVY 4,403,220,103.64 4.40 billion 5,558
2100 DEPT OF THE ARMY 302,095,982.43 302.10 million 235
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 111,921.00 111.92 thousand 1
7008 U.S. COAST GUARD 19,590.00 19.59 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -25,577,042.30 -25.58 million 2,688

Insight

Over the last 10 years, BOEING COMPANY, THE has $15.72 billion in obligated funding across 63,686 awards, with activity concentrated in a few defense agencies. The Defense Logistics Agency is the largest customer at $6.28 billion and 53,650 awards, followed by the Department of the Air Force at $4.76 billion and the Department of the Navy at $4.40 billion. The Department of the Army is a distant fourth at $302.10 million, while NASA and the U.S. Coast Guard represent immaterial obligations. DCMA records a net negative obligation of $25.58 million across 2,688 awards, indicating some deobligation activity 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 = '0PXV4'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 10,655,435,113.25 10.66 billion 52,505
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 1,200,707,299.37 1.20 billion 173
336411 AIRCRAFT MANUFACTURING 1,012,126,859.90 1.01 billion 394
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 918,413,377.12 918.41 million 2,667
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 431,974,107.10 431.97 million 158
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 361,610,060.08 361.61 million 19
611519 OTHER TECHNICAL AND TRADE SCHOOLS 276,963,899.39 276.96 million 57
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 223,766,159.96 223.77 million 60
541330 ENGINEERING SERVICES 210,498,100.74 210.50 million 369
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 132,345,872.74 132.35 million 56

Insight

Over the last 10 years, Boeing Company, The (CAGE 0PXV4) received $15.72 billion across 63,686 awards, with obligations heavily concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounts for $10.66 billion and 52,505 awards. The next largest NAICS categories are materially smaller: 333318 at $1.20 billion, 336411 at $1.01 billion, and 334511 at $918.41 million, indicating a strong skew toward aircraft parts and related manufacturing. Remaining top NAICS categories are more dispersed and each fall below $500 million, with support, training, engineering, and logistics activities representing secondary lines of obligated activity.

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 = '0PXV4'
        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 2,567,781,931.72 2.57 billion 5,894
2024 1,585,390,202.36 1.59 billion 6,094
2023 1,289,014,495.81 1.29 billion 5,428
2022 1,332,971,883.94 1.33 billion 5,102
2021 1,355,829,548.49 1.36 billion 5,722
2020 1,288,255,370.63 1.29 billion 7,038
2019 2,246,952,083.91 2.25 billion 9,718
2018 1,780,684,070.16 1.78 billion 10,826
2017 2,079,949,716.34 2.08 billion 7,605
2016 194,373,135.05 194.37 million 259

Insight

BOEING COMPANY, THE (CAGE 0PXV4) obligated $15.72 billion across 63,686 awards over the last 10 years, averaging $246,854.92 per award. Annual obligations were relatively steady at roughly $1.29 billion to $2.25 billion from 2017 through 2024, with award volumes peaking in 2018 (10,826) and 2019 (9,718). Activity increased sharply in 2025 to $2.57 billion across 5,894 awards, making 2025 the highest-obligation year in the period. 2016 is a low outlier at $194.37 million and 259 awards, indicating a much smaller obligation base at the start of the window.

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.