Federal Contractor

BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY Federal Contract Obligations (Last 10 Years)

BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY recorded $14.70 billion in obligated federal awards over the last 10 years across 240 actions, led almost entirely by the Department of Energy.

This vendor page summarizes federal procurement activity for BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY, CAGE 36EV6, UEI HG7XL5RBNX55, over the last 10 years. Most obligations are tied to NAICS 541990 and the Department of Energy, with annual funding above $1.4 billion in each of the most recent five years shown.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated dollars and action counts from the provided analysis window and may include awards reported with zero obligated value.

CAGE Code
36EV6
UEI
HG7XL5RBNX55
Total Obligated
14.70 billion
14,704,245,218.99
Award Actions
240
Average Action Value
61,267,688.41

About BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY federal contract activity

BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY (CAGE 36EV6, UEI HG7XL5RBNX55) received $14.70 billion across 240 awards in the last 10 years, for an average award value of $61.27 million. The vendor’s activity is highly concentrated, with nearly all obligated dollars tied to a single primary customer and procurement profile.

Agency mix and customer concentration

The Department of Energy accounts for essentially all spend, with $14.70 billion across 235 awards. The remaining agencies are immaterial by comparison: the FBI obligated $13.08 thousand across 2 awards, the Federal Acquisition Service obligated $4.80 thousand on 1 award, and the Department of the Air Force shows 2 awards with zero obligated dollars.

Industry profile based on NAICS activity

The spend profile is dominated by NAICS 541990, All Other Professional, Scientific, and Technical Services, which represents $14.70 billion and 235 awards. Minor activity appears under NAICS 531120 and 811111, while NAICS 541715 shows awards with no obligated value, indicating negligible dollar impact in the analysis window.

Annual contract trend over the analysis window

Annual obligations remained at multi-billion-dollar levels throughout the recent period shown, ranging from $1.49 billion in 2021 to $2.08 billion in 2025. After a dip in 2021, obligations rebounded and stayed above $1.8 billion each year from 2022 through 2025, with award counts ranging from 28 to 38 annually.

How to interpret this page

This summary is based on FPDS award records for the last 10 years and reflects obligated dollars, award counts, and average award value aggregated to the vendor level. Agency, NAICS, and annual trend sections are derived from the same award universe and should be interpreted as concentration indicators within the available FPDS 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 = '36EV6'
        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 14,704,227,339.36 14.70 billion 235
1549 FEDERAL BUREAU OF INVESTIGATION 13,080.55 13.08 thousand 2
4732 FEDERAL ACQUISITION SERVICE 4,799.08 4.80 thousand 1
5700 DEPT OF THE AIR FORCE 0.00 0.00 2

Insight

Over the last 10 years, BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY’s obligations under CAGE 36EV6 are overwhelmingly concentrated in the Department of Energy, which accounts for $14.70 billion across 235 awards, or nearly all of the vendor’s $14.70 billion in total obligated dollars. Other agencies represent only marginal activity: the FBI obligated $13.08 thousand across 2 awards, the Federal Acquisition Service obligated $4.80 thousand on 1 award, and the Department of the Air Force recorded 2 awards with no obligated dollars. This distribution indicates a highly concentrated agency relationship with limited cross-agency award activity.

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 = '36EV6'
        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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 14,704,227,339.36 14.70 billion 235
531120 LESSORS OF NONRESIDENTIAL BUILDINGS (EXCEPT MINIWAREHOUSES) 13,080.55 13.08 thousand 2
811111 GENERAL AUTOMOTIVE REPAIR 4,799.08 4.80 thousand 1
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 0.00 0.00 2

Insight

Over the last 10 years, BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY’s obligations are overwhelmingly concentrated in NAICS 541990, which accounts for about $14.70 billion across 235 awards. This single NAICS category represents virtually all of the vendor’s obligated value in the period, indicating a highly concentrated procurement profile. The remaining NAICS codes are de minimis by comparison, with only small obligations under 531120 and 811111 and zero obligated value recorded under 541715 despite two awards.

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 = '36EV6'
        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 2,075,910,444.26 2.08 billion 31
2024 1,817,060,647.03 1.82 billion 29
2023 2,025,497,521.71 2.03 billion 38
2022 2,033,779,753.18 2.03 billion 28
2021 1,493,200,364.67 1.49 billion 29
2020 1,422,890,279.02 1.42 billion 23
2019 1,285,217,076.63 1.29 billion 16
2018 1,727,274,868.57 1.73 billion 20
2017 823,414,263.92 823.41 million 26

Insight

BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY (CAGE 36EV6) obligated $14.70 billion across 240 awards over the last 10 years, with an average award value of $61.27 million. Obligations are concentrated in the recent years, with 2025 ($2.08 billion) and 2023-2024-2022 each at roughly $1.82 billion to $2.03 billion, indicating sustained high-dollar activity rather than a single outlier year. The lowest annual obligation in the period was 2017 at $823.41 million, and annual award counts remained relatively stable between 16 and 38 awards, suggesting the variation is driven more by award value than by transaction volume.

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.