Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for RAYTHEON COMPANY (CAGE 15090, UEI VTEWM5QSE598) covering last full-year obligations and award activity.

In the last full year, RAYTHEON COMPANY recorded $9,060,251,356.41 in obligated federal awards across 1,799 actions, for an average action value of $5,036,270.90. The Department of the Navy led spending at $4.36 billion, followed by the Department of the Air Force at $2.42 billion and the Department of the Army at $1.17 billion.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year available in the analysis window and are organized by obligation, award count, agency, and NAICS code.

CAGE Code
15090
UEI
VTEWM5QSE598
Total Obligated
9.06 billion
9,060,251,356.41
Award Actions
1,799
Average Action Value
5,036,270.90

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY, CAGE 15090 and UEI VTEWM5QSE598, obligated 9.06 billion across 1,799 awards in the last full year, for an average award value of 5.04 million. The spending profile indicates a high-volume, high-dollar federal vendor concentrated in defense-related procurement.

Agency mix and customer concentration

The Department of the Navy was the largest customer at 4.36 billion across 493 awards, followed by the Department of the Air Force at 2.42 billion across 436 awards. The Department of the Army and Missile Defense Agency also represented major demand centers, at 1.17 billion and 1.07 billion respectively, while DARPA contributed a much smaller 23.84 million across 6 awards.

Industry profile based on NAICS activity

The portfolio is dominated by NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounted for 7.51 billion and 1,026 awards. Secondary activity was concentrated in Ammunition Manufacturing, Engineering Services, and radar/navigation-related manufacturing, indicating a mix of production, systems integration, and technical support work.

Annual contract trend over the analysis window

The analysis window contains one annual observation for 2025, so the data supports a level view rather than a multi-year growth assessment. In that year, obligated dollars and award volume were both substantial, reinforcing a procurement pattern centered on sustained defense program execution.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE 15090 and UEI VTEWM5QSE598 during the last full year. Totals reflect obligated dollars and award counts by agency, NAICS, and year; values are reported as provided and may include multiple award types and contract actions.

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 = '15090'
        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
1700 DEPT OF THE NAVY 4,364,316,421.16 4.36 billion 493
5700 DEPT OF THE AIR FORCE 2,422,932,796.81 2.42 billion 436
2100 DEPT OF THE ARMY 1,166,749,759.12 1.17 billion 117
97JC MISSILE DEFENSE AGENCY (MDA) 1,071,706,711.55 1.07 billion 328
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 23,839,177.37 23.84 million 6
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 8,481,350.65 8.48 million 415
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 2,825,000.00 2.83 million 1
97AS DEFENSE LOGISTICS AGENCY -599,860.25 -599.86 thousand 3

Insight

RAYTHEON COMPANY’s last full year obligations of $9.06 billion were concentrated in a small set of defense agencies, led by the Department of the Navy at $4.36 billion across 493 awards and the Department of the Air Force at $2.42 billion across 436 awards. The Department of the Army and Missile Defense Agency added another $2.24 billion combined, bringing these four agencies to nearly all reported obligations for the period. Remaining activity was limited and materially smaller, with DARPA, DCMA, and other offices contributing modest amounts; DLA shows a small negative obligation, indicating a downward adjustment rather than new spend.

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 = '15090'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,505,746,469.38 7.51 billion 1,026
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 627,190,369.21 627.19 million 159
541330 ENGINEERING SERVICES 268,806,271.57 268.81 million 217
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 207,041,727.55 207.04 million 18
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 94,551,775.00 94.55 million 4
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 93,213,945.12 93.21 million 51
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 91,013,428.00 91.01 million 16
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 64,647,028.37 64.65 million 52
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 42,998,147.00 43.00 million 18
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 32,737,404.28 32.74 million 18

Insight

RAYTHEON COMPANY (CAGE 15090) received 9.06 billion across 1,799 awards in the last full year, with obligation heavily concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for 7.51 billion and 1,026 awards. The next largest categories are far smaller: 332993 at 627.19 million, 541330 at 268.81 million, and 334511 at 207.04 million, indicating a strong primary dependence on missile and space vehicle production with secondary support in ammunition and engineering-related work. Remaining top NAICS categories each fall below 100 million, suggesting a broad but materially lower-value distribution outside the core manufacturing line.

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 = '15090'
        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 9,060,251,356.41 9.06 billion 1,799

Insight

In the last full year, RAYTHEON COMPANY (CAGE 15090) recorded $9.06 billion in obligated action value across 1,799 awards, for an average award value of about $5.04 million. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from this dataset. The volume and obligation level indicate a highly concentrated award profile in a single reporting year, but distribution across funding instruments or agencies is not available here.

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.