MISSION SUPPORT AND TEST SERVICES LLC (CAGE 7HSD0, UEI YSYZHPCG4XB3) received 308 award actions in the last 10 years, with total obligated funding of $7,075,600,576.68 and an average action value of $22,972,729.14. Most obligations were issued by the Department of Energy and concentrated in NAICS 561210, Facilities Support Services.
Federal Contractor
MISSION SUPPORT AND TEST SERVICES LLC Federal Contract Obligations (Last 10 Years)
MISSION SUPPORT AND TEST SERVICES LLC has 308 federal award actions totaling $7.08 billion over the last 10 years, led by Department of Energy obligations.
Annual obligations remained in the high hundreds of millions to more than $1.17 billion in 2025, while 21 smaller actions totaling $115,236.91 were recorded under Federal Acquisition Service and NAICS 811111.
About MISSION SUPPORT AND TEST SERVICES LLC federal contract activity
MISSION SUPPORT AND TEST SERVICES LLC (CAGE 7HSD0, UEI YSYZHPCG4XB3) received 308 FPDS-reported awards over the last 10 years, totaling $7,075,600,576.68 in obligations. Average award value was $22,972,729.14, indicating a portfolio dominated by large-dollar procurements rather than a high volume of small actions.
Agency mix and customer concentration
The vendor’s contract activity is overwhelmingly concentrated in the Department of Energy, which accounts for $7.075 billion across 287 awards. The only other reported federal buyer is the Federal Acquisition Service, with $115,236.91 across 21 awards, showing that the vendor’s federal relationship is highly centralized.
Industry profile based on NAICS activity
NAICS 561210, Facilities Support Services, mirrors the vendor’s core activity and represents essentially the entire obligated value at $7.075 billion across 287 awards. The only other NAICS reported is 811111, General Automotive Repair, with $115,236.91 across 21 awards, a comparatively immaterial share of total obligations.
Annual contract trend over the analysis window
Annual obligations remain above the $800 million level from 2021 through 2025, with the highest annual value in 2025 at $1.17 billion. After a dip in 2022, obligations recovered in 2023 and 2024 and then increased further in 2025, while award counts stayed in the mid-30s to mid-50s range.
How to interpret this page
This page is based on FPDS award records attributed to the vendor’s CAGE code and UEI over the last 10 years. Obligated amounts, award counts, agency mix, NAICS mix, and annual trends reflect the supplied dataset and are reported as aggregated totals without additional normalization or inference.
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 = '7HSD0'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 7,075,485,339.77 | 7.08 billion | 287 |
| 4732 | FEDERAL ACQUISITION SERVICE | 115,236.91 | 115.24 thousand | 21 |
Insight
MISSION SUPPORT AND TEST SERVICES LLC’s obligations are highly concentrated with the Department of Energy, which accounts for $7.08 billion of the firm’s $7.08 billion in total obligations over the last 10 years. DOE represents 287 of 308 awards, indicating that the vendor’s federal contracting activity is overwhelmingly tied to a single agency. The only other recorded obligations are $115.24 thousand across 21 awards from the Federal Acquisition Service, a negligible share of total obligated value.
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 = '7HSD0'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 7,075,485,339.77 | 7.08 billion | 287 |
| 811111 | GENERAL AUTOMOTIVE REPAIR | 115,236.91 | 115.24 thousand | 21 |
Insight
Over the last 10 years, obligations for MISSION SUPPORT AND TEST SERVICES LLC are overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which accounts for about $7.08 billion across 287 awards. This NAICS represents essentially all reported obligated dollars and the vast majority of award activity, indicating a highly focused contract profile. NAICS 811111, General Automotive Repair, appears only marginally, with $115.24 thousand across 21 awards, and does not materially affect the overall distribution.
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 = '7HSD0'
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 | 1,170,810,329.50 | 1.17 billion | 55 |
| 2024 | 1,044,422,125.88 | 1.04 billion | 38 |
| 2023 | 922,022,642.74 | 922.02 million | 41 |
| 2022 | 837,676,938.86 | 837.68 million | 45 |
| 2021 | 995,801,028.18 | 995.80 million | 32 |
| 2020 | 660,124,409.44 | 660.12 million | 33 |
| 2019 | 212,553,063.05 | 212.55 million | 22 |
| 2018 | 956,985,245.96 | 956.99 million | 33 |
| 2017 | 275,204,793.07 | 275.20 million | 9 |
Insight
Over the last 10 years, MISSION SUPPORT AND TEST SERVICES LLC obligated $7.08 billion across 308 awards, averaging $22.97 million per award. Obligations are concentrated in the most recent five years, with annual funding generally near or above $837.68 million from 2021 through 2025, compared with a low of $212.55 million in 2019 and $275.20 million in 2017. Award volume is also strongest in the later period, peaking at 55 awards in 2025 and ranging from 32 to 45 awards in 2021–2024. This pattern indicates a sustained high-dollar procurement profile with a marked increase in activity after 2019.
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.