Federal Contractor

CONSOLIDATED NUCLEAR SECURITY LLC Federal Contract Obligations (Last Year)

CONSOLIDATED NUCLEAR SECURITY LLC recorded 39 federal award actions in the last full year, with $3.09 billion obligated.

CONSOLIDATED NUCLEAR SECURITY LLC (CAGE 6NSM1, UEI EWV8QKG1JUV7) received $3,086,581,078.03 in obligations across 39 award actions in the last full year. All reported obligations in this period were concentrated in the Department of Energy and classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects FPDS-observed obligations and award actions for the last full year; annual trend data for 2025 matches the same $3.09 billion total and 39 actions.

CAGE Code
6NSM1
UEI
EWV8QKG1JUV7
Total Obligated
3.09 billion
3,086,581,078.03
Award Actions
39
Average Action Value
79,143,104.56

About CONSOLIDATED NUCLEAR SECURITY LLC federal contract activity

CONSOLIDATED NUCLEAR SECURITY LLC recorded 3.09 billion in obligations across 39 FPDS awards in the last full year, for an average award value of 79.14 million. The profile is highly concentrated, with all observed obligations and awards tied to a single reporting channel in the provided data.

Agency mix and customer concentration

The Department of Energy accounted for 100% of obligated dollars and 39 awards, making it the sole agency customer in the analysis window. This indicates a fully concentrated federal demand relationship with no agency diversification in the provided dataset.

Industry profile based on NAICS activity

All recorded obligations were classified under NAICS 561210, Facilities Support Services, with 39 awards and 3.09 billion obligated. The mix shows complete concentration in one industry code, which is consistent with a single-program or single-contract operating profile in the data provided.

Annual contract trend over the analysis window

The annual trend shows 3.09 billion in obligations in 2025 across 39 awards. With only one year present in the analysis window, the data support a point-in-time snapshot rather than a multi-year growth or volatility assessment.

How to interpret this page

This summary is based on FPDS award records for the last full year and uses obligated dollars and award counts as the primary measures. Concentration statements reflect the provided top-agency and top-NAICS outputs; no additional records or external sources were used.

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 1 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 3,086,581,078.03 3.09 billion 39

Insight

During the last full year, CONSOLIDATED NUCLEAR SECURITY LLC’s obligations were fully concentrated in the Department of Energy, which accounted for the entire $3.09 billion in obligated value across 39 awards. This indicates a highly concentrated agency portfolio with no observed diversification across other agencies in the period. The average award value was approximately $79.1 million, suggesting a relatively small number of large awards rather than a broad distribution of smaller actions.

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 1 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 3,086,581,078.03 3.09 billion 39

Insight

CONSOLIDATED NUCLEAR SECURITY LLC’s obligations in the last full year were fully concentrated in NAICS 561210, Facilities Support Services, accounting for the entire $3.09 billion obligated across 39 awards. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the observed period. The average award value of about $79.1 million suggests a portfolio of large, recurring obligations within a single service category.

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 1 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

Insight

Over the last full year, CONSOLIDATED NUCLEAR SECURITY LLC (CAGE 6NSM1) obligated $3.09 billion across 39 awards, indicating a highly concentrated award profile. The average award value was approximately $79.1 million, suggesting obligations were distributed across a relatively small number of large-value actions rather than a broad base of smaller awards. With only one year of data in the window, no multi-year trend can be assessed from this view.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.