Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 05716, UEI XSV6AZJ6SDJ7) covering award activity over the last 10 years.

RAYTHEON COMPANY recorded 3,999 award actions with total obligated dollars of 17.92 billion and an average action value of 4,481,370.46. Most obligations came from the Department of the Army and the Defense Logistics Agency, with spending concentrated in guided missile, space vehicle, and search and navigation systems NAICS codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of readable FPDS data and may include negative obligation adjustments in individual agency rows.

CAGE Code
05716
UEI
XSV6AZJ6SDJ7
Total Obligated
17.92 billion
17,921,000,477.50
Award Actions
3,999
Average Action Value
4,481,370.46

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 05716, UEI XSV6AZJ6SDJ7) recorded 3,999 awards totaling 17.92 billion over the last 10 years, with an average award value of 4.48 million. The profile is characterized by high-dollar federal contracting activity concentrated in defense and technical mission areas.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for 13.41 billion across 1,764 awards, followed by the Defense Logistics Agency with 4.32 billion across 1,966 awards. The Department of the Air Force contributed a smaller but still material 192.69 million, while the Department of the Navy volume was limited; DCMA shows negative obligated value, indicating deobligations or contract adjustments in the period.

Industry profile based on NAICS activity

The largest obligations are concentrated in guided missile and aerospace manufacturing, led by NAICS 336414 at 7.68 billion and 705 awards. NAICS 334511 adds 5.96 billion across 2,042 awards, and engineering services under 541330 contributes 2.09 billion, indicating a mix of production, systems, and support work. Secondary activity appears in related missile parts manufacturing and logistics consulting, but these are much smaller than the core defense electronics and missile categories.

Annual contract trend over the analysis window

Annual obligations have been elevated in the most recent years, rising from 950.45 million in 2022 to 2.50 billion in 2023, 3.12 billion in 2024, and 3.74 billion in 2025. Award counts have remained relatively steady in the 500-to-600 range, suggesting growth has been driven more by larger award values than by materially higher transaction volume.

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. Obligated amounts, award counts, and category splits reflect the supplied dataset; negative obligations are retained as reported to preserve deobligation effects.

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 = '05716'
        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
2100 DEPT OF THE ARMY 13,411,865,208.47 13.41 billion 1,764
97AS DEFENSE LOGISTICS AGENCY 4,321,997,909.88 4.32 billion 1,966
5700 DEPT OF THE AIR FORCE 192,688,978.97 192.69 million 198
1700 DEPT OF THE NAVY 846,051.38 846.05 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -6,397,671.20 -6.40 million 69

Insight

Over the last 10 years, RAYTHEON COMPANY’s obligations are heavily concentrated in two agencies: the Department of the Army at $13.41 billion across 1,764 awards and the Defense Logistics Agency at $4.32 billion across 1,966 awards. Together, these two agencies account for nearly all reported obligated dollars for the vendor in this period, indicating a strong dependence on Army and DLA demand. The remaining agencies contribute comparatively little, with the Department of the Air Force at $192.69 million, the Department of the Navy at $846.05 thousand, and DCMA showing a net negative obligation of $6.40 million across 69 awards.

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 = '05716'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,675,500,495.03 7.68 billion 705
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 5,961,547,738.89 5.96 billion 2,042
541330 ENGINEERING SERVICES 2,091,585,636.70 2.09 billion 263
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,802,410,651.00 1.80 billion 222
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 116,326,462.70 116.33 million 38
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 79,148,270.40 79.15 million 58
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 69,008,442.03 69.01 million 171
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 52,673,000.05 52.67 million 99
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 43,217,266.07 43.22 million 31
332710 MACHINE SHOPS 16,206,930.88 16.21 million 21

Insight

Over the last 10 years, RAYTHEON COMPANY’s obligations are heavily concentrated in defense manufacturing NAICS codes, led by 336414 (Guided Missile and Space Vehicle Manufacturing) at $7.68 billion across 705 awards and 334511 at $5.96 billion across 2,042 awards. Together, these two NAICS account for the majority of the firm’s $17.92 billion in obligated value, indicating a strong concentration in missile, space vehicle, and associated systems work. Engineering services (541330) is the next largest category at $2.09 billion, while the remaining NAICS are materially smaller and more dispersed, suggesting limited but recurring activity in support and component manufacturing.

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 = '05716'
        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 3,741,966,210.75 3.74 billion 569
2024 3,116,237,443.95 3.12 billion 539
2023 2,498,910,981.15 2.50 billion 597
2022 950,450,684.52 950.45 million 493
2021 1,759,321,454.12 1.76 billion 504
2020 1,176,394,136.77 1.18 billion 286
2019 1,157,736,344.23 1.16 billion 258
2018 2,513,072,046.65 2.51 billion 419
2017 1,013,740,297.77 1.01 billion 323
2016 -6,829,122.41 -6.83 million 11

Insight

RAYTHEON COMPANY (CAGE 05716) received $17.92 billion across 3,999 awards over the last 10 years, averaging $4.48 million per award. Obligation activity is concentrated in the most recent years, with 2025 ($3.74 billion, 569 awards) and 2024 ($3.12 billion, 539 awards) accounting for the largest annual totals, following similarly elevated levels in 2023 ($2.50 billion). Earlier years were lower and more variable, including a 2022 dip to $950.45 million and a 2016 negative obligation of $6.83 million across 11 awards.

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.