Federal Contractor

TRIAD NATIONAL SECURITY, LLC Federal Contract Obligations (Last Year)

Federal procurement profile for TRIAD NATIONAL SECURITY, LLC (CAGE 804U5, UEI X7WUS5LRBQU3) covering obligations and awards in the last full year.

In the last full year, TRIAD NATIONAL SECURITY, LLC recorded 39 federal award actions totaling $5.88 billion, for an average action value of $150,861,663.17. All obligations in this period were awarded by the Department of Energy and classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the analysis window shown and may not capture awards outside that period or records not readable in the source data.

CAGE Code
804U5
UEI
X7WUS5LRBQU3
Total Obligated
5.88 billion
5,883,604,863.94
Award Actions
39
Average Action Value
150,861,663.17

About TRIAD NATIONAL SECURITY, LLC federal contract activity

TRIAD NATIONAL SECURITY, LLC recorded $5.88 billion in obligations across 39 awards in the last full year, for an average award value of about $150.86 million. The profile indicates a highly concentrated federal contracting footprint at substantial dollar scale rather than a broad volume of smaller actions.

Agency mix and customer concentration

All observed obligations were awarded by the Department of Energy (agency code 8900), accounting for the full $5.88 billion and all 39 awards. This indicates complete dependence on a single buying agency during the analysis window.

Industry profile based on NAICS activity

All recorded obligations were associated with NAICS 561210, Facilities Support Services, matching the full award count and dollar total for the period. The vendor’s activity is therefore narrowly concentrated in a single service category with no visible diversification across other NAICS codes in the available data.

Annual contract trend over the analysis window

The annual trend shows $5.88 billion in obligations in 2025 across 39 awards. With only one year represented in the analysis window, the data supports a current-year snapshot but does not establish a multi-year growth or decline pattern.

How to interpret this page

This summary is based on FPDS Query-observed obligations for the vendor identified by CAGE 804U5 and UEI X7WUS5LRBQU3 over the last full year. Top agency, NAICS, and annual trend figures reflect the provided dataset and are not extrapolated beyond the reported values.

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 = '804U5'
        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 5,883,604,863.94 5.88 billion 39

Insight

Over the last full year, TRIAD NATIONAL SECURITY, LLC’s obligations are entirely concentrated within the Department of Energy, which accounted for $5.88 billion across 39 awards. This indicates a highly concentrated agency profile with no obligated activity shown in the provided data outside DOE. The average award value was approximately $150.9 million, suggesting a portfolio driven by a relatively small number of large obligations.

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 = '804U5'
        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 5,883,604,863.94 5.88 billion 39

Insight

TRIAD NATIONAL SECURITY, LLC’s obligations for the last full year are fully concentrated in NAICS 561210, Facilities Support Services, with $5.88 billion across 39 awards. This indicates a highly concentrated award profile with no diversification across additional NAICS codes in the reported period. The average award value was approximately $150.9 million, consistent with a small number of large-dollar 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 = '804U5'
        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 5,883,604,863.94 5.88 billion 39

Insight

In the last full year, TRIAD NATIONAL SECURITY, LLC obligated $5.88 billion across 39 awards, indicating a highly concentrated annual spend profile. The average award value of about $150.9 million suggests the portfolio is dominated by large-value obligations rather than a broad distribution of smaller awards. With only one year reflected in the window, no year-over-year trend can be assessed from this view alone.

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.