Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 04071, UEI Y5ZZFR2AQC63) covering obligations, awards, agencies, NAICS codes, and annual trends over the last 10 years.

RAYTHEON COMPANY recorded $3.32 billion in obligated federal awards across 2,151 actions in the last 10 years, with an average action value of $1,545,739.07. The largest obligations came from the Department of the Air Force, Department of the Army, and Department of the Navy, with most spending concentrated in engineering services and related technical work.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS-readable obligations for the last 10 years and may include multiple award actions across agencies and NAICS categories.

CAGE Code
04071
UEI
Y5ZZFR2AQC63
Total Obligated
3.32 billion
3,324,884,751.59
Award Actions
2,151
Average Action Value
1,545,739.07

About RAYTHEON COMPANY federal contract activity

Over the last 10 years, RAYTHEON COMPANY (CAGE 04071, UEI Y5ZZFR2AQC63) recorded 2,151 FPDS awards totaling $3.32 billion in obligations, for an average award value of $1.55 million. The profile indicates sustained federal procurement activity at scale rather than dependence on a small number of exceptionally large awards.

Agency mix and customer concentration

Obligations are concentrated in defense and security agencies. The Department of the Air Force leads with $1.23 billion across 466 awards, followed by the Department of the Army at $756.28 million across 402 awards and the Department of the Navy at $367.13 million across 214 awards; civilian demand is also material, notably TSA at $315.75 million and NOAA at $315.47 million.

Industry profile based on NAICS activity

The award base is anchored in technical and engineering work. NAICS 541330 Engineering Services dominates at $1.77 billion across 910 awards, followed by 541511 Custom Computer Programming Services at $333.68 million across 535 awards and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing at $285.56 million across 89 awards.

Annual contract trend over the analysis window

Recent annual obligations show variability rather than a steady linear pattern, with a high point in 2024 at $542.73 million and lower activity in 2025 to date at $168.24 million. The prior years shown remain elevated, including $436.06 million in 2021, $353.86 million in 2022, and $343.11 million in 2023, indicating continued significant federal spending across the period.

How to interpret this page

This summary is based on FPDS award records associated with RAYTHEON COMPANY, using the provided CAGE code and UEI over the last 10 years. Agency, NAICS, and annual figures reflect obligated dollars and award counts as supplied in the analysis window, with totals rounded only in the narrative for readability.

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 = '04071'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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,232,407,700.76 1.23 billion 466
2100 DEPT OF THE ARMY 756,277,794.98 756.28 million 402
1700 DEPT OF THE NAVY 367,133,951.81 367.13 million 214
7013 TRANSPORTATION SECURITY ADMINISTRATION 315,745,621.70 315.75 million 159
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 315,470,786.57 315.47 million 490
4732 FEDERAL ACQUISITION SERVICE 261,608,721.17 261.61 million 236
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 63,147,911.90 63.15 million 82
97CY U.S. CYBER COMMAND 11,613,979.70 11.61 million 10
6901 OFFICE OF THE SECRETARY 9,526,989.25 9.53 million 33
7001 OFFICE OF PROCUREMENT OPERATIONS 3,097,923.00 3.10 million 10

Insight

Over the last 10 years, RAYTHEON COMPANY’s obligations are concentrated primarily with the Department of the Air Force, which accounts for $1.23 billion across 466 awards, or about 37% of the vendor’s total $3.32 billion obligated. The Department of the Army and Department of the Navy are the next largest agencies, with $756.28 million and $367.13 million respectively, indicating a strong defense-focused award pattern. Outside the military departments, obligations are more distributed, led by TSA, NOAA, and the Federal Acquisition Service at roughly $261.61 million to $315.75 million each, while the remaining agencies represent comparatively smaller shares.

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 = '04071'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541330 ENGINEERING SERVICES 1,767,709,222.91 1.77 billion 910
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 333,675,604.63 333.68 million 535
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 285,564,363.39 285.56 million 89
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 282,021,415.19 282.02 million 121
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 254,748,819.98 254.75 million 48
541512 COMPUTER SYSTEMS DESIGN SERVICES 119,775,497.00 119.78 million 70
541519 OTHER COMPUTER RELATED SERVICES 82,481,370.40 82.48 million 19
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 72,080,846.12 72.08 million 49
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 46,340,721.96 46.34 million 81
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 45,723,469.70 45.72 million 118

Insight

RAYTHEON COMPANY’s obligations over the last 10 years are concentrated in a small set of NAICS codes, led by 541330 Engineering Services with $1.77 billion across 910 awards, or more than half of the reported $3.32 billion total. The next largest categories—541511 Custom Computer Programming Services ($333.68 million, 535 awards), 334511 manufacturing of search/detection/navigation/guidance systems ($285.56 million, 89 awards), and 541990/541690 professional and technical services—indicate a mix of engineering, software, and technical support work. Award activity is more distributed than dollars, with several lower-dollar NAICS codes carrying meaningful award counts, suggesting a broad contract footprint outside the top funding category.

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 = '04071'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 168,241,940.19 168.24 million 143
2024 542,728,834.99 542.73 million 237
2023 343,108,603.08 343.11 million 207
2022 353,861,253.28 353.86 million 225
2021 436,056,305.57 436.06 million 283
2020 484,303,046.86 484.30 million 297
2019 345,944,309.36 345.94 million 255
2018 348,937,953.23 348.94 million 233
2017 301,702,505.03 301.70 million 271

Insight

Over the last 10 years, RAYTHEON COMPANY (CAGE 04071) received $3.32 billion across 2,151 awards, averaging $1.55 million per award. Obligations were relatively steady from 2017 through 2023, generally ranging from $301.7 million to $484.3 million annually, with the highest annual obligation in 2020 at $484.3 million. Activity increased sharply in 2024 to $542.7 million and 237 awards, then declined in 2025 to $168.2 million and 143 awards, indicating a recent contraction from the prior peak.

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