Federal Contractor

RAYTHEON COMPANY Federal Contract Obligations (Last 5 Years)

RAYTHEON COMPANY (CAGE 00724, UEI GMBYU6KAN9J3) recorded 1.06 billion in federal obligations across 1,414 award actions in the last 5 years.

Federal procurement activity for RAYTHEON COMPANY is concentrated in the Department of the Navy and Department of the Air Force, which together account for the large majority of obligated dollars. The award mix is led by search, detection, navigation, guidance, and communications-related manufacturing and maintenance work, with 2021 as the highest-obligation year in the period.

Generated at 03/21/2026

Analysis period: Last 5 years

This summary uses the last 5 years of readable FPDS obligation data and reflects totals by agency, NAICS, and year.

CAGE Code
00724
UEI
GMBYU6KAN9J3
Total Obligated
1.06 billion
1,061,930,097.55
Award Actions
1,414
Average Action Value
751,011.38

About RAYTHEON COMPANY federal contract activity

RAYTHEON COMPANY (CAGE 00724, UEI GMBYU6KAN9J3) recorded $1.06 billion in FPDS-observed obligations across 1,414 awards over the last 5 years, for an average award value of $751,011.38. The profile indicates sustained federal contracting activity with a high volume of awards concentrated in defense-related procurement.

Agency mix and customer concentration

The Department of the Navy accounts for the largest share of obligations at $680.61 million across 451 awards, followed by the Department of the Air Force at $389.77 million across 737 awards. Together, those two agencies represent the overwhelming majority of observed obligations, while the remaining agencies contribute only marginally, including the Defense Logistics Agency, U.S. Customs and Border Protection, and NASA.

Industry profile based on NAICS activity

The NAICS profile is led by 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, with $625.63 million across 218 awards. Smaller but still material activity appears in 811213, Communication Equipment Repair and Maintenance, at $221.10 million across 766 awards, and 334220, Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing, at $164.76 million across 120 awards; the remaining top codes are secondary contributors.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $245.47 million, then remained in a narrower band through 2022 and 2023 before easing in 2024 and 2025. Award counts stayed elevated throughout the period, with 2022 through 2025 all at or above 239 awards, indicating continued contracting cadence even as obligated dollars fluctuated.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 00724 and UEI GMBYU6KAN9J3 over the last 5 years. Obligations are aggregated across reported awards and grouped by agency, NAICS code, and fiscal year; figures reflect the provided dataset and may differ from source-system totals if records are updated, corrected, or excluded by reporting rules.

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 = '00724'
        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
1700 DEPT OF THE NAVY 680,608,520.28 680.61 million 451
5700 DEPT OF THE AIR FORCE 389,771,416.58 389.77 million 737
97AS DEFENSE LOGISTICS AGENCY 3,563,856.92 3.56 million 40
7014 U.S. CUSTOMS AND BORDER PROTECTION 3,339,728.00 3.34 million 3
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 16,107.00 16.11 thousand 2
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) -3,087.17 -3.09 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -15,366,444.06 -15.37 million 180

Insight

Over the last 5 years, RAYTHEON COMPANY’s obligations are heavily concentrated in the Department of the Navy and Department of the Air Force, which together account for 1.07 billion across 1,188 awards, or nearly all reported activity. The Navy is the largest buyer by obligation at 680.61 million, while the Air Force leads in award count with 737 actions against 389.77 million, indicating a mix of higher-value Navy awards and more frequent Air Force obligations. Other agencies contribute only marginally; Defense Logistics Agency, U.S. Customs and Border Protection, and NASA together total less than 7 million, and negative obligations at DCMA and DISA reduce the net total slightly.

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 = '00724'
        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 625,626,732.00 625.63 million 218
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 221,096,814.69 221.10 million 766
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 164,756,105.07 164.76 million 120
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 33,512,504.25 33.51 million 128
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 9,464,838.39 9.46 million 36
541512 COMPUTER SYSTEMS DESIGN SERVICES 5,224,943.11 5.22 million 6
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 1,171,301.92 1.17 million 16
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 556,014.06 556.01 thousand 12
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 342,495.00 342.50 thousand 2
333914 MEASURING, DISPENSING, AND OTHER PUMPING EQUIPMENT MANUFACTURING 319,123.00 319.12 thousand 2

Insight

Over the last 5 years, Raytheon Company’s obligations are concentrated in NAICS 334511, which accounts for $625.63 million across 218 awards, or roughly 59% of total obligated dollars. The next two NAICS categories, 811213 and 334220, add $221.10 million and $164.76 million respectively, bringing the top three NAICS to about 96% of total obligations. Award activity is more dispersed than dollars, with 811213 leading by count at 766 awards despite a lower dollar share, indicating a high volume of smaller maintenance actions alongside fewer large manufacturing awards.

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 = '00724'
        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,146,213.32 168.15 million 251
2024 207,766,249.04 207.77 million 239
2023 231,591,508.31 231.59 million 251
2022 208,956,583.95 208.96 million 277
2021 245,469,542.93 245.47 million 396

Insight

RAYTHEON COMPANY (CAGE 00724) obligated $1.06 billion across 1,414 awards over the last 5 years, with an average award value of $751,011. Obligation levels were relatively stable from 2021 through 2024, ranging from $207.77 million to $245.47 million, then declined to $168.15 million in 2025. Award volume was highest in 2021 at 396 actions and fell to 239–277 awards annually in 2022–2025, indicating reduced transaction volume alongside a lower obligation level in the most recent year.

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.