Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last Year)

RAYTHEON COMPANY (CAGE 04071, UEI Y5ZZFR2AQC63) received 143 federal award actions totaling $168.24 million in the last full year.

RAYTHEON COMPANY’s last full year of federal contracting activity totaled $168,241,940.19 across 143 award actions, for an average action value of $1,176,517.06. The largest obligations came from the Department of the Air Force, NOAA, and the Department of the Navy, with engineering services and custom computer programming services accounting for most of the spend.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect FPDS-observed obligations for the selected analysis window and may include multiple award actions.

CAGE Code
04071
UEI
Y5ZZFR2AQC63
Total Obligated
168.24 million
168,241,940.19
Award Actions
143
Average Action Value
1,176,517.06

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 04071, UEI Y5ZZFR2AQC63) recorded $168.24 million in obligations across 143 awards in the last full year, for an average award value of $1.18 million. The activity profile indicates a high-volume contracting relationship with material concentration in a relatively small set of awards.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the largest buying agency at $68.78 million across 26 awards, followed by the NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION at $42.60 million across 40 awards and the DEPT OF THE NAVY at $31.83 million across 28 awards. The remaining notable demand came from the FEDERAL ACQUISITION SERVICE and U.S. CYBER COMMAND, indicating a mix of defense and civilian federal customers.

Industry profile based on NAICS activity

Obligations were concentrated in technical and engineering categories, led by NAICS 541330 ENGINEERING SERVICES at $80.56 million across 57 awards and NAICS 541511 CUSTOM COMPUTER PROGRAMMING SERVICES at $42.38 million across 41 awards. Additional activity was recorded in NAICS 541990, 541519, and 541512, reinforcing a portfolio centered on engineering, software, and related professional services.

Annual contract trend over the analysis window

The annual trend shows a single reported year, 2025, with $168.24 million obligated across 143 awards. With only one year in the analysis window, the data support a level view of recent activity rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS query results for the vendor identified by CAGE 04071 and UEI Y5ZZFR2AQC63 over the last full year. Agency, NAICS, and annual trend views reflect obligated dollars and award counts only from the provided dataset; no additional filters or outside sources were applied.

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 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
5700 DEPT OF THE AIR FORCE 68,779,426.47 68.78 million 26
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 42,600,264.97 42.60 million 40
1700 DEPT OF THE NAVY 31,825,639.20 31.83 million 28
4732 FEDERAL ACQUISITION SERVICE 17,040,129.87 17.04 million 10
97CY U.S. CYBER COMMAND 5,502,122.00 5.50 million 3
2100 DEPT OF THE ARMY 2,081,959.13 2.08 million 16
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 1,759,178.63 1.76 million 4
6901 OFFICE OF THE SECRETARY 1,534,509.75 1.53 million 14
1406 DEPARTMENTAL OFFICES -7,915.41 -7.92 thousand 1
7013 TRANSPORTATION SECURITY ADMINISTRATION -2,873,374.42 -2.87 million 1

Insight

RAYTHEON COMPANY’s last full year obligations were concentrated in a small number of agencies, led by the DEPT OF THE AIR FORCE at $68.78 million across 26 awards, or about 41% of the vendor’s $168.24 million total. The next largest obligations were with NOAA ($42.60 million, 40 awards) and the DEPT OF THE NAVY ($31.83 million, 28 awards), indicating a heavy defense and aerospace concentration alongside a sizable civilian customer base. Award activity was more dispersed than dollar value, with NOAA and the Navy issuing more awards than the Air Force, while lower-ranking agencies contributed relatively small amounts, including two negative-obligation entries.

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 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
541330 ENGINEERING SERVICES 80,561,071.37 80.56 million 57
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 42,380,783.97 42.38 million 41
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 31,195,235.33 31.20 million 12
541519 OTHER COMPUTER RELATED SERVICES 10,720,167.16 10.72 million 1
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,337,634.11 2.34 million 7
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,759,178.63 1.76 million 5
517110 WIRED TELECOMMUNICATIONS CARRIERS 163,645.95 163.65 thousand 2
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 142,175.39 142.18 thousand 4
334111 ELECTRONIC COMPUTER MANUFACTURING 0.00 0.00 2
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 0.00 0.00 6

Insight

Raytheon Company’s last full year obligations of $168.24 million across 143 awards were concentrated in professional and technical services NAICS codes. NAICS 541330 (Engineering Services) was the largest category at $80.56 million across 57 awards, followed by 541511 (Custom Computer Programming Services) at $42.38 million across 41 awards and 541990 at $31.20 million across 12 awards. Together, these three NAICS codes accounted for the vast majority of obligated dollars, indicating a strong tilt toward engineering and software-related services. Remaining NAICS codes were comparatively minor by dollars, with several awards recorded at $0 obligated.

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

Insight

RAYTHEON COMPANY (CAGE 04071) recorded 168.24 million in obligated value across 143 awards in the last full year, for an average award value of about 1.18 million. With only one year in the window, no multi-year trend can be assessed; the annual profile indicates a moderately distributed award base rather than reliance on a small number of actions. The obligation level is concentrated within the 2025 period reflected in the query window.

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.