Federal Contractor

NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC Federal Contract Obligations (Last Year)

NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC recorded 45 federal award actions totaling $5.79 billion in the last full year, all from the Department of Energy.

In the last full year, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, CAGE 14213, UEI LUJEPCRRT377, received 45 award actions with total obligations of $5,789,815,037.84 and an average action value of $128,662,556.39. All reported obligations were associated with the Department of Energy and were classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS-observed obligations and award counts for the last full year and reflects only the provided agency and NAICS data.

CAGE Code
14213
UEI
LUJEPCRRT377
Total Obligated
5.79 billion
5,789,815,037.84
Award Actions
45
Average Action Value
128,662,556.39

About NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC federal contract activity

NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC recorded 45 obligations totaling $5.79 billion in the last full year, with an average award value of $128.66 million. The vendor’s activity is highly concentrated, indicating a small number of very large transactions rather than a broad base of smaller awards.

Agency mix and customer concentration

All recorded obligations in the analysis window came from the Department of Energy, which accounted for 100% of total obligated dollars and all 45 awards. This indicates a single-agency award profile with no visible diversification across federal buyers in the reported period.

Industry profile based on NAICS activity

All obligated dollars and awards were classified under NAICS 561210, Facilities Support Services. The procurement mix is therefore fully concentrated in one NAICS category, suggesting the vendor’s reported federal work in this period was tied to a single service profile.

Annual contract trend over the analysis window

The annual trend shows $5.79 billion obligated in 2025 across 45 awards. With only one year present in the analysis window, the data supports a point-in-time view rather than a multi-year growth or volatility assessment.

How to interpret this page

This summary is based on FPDS obligations for the last full year and reflects reported awards associated with CAGE 14213 and UEI LUJEPCRRT377. Totals, award counts, and averages are derived from the provided aggregation fields and should be interpreted as obligation-based procurement data, not revenue or performance data.

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 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,789,815,037.84 5.79 billion 45

Insight

During the last full year, obligations for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC were fully concentrated in the Department of Energy, which accounted for the entire $5.79 billion obligated. The vendor received 45 awards, yielding an average award value of about $128.7 million and indicating a portfolio of relatively large transactions rather than broad agency diversification. This agency concentration suggests the vendor’s federal business is heavily dependent on a single department within the observed 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 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,789,815,037.84 5.79 billion 45

Insight

Obligations are fully concentrated in NAICS 561210, Facilities Support Services, accounting for the entire 5.79 billion obligated across 45 awards in the last full year. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the reported period. The average award value of 128.66 million suggests a small number of large-value actions within this 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 = '14213'
        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,789,815,037.84 5.79 billion 45

Insight

During the last full year, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 14213) recorded $5.79 billion in obligated value across 45 awards, for an average award value of $128.66 million. The activity is highly concentrated in a single reporting year, so the available 1-year window does not show year-to-year movement. The level of obligated dollars relative to the award count indicates a portfolio dominated by large-value obligations rather than a high volume of small 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.