FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY recorded 192 award actions with total obligated dollars of $3.97 billion across the last 10 years. Nearly all obligations are tied to the Department of Energy and NAICS 541710, research and development in the physical, engineering, and life sciences.
Federal Contractor
FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY Federal Contract Obligations (Last 10 Years)
Federal procurement profile for FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY (CAGE 4GUN4, UEI E1EUJL3KLKX5) covering the last 10 years of award activity.
Annual totals include negative obligations in 2024 and 2025, which may reflect deobligations, adjustments, or closeout activity.
About FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY federal contract activity
FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY (CAGE 4GUN4, UEI E1EUJL3KLKX5) recorded $3.97 billion in obligated federal awards across 192 actions in the last 10 years, for an average award value of $20.67 million. The award profile is highly concentrated, with all observed obligations flowing through a single executive department and a single NAICS code.
Agency mix and customer concentration
The funding base is entirely concentrated in the Department of Energy (agency 8900), which accounts for the full $3.97 billion and all 192 awards in the analysis window. This pattern indicates a specialized, mission-specific relationship rather than a diversified interagency award footprint.
Industry profile based on NAICS activity
All recorded obligations are categorized under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. The distribution suggests that the vendor’s federal activity is focused exclusively on research and development work within this technical classification.
Annual contract trend over the analysis window
Annual obligations were strongly positive from 2021 through 2023, with 2023 representing the highest year in the provided trend data at $837.79 million, followed by $742.71 million in 2021 and $733.94 million in 2022. The 2024 and 2025 figures are negative, which indicates downward adjustments or deobligations rather than new positive award volume in those years.
How to interpret this page
This summary is based on FPDS-observed obligations for the last 10 years and uses the provided vendor identifiers, agency totals, NAICS totals, and annual trend data. Totals reflect obligated dollars, award counts reflect reported actions, and annual negative values are interpreted as deobligations or other downward adjustments in FPDS records.
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 = '4GUN4'
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 | 3,967,837,486.22 | 3.97 billion | 192 |
Insight
Over the last 10 years, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY’s obligations of $3.97 billion are entirely concentrated within the Department of Energy. All 192 awards in the period are associated with DOE, indicating a fully single-agency award profile with no observable agency diversification. The average award value of $20.67 million reflects sustained, relatively large awards within that agency relationship.
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 = '4GUN4'
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 |
|---|---|---|---|---|
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 3,967,837,486.22 | 3.97 billion | 192 |
Insight
Over the last 10 years, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY’s obligations are fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. This single-NAICS pattern indicates a highly focused procurement profile, with the full 3.97 billion obligated across 192 awards. The average award value of about 20.7 million suggests a portfolio of relatively high-dollar actions within one core research and development 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 = '4GUN4'
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 |
|---|---|---|---|
| 2025 | -328,166,596.25 | -328.17 million | 4 |
| 2024 | -48,119,978.82 | -48.12 million | 31 |
| 2023 | 837,788,301.22 | 837.79 million | 29 |
| 2022 | 733,935,275.64 | 733.94 million | 31 |
| 2021 | 742,709,170.41 | 742.71 million | 29 |
| 2020 | 609,244,954.24 | 609.24 million | 18 |
| 2019 | 577,781,550.58 | 577.78 million | 17 |
| 2018 | 547,977,556.43 | 547.98 million | 15 |
| 2017 | 294,687,252.77 | 294.69 million | 18 |
Insight
Over the last 10 years, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY received $3.97 billion across 192 awards, averaging $20.7 million per award. Obligations were heavily concentrated in FY2021-FY2023, each exceeding $733 million and together accounting for the majority of the period’s obligated value. FY2024 and FY2025 show negative annual obligations (-$48.12 million and -$328.17 million), indicating downward adjustment activity that materially offsets the prior years’ upward trend. Award volume remained relatively stable in the 15-31 range annually, with the largest award counts also occurring in FY2022-FY2024.
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.