In the last full year, SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8, UEI XLQ7CKUSQSD5) received 31 federal award actions totaling $2,382,391,680.03. All reported obligations in this period came from the Department of Energy and were coded to NAICS 561210, Facilities Support Services.
Federal Contractor
SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC, showing 31 award actions and $2.382 billion obligated in the last full year.
Figures reflect the last full year analysis window and summarize obligated dollars, award count, and top agency and NAICS classifications.
About SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC federal contract activity
SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8, UEI XLQ7CKUSQSD5) recorded 31 obligations totaling $2.38 billion in the last full year, with an average award value of $76.85 million. The profile indicates a concentrated award base with high-dollar transactions rather than a broad, high-volume ordering pattern.
Agency mix and customer concentration
All obligated dollars in the analysis window were attributed to the Department of Energy (agency 8900), showing complete concentration in a single agency relationship. This level of concentration suggests the vendor’s federal business is tied to one principal customer rather than a diversified agency mix.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 561210, Facilities Support Services, with 31 awards totaling $2.38 billion. The NAICS profile is fully concentrated in one code, indicating the vendor’s measured federal activity in this period was narrowly aligned to facilities support work.
Annual contract trend over the analysis window
The annual trend shows $2.38 billion obligated across 31 awards in 2025, which is the only year represented in the analysis window. Because the window contains a single year, the data support a point-in-time view of award volume and value rather than a multi-year growth assessment.
How to interpret this page
This summary is based on FPDS-observed obligations for the last full year and uses the provided CAGE code, UEI, agency, NAICS, and annual totals. Metrics reflect obligated dollars and award counts as reported in the source set, with no interpolation or external enrichment.
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 = '4SZE8'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 2,382,391,680.03 | 2.38 billion | 31 |
Insight
Over the last full year, all reported obligations for SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC were concentrated in the Department of Energy, totaling $2.38 billion across 31 awards. This indicates a fully single-agency award profile for the period, with no diversification across other agencies in the provided data. The average award value was approximately $76.9 million, suggesting a small number of high-dollar obligations rather than a broad distribution of smaller awards.
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 = '4SZE8'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 2,382,391,680.03 | 2.38 billion | 31 |
Insight
During the last full year, all reported obligations for SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8) were concentrated in NAICS 561210, Facilities Support Services. This single-NAICS concentration accounts for the full $2.38 billion obligated across 31 awards, indicating a highly focused procurement profile. The average award value of approximately $76.85 million suggests relatively large individual obligations within this category.
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 = '4SZE8'
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 | 2,382,391,680.03 | 2.38 billion | 31 |
Insight
During the last full year, SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8) recorded $2.38 billion in obligated value across 31 awards, for an average award value of about $76.9 million. Obligations are fully concentrated in a single annual period provided here, so no year-over-year trend can be assessed from this window. The award profile indicates a relatively small number of high-dollar actions rather than broad distribution across many 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.