This page summarizes the award number DEAC0608RL14788 for agency ID 8900 across the last 10 years. It shows $2.63 billion in total obligated value across 311 award actions, with an average action value of $8,466,696.88.
Award Number
Award Number 8900 / DEAC0608RL14788 Federal Contract Action Summary (Last 10 Years)
Federal award record for PIID DEAC0608RL14788 under agency ID 8900, showing obligations and actions over the last 10 years.
Total obligated is shown as $2,633,142,730.45 and should be read as the cumulative obligated amount for the selected analysis window.
Overview
The award number DEAC0608RL14788 is associated with agency ID 8900 and totals $2,633,142,730.45 in obligated value over the last 10 years. The record includes 311 award actions, which yields an average action value of $8,466,696.88. This page is intended to support review of the award-level obligation history within the selected window.
How to use this page
Use this page to review the award’s cumulative obligated amount, action count, and average action value for the last 10 years. It is useful for quick award-level analysis and for comparing this record against other awards in the same agency context.
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 = 'DEAC0608RL14788'
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 | 2,633,142,730.45 | 2.63 billion | 311 |
Insight
Over the 10-year window, obligations for PIID DEAC0608RL14788 are entirely concentrated within the Department of Energy (agency ID 8900). The award accounts for $2.63 billion across 311 actions, indicating a sustained and highly concentrated funding profile within a single agency. This concentration suggests the award is agency-specific rather than broadly distributed across the federal portfolio.
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 = 'DEAC0608RL14788'
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 |
|---|---|---|---|---|
| CH2M HILL PLATEAU REMEDIATION COMPANY | 4UD64 | 1,960,772,392.09 | 1.96 billion | 214 |
| CH2M HILL PLATEAU REMEDIATION COMPANY | 672,370,338.36 | 672.37 million | 97 |
Insight
Award obligations for PIID DEAC0608RL14788 are heavily concentrated with CH2M HILL PLATEAU REMEDIATION COMPANY across the 10-year window. The vendor appears in two entries, one tied to CAGE 4UD64 with $1.96 billion across 214 awards and another without a CAGE code listed with $672.37 million across 97 awards. Combined, these entries account for the preponderance of obligated value in the provided rows, indicating sustained award concentration with a single vendor identity.
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 = 'DEAC0608RL14788'
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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | 2,633,142,730.45 | 2.63 billion | 311 |
Insight
Over the 10-year window, obligations for award DEAC0608RL14788 are fully concentrated in NAICS 562910, Remediation Services, with $2.63 billion obligated across 311 awards. This indicates a highly focused procurement profile with no visible diversification across other NAICS codes in the provided data. The volume of awards suggests repeated use of this service category over time rather than reliance on a small number of large actions alone.
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 = 'DEAC0608RL14788'
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 |
|---|---|---|---|---|
| Z294 | MAINT-REP-ALT/WASTE TRMT-STORE FAC | 2,633,142,730.45 | 2.63 billion | 311 |
Insight
Obligations on this award are highly concentrated in PSC Z294, Maintenance/Repair/Alteration of Waste Treatment/Storage Facilities. Over the 10-year window, this PSC accounts for $2.63 billion across 311 awards, indicating sustained and dominant spending in this category. No other PSCs are provided here, so this section reflects a single-category concentration rather than a diversified PSC mix.
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 = 'DEAC0608RL14788'
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 | 589,443,164.36 | 589.44 million | 93 |
| 2017 | 520,023,003.89 | 520.02 million | 76 |
| 2018 | 496,849,919.11 | 496.85 million | 42 |
| 2019 | 525,182,029.40 | 525.18 million | 42 |
| 2020 | 517,588,164.32 | 517.59 million | 36 |
| 2021 | -9,433,263.72 | -9.43 million | 14 |
| 2022 | 320,262.44 | 320.26 thousand | 5 |
| 2024 | -200,000.00 | -200.00 thousand | 2 |
| 2025 | -6,630,549.35 | -6.63 million | 1 |
Insight
Obligations are heavily concentrated in 2016–2020, when annual totals remained in a narrow range of roughly $496.85 million to $589.44 million and award counts were highest, peaking at 93 in 2016. After 2020, annual obligated amounts fell sharply and turned negative in 2021, with only minimal activity in 2022, 2024, and 2025. The pattern indicates a material decline in both funding volume and award frequency over the later years in the 10-year window.
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.