This vendor profile summarizes federal procurement activity for CONSOLIDATED NUCLEAR SECURITY LLC, CAGE 6NSM1, UEI EWV8QKG1JUV7, across the last 10 years. Most obligations are concentrated in Department of Energy awards under NAICS 561210, Facilities Support Services, with a small amount recorded through the Federal Acquisition Service.
Federal Contractor
CONSOLIDATED NUCLEAR SECURITY LLC Federal Contract Obligations (Last 10 Years)
CONSOLIDATED NUCLEAR SECURITY LLC shows 26.06 billion in obligated federal awards over the last 10 years, with 286 award actions primarily from the Department of Energy.
Totals reflect obligated dollars and award actions in the analysis window and are based on the provided FPDS query inputs.
About CONSOLIDATED NUCLEAR SECURITY LLC federal contract activity
CONSOLIDATED NUCLEAR SECURITY LLC recorded $26.06 billion in obligations across 286 FPDS awards over the last 10 years, with an average award value of $91.12 million. The vendor’s federal activity is highly concentrated, indicating a small number of mission-critical awards rather than broad, distributed contracting volume.
Agency mix and customer concentration
The Department of Energy accounts for essentially all observed activity, with 285 awards and $26.06 billion obligated. The only other recorded customer is the Federal Acquisition Service, with one award totaling $5.51 thousand, which does not materially affect the overall agency profile.
Industry profile based on NAICS activity
Contracting is overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which represents 285 awards and $26.06 billion in obligations. A single minor award falls under NAICS 561990, All Other Support Services, indicating little diversification beyond the core facilities support category.
Annual contract trend over the analysis window
Annual obligations remain at multibillion-dollar levels throughout the observed period, ranging from $2.65 billion in 2022 to $3.80 billion in 2021. Recent years show continued high activity, with $3.78 billion in 2023, $2.94 billion in 2024, and $3.09 billion in 2025, suggesting sustained program execution with normal year-to-year variability.
How to interpret this page
This profile is based on FPDS award records tied to CAGE code 6NSM1 and UEI EWV8QKG1JUV7 for the last 10 years. Obligation totals, award counts, agency concentration, NAICS concentration, and annual trend figures reflect recorded federal awards only and are not adjusted for inflation, deobligation timing, or off-system activity.
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 = '6NSM1'
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 | 26,059,701,914.12 | 26.06 billion | 285 |
| 4732 | FEDERAL ACQUISITION SERVICE | 5,513.58 | 5.51 thousand | 1 |
Insight
Over the last 10 years, CONSOLIDATED NUCLEAR SECURITY LLC’s obligations are overwhelmingly concentrated in the Department of Energy, which accounts for $26.06 billion across 285 awards. The Federal Acquisition Service represents only a nominal share of activity, with one award totaling $5.51 thousand. This distribution indicates a highly concentrated vendor-agency relationship, with virtually all observed obligated value tied to a single agency.
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 = '6NSM1'
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 | 26,059,701,914.12 | 26.06 billion | 285 |
| 561990 | ALL OTHER SUPPORT SERVICES | 5,513.58 | 5.51 thousand | 1 |
Insight
Over the last 10 years, CONSOLIDATED NUCLEAR SECURITY LLC’s obligations are overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which accounts for $26.06 billion across 285 awards. This represents essentially all recorded obligations in the period, indicating a highly concentrated procurement profile. NAICS 561990, All Other Support Services, is immaterial by comparison, with only one award totaling $5.51 thousand.
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 = '6NSM1'
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 | 3,086,581,078.03 | 3.09 billion | 39 |
| 2024 | 2,939,775,752.79 | 2.94 billion | 32 |
| 2023 | 3,775,433,990.59 | 3.78 billion | 34 |
| 2022 | 2,654,430,214.62 | 2.65 billion | 31 |
| 2021 | 3,803,666,700.86 | 3.80 billion | 25 |
| 2020 | 2,839,814,722.25 | 2.84 billion | 31 |
| 2019 | 952,135,070.51 | 952.14 million | 25 |
| 2018 | 4,351,407,487.27 | 4.35 billion | 33 |
| 2017 | 1,656,462,410.78 | 1.66 billion | 36 |
Insight
Over the last 10 years, CONSOLIDATED NUCLEAR SECURITY LLC (CAGE 6NSM1) received $26.06 billion across 286 awards, averaging about $91.1 million per award. Obligations are concentrated at a consistently high annual level, generally ranging from $2.65 billion to $3.80 billion in most years, with a pronounced low in 2019 at $952.14 million and a peak in 2018 at $4.35 billion. Recent activity remains elevated, with 2021, 2023, and 2025 each above $3.0 billion, indicating sustained funding rather than a one-year spike.
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.