In the last full year, RAYTHEON COMPANY recorded $168,146,213.32 in obligated federal spending across 251 award actions, for an average action value of $669,905.23. Most of the funding came from the Department of the Navy ($126.04 million) and the Department of the Air Force ($47.16 million), with the largest activity concentrated in NAICS 334511 and 811213.
Federal Contractor
RAYTHEON COMPANY Federal Contract Obligations (Last Year)
RAYTHEON COMPANY (CAGE 00724, UEI GMBYU6KAN9J3) received 251 federal award actions totaling $168.15 million in the last full year.
This page reflects the last full year of FPDS-observed obligations and action counts; totals may include both positive and negative adjustments.
About RAYTHEON COMPANY federal contract activity
RAYTHEON COMPANY (CAGE 00724, UEI GMBYU6KAN9J3) recorded $168.15 million in obligated spending across 251 awards in the last full year, with an average award value of $669,905.23. The profile indicates a high-volume federal vendor with obligations concentrated in defense-related procurement.
Agency mix and customer concentration
The DEPT OF THE NAVY was the primary buying organization, accounting for $126.04 million across 110 awards. The DEPT OF THE AIR FORCE added $47.16 million across 106 awards, while DCMA showed a negative obligated total of $5.06 million across 34 awards, indicating post-award adjustments or deobligations; U.S. CUSTOMS AND BORDER PROTECTION appears as a minimal outlier with one award and no obligated value.
Industry profile based on NAICS activity
Obligations were led by NAICS 334511, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING, at $102.37 million across 47 awards. Secondary activity was spread across COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE (811213) at $35.29 million and BARE PRINTED CIRCUIT BOARD MANUFACTURING (334412) at $16.16 million, with additional concentration in wireless communications equipment and aircraft parts manufacturing.
Annual contract trend over the analysis window
The annual trend contains one reported year, 2025, so the analysis window reflects a single-year snapshot rather than a multi-year trajectory. In that year, obligations totaled $168.15 million across 251 awards, providing a baseline for future comparison but not enough data to infer directional change over time.
How to interpret this page
This summary is based on FPDS award records for the last full year associated with CAGE 00724 and UEI GMBYU6KAN9J3. Obligated values, award counts, agency mix, NAICS mix, and annual trend figures are reported as provided, including negative obligations where present and without inferring contract scope beyond the coded procurement classifications.
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 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 | 126,044,046.04 | 126.04 million | 110 |
| 5700 | DEPT OF THE AIR FORCE | 47,164,628.23 | 47.16 million | 106 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 0.00 | 0.00 | 1 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -5,062,460.95 | -5.06 million | 34 |
Insight
Over the last full year, RAYTHEON COMPANY received $168.15 million across 251 awards, with obligations concentrated in two DoD agencies. The DEPT OF THE NAVY accounted for $126.04 million across 110 awards, or about 75% of total obligations, while the DEPT OF THE AIR FORCE obligated $47.16 million across 106 awards, bringing the combined DoD share to roughly 103% of reported obligations once offsets are considered. U.S. CUSTOMS AND BORDER PROTECTION recorded one award with no obligated value, and DCMA shows a net negative obligation of $5.06 million across 34 awards, indicating downward adjustment activity in the period.
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 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 |
|---|---|---|---|---|
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 102,372,077.57 | 102.37 million | 47 |
| 811213 | COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE | 35,293,545.33 | 35.29 million | 116 |
| 334412 | BARE PRINTED CIRCUIT BOARD MANUFACTURING | 16,155,040.33 | 16.16 million | 43 |
| 334220 | RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING | 9,424,944.98 | 9.42 million | 17 |
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 2,672,895.00 | 2.67 million | 19 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 1,885,215.11 | 1.89 million | 4 |
| 333611 | TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING | 342,495.00 | 342.50 thousand | 2 |
| 334290 | OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING | 0.00 | 0.00 | 2 |
| 332710 | MACHINE SHOPS | 0.00 | 0.00 | 1 |
Insight
RAYTHEON COMPANY’s last-full-year obligations are concentrated in NAICS 334511, which accounts for $102.37 million of $168.15 million total obligated, or about 61% of the period total, across 47 awards. The next largest category is NAICS 811213 at $35.29 million across 116 awards, indicating a higher transaction count but materially lower dollars than the leading manufacturing code. Obligations are otherwise spread across a smaller set of aerospace, electronics, and engineering-related NAICS codes, with no other category exceeding $16.16 million.
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 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,146,213.32 | 168.15 million | 251 |
Insight
For the last full year, RAYTHEON COMPANY (CAGE 00724) recorded $168.15 million in total obligations across 251 awards, averaging about $669.9 thousand per award. With only one annual observation provided for the 1-year window, trend direction and year-over-year change cannot be assessed. The activity level indicates a moderately concentrated obligation base spread across a relatively high 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.