Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 7Y193, UEI YD6LTFVUZNG1) covering obligations, awards, agencies, and NAICS activity over the last 10 years.

RAYTHEON COMPANY has 5,951 readable award actions totaling $10.15 billion in the last 10 years, with an average action value of $1.71 million. Most obligations are concentrated at the Department of the Navy, followed by the Department of the Air Force and the Federal Aviation Administration.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided analysis window and may include awards across multiple contract types, agencies, and NAICS codes.

CAGE Code
7Y193
UEI
YD6LTFVUZNG1
Total Obligated
10.15 billion
10,153,362,562.46
Award Actions
5,951
Average Action Value
1,706,160.73

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 7Y193, UEI YD6LTFVUZNG1) recorded $10.15 billion in obligated contract value across 5,951 awards over the last 10 years, for an average award value of $1.71 million. The profile is consistent with a large defense and aerospace supplier supporting multiple federal customers at scale.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant buying agency, accounting for $7.30 billion and 1,845 awards, or the majority of observed obligations. The DEPT OF THE AIR FORCE and the FEDERAL AVIATION ADMINISTRATION are the next largest customers at $1.53 billion and $1.02 billion respectively, while the DEPT OF THE ARMY and DEFENSE LOGISTICS AGENCY contribute smaller but meaningful volumes. This mix indicates a strong concentration in naval procurement with additional demand from air, aviation, and logistics programs.

Industry profile based on NAICS activity

Obligations are concentrated in NAICS 334511, which totals $5.68 billion across 2,022 awards and aligns with Raytheon’s core work in detection, navigation, guidance, and related systems. Secondary activity is spread across 334220, 541330, 334290, and 336611, showing participation in communications equipment, engineering services, and shipbuilding-related work. The NAICS distribution suggests a technology-heavy portfolio with adjacent engineering and platform integration support.

Annual contract trend over the analysis window

Annual obligations increased sharply in 2022 and remained elevated through 2025, with 2025 at $2.11 billion, the highest year in the provided window. After $682.39 million in 2021, spending rose to $1.77 billion in 2022, eased to $1.35 billion in 2023, then increased again to $1.57 billion in 2024. Award counts varied year to year, with 2024 showing the highest count in the series provided at 835 awards.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years and reflects reported award activity tied to the vendor’s CAGE code and UEI. Agency and NAICS summaries are ranked by total obligated dollars, while annual trend values show obligations by fiscal year within the provided analysis window. Figures are presented as reported in FPDS and should be interpreted as obligation-based, not revenue-based, measures.

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 = '7Y193'
        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
1700 DEPT OF THE NAVY 7,303,138,412.92 7.30 billion 1,845
5700 DEPT OF THE AIR FORCE 1,532,310,316.88 1.53 billion 1,243
6920 FEDERAL AVIATION ADMINISTRATION 1,023,779,748.83 1.02 billion 1,681
2100 DEPT OF THE ARMY 162,423,153.14 162.42 million 501
97AS DEFENSE LOGISTICS AGENCY 119,026,486.34 119.03 million 445
6901 OFFICE OF THE SECRETARY 20,873,046.31 20.87 million 85
7014 U.S. CUSTOMS AND BORDER PROTECTION 0.00 0.00 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -122,124.75 -122.12 thousand 1
1406 DEPARTMENTAL OFFICES -134,427.26 -134.43 thousand 6
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -7,932,049.95 -7.93 million 143

Insight

Over the last 10 years, RAYTHEON COMPANY’s obligations are highly concentrated in a small set of agencies, led by the DEPT OF THE NAVY with $7.30 billion across 1,845 awards, or about 72% of total obligated value. The DEPT OF THE AIR FORCE and FEDERAL AVIATION ADMINISTRATION are the next largest customers, contributing $1.53 billion and $1.02 billion respectively, bringing the top three agencies to roughly 97% of total obligations. Remaining agencies represent a comparatively small share of spend, with several low-dollar or negative obligation entries indicating limited or adjusted activity outside the core customer base.

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 = '7Y193'
        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 5,681,810,691.47 5.68 billion 2,022
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,349,704,432.68 1.35 billion 477
541330 ENGINEERING SERVICES 953,293,757.58 953.29 million 1,156
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 860,181,924.12 860.18 million 498
336611 SHIP BUILDING AND REPAIRING 604,930,126.78 604.93 million 85
541519 OTHER COMPUTER RELATED SERVICES 175,431,666.57 175.43 million 158
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 140,635,388.09 140.64 million 821
334111 ELECTRONIC COMPUTER MANUFACTURING 111,953,925.82 111.95 million 167
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 69,481,162.98 69.48 million 128
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 43,987,381.44 43.99 million 6

Insight

RAYTHEON COMPANY’s obligations over the last 10 years are concentrated in NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, which accounts for $5.68 billion of the company’s $10.15 billion total obligated, or more than half of all obligations. The next largest NAICS codes are 334220 at $1.35 billion and 541330 at $953.29 million, indicating a strong concentration in electronics, communications equipment, and engineering-related work. Award activity is also broad across these categories, with 5,951 total awards and a relatively lower average award value of $1.71 million, suggesting a mix of high-value and high-volume procurement.

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 = '7Y193'
        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,114,448,026.60 2.11 billion 576
2024 1,568,417,327.96 1.57 billion 835
2023 1,348,958,092.35 1.35 billion 633
2022 1,772,592,299.74 1.77 billion 610
2021 682,385,379.40 682.39 million 591
2020 792,596,479.26 792.60 million 688
2019 914,953,323.05 914.95 million 753
2018 439,997,138.25 440.00 million 732
2017 518,862,461.85 518.86 million 520
2016 152,034.00 152.03 thousand 13

Insight

RAYTHEON COMPANY (CAGE 7Y193) obligated 10.15 billion across 5,951 awards over the last 10 years, with an average award value of 1.71 million. Obligations are concentrated in the most recent years, led by 2025 at 2.11 billion, followed by 2022 at 1.77 billion, 2024 at 1.57 billion, and 2023 at 1.35 billion. Earlier years were materially lower, generally ranging from about 440 million to 915 million in 2017–2020, with a minimal activity level in 2016. Award counts remained comparatively steady in the mid-hundreds after 2017, indicating that the increase in obligations was driven more by award value than by a large change in award volume.

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.