This page summarizes award number DEAC5206NA25396 for Agency ID 8900 over the last 10 years. The award shows 115 actions and total obligated amount of $5,513,175,285.46, with an average action value of $47,940,654.66.
Award Number
Award Number 8900 / DEAC5206NA25396 Federal Contract Action Summary (Last 10 Years)
Federal procurement page for award number DEAC5206NA25396 under Agency ID 8900, covering obligations and action history for the last 10 years.
Amounts reflect the supplied analysis window and obligated totals for award number DEAC5206NA25396.
Overview
Award number DEAC5206NA25396 is associated with Agency ID 8900 and shows $5,513,175,285.46 in total obligated value across 115 recorded actions during the last 10 years. The average action value is $47,940,654.66, indicating a high-value award with repeated obligation activity over the period reviewed.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for DEAC5206NA25396. The figures support basic spend analysis and can be used as a starting point for comparing this award with other awards under Agency ID 8900.
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 = 'DEAC5206NA25396'
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 | 5,513,175,285.46 | 5.51 billion | 115 |
Insight
For PIID DEAC5206NA25396 over the 10-year window, obligations are entirely concentrated within the Department of Energy (Agency ID 8900). The award is associated with 115 actions and $5.51 billion in total obligated value, indicating a high level of spend concentration within a single agency. This distribution suggests the award’s financial activity is not dispersed across multiple agencies.
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 = 'DEAC5206NA25396'
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 |
|---|---|---|---|---|
| LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY | 3,087,629,243.33 | 3.09 billion | 42 | |
| LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY | 41SP7 | 2,425,546,042.13 | 2.43 billion | 73 |
Insight
Award obligations are highly concentrated with LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY, which accounts for the two largest vendor entries in this 10-year window. The unnamed entry totals $3.09 billion across 42 awards, while the same vendor with CAGE code 41SP7 totals $2.43 billion across 73 awards. Together, these rows indicate substantial spend concentration with activity distributed across multiple awards rather than a single large obligation.
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 = 'DEAC5206NA25396'
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 | 5,513,175,285.46 | 5.51 billion | 115 |
Insight
Over the 10-year window, obligations for PIID DEAC5206NA25396 are fully concentrated in NAICS 561210, Facilities Support Services. This single NAICS code accounts for $5.51 billion across 115 awards, indicating a highly concentrated procurement pattern rather than a diversified NAICS mix. The volume of awards suggests repeated use of the same service category over time.
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 = 'DEAC5206NA25396'
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 |
|---|---|---|---|---|
| M181 | OPER OF GOVT R&D GOCO FACILITIES | 5,513,175,285.46 | 5.51 billion | 115 |
Insight
Over the 10-year window, obligations on this award are fully concentrated in PSC M181, OPER OF GOVT R&D GOCO FACILITIES, with $5.51 billion across 115 awards. This indicates a highly focused procurement profile centered on operation of government R&D GOCO facilities, with no visible diversification into other PSCs in the provided data.
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 = 'DEAC5206NA25396'
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 | 2,788,634,774.60 | 2.79 billion | 39 |
| 2017 | 1,903,854,948.54 | 1.90 billion | 32 |
| 2018 | 836,487,130.45 | 836.49 million | 35 |
| 2019 | -8,711,926.00 | -8.71 million | 3 |
| 2020 | -5,089,642.13 | -5.09 million | 1 |
| 2021 | 0.00 | 0.00 | 1 |
| 2023 | 0.00 | 0.00 | 2 |
| 2024 | -2,000,000.00 | -2.00 million | 2 |
Insight
Obligations under PIID DEAC5206NA25396 were highly concentrated in 2016 through 2018, totaling 7.53 billion across 106 awards, with annual obligations declining from 2.79 billion in 2016 to 836.49 million in 2018. After 2018, activity fell sharply and was limited to small or zero-obligation years: 3 awards in 2019 with -8.71 million, 1 award in 2020 with -5.09 million, 1 award in 2021 with zero obligated, and 2 awards in 2023 with zero obligated. The most recent year in the window, 2024, recorded 2 awards and -2.00 million in obligations, indicating continued downward and largely adjustment-driven activity.
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.