Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement activity for RAYTHEON COMPANY (CAGE 5R497, UEI JLWLJXQ3M995) over the last 5 years shows $1.46 billion across 320 award actions.

RAYTHEON COMPANY's federal award history is concentrated in the DEPT OF THE AIR FORCE, which accounts for $1.27 billion of the total. Most obligations fall under NAICS 541712 for research and development in the physical, engineering, and life sciences, with additional activity in space research, telecommunications, and related technical work.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations peaked in 2021 at $415.32 million and remained above $237 million in each later year shown, while DCMA records include negative obligated amounts that reduce the total.

CAGE Code
5R497
UEI
JLWLJXQ3M995
Total Obligated
1.46 billion
1,461,268,574.37
Award Actions
320
Average Action Value
4,566,464.29

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 5R497, UEI JLWLJXQ3M995) received 320 awards totaling $1.46 billion over the last 5 years, with an average award value of $4.57 million. The profile is heavily concentrated in a small number of awards tied to federal research, development, and communications-related work.

Agency mix and customer concentration

DEPT OF THE AIR FORCE accounts for the vast majority of obligations at $1.27 billion across 273 awards, making it the dominant buying activity in the record. NOAA is the second-largest customer at $193.12 million across 40 awards, while US GEOLOGICAL SURVEY appears only once at $249.04 thousand. DCMA shows negative obligations of $4.69 million across 6 awards, which should be reviewed as a potential de-obligation or adjustment effect rather than new buying volume.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences, which represents $1.02 billion across 190 awards. Space Research and Technology (927110) and All Other Telecommunications (517919) are the next-largest categories at $250.03 million and $192.21 million, respectively, indicating a mix of aerospace, space, and communications-related procurement. The remaining listed NAICS categories are small by comparison and do not materially change the overall concentration.

Annual contract trend over the analysis window

Annual obligations were highest in 2021 at $415.32 million across 79 awards, then declined in 2022 and 2023 before recovering in 2024 and remaining elevated in 2025 at $241.20 million across 66 awards. The pattern shows sustained year-to-year activity, but not a smooth trajectory; instead, it reflects cyclical award volume with a peak in 2021 and moderate levels in the most recent two years. Award counts and obligation totals generally move together, though 2024 stands out as a high-obligation year with fewer awards than 2021.

How to interpret this page

This summary is based on FPDS award records attributed to RAYTHEON COMPANY using CAGE 5R497 and UEI JLWLJXQ3M995 for the last 5 years. Obligations are reported as recorded in FPDS and summarized by agency, NAICS, and fiscal year; negative obligations are retained because they can reflect adjustments or de-obligations. Rounded figures may not sum exactly to totals because of source-level rounding.

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 = '5R497'
        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
5700 DEPT OF THE AIR FORCE 1,272,592,595.38 1.27 billion 273
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 193,121,776.60 193.12 million 40
1434 US GEOLOGICAL SURVEY 249,045.00 249.04 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -4,694,842.61 -4.69 million 6

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations are highly concentrated in the Department of the Air Force, which accounts for $1.27 billion of the $1.46 billion total and 273 of 320 awards. NOAA is the only other material funding source, with $193.12 million across 40 awards, while USGS contributes a single $249.04 thousand award. DCMA shows a net negative obligation of $4.69 million across 6 awards, indicating downward adjustment activity rather than new 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 = '5R497'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,016,200,729.45 1.02 billion 190
927110 SPACE RESEARCH AND TECHNOLOGY 250,030,467.32 250.03 million 78
517919 ALL OTHER TELECOMMUNICATIONS 192,210,536.41 192.21 million 39
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,924,360.19 1.92 million 5
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 653,436.00 653.44 thousand 7
541330 ENGINEERING SERVICES 249,045.00 249.04 thousand 1

Insight

Over the last 5 years, RAYTHEON COMPANY (CAGE 5R497) received $1.46 billion across 320 awards, with obligations highly concentrated in NAICS 541712, which accounts for $1.02 billion and 190 awards. The next two NAICS codes, 927110 and 517919, add $250.03 million and $192.21 million across 78 and 39 awards, respectively, indicating a secondary concentration in space and telecommunications-related activity. The remaining NAICS codes are minimal by comparison, each below $2.0 million, suggesting a sharply focused procurement profile within a small set of technical categories.

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 = '5R497'
        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 241,202,621.90 241.20 million 66
2024 292,293,334.47 292.29 million 58
2023 237,341,689.71 237.34 million 52
2022 275,111,771.00 275.11 million 65
2021 415,319,157.29 415.32 million 79

Insight

Over the last 5 years, RAYTHEON COMPANY (CAGE 5R497) received $1.46 billion across 320 awards, averaging $4.57 million per award. Obligations were highest in 2021 at $415.32 million and then declined, with annual funding ranging from $237.34 million to $292.29 million in 2022–2024 before totaling $241.20 million in 2025. Award counts also remained fairly stable, spanning 52 to 79 per year, indicating a moderate concentration of obligations in 2021 followed by a lower but consistent annual procurement profile.

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.