Federal Contractor

BOEING COMPANY, THE Federal Contract Obligations (Last Year)

FPDS vendor profile for BOEING COMPANY, THE (CAGE 0PXV4, UEI MF2LE5RK6L84) covering last full-year federal obligations.

In the last full year, BOEING COMPANY, THE recorded 5,894 award actions and $2,567,781,931.72 in obligated federal spending, with most activity concentrated in defense logistics and military aviation programs. The largest agency total came from the Defense Logistics Agency, followed by the Department of the Navy and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the analysis window provided, and negative obligations are shown as reported in the source data.

CAGE Code
0PXV4
UEI
MF2LE5RK6L84
Total Obligated
2.57 billion
2,567,781,931.72
Award Actions
5,894
Average Action Value
435,660.32

About BOEING COMPANY, THE federal contract activity

BOEING COMPANY, THE (CAGE 0PXV4, UEI MF2LE5RK6L84) received 5,894 FPDS-observed awards in the last full year, with total obligated dollars of $2.57 billion and an average award value of $435,660.32. The profile is concentrated in defense procurement and reflects a high-volume, high-dollar vendor footprint across multiple military departments and support organizations.

Agency mix and customer concentration

The Defense Logistics Agency accounted for the largest share of obligations at $1.11 billion across 5,173 awards, indicating a dominant transactional relationship. The Department of the Navy followed with $802.19 million across 551 awards, and the Department of the Air Force added $641.34 million across 144 awards. The Department of the Army contributed a much smaller $14.27 million across 8 awards, while DCMA shows a net negative obligation of $2.50 million across 18 awards, consistent with modifications or deobligations.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which led with $1.43 billion and 4,217 awards. NAICS 334511, covering search, detection, navigation, guidance, aeronautical, and nautical systems and instruments, ranked second at $725.82 million across 1,210 awards. Smaller but still material obligations appeared in NAICS 333318, 333310, and 488190, showing a mix of manufacturing and aviation support work beyond core aircraft parts.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with $2.57 billion obligated across 5,894 awards. With a single year in scope, the data supports a snapshot view rather than a multi-year directional trend. This year’s results indicate sustained large-scale federal demand, but no year-over-year comparison can be made from the supplied window.

How to interpret this page

This summary is based only on the FPDS Query data provided for the last full year and uses obligated dollars, award counts, and average award value as reported. Agency and NAICS rankings are ordered by total obligated amount, and the annual trend reflects the same obligated-dollar measure for the stated analysis period. No external data or unstated assumptions were used.

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 1 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 1,112,481,090.30 1.11 billion 5,173
1700 DEPT OF THE NAVY 802,190,946.53 802.19 million 551
5700 DEPT OF THE AIR FORCE 641,338,605.89 641.34 million 144
2100 DEPT OF THE ARMY 14,272,885.30 14.27 million 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,501,596.30 -2.50 million 18

Insight

Over the last full year, BOEING COMPANY, THE (CAGE 0PXV4) received 2.57 billion across 5,894 awards, with obligations heavily concentrated in the Defense Logistics Agency, which accounted for 1.11 billion and 5,173 awards. The Department of the Navy and Department of the Air Force were the next largest obligating agencies at 802.19 million and 641.34 million, respectively, indicating that most obligations were concentrated across three defense agencies. The Department of the Army represented a much smaller share at 14.27 million, while DCMA recorded a net negative obligation of 2.50 million, suggesting modest downward adjustment activity in that account.

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 1 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 1,425,254,440.14 1.43 billion 4,217
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 725,818,609.83 725.82 million 1,210
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 202,050,206.97 202.05 million 29
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 72,480,366.00 72.48 million 15
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 47,029,337.77 47.03 million 33
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 42,951,582.56 42.95 million 7
336411 AIRCRAFT MANUFACTURING 41,671,458.14 41.67 million 30
541330 ENGINEERING SERVICES 38,753,335.08 38.75 million 31
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 14,272,885.30 14.27 million 6
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,312,769.00 3.31 million 6

Insight

Over the last full year, BOEING COMPANY, THE received 2.57 billion across 5,894 awards, with obligations highly concentrated in NAICS 336413, which accounted for 1.43 billion and 4,217 awards. NAICS 334511 was the second-largest category at 725.82 million and 1,210 awards, bringing the top two NAICS codes to roughly 84% of total obligated value. The remaining obligations were dispersed across smaller manufacturing, support, training, engineering, and R&D categories, each materially below 202.05 million and generally representing low award counts.

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 1 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

Insight

In the last full year, BOEING COMPANY, THE (CAGE 0PXV4) received $2.57 billion across 5,894 awards, with an average award value of about $435.7K. The volume of awards indicates a highly distributed obligation profile rather than reliance on a small number of large actions. With only one year in scope, this section establishes the current annual obligation level but does not support a multi-year trend assessment.

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