TRIAD NATIONAL SECURITY, LLC (CAGE 804U5, UEI X7WUS5LRBQU3) shows $24,092,300,948.16 in obligated federal spending across 180 award actions in the last five years. Most obligations are tied to the Department of Energy and NAICS 561210, Facilities Support Services, with annual obligations ranging from $3.50 billion to $5.88 billion.
Federal Contractor
TRIAD NATIONAL SECURITY, LLC Federal Contract Obligations (Last 5 Years)
TRIAD NATIONAL SECURITY, LLC has 180 federal award actions and $24.09 billion obligated over the last five years, led by the Department of Energy.
Agency, NAICS, and yearly totals reflect the provided five-year analysis window; two award actions show zero obligated value.
About TRIAD NATIONAL SECURITY, LLC federal contract activity
TRIAD NATIONAL SECURITY, LLC recorded $24.09 billion in obligated awards across 180 awards in the last 5 years, for an average award value of $133.85 million. The vendor’s activity is highly concentrated, with essentially all obligation dollars tied to a single primary customer and mission set.
Agency mix and customer concentration
The Department of Energy accounts for $24.09 billion and 174 awards, making it the dominant procuring agency by a wide margin. The remaining activity is minimal: the Federal Acquisition Service obligated $13.57 thousand across 4 awards, while the Department of the Navy shows 2 awards with no obligated dollars in this window.
Industry profile based on NAICS activity
NAICS 561210, Facilities Support Services, mirrors the overall portfolio and accounts for $24.09 billion across 174 awards. Secondary NAICS activity is immaterial, with 811111, General Automotive Repair, totaling $13.57 thousand across 4 awards and 511210, Software Publishers, showing 2 awards with no obligated dollars.
Annual contract trend over the analysis window
Annual obligations remained elevated and relatively stable over the period, ranging from $3.50 billion in 2022 to $5.88 billion in 2025. The pattern shows sustained multi-billion-dollar funding each year, with a dip in 2022 followed by recovery in 2023 through 2025.
How to interpret this page
This summary uses FPDS-observed obligations for awards associated with CAGE 804U5 and UEI X7WUS5LRBQU3 over the last 5 years. Amounts, award counts, agency mix, NAICS mix, and annual trend reflect the provided analysis window and are rounded in narrative form for readability.
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 5 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 | 24,092,287,378.27 | 24.09 billion | 174 |
| 4732 | FEDERAL ACQUISITION SERVICE | 13,569.89 | 13.57 thousand | 4 |
| 1700 | DEPT OF THE NAVY | 0.00 | 0.00 | 2 |
Insight
TRIAD NATIONAL SECURITY, LLC’s obligations are overwhelmingly concentrated in the Department of Energy, which accounts for $24.09 billion across 174 awards, or essentially all of the vendor’s $24.09 billion total over the last 5 years. Federal Acquisition Service activity is immaterial by comparison at $13.57 thousand across 4 awards, while the Department of the Navy shows 2 awards with no obligated dollars. This distribution indicates a highly concentrated agency mix with limited diversification across buying agencies.
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 5 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 | 24,092,287,378.27 | 24.09 billion | 174 |
| 811111 | GENERAL AUTOMOTIVE REPAIR | 13,569.89 | 13.57 thousand | 4 |
| 511210 | SOFTWARE PUBLISHERS | 0.00 | 0.00 | 2 |
Insight
Over the last 5 years, TRIAD NATIONAL SECURITY, LLC’s obligations are overwhelmingly concentrated in NAICS 561210, Facilities Support Services, which accounts for nearly all reported dollars at $24.09 billion across 174 awards. The remaining activity is immaterial by value: NAICS 811111, General Automotive Repair, totals $13.57 thousand across 4 awards, and NAICS 511210, Software Publishers, has 2 awards with $0 obligated. This pattern indicates a highly concentrated procurement profile with limited diversification across NAICS codes.
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 5 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 |
| 2024 | 4,882,675,607.72 | 4.88 billion | 35 |
| 2023 | 5,202,056,772.39 | 5.20 billion | 36 |
| 2022 | 3,496,090,392.03 | 3.50 billion | 39 |
| 2021 | 4,627,873,312.08 | 4.63 billion | 31 |
Insight
Over the last 5 years, TRIAD NATIONAL SECURITY, LLC received $24.09 billion across 180 awards, with an average award value of $133.85 million. Obligations are relatively concentrated at a high annual level, ranging from $3.50 billion to $5.88 billion, with no single year dominating the period. Funding was lowest in 2022, increased in 2023, declined in 2024, and rose again to the period high in 2025. Award volume remained fairly stable, between 31 and 39 awards per year, indicating that changes in obligations were driven more by award size than by award count.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.