Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 0AYP7, UEI LWF3QUSCDNG1) covering obligations, award volume, agencies, NAICS codes, and annual trends over the last 5 years.

RAYTHEON COMPANY recorded 971 federal award actions totaling $3.07 billion in obligations over the last 5 years, with an average action value of $3.16 million. Most obligations were concentrated at the Department of the Army and Department of the Navy, with additional activity at the Department of the Air Force, DARPA, and MDA.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect the provided analysis window and may not tie to current active awards or complete contract history.

CAGE Code
0AYP7
UEI
LWF3QUSCDNG1
Total Obligated
3.07 billion
3,068,021,995.15
Award Actions
971
Average Action Value
3,159,651.90

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 0AYP7, UEI LWF3QUSCDNG1) recorded $3.07 billion in obligated federal awards across 971 awards over the last 5 years, for an average award value of $3.16 million. The award profile indicates a high-volume, multi-award relationship with materially concentrated obligations in a relatively small number of large defense customers.

Agency mix and customer concentration

Obligations are concentrated in the Department of the Army ($1.72 billion across 168 awards) and Department of the Navy ($1.07 billion across 430 awards), which together account for the vast majority of total funding. The remaining top agency relationships are much smaller, led by the Department of the Air Force, DARPA, and the Missile Defense Agency, indicating a defense-centric portfolio with some research and missile-defense activity outside the primary Army and Navy channels.

Industry profile based on NAICS activity

The NAICS mix is led by 561990, All Other Support Services, with $1.12 billion across 28 awards, followed closely by 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, with $1.03 billion across 331 awards. Additional obligations are concentrated in guided missile and space vehicle manufacturing and R&D in the physical, engineering, and life sciences, which is consistent with a defense contractor portfolio spanning sustainment, systems manufacturing, and technical development.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $983.21 million, remained elevated in 2023 and 2024, and then declined to $412.81 million in 2025. Despite the lower 2025 total, award counts stayed comparatively high across the period, suggesting continued contracting activity with year-to-year variation in award size rather than a complete drop in engagement.

How to interpret this page

This summary is based on FPDS award records linked to RAYTHEON COMPANY using CAGE 0AYP7 and UEI LWF3QUSCDNG1 over the last 5 years. Totals reflect obligated dollars and award counts as reported in the source data; agency, NAICS, and annual views are descriptive rollups of the same award population and do not infer performance, subcontracting, or non-FPDS activity.

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 = '0AYP7'
        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
2100 DEPT OF THE ARMY 1,723,779,479.83 1.72 billion 168
1700 DEPT OF THE NAVY 1,066,220,862.08 1.07 billion 430
5700 DEPT OF THE AIR FORCE 165,490,731.95 165.49 million 201
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 110,475,494.08 110.48 million 114
97JC MISSILE DEFENSE AGENCY (MDA) 4,787,534.00 4.79 million 8
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 340,329.00 340.33 thousand 2
7001 OFFICE OF PROCUREMENT OPERATIONS 0.00 0.00 2
97AS DEFENSE LOGISTICS AGENCY -321,102.83 -321.10 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,751,332.96 -2.75 million 45

Insight

Over the last 5 years, RAYTHEON COMPANY (CAGE 0AYP7) received $3.07 billion across 971 awards, with obligations heavily concentrated in the DEPT OF THE ARMY ($1.72 billion) and DEPT OF THE NAVY ($1.07 billion), which together account for nearly all reported obligations in this section. The DEPT OF THE AIR FORCE, DARPA, and MDA represent a materially smaller secondary share, indicating a defense-centric award profile beyond the Army and Navy. NASA obligations were minimal, while two agencies recorded zero or negative obligated amounts, suggesting limited or adjustment activity rather than substantive additional funding.

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 = '0AYP7'
        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
561990 ALL OTHER SUPPORT SERVICES 1,121,234,584.77 1.12 billion 28
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,028,160,336.47 1.03 billion 331
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 497,238,022.50 497.24 million 35
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 278,665,260.39 278.67 million 316
541330 ENGINEERING SERVICES 50,797,471.07 50.80 million 86
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 48,892,503.84 48.89 million 55
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 23,470,403.31 23.47 million 44
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 12,950,080.33 12.95 million 12
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 3,456,587.51 3.46 million 24
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 1,010,000.00 1.01 million 10

Insight

Over the last 5 years, RAYTHEON COMPANY (CAGE 0AYP7) obligated $3.07 billion across 971 awards, with spending concentrated in a small number of NAICS codes. The largest obligations were in 561990, ALL OTHER SUPPORT SERVICES ($1.12 billion; 28 awards) and 334511, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING ($1.03 billion; 331 awards), together accounting for roughly 70% of total obligated value. Additional material activity appears in 336414, GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING ($497.24 million) and 541715, R&D in the physical, engineering, and life sciences ($278.67 million), indicating a mix of support services, manufacturing, and R&D obligations.

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 = '0AYP7'
        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 412,808,143.63 412.81 million 180
2024 643,751,827.19 643.75 million 184
2023 741,742,560.79 741.74 million 200
2022 983,210,553.10 983.21 million 216
2021 286,508,910.44 286.51 million 191

Insight

Over the last 5 years, RAYTHEON COMPANY (CAGE 0AYP7) obligated $3.07 billion across 971 awards, with an average award value of about $3.16 million. Obligations were concentrated in 2022 through 2024, peaking in 2022 at $983.21 million, then declining to $741.74 million in 2023 and $643.75 million in 2024. FY 2025 remains substantial at $412.81 million, while 2021 is the lowest year at $286.51 million, indicating a multi-year decline from the 2022 high with continued but reduced award activity.

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.