Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last Year)

RAYTHEON COMPANY (CAGE 0AYP7, UEI LWF3QUSCDNG1) received 180 federal awards in the last full year totaling $412.81 million.

FPDS data for the last full year shows RAYTHEON COMPANY with $412.81 million in obligated awards across 180 actions, for an average action value of $2.29 million. The largest obligations came from the Department of the Navy and Department of the Army, with most spending concentrated in guided missile and space vehicle manufacturing and navigation, guidance, and aeronautical systems work.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated federal procurement data for the analysis window and may differ from vendor-reported revenue or contract totals.

CAGE Code
0AYP7
UEI
LWF3QUSCDNG1
Total Obligated
412.81 million
412,808,143.63
Award Actions
180
Average Action Value
2,293,378.57

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 0AYP7, UEI LWF3QUSCDNG1) received $412.81 million across 180 FPDS awards in the last full year, for an average award value of $2.29 million. The obligation profile indicates a large-volume, defense-oriented vendor with activity concentrated in a relatively small number of high-value awards.

Agency mix and customer concentration

The Department of the Navy was the largest funding source at $192.96 million across 69 awards, followed closely by the Department of the Army at $169.40 million across 53 awards. The Department of the Air Force added $44.43 million across 21 awards, while DARPA contributed $6.77 million across 22 awards; NASA was marginal at $340.33 thousand across 2 awards. This mix shows the preponderance of obligations coming from core defense agencies.

Industry profile based on NAICS activity

Obligations were led by NAICS 336414, Guided Missile and Space Vehicle Manufacturing, at $337.68 million across 13 awards, followed by NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, at $223.31 million across 59 awards. Research and development categories were present but materially smaller, led by NAICS 541715 at $16.06 million and NAICS 541712 and 541714 at $7.40 million and $5.83 million, respectively. The distribution is consistent with Raytheon’s concentration in weapons, sensing, and mission systems production, supplemented by R&D support.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with total obligations of $412.81 million across 180 awards. With only one year in the analysis window, the data do not support a year-over-year comparison or growth rate assessment. The available year reflects the full observed funding volume for the period.

How to interpret this page

This summary is based on FPDS obligations associated with RAYTHEON COMPANY, using the supplied CAGE code 0AYP7 and UEI LWF3QUSCDNG1 over the last full year. Agency and NAICS rankings are ordered by total obligated dollars, and annual trend figures reflect obligations recorded within the analysis period. No attempt was made to infer contract scope beyond the coded 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 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 192,955,176.49 192.96 million 69
2100 DEPT OF THE ARMY 169,400,847.22 169.40 million 53
5700 DEPT OF THE AIR FORCE 44,428,857.70 44.43 million 21
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 6,768,997.48 6.77 million 22
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 340,329.00 340.33 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,086,064.26 -1.09 million 12

Insight

RAYTHEON COMPANY’s last full year obligations of $412.81 million were concentrated primarily in the Department of the Navy ($192.96 million; 69 awards) and Department of the Army ($169.40 million; 53 awards), which together accounted for the large majority of obligated value. The Department of the Air Force was a distant third at $44.43 million across 21 awards, while DARPA contributed a smaller but notable $6.77 million across 22 awards. Remaining agencies were immaterial by value, including NASA at $340.33 thousand, MDA at $0, and DCMA at -$1.09 million, indicating a highly defense-oriented and concentrated funding profile.

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 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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 337,681,541.96 337.68 million 13
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 223,314,541.68 223.31 million 59
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 16,061,791.36 16.06 million 48
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 7,397,012.00 7.40 million 15
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 5,826,955.00 5.83 million 2
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 880,973.83 880.97 thousand 3
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 630,000.00 630.00 thousand 6
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 385,933.00 385.93 thousand 1
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 334,343.00 334.34 thousand 1
334413 SEMICONDUCTOR AND RELATED DEVICE MANUFACTURING 273,770.00 273.77 thousand 1

Insight

RAYTHEON COMPANY’s last full year obligations were concentrated in two NAICS codes: 336414 accounted for $337.68 million across 13 awards and 334511 accounted for $223.31 million across 59 awards, together representing the clear majority of vendor obligations in this window. The remaining NAICS categories were much smaller, with 541715 at $16.06 million and the other listed codes each below $10 million, indicating a steep drop-off after the top two areas. Overall, the award mix is weighted toward guided missile/space vehicle and navigation-related manufacturing, with R&D activity present but secondary in dollar value.

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

Insight

During the last full year, RAYTHEON COMPANY (CAGE 0AYP7) recorded $412.81 million in obligated value across 180 awards, for an average award value of $2.29 million. With only one annual data point in the 1-year window, trend direction cannot be assessed, but the volume and value indicate a moderately concentrated award profile with meaningful distribution across multiple actions.

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.