In the last 5 years, LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY recorded -$3.67 million in obligated federal action value across 6 awards, with all activity tied to the Department of Energy. The award mix was concentrated in Facilities Support Services and Remediation Services, with the largest annual obligation in 2024.
Federal Contractor
LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY Federal Contract Obligations (Last 5 Years)
Federal procurement profile for LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY, CAGE 41SP7, UEI GAZZGS3YV389, based on awards in the last 5 years.
Negative obligated values reflect the source data as reported in FPDS for the analysis window.
About LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY federal contract activity
LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 41SP7, UEI GAZZGS3YV389) recorded -$3.67 million in FPDS-observed obligations over the last 5 years across 6 awards, for an average award value of -$611,894.35. The negative total indicates net deobligation activity over the period rather than net new obligation growth.
Agency mix and customer concentration
All observed obligations in the analysis window are concentrated in a single agency: the Department of Energy (agency 8900), which accounts for the full -$3.67 million across all 6 awards. This indicates a highly concentrated buyer profile with no diversification across agencies in the captured data.
Industry profile based on NAICS activity
Award activity is split between NAICS 561210, Facilities Support Services, and NAICS 562910, Remediation Services. Facilities Support Services represents 5 of 6 awards and -$2.00 million, while Remediation Services accounts for 1 award and -$1.67 million, showing a procurement pattern centered on support and remediation work.
Annual contract trend over the analysis window
Annual activity is uneven across the period. The largest negative obligation occurred in 2024 at -$2.00 million across 2 awards, followed by -$1.67 million in 2022 on a single award, while 2021 and 2023 each show 1-2 awards with zero net obligation.
How to interpret this page
This summary is based on FPDS-observed records for the last 5 years and is limited to the supplied vendor identifiers and aggregate values. Amounts reflect obligated dollars as reported in the source data; negative values are presented as net deobligations where applicable, and zero-obligation years are retained to reflect award count activity.
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 = '41SP7'
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 | -3,671,366.11 | -3.67 million | 6 |
Insight
Over the last 5 years, obligations for LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY under CAGE 41SP7 are fully concentrated in one agency: the Department of Energy. All 6 awards and the full -$3.67 million obligated are attributed to DOE, indicating a highly concentrated customer base with no observable interagency distribution in this period. The negative total obligated suggests deobligations or net downward adjustments across the recorded awards, resulting in an average award value of -$611,894.35.
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 = '41SP7'
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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | -1,671,366.11 | -1.67 million | 1 |
| 561210 | FACILITIES SUPPORT SERVICES | -2,000,000.00 | -2.00 million | 5 |
Insight
Over the last 5 years, LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 41SP7) recorded -$3.67 million across 6 awards, with obligations concentrated in two NAICS codes. Facilities Support Services (561210) accounts for the larger share at -$2.00 million across 5 awards, while Remediation Services (562910) accounts for -$1.67 million in 1 award. This distribution indicates the vendor’s obligated activity is concentrated in a small set of service categories, with no broader NAICS diversification evident in the provided data.
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 = '41SP7'
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 |
|---|---|---|---|
| 2024 | -2,000,000.00 | -2.00 million | 2 |
| 2023 | 0.00 | 0.00 | 2 |
| 2022 | -1,671,366.11 | -1.67 million | 1 |
| 2021 | 0.00 | 0.00 | 1 |
Insight
Over the last 5 years, LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 41SP7) recorded 6 awards totaling -$3.67 million, with an average award value of -$611,894.35. Obligations are concentrated in two years: 2024 accounted for -$2.00 million across 2 awards, and 2022 accounted for -$1.67 million across 1 award. The remaining years in the period, 2021 and 2023, show zero obligated dollars despite 3 awards combined, indicating uneven annual funding activity rather than a steady obligation pattern.
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.