Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

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

RAYTHEON COMPANY recorded 1.84 billion in obligations across 1,095 award actions in the last 5 years, with an average action value of 1.68 million. Activity was led by the Department of the Air Force and the Department of the Army, with engineering services accounting for the largest share of obligations.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable summary values for the selected analysis window and may not match exact totals due to rounding.

CAGE Code
04071
UEI
Y5ZZFR2AQC63
Total Obligated
1.84 billion
1,843,996,937.11
Award Actions
1,095
Average Action Value
1,684,015.46

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 04071, UEI Y5ZZFR2AQC63) recorded $1.84 billion in obligated awards across 1,095 actions over the last 5 years, with an average award value of $1.68 million. The award profile indicates sustained federal demand at scale, with obligations concentrated in defense and security-related procurement channels.

Agency mix and customer concentration

The largest obligations came from the DEPT OF THE AIR FORCE at $571.87 million across 209 awards and the DEPT OF THE ARMY at $494.66 million across 237 awards, together accounting for the majority of reported agency spend. Additional demand came from TSA, the DEPT OF THE NAVY, and NOAA, showing a mix of defense, homeland security, and mission-support customers.

Industry profile based on NAICS activity

NAICS 541330 ENGINEERING SERVICES dominates the vendor’s portfolio at $1.02 billion across 460 awards, indicating engineering-centered work as the primary contract driver. Smaller but still material volumes appear in 334511, 541511, 541990, and 541690, which together point to a mix of systems manufacturing, software development, and technical consulting activities.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $542.73 million across 237 awards, following $436.06 million in 2021 and $353.86 million in 2022. Activity remained elevated in 2023 at $343.11 million, then declined to $168.24 million in 2025, which may reflect partial-year coverage or a lower award pace in the current period.

How to interpret this page

This summary is based on FPDS award data for the last 5 years using obligations, award counts, agency identifiers, and NAICS classifications tied to the vendor’s CAGE and UEI. Totals reflect reported obligated amounts in the analyzed period and are not adjusted for inflation, cancellations, or contract lifecycle changes.

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 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 571,872,190.87 571.87 million 209
2100 DEPT OF THE ARMY 494,662,927.60 494.66 million 237
7013 TRANSPORTATION SECURITY ADMINISTRATION 225,015,847.06 225.02 million 62
1700 DEPT OF THE NAVY 192,084,714.05 192.08 million 117
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 184,101,136.37 184.10 million 276
4732 FEDERAL ACQUISITION SERVICE 120,739,778.59 120.74 million 91
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 38,121,571.47 38.12 million 41
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 708,175.00 708.17 thousand 7

Insight

Over the last 5 years, RAYTHEON COMPANY received 1.84 billion across 1,095 awards, with obligations concentrated in a small set of agencies. The DEPT OF THE AIR FORCE and DEPT OF THE ARMY together account for about 1.07 billion, or roughly 58% of total obligated value, indicating a strong defense-agency concentration. Outside DoD, the largest obligations come from TSA, NOAA, and the Federal Acquisition Service, which together add another 530 million and show a secondary concentration across civilian agencies. Award activity is more dispersed than obligation value, with NOAA recording 276 awards but a lower obligation total than the Air Force and Army.

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 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
541330 ENGINEERING SERVICES 1,015,688,833.13 1.02 billion 460
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 226,492,959.38 226.49 million 42
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 185,317,397.93 185.32 million 293
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 174,203,683.14 174.20 million 77
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 103,297,191.24 103.30 million 32
541519 OTHER COMPUTER RELATED SERVICES 50,705,664.40 50.71 million 6
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 30,161,433.62 30.16 million 28
541512 COMPUTER SYSTEMS DESIGN SERVICES 20,405,436.83 20.41 million 30
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 16,943,416.93 16.94 million 38
517110 WIRED TELECOMMUNICATIONS CARRIERS 12,235,684.32 12.24 million 22

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations are concentrated in engineering and technical services, led by NAICS 541330 Engineering Services at $1.02 billion across 460 awards, or about 55% of total obligated value. The next largest categories are 334511 at $226.49 million and 541511 at $185.32 million, indicating a strong mix of manufacturing and software-related work alongside service contracts. The remaining top NAICS codes are individually below $175 million, with award counts generally lower, showing a broader but materially smaller tail of obligations outside the core 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 = '04071'
        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 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

Insight

RAYTHEON COMPANY’s obligations over the last 5 years total $1.84 billion across 1,095 awards, averaging $1.68 million per award. Funding is concentrated in 2024, which accounts for $542.73 million and 237 awards, followed by a lower 2025 level of $168.24 million across 143 awards. Annual obligations were otherwise comparatively stable in the $343.11 million to $436.06 million range from 2021 through 2023, indicating a mid-period decline relative to 2021 before the 2024 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.