In the last full year, LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY recorded 32 award actions totaling 3.96 billion in obligated federal spending, for an average action value of 123,810,144.06. All reported obligations in this window came from the Department of Energy and were classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences.
Federal Contractor
LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY Federal Contract Obligations (Last Year)
Federal procurement profile for LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 4K7L1, UEI PM52LCJH72T9) covering obligations in the last full year.
This page summarizes FPDS records for the last full year and reflects the provided obligated amounts, award counts, and industry classification data.
About LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY federal contract activity
LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY recorded 32 FPDS awards in the last full year, totaling $3.96 billion in obligated dollars. The average award value was $123.81 million, indicating a portfolio concentrated in a relatively small number of high-dollar obligations.
Agency mix and customer concentration
All reported obligated dollars came from the Department of Energy (agency 8900), which accounted for the full $3.96 billion across all 32 awards. This indicates a highly concentrated agency relationship with no diversification across other awarding agencies in the analyzed period.
Industry profile based on NAICS activity
All reported activity fell under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, with 32 awards totaling $3.96 billion. The mix suggests the vendor’s federal contracting profile in this period was entirely aligned to R&D work in the scientific and engineering domains.
Annual contract trend over the analysis window
The annual trend shows $3.96 billion in obligated dollars across 32 awards in 2025. With only one year represented in the analysis window, the data supports a point-in-time snapshot rather than a multi-year directional trend.
How to interpret this page
This summary is based on FPDS records for the last full year and reflects reported obligated dollars, award counts, and classification fields associated with the vendor’s CAGE code 4K7L1 and UEI PM52LCJH72T9. Agency and NAICS summaries are derived from the same filtered award set and are limited to the values provided in the analysis window.
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 = '4K7L1'
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 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Over the last full year, all reported obligations for LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY were concentrated with the Department of Energy. The vendor received 32 awards totaling $3.96 billion, indicating a highly concentrated agency profile with no other agencies represented in this period. The average award value was approximately $123.8 million, suggesting large individual obligations rather than broad multi-agency distribution.
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 = '4K7L1'
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 |
|---|---|---|---|---|
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Over the last full year, LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY’s obligations were fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. The vendor received 32 awards totaling $3.96 billion, with an average award value of about $123.8 million. This indicates a highly concentrated spending profile with no observed diversification across other NAICS codes in the reviewed period.
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 = '4K7L1'
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 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
During the last full year, LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 4K7L1) recorded $3.96 billion in obligated value across 32 awards, for an average award value of about $123.8 million. Activity is fully concentrated in 2025 within the 1-year window, indicating no year-to-year distribution within the available period. The obligation profile is highly concentrated in a relatively small number of large 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.