This page summarizes federal procurement activity for RAYTHEON COMPANY during the last full year. The vendor’s awards were concentrated in NAICS 541330 Engineering Services and were primarily associated with the Defense Microelectronics Activity (DMEA).
Federal Contractor
RAYTHEON COMPANY Federal Contract Obligations (Last Year)
RAYTHEON COMPANY (CAGE 4C2N0, UEI QF4VA87ST9F7) recorded 175 federal award actions in the last full year, with 596.40 million obligated.
Agency totals may not align exactly with vendor totals because of negative obligations and other FPDS reporting effects.
About RAYTHEON COMPANY federal contract activity
RAYTHEON COMPANY (CAGE 4C2N0, UEI QF4VA87ST9F7) recorded 596.40 million in obligated value across 175 awards in the last full year, for an average award value of 3.41 million. The award profile indicates a high-volume, moderately concentrated contracting pattern centered on a relatively small number of large obligations.
Agency mix and customer concentration
Obligations were dominated by DEFENSE MICROELECTRONICS ACTIVITY (DMEA), which accounted for 603.28 million across 135 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) shows a net negative obligated total of 6.88 million across 39 awards, indicating deobligations or adjustments in the period, while the DEPT OF THE AIR FORCE appears once with no obligated value recorded in the provided data.
Industry profile based on NAICS activity
The vendor's obligated activity was overwhelmingly classified under NAICS 541330, Engineering Services, which represents the full 596.40 million and 174 of 175 awards. A single additional award is associated with NAICS 334511, but with no obligated value recorded, suggesting a minor classification or administrative outlier rather than a material second line of business.
Annual contract trend over the analysis window
Annual trend data show all recorded obligation in 2025, totaling 596.40 million across 175 awards. With only one year present in the analysis window, the data support a snapshot view rather than a multi-year growth or decline assessment.
How to interpret this page
This summary uses FPDS award records tied to the vendor's CAGE code and UEI over the last full year. Obligated dollars, award counts, agency mix, NAICS mix, and annual trend are reported as provided; negative obligated values are retained as recorded and may reflect deobligations or modifications.
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 = '4C2N0'
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 |
|---|---|---|---|---|
| 9771 | DEFENSE MICROELECTRONICS ACTIVITY (DMEA) | 603,275,557.24 | 603.28 million | 135 |
| 5700 | DEPT OF THE AIR FORCE | 0.00 | 0.00 | 1 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -6,876,653.23 | -6.88 million | 39 |
Insight
Over the last full year, RAYTHEON COMPANY’s obligations were highly concentrated in DEFENSE MICROELECTRONICS ACTIVITY (DMEA), which accounted for $603.28 million across 135 awards. This level of obligation exceeds the vendor’s reported total obligated amount of $596.40 million, indicating that offsets or de-obligations from other agencies materially reduced net obligations. DEPT OF THE AIR FORCE recorded one award with no obligated amount, while DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) had a net negative obligation of $6.88 million across 39 awards, reinforcing the concentration and offset pattern in the vendor’s agency mix.
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 = '4C2N0'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 596,398,904.01 | 596.40 million | 174 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 0.00 | 0.00 | 1 |
Insight
RAYTHEON COMPANY’s obligations in the last full year were overwhelmingly concentrated in NAICS 541330, Engineering Services, which accounted for $596.40 million across 174 awards out of 175 total awards. The remaining award was coded to NAICS 334511, but recorded $0 in obligated value, indicating no meaningful dollar diversification across NAICS categories. Average award value was $3.41 million, reflecting a high-volume, services-dominant award profile within this reporting window.
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 = '4C2N0'
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 | 596,398,904.01 | 596.40 million | 175 |
Insight
In the last full year, RAYTHEON COMPANY (CAGE 4C2N0) recorded $596.40 million in obligated funding across 175 awards, yielding an average award value of about $3.41 million. With all observed activity concentrated in a single year, the annual trend indicates a substantial level of procurement obligation but does not support year-over-year comparison within the 1-year window. The award profile suggests a moderately distributed obligation base rather than reliance on a small number of large 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.