Federal Contractor

UT BATTELLE LIMITED LIABILITY COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for UT BATTELLE LIMITED LIABILITY COMPANY (CAGE 1PW69, UEI ZLHJJ57QA2H8) covering last full year obligations and awards.

In the last full year, UT BATTELLE LIMITED LIABILITY COMPANY received 38 federal award actions totaling $2,749,079,797.06, for an average action value of $72,344,205.18. All reported obligations in this period came from the Department of Energy and were coded to NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on the provided FPDS summary for this vendor.

CAGE Code
1PW69
UEI
ZLHJJ57QA2H8
Total Obligated
2.75 billion
2,749,079,797.06
Award Actions
38
Average Action Value
72,344,205.18

About UT BATTELLE LIMITED LIABILITY COMPANY federal contract activity

UT BATTELLE LIMITED LIABILITY COMPANY recorded 38 FPDS awards in the last full year, totaling $2.75 billion in obligated federal spending. The vendor’s average award value was $72.3 million, indicating a portfolio concentrated in relatively large contract actions rather than a high volume of small awards.

Agency mix and customer concentration

All reported obligations came from the Department of Energy, which accounted for the full $2.75 billion across 38 awards. This indicates a highly concentrated customer base with no diversification across other agencies in the analyzed period.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 561210, Facilities Support Services, representing the entire $2.75 billion in obligated value across 38 awards. The data indicates complete concentration in a single NAICS code for the period reviewed.

Annual contract trend over the analysis window

The annual trend data shows $2.75 billion obligated in 2025 across 38 awards, and no other years are present in the analysis window. With only one reported year, the available trend supports a point-in-time view rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award data for UT BATTELLE LIMITED LIABILITY COMPANY, identified by CAGE 1PW69 and UEI ZLHJJ57QA2H8, using the last full year as the analysis window. Metrics reflect reported obligated amounts, award counts, and category breakdowns by agency, NAICS code, and year; no additional inference was applied beyond the supplied 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 = '1PW69'
        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 2,749,079,797.06 2.75 billion 38

Insight

During the last full year, UT BATTELLE LIMITED LIABILITY COMPANY’s obligations were fully concentrated in a single agency: the Department of Energy. The vendor received 38 awards totaling $2.75 billion, yielding an average award value of about $72.3 million. This indicates a highly concentrated funding profile with no observed agency diversification in the reported period.

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 = '1PW69'
        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
561210 FACILITIES SUPPORT SERVICES 2,749,079,797.06 2.75 billion 38

Insight

UT BATTELLE LIMITED LIABILITY COMPANY’s Top NAICS profile for the last full year is fully concentrated in NAICS 561210, Facilities Support Services. All 38 awards and the full $2.75 billion obligated were associated with this single NAICS, indicating complete spend concentration in one procurement category. The average award value of $72.3 million suggests relatively large individual obligations within this service line.

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 = '1PW69'
        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 2,749,079,797.06 2.75 billion 38

Insight

For the last full year, UT BATTELLE LIMITED LIABILITY COMPANY (CAGE 1PW69) recorded $2.75 billion in obligated value across 38 awards, yielding an average award value of about $72.3 million. This indicates a highly concentrated obligation profile, with funding distributed across a relatively small number of large awards rather than many low-value actions. The annual activity level suggests continued reliance on a limited set of significant procurements.

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.