Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last Year)

RAYTHEON COMPANY (CAGE 96214, UEI HEBCLD22EJD1) received 454 award actions and $981.41 million in obligations in the last full year.

RAYTHEON COMPANY recorded $981,409,052.91 in obligated federal spending across 454 award actions in the last full year. The activity was led by the Department of the Air Force, with additional obligations from USSOCOM, the Department of the Navy, the Department of the Army, and the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year of readable FPDS obligations and are grouped by agency, NAICS, and annual trend.

CAGE Code
96214
UEI
HEBCLD22EJD1
Total Obligated
981.41 million
981,409,052.91
Award Actions
454
Average Action Value
2,161,693.94

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 96214, UEI HEBCLD22EJD1) recorded $981.41 million in obligated awards across 454 actions during the last full year, for an average award value of $2.16 million. The award profile indicates a large, defense-focused vendor footprint with activity concentrated in high-value technical and manufacturing work.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the dominant customer, accounting for $616.24 million across 89 awards, or roughly two-thirds of total obligated value. U.S. SPECIAL OPERATIONS COMMAND, the DEPT OF THE NAVY, and the DEPT OF THE ARMY also represent substantial demand, while the DEFENSE LOGISTICS AGENCY adds a smaller but relevant procurement channel. This mix shows broad Defense Department penetration with the strongest value concentration in Air Force procurement.

Industry profile based on NAICS activity

Obligations are centered in aerospace and advanced electronics manufacturing. NAICS 336413 led the portfolio with $499.51 million, followed by NAICS 334511 at $330.81 million; together, these two codes account for the majority of obligated value and indicate emphasis on aircraft parts and navigation, guidance, and sensing systems. Supporting activity in circuit board, electronic component, and R&D codes suggests a technical supply chain spanning production and development.

Annual contract trend over the analysis window

The annual trend shows $981.41 million in obligated value and 454 awards in 2025. With only one year in scope, the data supports a point-in-time view rather than a multi-year growth assessment. The available period nonetheless indicates a sizable and active federal award profile in the last full year.

How to interpret this page

This summary uses FPDS award obligations attributed to RAYTHEON COMPANY over the last full year, grouped by agency, NAICS, and annual total obligated value. Metrics reflect obligated dollars and award counts from the provided analysis window and do not infer performance, backlog, or unreported contract modifications. Values are presented as supplied and rounded where noted.

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 = '96214'
        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
5700 DEPT OF THE AIR FORCE 616,240,591.67 616.24 million 89
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 145,973,078.13 145.97 million 51
1700 DEPT OF THE NAVY 105,180,381.91 105.18 million 158
2100 DEPT OF THE ARMY 101,970,382.12 101.97 million 89
97AS DEFENSE LOGISTICS AGENCY 39,329,639.87 39.33 million 37
4732 FEDERAL ACQUISITION SERVICE 3,283,863.03 3.28 million 12
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 3,096,863.00 3.10 million 9
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -33,665,746.82 -33.67 million 9

Insight

RAYTHEON COMPANY’s last full year obligations were highly concentrated in the Department of the Air Force, which accounted for 616.24 million of the 981.41 million total, or about 63%. The next largest obligations were with USSOCOM, the Department of the Navy, and the Department of the Army, indicating a primarily defense-oriented portfolio with most spend spread across a small number of military agencies. Smaller obligations were recorded with DLA, FAS, and DARPA, while DCMA shows a negative obligation of 33.67 million, which reduced net total obligations for 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 = '96214'
        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 499,508,775.82 499.51 million 117
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 330,813,861.52 330.81 million 208
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 46,865,108.82 46.87 million 27
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 41,242,531.04 41.24 million 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 38,577,801.26 38.58 million 29
541330 ENGINEERING SERVICES 16,103,913.11 16.10 million 27
561990 ALL OTHER SUPPORT SERVICES 4,424,856.00 4.42 million 4
336411 AIRCRAFT MANUFACTURING 3,283,863.03 3.28 million 12
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 452,430.44 452.43 thousand 5
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 333,475.27 333.48 thousand 6

Insight

RAYTHEON COMPANY’s last full year obligations were concentrated in two NAICS codes: 336413 accounted for $499.51 million across 117 awards, and 334511 accounted for $330.81 million across 208 awards, together representing the clear majority of the $981.41 million total. The remaining obligations were distributed across a much smaller set of NAICS codes, with no other category exceeding $46.87 million. Award activity was broader than dollar concentration suggests, particularly in 334511, which had the highest award count but a lower average dollar value than 336413.

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 = '96214'
        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 981,409,052.91 981.41 million 454

Insight

For the last full year, RAYTHEON COMPANY (CAGE 96214) recorded $981.41 million in obligated value across 454 awards, indicating a substantial volume of activity with relatively dispersed award distribution. The average award value of $2.16 million suggests the portfolio is composed of many mid-sized obligations rather than a small number of exceptionally large awards. Because only one annual data point is provided for the 1-year window, trend direction cannot be assessed beyond the current period’s concentration and scale.

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.