Over the analysis window, this vendor recorded 2,322 award actions with total obligated dollars of 2,671,382,602.45 and an average action value of 1,150,466.23. Department of the Army awards account for nearly all obligated value, while engineering services under NAICS 541330 make up the dominant contracting activity.
Federal Contractor
RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772) Federal Contract Obligations (Last 10 Years)
Federal procurement profile for RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772), CAGE 3YTE2, UEI F24UGAM8N397, covering the last 10 years of awards and obligations.
Annual and agency totals may include negative obligations from modifications or deobligations, so subtotals can differ from the overall total.
About RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772) federal contract activity
RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2, UEI F24UGAM8N397) received 2.67 billion in obligations across 2,322 awards over the last 10 years, for an average award value of 1.15 million. The profile is highly concentrated in a single major customer relationship, indicating sustained federal demand for the company’s technical services capabilities.
Agency mix and customer concentration
DEPT OF THE ARMY accounted for essentially all recorded obligations, with 2.67 billion across 2,310 awards. DCMA appears only as a minor offsetting source of negative obligations, totaling -247.19 thousand across 12 awards, which suggests contract adjustments rather than a meaningful separate demand stream.
Industry profile based on NAICS activity
The award base is dominated by NAICS 541330, Engineering Services, which represents 2.51 billion and 2,258 awards. Secondary activity appears in 541990, Other Professional, Scientific, and Technical Services, at 156.36 million across 59 awards, with smaller volumes in 611512 Flight Training and a single 335312 Motor and Generator Manufacturing award with no obligated value.
Annual contract trend over the analysis window
Recent years show a materially lower obligation profile than the portfolio’s long-run total, with 74.47 million in 2021, 47.60 million in 2022, and a negative 26.07 million in 2023. Obligations recovered to 13.49 million in 2024 and 3.28 million in 2025 year-to-date, but the recent sequence remains far below the cumulative 10-year level.
How to interpret this page
This summary is based on FPDS obligations associated with CAGE 3YTE2 and UEI F24UGAM8N397 over the last 10 years. Totals, award counts, and annual values reflect the provided analysis window and may include negative obligations from contract modifications, deobligations, or corrections.
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 = '3YTE2'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 2,671,629,796.70 | 2.67 billion | 2,310 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -247,194.25 | -247.19 thousand | 12 |
Insight
Over the last 10 years, RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) received $2.67 billion in obligations across 2,322 awards, with an average award value of about $1.15 million. Obligations are overwhelmingly concentrated at the DEPT OF THE ARMY, which accounts for $2.67 billion and 2,310 awards. DCMA represents a negligible offset at -$247.19 thousand across 12 awards, indicating the vendor’s federal business in this period is almost entirely Army-driven.
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 = '3YTE2'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 2,508,179,242.61 | 2.51 billion | 2,258 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 156,361,382.84 | 156.36 million | 59 |
| 611512 | FLIGHT TRAINING | 6,841,977.00 | 6.84 million | 4 |
| 335312 | MOTOR AND GENERATOR MANUFACTURING | 0.00 | 0.00 | 1 |
Insight
Over the last 10 years, RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) received $2.67 billion across 2,322 awards, with activity heavily concentrated in NAICS 541330 Engineering Services. That code accounts for $2.51 billion and 2,258 awards, or roughly 94% of obligated dollars and 97% of award count, indicating a highly focused contracting profile. The remaining obligated value is spread across 541990 and 611512, with only a negligible amount under 335312, showing limited diversification outside engineering services.
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 = '3YTE2'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 3,283,358.66 | 3.28 million | 4 |
| 2024 | 13,493,886.30 | 13.49 million | 8 |
| 2023 | -26,070,713.40 | -26.07 million | 28 |
| 2022 | 47,597,991.50 | 47.60 million | 54 |
| 2021 | 74,471,349.44 | 74.47 million | 130 |
| 2020 | 147,036,703.38 | 147.04 million | 288 |
| 2019 | 466,145,313.44 | 466.15 million | 429 |
| 2018 | 984,754,031.27 | 984.75 million | 703 |
| 2017 | 949,643,945.77 | 949.64 million | 668 |
| 2016 | 11,026,736.09 | 11.03 million | 10 |
Insight
Over the last 10 years, obligations for RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) were highly concentrated in FY2017-FY2019, which accounted for the majority of the $2.67 billion obligated across 2,322 awards. FY2018 was the peak year at $984.75 million across 703 awards, followed closely by FY2017 at $949.64 million and FY2019 at $466.15 million. Obligations then declined materially after FY2019, with lower annual volumes in FY2020-FY2024 and a negative obligation balance in FY2023 (-$26.07 million), indicating significant downward volatility in later years. FY2025 is currently limited to $3.28 million across 4 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.