Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 7Y193, UEI YD6LTFVUZNG1) covering obligated awards over the last 5 years.

RAYTHEON COMPANY received 3,245 award actions totaling $7,486,801,126.05 in obligated funds over the last 5 years, for an average action value of $2,307,180.62. The portfolio is led by 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 5 years

Annual obligations peaked in 2025 at $2.11 billion, with 2024 and 2022 also above $1.5 billion; the largest NAICS concentration is 334511, followed by 334220 and 541330.

CAGE Code
7Y193
UEI
YD6LTFVUZNG1
Total Obligated
7.49 billion
7,486,801,126.05
Award Actions
3,245
Average Action Value
2,307,180.62

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 7Y193, UEI YD6LTFVUZNG1) recorded 3,245 FPDS awards and $7.49 billion in obligated value over the last 5 years, for an average award value of $2.31 million. The profile reflects a large, defense-heavy federal contracting footprint with material concentration in a small number of agencies and technical manufacturing categories.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant customer, accounting for $5.84 billion and 1,170 awards, or roughly four-fifths of total obligated value in the period. The DEPT OF THE AIR FORCE and FEDERAL AVIATION ADMINISTRATION form the next tier at $960.05 million and $669.69 million, respectively, while the remaining agencies contribute comparatively small shares, indicating a highly concentrated agency mix.

Industry profile based on NAICS activity

Contracting is concentrated in NAICS 334511, which alone represents $4.67 billion across 1,178 awards and anchors the vendor’s core aeronautical and nautical systems portfolio. Additional activity spans radio and wireless equipment manufacturing, engineering services, other communications equipment manufacturing, and ship building/repairing, showing a mix of hardware, communications, engineering, and maritime support work.

Annual contract trend over the analysis window

Annual obligations were strongest in 2025 at $2.11 billion, following a dip in 2024 to $1.57 billion after a 2022 peak of $1.77 billion. Award counts remained consistently high throughout the window, with 2024 posting the most awards at 835, suggesting substantial transaction volume even when obligated dollars fluctuated.

How to interpret this page

This summary is based on FPDS award records associated with RAYTHEON COMPANY for the last 5 years, using the provided CAGE code and UEI to identify the vendor. Obligated value, award counts, agency mix, NAICS mix, and annual trend are taken directly from the supplied analysis outputs; no additional data was inferred or estimated.

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 5 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 5,839,022,020.18 5.84 billion 1,170
5700 DEPT OF THE AIR FORCE 960,046,911.53 960.05 million 728
6920 FEDERAL AVIATION ADMINISTRATION 669,685,976.65 669.69 million 1,000
97AS DEFENSE LOGISTICS AGENCY 14,173,763.95 14.17 million 138
2100 DEPT OF THE ARMY 5,544,685.26 5.54 million 123
6901 OFFICE OF THE SECRETARY 2,671,000.00 2.67 million 20
1406 DEPARTMENTAL OFFICES -99,823.95 -99.82 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -4,243,407.57 -4.24 million 65

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations under CAGE 7Y193 are highly concentrated in the Department of the Navy, which accounts for $5.84 billion of the $7.49 billion total and 1,170 of 3,245 awards. The Department of the Air Force and the Federal Aviation Administration are the next largest agencies, with $960.05 million and $669.69 million obligated, respectively, indicating a strong secondary presence outside Navy activity. Other agencies represent comparatively small shares, and several entries are de minimis or negative, suggesting limited broader distribution beyond the principal defense 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 5 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 4,665,113,726.37 4.67 billion 1,178
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 878,827,125.20 878.83 million 239
541330 ENGINEERING SERVICES 696,424,139.10 696.42 million 635
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 528,484,504.22 528.48 million 283
336611 SHIP BUILDING AND REPAIRING 522,945,515.78 522.95 million 80
541519 OTHER COMPUTER RELATED SERVICES 74,087,741.78 74.09 million 110
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 46,784,610.38 46.78 million 479
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 43,987,381.44 43.99 million 6
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 20,350,625.39 20.35 million 41
334111 ELECTRONIC COMPUTER MANUFACTURING 8,820,937.63 8.82 million 43

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations are highly concentrated in NAICS 334511, which accounts for $4.67 billion across 1,178 awards, or about 62% of the vendor’s $7.49 billion total. The next largest NAICS codes are 334220 ($878.83 million), 541330 ($696.42 million), 334290 ($528.48 million), and 336611 ($522.95 million), indicating a secondary mix of communications equipment, engineering services, and shipbuilding activity. The remaining top NAICS codes each represent materially smaller shares, with award counts spread across both high-volume and low-volume categories, suggesting a broad but uneven obligation profile.

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

Insight

RAYTHEON COMPANY (CAGE 7Y193) obligated $7.49 billion across 3,245 awards over the last 5 years, averaging $2.31 million per award. Obligations were concentrated in 2025 and 2022, which together account for roughly 52% of the five-year total, while 2021 was the lowest year at $682.39 million. Award counts were relatively stable from 2021 to 2023, increased to 835 in 2024, then declined to 576 in 2025, indicating a shift toward fewer, higher-dollar awards in the most recent year.

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