In the last full year, RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY recorded 4 award actions totaling $3,283,358.66, with an average action value of $820,839.66. All reported obligations were to the Department of the Army and were classified under NAICS 541990, All Other Professional, Scientific, and Technical Services.
Federal Contractor
RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772) Federal Contract Obligations (Last Year)
Federal procurement profile for RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772), CAGE 3YTE2, UEI F24UGAM8N397, covering last full year obligations.
Figures reflect the last full year analysis window and are based on readable obligations of $3.28 million, with 2025 as the reported annual total.
About RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (5772) federal contract activity
RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2, UEI F24UGAM8N397) recorded $3.28 million in obligations across 4 awards during the last full year, for an average award value of $820,839.66. The limited award count and concentrated dollars indicate a small but meaningful procurement footprint in the period reviewed.
Agency mix and customer concentration
All recorded obligations in the analysis window were awarded by the DEPT OF THE ARMY, which accounted for $3.28 million across 4 awards. This indicates complete agency concentration with no diversification across other civilian or defense agencies in the available data.
Industry profile based on NAICS activity
All obligations were categorized under NAICS 541990, All Other Professional, Scientific, and Technical Services, totaling $3.28 million across 4 awards. The single-NAICS profile suggests the vendor’s activity in this period was fully concentrated in one professional services classification.
Annual contract trend over the analysis window
The annual trend shows activity only in 2025, with $3.28 million obligated across 4 awards. Because the analysis window is the last full year, the data reflects a single-year snapshot rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 3YTE2 and UEI F24UGAM8N397 for the last full year. Dollars and counts reflect the provided analysis window and are limited to the records summarized in the input data.
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 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 3,283,358.66 | 3.28 million | 4 |
Insight
During the last full year, RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) received $3.28 million across 4 awards, all obligated by the Department of the Army. This indicates complete concentration of obligation in a single agency, with no visible distribution across other agencies in the period reviewed. The average award value was $820,839.66, suggesting a small number of relatively high-value actions rather than broad award dispersion.
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 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 |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 3,283,358.66 | 3.28 million | 4 |
Insight
Over the last full year, obligations for RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) were fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. The vendor received 4 awards in this NAICS, totaling $3.28 million, indicating a single-NAICS award profile with no observed diversification across other industry codes in this window. Average award value was $820,839.66, suggesting moderately sized awards within the vendor’s reported activity.
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 1 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 |
Insight
In the last full year, RAYTHEON TECHNICAL SERVICES COMPANY LIMITED LIABILITY COMPANY (CAGE 3YTE2) received $3.28 million across 4 awards, for an average award value of about $820.8 thousand. Obligations are fully concentrated in 2025 within the 1-year window, indicating no multi-year spread in the available data. The limited award count suggests a small number of relatively sizeable actions drove annual obligated value.
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.