This award page summarizes FPDS activity for award number DEAC0494AL85000 for agency ID 8900 across the last 10 years. The record shows 65 award actions and total obligated amounts of 2.65 billion dollars.
Award Number
Award Number 8900 / DEAC0494AL85000 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number DEAC0494AL85000 under agency ID 8900, covering obligations and action history over the last 10 years.
Obligation totals are shown as both readable and exact values; the exact total obligated amount is 2653180419.18.
Overview
This award record covers PIID DEAC0494AL85000 for agency ID 8900 and reflects activity within the last 10 years. Total obligated funding is 2,653,180,419.18, with an average action value of 40,818,160.3 across 65 actions. The readable total obligated amount is 2.65 billion dollars.
How to use this page
Use this page to review the award's obligation level and action count before moving to more detailed FPDS fields. It is suited to quick comparison with other awards by total obligated amount, average action value, and number of actions over the same period.
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 = 'DEAC0494AL85000'
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,653,180,419.18 | 2.65 billion | 65 |
Insight
Over the 10-year window, obligations for PIID DEAC0494AL85000 are fully concentrated in the Department of Energy, which accounts for $2.65 billion across 65 awards. This indicates a single-agency funding profile with no diversification across other agencies in the provided rows. The award activity reflects sustained concentration within DOE rather than a broad interagency distribution.
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 = 'DEAC0494AL85000'
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 |
|---|---|---|---|---|
| SANDIA CORP | 3,815,989,801.76 | 3.82 billion | 41 | |
| SANDIA CORP | 14213 | 225,233,033.74 | 225.23 million | 10 |
| LOCKHEED MARTIN CORPORATION | 04236 | -1,388,042,416.32 | -1.39 billion | 14 |
Insight
Obligations under PIID DEAC0494AL85000 are highly concentrated among a small set of vendors over the 10-year window. SANDIA CORP accounts for the largest share at $3.82 billion across 41 awards, with an additional $225.23 million across 10 awards under CAGE 14213, indicating multiple vendor identifiers associated with the same name. LOCKHEED MARTIN CORPORATION shows a net negative obligated amount of $1.39 billion across 14 awards, which materially offsets the positive obligations recorded for the other top vendors.
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 = 'DEAC0494AL85000'
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 | 2,653,180,419.18 | 2.65 billion | 65 |
Insight
Obligations under PIID DEAC0494AL85000 are fully concentrated in NAICS 561210, Facilities Support Services, over the 10-year window. This category accounts for $2.65 billion across 65 awards, indicating a highly focused procurement profile with no observable NAICS diversification in the provided data. The concentration suggests the award’s obligation history is dominated by a single service line.
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 = 'DEAC0494AL85000'
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 | 2,653,180,419.18 | 2.65 billion | 65 |
Insight
Over the 10-year window, obligations under PIID DEAC0494AL85000 are concentrated in PSC M181, Operating of Government R&D GOCO Facilities, totaling $2.65 billion across 65 awards. This indicates a highly focused procurement profile centered on management and operation of government-owned, contractor-operated R&D facilities. No other PSCs are provided in this section, so the available data supports a single-category concentration rather than a distributed 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 = 'DEAC0494AL85000'
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 | 3,666,535,471.40 | 3.67 billion | 36 |
| 2017 | -989,722,391.17 | -989.72 million | 21 |
| 2018 | -3,882,980.56 | -3.88 million | 2 |
| 2021 | -9,249,680.49 | -9.25 million | 2 |
| 2023 | -4,000,000.00 | -4.00 million | 1 |
| 2024 | -6,500,000.00 | -6.50 million | 3 |
Insight
Obligations for PIID DEAC0494AL85000 are highly concentrated in 2016, when the award recorded $3.67 billion across 36 actions, far exceeding all other years in the 10-year window. Subsequent activity is limited and net negative in every reported year after 2016, including -$989.72 million in 2017 and smaller negative totals in 2018, 2021, 2023, and 2024. Award counts also decline sharply after 2016, indicating substantially reduced activity and periodic deobligation or adjustment rather than sustained new obligation growth.
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.