Across the last 10 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC recorded 16 award actions with total obligated dollars of $2,522,076,009.58. The activity shown in this window is concentrated in the Department of Energy and NAICS 561210, Facilities Support Services.
Federal Contractor
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC Federal Contract Obligations (Last 10 Years)
Federal procurement profile for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, covering award activity over the last 10 years.
This page reflects the provided 10-year FPDS analysis window and uses the exact obligated total of $2,522,076,009.58.
About NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC federal contract activity
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 7MZ99, UEI NYH3EQXAVJB3) recorded 16 FPDS awards totaling $2.52 billion over the last 10 years, with an average award value of $157.63 million. The obligation profile is highly concentrated, indicating a small number of large awards rather than broad transactional activity.
Agency mix and customer concentration
All observed obligations came from the Department of Energy, which accounted for the full $2.52 billion and all 16 awards. This indicates a single-agency dependency and a procurement relationship centered entirely within DOE.
Industry profile based on NAICS activity
All recorded obligations were categorized under NAICS 561210, Facilities Support Services, with 16 awards totaling $2.52 billion. The NAICS profile is fully concentrated in one classification, suggesting the vendor’s federal work in this window was limited to a single facilities-support function.
Annual contract trend over the analysis window
The annual trend data shows all recorded obligations in 2017, with $2.52 billion across 16 awards and no activity reflected in other years of the analysis window. Based on the provided data, the award history is temporally concentrated rather than spread across multiple fiscal years.
How to interpret this page
This summary is based on the provided FPDS Query aggregates for the last 10 years, using reported obligations, award counts, agency attribution, NAICS classification, and annual totals. No additional source records were inferred, and the narrative is limited to the metrics supplied.
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 = '7MZ99'
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 | 2,522,076,009.58 | 2.52 billion | 16 |
Insight
Over the last 10 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 7MZ99) received 2.52 billion across 16 awards, for an average award value of 157.6 million. All reported obligations are concentrated within the Department of Energy, indicating a fully centralized agency relationship with no diversification across other agencies in this period. This concentration suggests the vendor’s federal activity is entirely dependent on a single agency customer over the analysis window.
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 = '7MZ99'
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 | 2,522,076,009.58 | 2.52 billion | 16 |
Insight
Over the last 10 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 7MZ99) shows complete concentration in NAICS 561210, Facilities Support Services, with 2.52 billion obligated across 16 awards. This indicates a highly concentrated award mix with no observed diversification across other NAICS codes in the provided period. The average award value of about 157.6 million reflects a relatively high-dollar, low-count distribution within this sole NAICS 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 = '7MZ99'
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 |
|---|---|---|---|
| 2017 | 2,522,076,009.58 | 2.52 billion | 16 |
Insight
Over the last 10 years, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 7MZ99) shows a highly concentrated obligation pattern, with the full $2.52 billion recorded in 2017. The 16 awards in the period yield an average award value of approximately $157.6 million, indicating significant award size concentration rather than broad distribution across multiple years. No additional annual obligation activity is reflected in the provided 10-year window.
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.