Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 10 Years)

FPDS contract activity for RAYTHEON COMPANY (CAGE 96214, UEI HEBCLD22EJD1) over the last 10 years shows 4,893 award actions and $7.66 billion obligated.

RAYTHEON COMPANY's federal procurement record is concentrated in defense agencies, led by the Department of the Air Force, Department of the Navy, and Department of the Army. The award profile is dominated by NAICS 334511 and 336413, with annual obligations near or above $600 million in each year from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the stated 10-year analysis window and may include obligation changes across multiple action types.

CAGE Code
96214
UEI
HEBCLD22EJD1
Total Obligated
7.66 billion
7,657,836,478.61
Award Actions
4,893
Average Action Value
1,565,059.57

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 96214, UEI HEBCLD22EJD1) recorded $7.66 billion in obligated value across 4,893 awards over the last 10 years, with an average award value of $1.57 million. The volume and value profile indicate a large, recurring federal supplier with activity concentrated in defense-related procurement.

Agency mix and customer concentration

Obligations are led by the Department of the Air Force at $2.54 billion across 777 awards, followed by the Department of the Navy at $1.83 billion across 1,963 awards and the Department of the Army at $1.78 billion across 807 awards. USSOCOM adds another $1.04 billion across 391 awards, while DLA contributes $472.58 million across 556 awards, showing a strong concentration in defense and combat-support buyers.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in NAICS 334511 at $3.93 billion across 2,137 awards and NAICS 336413 at $2.39 billion across 1,608 awards. Secondary activity appears in NAICS 334419, 336411, and 541715, but these categories are materially smaller, reinforcing a portfolio centered on sensors, navigation, aerospace components, and related technical development.

Annual contract trend over the analysis window

Annual obligations remain elevated in the most recent years shown, peaking at $1.03 billion in 2024 and reaching $981.41 million in 2025. From 2021 through 2025, award counts stayed relatively stable in the mid-400s to low-500s, suggesting consistent contracting flow even as annual obligated value fluctuated.

How to interpret this page

This summary is based on FPDS award records for the last 10 years and aggregates obligated value and award counts tied to the vendor’s CAGE and UEI. Top agencies, NAICS categories, and annual totals are ranked by obligated value within the analysis window; values may reflect modifications, multiple award actions, and other contract events captured in FPDS.

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 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 2,540,669,418.84 2.54 billion 777
1700 DEPT OF THE NAVY 1,825,860,960.70 1.83 billion 1,963
2100 DEPT OF THE ARMY 1,780,423,525.79 1.78 billion 807
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,043,563,743.21 1.04 billion 391
97AS DEFENSE LOGISTICS AGENCY 472,584,939.97 472.58 million 556
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 44,764,943.00 44.76 million 50
4732 FEDERAL ACQUISITION SERVICE 18,124,658.40 18.12 million 21
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,622,775.62 1.62 million 15
7014 U.S. CUSTOMS AND BORDER PROTECTION -0.01 -0.01 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -69,778,486.91 -69.78 million 305

Insight

Over the last 10 years, RAYTHEON COMPANY’s obligations are concentrated in DoD agencies, led by the Department of the Air Force at $2.54 billion across 777 awards, followed by the Department of the Navy at $1.83 billion and the Department of the Army at $1.78 billion. These four organizations—Air Force, Navy, Army, and USSOCOM—account for the preponderance of the vendor’s $7.66 billion in obligations, indicating a strong defense-centric award mix. Award volume is highest at the Department of the Navy (1,963 awards), while smaller civilian and support-agency activity is limited and materially below the top defense recipients.

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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,934,699,432.21 3.93 billion 2,137
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 2,393,423,163.62 2.39 billion 1,608
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 284,587,178.13 284.59 million 36
336411 AIRCRAFT MANUFACTURING 259,917,998.19 259.92 million 153
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 251,299,514.16 251.30 million 171
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 137,083,471.79 137.08 million 167
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 95,707,726.59 95.71 million 61
541330 ENGINEERING SERVICES 93,694,472.10 93.69 million 159
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 48,322,936.53 48.32 million 41
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 44,767,217.00 44.77 million 11

Insight

Over the last 10 years, Raytheon Company’s obligations are highly concentrated in NAICS 334511 and 336413, which together account for about $6.32 billion of the $7.66 billion total and 3,745 of 4,893 awards. This indicates sustained procurement activity in aeronautical and nautical systems/instruments and aircraft parts/auxiliary equipment, with a long tail of smaller obligations across related manufacturing, engineering, and R&D codes. The remaining top NAICS are individually much smaller, mostly below $300 million, suggesting a broad but secondary distribution of awards outside the two dominant categories.

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 10 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
2024 1,027,743,319.30 1.03 billion 453
2023 742,970,622.36 742.97 million 458
2022 636,722,962.26 636.72 million 513
2021 606,155,620.07 606.16 million 534
2020 840,410,807.25 840.41 million 616
2019 840,921,261.73 840.92 million 578
2018 1,141,475,677.00 1.14 billion 575
2017 781,793,773.72 781.79 million 672
2016 58,233,382.01 58.23 million 40

Insight

Over the last 10 years, RAYTHEON COMPANY (CAGE 96214) obligated $7.66 billion across 4,893 awards, averaging $1.57 million per award. Obligations are concentrated in the most recent years, with 2024 and 2025 totaling about $2.01 billion combined, and 2018 as the next-highest year at $1.14 billion. Annual obligations generally ranged from about $606 million to $841 million between 2019 and 2023, with a notable outlier in 2016 at $58.23 million and the highest award count in 2017 at 672.

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.