In the last full year, UCHICAGO ARGONNE, LLC recorded 40 award actions totaling $1,286,645,550.81, for an average action value of $32,166,138.77. All obligated dollars in this window were placed with the Department of Energy under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences.
Federal Contractor
UCHICAGO ARGONNE, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for UCHICAGO ARGONNE, LLC (CAGE 4E6E0, UEI JA8EP8EKX8Y9) covering the last full year of awards.
Figures reflect FPDS obligations for the analysis window and may change with later reporting updates.
About UCHICAGO ARGONNE, LLC federal contract activity
UCHICAGO ARGONNE, LLC recorded $1.29 billion in obligated contract activity across 40 awards in the last full year, with an average award value of $32.17 million. The profile indicates a high-dollar, relatively concentrated award base, with all reported obligations flowing through a single civilian agency customer.
Agency mix and customer concentration
The Department of Energy accounted for 100% of obligated dollars and all 40 awards in the analysis window. This complete concentration points to a single-agency dependency profile and indicates that the vendor’s federal business in the period was entirely tied to DOE demand.
Industry profile based on NAICS activity
All reported obligations were classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. The mix suggests a specialized research and development contractor profile with no diversification across other NAICS codes in the observed period.
Annual contract trend over the analysis window
The annual trend shows $1.29 billion obligated in 2025 across 40 awards, with no additional year-over-year points available in the provided window. Because only one year is shown, the data supports a snapshot view of current spending scale rather than a multi-year growth assessment.
How to interpret this page
This summary is based solely on the provided FPDS Query aggregates for the last full year and reflects obligated dollars, award counts, and the top agency and NAICS distributions. No transaction-level records, contract vehicle details, or out-of-window data were used, and no assumptions were made beyond the supplied metrics.
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 = '4E6E0'
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 | 1,286,645,550.81 | 1.29 billion | 40 |
Insight
In the last full year, UCHICAGO ARGONNE, LLC’s obligations were fully concentrated within the Department of Energy, which accounted for the entire $1.29 billion in total obligated value across 40 awards. This indicates a highly concentrated agency relationship with no diversification across other federal agencies in the analyzed period. The average award value was approximately $32.2 million, suggesting a portfolio of relatively large obligations within a single-agency buying pattern.
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 = '4E6E0'
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 | 1,286,645,550.81 | 1.29 billion | 40 |
Insight
Over the last full year, UCHICAGO ARGONNE, LLC’s obligations are entirely concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. This NAICS accounts for 100% of the vendor’s $1.29 billion in obligated value across 40 awards, indicating a highly focused procurement profile. The average award value of $32.17 million suggests a portfolio of relatively large research and development actions rather than broad diversification across multiple industry sectors.
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 = '4E6E0'
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 | 1,286,645,550.81 | 1.29 billion | 40 |
Insight
In the last full year, UCHICAGO ARGONNE, LLC recorded $1.29 billion in obligated value across 40 awards, reflecting a high average award value of $32.17 million. Because the window includes only one year, no multi-year trend can be assessed; the available data instead indicate a concentrated award profile with substantial obligation volume distributed across a relatively small number of actions.
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.