This page presents the award-level procurement record for PIID DEAC0908SR22470 across the last 10 years. It captures total obligations of 16.92 billion across 547 award actions, with an average action value of 30,934,205.01.
Award Number
Award Number 8900 / DEAC0908SR22470 Federal Contract Action Summary (Last 10 Years)
Federal procurement overview for award number DEAC0908SR22470 under agency ID 8900, summarizing obligation and action history over the last 10 years.
Figures shown here reflect the provided analysis window and may differ from other reporting views depending on filters and update timing.
Overview
Award number DEAC0908SR22470 is associated with agency ID 8900 and shows 16.92 billion in total obligated dollars over the last 10 years. The record includes 547 award actions, producing an average action value of 30,934,205.01.
How to use this page
Use this page to review the scale and activity of the award at the PIID level. The obligation total and action count help identify how procurement activity has accumulated across the analysis window.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0908SR22470'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 16,921,010,140.06 | 16.92 billion | 547 |
Insight
For this 10-year award record, obligations are entirely concentrated within the Department of Energy (Agency ID 8900), which accounts for $16.92 billion across 547 awards. This indicates the award activity is fully associated with a single parent agency, with no distribution across other agencies in the provided data. The volume of awards alongside the high obligated amount suggests sustained, large-scale procurement activity within DOE over the period.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0908SR22470'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC | 4SZE8 | 15,700,137,014.29 | 15.70 billion | 468 |
| SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC | 1,220,873,125.77 | 1.22 billion | 79 |
Insight
Award activity for PIID DEAC0908SR22470 is highly concentrated in SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC, which accounts for the dominant share of obligated value across the 10-year window. The firm appears twice in the vendor list, with 468 awards totaling $15.70 billion under CAGE 4SZE8 and an additional 79 awards totaling $1.22 billion without a CAGE code shown, indicating substantial concentration with a minor reporting split. Combined, these entries indicate that most obligation volume for this award is associated with a single vendor name rather than a broad vendor base.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0908SR22470'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 16,921,010,140.06 | 16.92 billion | 547 |
Insight
Award DEAC0908SR22470 is fully concentrated in NAICS 561210, Facilities Support Services, with $16.92 billion obligated across 547 awards over the 10-year window. This indicates a highly specialized obligation pattern with no observable NAICS diversification in the provided data. The volume of awards alongside the large total obligation suggests repeated procurement activity within the same service category rather than broad-based contracting across multiple industries.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0908SR22470'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| M159 | OPER OF GOVT OTHER INDUSTRIAL BLDG | 16,921,010,140.06 | 16.92 billion | 547 |
Insight
Award activity is highly concentrated in PSC M159, OPER OF GOVT OTHER INDUSTRIAL BLDG, which accounts for the full reported obligation total of $16.92 billion across 547 awards in the 10-year window. This indicates a strong concentration of obligation volume in a single PSC category for this award context, with no other PSCs reflected in the provided rows.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0908SR22470'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 1,106,580,050.96 | 1.11 billion | 70 |
| 2017 | 811,775,256.07 | 811.78 million | 79 |
| 2018 | 1,492,533,822.24 | 1.49 billion | 81 |
| 2019 | 1,029,204,574.30 | 1.03 billion | 60 |
| 2020 | 1,706,510,359.43 | 1.71 billion | 72 |
| 2021 | 1,808,896,317.89 | 1.81 billion | 55 |
| 2022 | 1,877,313,332.09 | 1.88 billion | 32 |
| 2023 | 2,738,518,853.54 | 2.74 billion | 36 |
| 2024 | 1,967,285,893.51 | 1.97 billion | 31 |
| 2025 | 2,382,391,680.03 | 2.38 billion | 31 |
Insight
Obligations for PIID DEAC0908SR22470 were substantial in every year of the 10-year window, ranging from about $811.8 million in 2017 to $2.74 billion in 2023. Funding was uneven across the period, with a clear peak in 2023 after sustained growth from 2020 through 2022, followed by a lower but still elevated level in 2024 and 2025. Award counts did not track obligated dollars closely: counts fell from 81 in 2018 to 31 in 2024 and 2025, indicating higher-dollar activity became more concentrated in fewer awards in the later years.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.