Over the last 5 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC recorded 177 award actions totaling 24.54 billion in federal obligations, with an average action value of 138.64 million. The Department of Energy accounted for all reported obligations in this window, and Facilities Support Services (NAICS 561210) was the only top NAICS category identified.
Federal Contractor
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC Federal Contract Obligations (Last 5 Years)
Federal procurement profile for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, CAGE 14213, UEI LUJEPCRRT377, covering obligations over the last 5 years.
Annual obligations ranged from 3.90 billion in 2022 to 5.79 billion in 2025, based on readable FPDS totals provided for the analysis window.
About NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC federal contract activity
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 14213, UEI LUJEPCRRT377) recorded $24.54 billion in obligations across 177 FPDS awards over the last 5 years, with an average award value of $138.64 million. The award profile indicates a high-value, sustained federal contracting relationship rather than a broad transaction base.
Agency mix and customer concentration
All reported obligations in the analysis window were concentrated in the Department of Energy, which accounted for the full $24.54 billion and all 177 awards. This indicates a highly concentrated agency relationship with no diversification across other procuring agencies in the observed period.
Industry profile based on NAICS activity
Reported obligations were entirely concentrated in NAICS 561210, Facilities Support Services, which absorbed the full $24.54 billion across 177 awards. The data suggests the vendor’s federal activity in this period was tied to a single dominant service classification.
Annual contract trend over the analysis window
Annual obligations remained above $3.90 billion in each year of the period and were strongest in 2025 at $5.79 billion, followed closely by 2024 at $5.02 billion and 2023 at $5.10 billion. After a lower point in 2022 at $3.90 billion, spending rebounded in 2023 and stayed elevated through 2025, with award counts ranging from 28 to 45 per year.
How to interpret this page
This summary uses FPDS obligations for the last 5 years and reports only the values provided in the source dataset. Agency and NAICS concentration are based on total obligated dollars and award counts within the analysis window; no additional assumptions or external data 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 = '14213'
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,539,829,846.06 | 24.54 billion | 177 |
Insight
Over the last 5 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC’s obligated dollars are fully concentrated within the Department of Energy. The vendor received 177 awards totaling $24.54 billion, with an average award value of about $138.64 million, indicating a highly concentrated, agency-specific procurement profile. There is no evidence in the provided data of meaningful obligation spread across other agencies during this period.
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 = '14213'
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,539,829,846.06 | 24.54 billion | 177 |
Insight
Over the last 5 years, all reported obligations for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC under CAGE 14213 are concentrated in NAICS 561210, Facilities Support Services. The vendor received 177 awards totaling $24.54 billion, indicating a highly concentrated procurement profile with no diversification across additional NAICS codes in this window. The average award value of about $138.6 million suggests the obligations are distributed across a relatively large number of substantial awards within the same NAICS.
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 = '14213'
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,789,815,037.84 | 5.79 billion | 45 |
| 2024 | 5,019,168,840.61 | 5.02 billion | 37 |
| 2023 | 5,102,717,208.01 | 5.10 billion | 31 |
| 2022 | 3,899,409,659.40 | 3.90 billion | 36 |
| 2021 | 4,728,719,100.20 | 4.73 billion | 28 |
Insight
Over the last 5 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC obligated $24.54 billion across 177 awards, averaging $138.64 million per award, indicating a small number of very large obligations. Annual obligations were relatively stable in a narrow band from $3.90 billion to $5.79 billion, with no sharp year-to-year volatility. Funding increased from 2022 to 2025, peaking in 2025 at $5.79 billion and 45 awards, while 2022 was the lowest year at $3.90 billion and 36 awards.
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.