Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last Year)

RAYTHEON COMPANY (CAGE 7Y193, UEI YD6LTFVUZNG1) recorded 576 awards and 2.11 billion in obligations in the last full year, led by the Department of the Navy.

In the last full year, RAYTHEON COMPANY received 576 award actions totaling $2,114,448,026.60, for an average action value of $3,670,916.71. The Department of the Navy accounted for the largest share of obligations at $1.80 billion, followed by the Department of the Air Force and the Federal Aviation Administration.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual trend totals reflect the provided analysis window and may include negative obligations in individual rows.

CAGE Code
7Y193
UEI
YD6LTFVUZNG1
Total Obligated
2.11 billion
2,114,448,026.60
Award Actions
576
Average Action Value
3,670,916.71

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY recorded 576 awards and $2.11 billion in obligated dollars during the last full year, for an average award value of $3.67 million. The profile is highly concentrated in large defense and aerospace procurements, with most obligations tied to a small number of agencies and technical manufacturing categories.

Agency mix and customer concentration

The DEPT OF THE NAVY dominated the vendor’s activity, accounting for $1.80 billion across 224 awards, or the overwhelming share of total obligations. The DEPT OF THE AIR FORCE and FEDERAL AVIATION ADMINISTRATION were the next largest customers at $178.70 million and $135.67 million, respectively, while the DEPT OF THE ARMY shows a small negative obligated total, indicating deobligations or adjustments within the period.

Industry profile based on NAICS activity

Obligations were led by NAICS 334511, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING, at $1.11 billion across 187 awards. Other major categories included 334220 at $473.40 million, 336611 at $192.01 million, 334290 at $151.62 million, and 541330 at $130.32 million, reinforcing a mix centered on sensors, communications, ship-related work, and engineering services.

Annual contract trend over the analysis window

The annual trend shows $2.11 billion obligated in 2025 across 576 awards, with no additional years present in the supplied analysis window. Because the window contains only one full year, this page supports a level snapshot rather than a multi-year growth or volatility assessment.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE code 7Y193 and UEI YD6LTFVUZNG1 for the last full year in the provided dataset. Agency and NAICS views reflect totals and award counts as reported; negative obligated values are retained as recorded and may reflect deobligations or contract adjustments.

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 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
1700 DEPT OF THE NAVY 1,804,130,402.15 1.80 billion 224
5700 DEPT OF THE AIR FORCE 178,701,657.75 178.70 million 153
6920 FEDERAL AVIATION ADMINISTRATION 135,666,264.14 135.67 million 164
97AS DEFENSE LOGISTICS AGENCY 615,499.95 615.50 thousand 12
2100 DEPT OF THE ARMY -2,062,169.76 -2.06 million 11
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,603,627.63 -2.60 million 12

Insight

Over the last full year, RAYTHEON COMPANY obligated $2.11 billion across 576 awards, with demand concentrated in the DEPT OF THE NAVY, which accounted for $1.80 billion and 224 awards, or the clear majority of obligated value. The DEPT OF THE AIR FORCE and FEDERAL AVIATION ADMINISTRATION were the next largest buyers by value at $178.70 million and $135.67 million, respectively, though each represented a smaller share of total obligations. Remaining agencies were comparatively minor in dollar terms, and the DEPT OF THE ARMY and DCMA reported negative obligated amounts, indicating net downward adjustments in this 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 = '7Y193'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,106,389,461.50 1.11 billion 187
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 473,402,582.18 473.40 million 40
336611 SHIP BUILDING AND REPAIRING 192,013,611.94 192.01 million 18
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 151,620,089.36 151.62 million 85
541330 ENGINEERING SERVICES 130,318,589.11 130.32 million 110
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 43,250,005.50 43.25 million 3
541519 OTHER COMPUTER RELATED SERVICES 12,641,389.34 12.64 million 25
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 7,258,174.39 7.26 million 9
334416 CAPACITOR, RESISTOR, COIL, TRANSFORMER, AND OTHER INDUCTOR MANUFACTURING 615,499.95 615.50 thousand 3
335312 MOTOR AND GENERATOR MANUFACTURING 264,506.47 264.51 thousand 2

Insight

RAYTHEON COMPANY’s last full year obligations are concentrated in NAICS 334511, which accounts for $1.11 billion across 187 awards, or just over half of the vendor’s $2.11 billion total. The next largest categories are 334220 at $473.40 million and 336611 at $192.01 million, indicating a strong focus on electronics, communications, and shipbuilding-related work. Award activity is broader than dollar concentration suggests: 541330, 334290, and 541519 have relatively high award counts but materially lower obligated amounts, pointing to a mix of large value awards in the core NAICS and smaller, more distributed awards in supporting lines of effort.

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 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,114,448,026.60 2.11 billion 576

Insight

For the last full year, RAYTHEON COMPANY (CAGE 7Y193) recorded $2.11 billion in obligated value across 576 awards, with an average award value of $3.67 million. The activity is highly concentrated in a single annual period, indicating a substantial FY 2025 obligation profile rather than a multi-year distribution within this 1-year window. The volume of awards suggests a broad distribution of actions, but overall obligations remained concentrated in relatively large-dollar awards.

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.