Federal Contractor

SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8, UEI XLQ7CKUSQSD5) covering obligations over the last 10 years.

SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC recorded 472 award actions totaling $15.70 billion in obligated value across the last 10 years. Most activity was with the Department of Energy and under NAICS 561210, Facilities Support Services, with smaller obligations from the Forest Service.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual values reflect reported award actions in the analysis window and may not sum to agency or NAICS subtotals if records are updated or categorized differently.

CAGE Code
4SZE8
UEI
XLQ7CKUSQSD5
Total Obligated
15.70 billion
15,700,143,842.61
Award Actions
472
Average Action Value
33,263,016.61

About SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC federal contract activity

SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8, UEI XLQ7CKUSQSD5) received 472 FPDS-observed awards over the last 10 years, totaling $15.70 billion in obligations. The average award value was $33.26 million, indicating a portfolio dominated by large-dollar federal actions rather than high-volume small buys.

Agency mix and customer concentration

The Department of Energy accounted for nearly all observed activity: 468 awards totaling $15.70 billion. The only other recorded customer was the Forest Service, with 4 awards totaling $6.83 thousand, showing a highly concentrated agency footprint.

Industry profile based on NAICS activity

NAICS 561210, Facilities Support Services, mirrors the overall portfolio and represents 468 awards totaling $15.70 billion. The only other NAICS captured was 115310, Support Activities for Forestry, with 4 awards and $6.83 thousand obligated, suggesting minimal diversification outside the core facilities-support work.

Annual contract trend over the analysis window

Annual obligations remained in the multi-billion-dollar range from 2021 through 2025, with a peak in 2023 at $2.74 billion. The series shows a dip in 2021 and 2022, followed by stronger obligations in 2023 and sustained elevated levels in 2024 and 2025.

How to interpret this page

This summary is based on FPDS-observed obligations associated with the vendor’s CAGE and UEI over the last 10 years. Agency, NAICS, and annual trend sections reflect only the values provided in the analysis set and should be interpreted as reported procurement activity, not necessarily the full commercial relationship.

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 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 15,700,137,014.29 15.70 billion 468
12C2 FOREST SERVICE 6,828.32 6.83 thousand 4

Insight

Over the last 10 years, obligations to SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC are overwhelmingly concentrated at the Department of Energy, which accounts for $15.70 billion across 468 awards. The Forest Service is a minor secondary buyer, with only $6.83 thousand obligated across 4 awards. This profile indicates a highly concentrated agency relationship, with essentially all vendor obligations driven by DOE.

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 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 15,700,137,014.29 15.70 billion 468
115310 SUPPORT ACTIVITIES FOR FORESTRY 6,828.32 6.83 thousand 4

Insight

Over the last 10 years, SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC’s obligations are overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which accounts for $15.70 billion across 468 awards. This NAICS represents essentially all recorded obligated dollars and award activity in the period, indicating a highly concentrated procurement profile. NAICS 115310, Support Activities for Forestry, appears only marginally, with $6.83 thousand across 4 awards and no material effect on 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 = '4SZE8'
        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 2,382,391,680.03 2.38 billion 31
2024 1,967,289,298.33 1.97 billion 32
2023 2,738,522,277.04 2.74 billion 39
2022 1,877,313,332.09 1.88 billion 32
2021 1,808,896,317.89 1.81 billion 55
2020 1,706,510,359.43 1.71 billion 72
2019 1,029,204,574.30 1.03 billion 60
2018 1,492,533,822.24 1.49 billion 81
2017 697,482,181.26 697.48 million 70

Insight

Over the last 10 years, SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8) received $15.70 billion across 472 awards, averaging $33.26 million per award. Obligations are concentrated in the more recent years, with annual funding generally between $1.71 billion and $2.74 billion from 2019 through 2025, compared with $697.48 million in 2017 and $1.49 billion in 2018. The highest obligated year was 2023 at $2.74 billion, followed by 2025 at $2.38 billion and 2024 at $1.97 billion, indicating sustained high-dollar activity with moderate year-to-year variation.

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.