Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement profile for RAYTHEON COMPANY (CAGE 05716, UEI XSV6AZJ6SDJ7) covering the last 5 years of award activity and obligations.

RAYTHEON COMPANY recorded 2,702 award actions and $12,066,886,774.49 in obligated value over the last 5 years, with an average action value of $4,465,909.24. The largest shares of obligations came from the Department of the Army and the Defense Logistics Agency, and the main spending categories were search, detection, navigation, guidance, aeronautical, and nautical systems, plus guided missile and space vehicle manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect FPDS obligations for the selected 5-year window; one agency row shows negative obligations, which may indicate deobligations or adjustments.

CAGE Code
05716
UEI
XSV6AZJ6SDJ7
Total Obligated
12.07 billion
12,066,886,774.49
Award Actions
2,702
Average Action Value
4,465,909.24

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY, CAGE 05716, UEI XSV6AZJ6SDJ7, recorded $12.07 billion in obligated federal awards across 2,702 actions over the last 5 years, with an average award value of $4.47 million. The profile is heavily weighted toward large defense procurement actions, indicating sustained engagement in mission-critical systems and support.

Agency mix and customer concentration

Obligations are concentrated in the Department of the Army, which accounts for $7.86 billion across 832 awards, followed by the Defense Logistics Agency at $4.02 billion across 1,628 awards. The Department of the Air Force contributed a much smaller $191.89 million, while the Department of the Navy was immaterial at $846.05 thousand; DCMA shows a negative obligation balance of $5.09 million, which suggests deobligations or contract adjustments rather than new award volume.

Industry profile based on NAICS activity

The NAICS profile is dominated by 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, at $5.83 billion and 1,911 awards. Guided missile and space vehicle manufacturing is the second major segment through NAICS 336414 and 336419 combined at $5.34 billion, while engineering services adds $795.95 million; the remaining categories are comparatively modest.

Annual contract trend over the analysis window

Annual obligations increased sharply in 2023 through 2025 after a lower 2022 level, 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 remained relatively stable in the 500-600 range each year, suggesting that growth was driven more by larger contract values than by a materially higher number of actions.

How to interpret this page

This summary is based on FPDS-observed obligations associated with RAYTHEON COMPANY for the last 5 years, using the supplied CAGE code and UEI for vendor identification. Agency, NAICS, and annual views are aggregated from obligated dollars and award counts only; negative obligated values are retained as reported and may reflect modifications, deobligations, or closeout activity.

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 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
2100 DEPT OF THE ARMY 7,857,815,245.17 7.86 billion 832
97AS DEFENSE LOGISTICS AGENCY 4,021,424,640.69 4.02 billion 1,628
5700 DEPT OF THE AIR FORCE 191,887,465.97 191.89 million 192
1700 DEPT OF THE NAVY 846,051.38 846.05 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -5,086,628.72 -5.09 million 48

Insight

Over the last 5 years, Raytheon Company’s obligations were highly concentrated in two agencies: the Department of the Army ($7.86 billion across 832 awards) and the Defense Logistics Agency ($4.02 billion across 1,628 awards), together accounting for nearly all reported obligations. The remaining agencies represent a small share of activity, with the Department of the Air Force at $191.89 million across 192 awards and the Department of the Navy at $846.05 thousand across 2 awards. DCMA recorded a net negative obligation of $5.09 million across 48 awards, indicating downward adjustment activity rather than new funding concentration.

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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 5,834,414,770.47 5.83 billion 1,911
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 3,682,992,827.58 3.68 billion 347
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,653,260,995.36 1.65 billion 85
541330 ENGINEERING SERVICES 795,953,221.48 795.95 million 102
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 79,148,270.40 79.15 million 36
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 14,760,685.22 14.76 million 38
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 6,806,158.54 6.81 million 28
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 2,840,343.04 2.84 million 11
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,386,472.93 1.39 million 33
333992 WELDING AND SOLDERING EQUIPMENT MANUFACTURING 977,208.87 977.21 thousand 13

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations are highly concentrated in NAICS 334511, which accounts for $5.83 billion and 1,911 awards, or roughly 48% of total obligated dollars and about 71% of award count. The next two largest categories, 336414 and 336419, add another $5.34 billion, bringing the top three NAICS codes to about 91% of total obligations. Outside these core defense-related manufacturing areas, obligations drop sharply to engineering services and a long tail of comparatively small categories, indicating a narrow but deeply weighted procurement profile.

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

Insight

RAYTHEON COMPANY (CAGE 05716) obligated $12.07 billion across 2,702 awards over the last 5 years, with an average award value of $4.47 million. Obligations were concentrated 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 volume remained relatively stable year to year, ranging from 493 to 597 awards, indicating growth in obligated dollars was driven primarily by larger award values rather than a material increase in award count.

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.