Federal Contractor

BATTELLE MEMORIAL INSTITUTE Federal Contract Obligations (Last Year)

BATTELLE MEMORIAL INSTITUTE (CAGE 79986, UEI F125YU6SWK59) received $407.87 million across 715 award actions in the last full year.

During the analysis window, Battelle Memorial Institute’s obligations were concentrated in the Department of the Air Force, which accounted for $170.52 million across 221 actions. Other major federal customers included the Administration for Strategic Preparedness and Response, the National Institutes of Health, the Department of the Army, and U.S. Special Operations Command.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and may include multiple award actions across several agencies and NAICS categories.

CAGE Code
79986
UEI
F125YU6SWK59
Total Obligated
407.87 million
407,868,621.55
Award Actions
715
Average Action Value
570,445.62

About BATTELLE MEMORIAL INSTITUTE federal contract activity

BATTELLE MEMORIAL INSTITUTE recorded $407.87 million in obligated FPDS awards across 715 actions in the last full year, for an average award value of $570,445.62. The profile indicates a high-volume, mid- to large-value contracting base tied to a broad research and technical services portfolio.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the largest customer at $170.52 million across 221 awards, accounting for a substantial share of annual obligations. Other major demand centers included ASPR, NIH, the DEPT OF THE ARMY, and USSOCOM, showing a mix of defense, preparedness, and health-related federal buyers rather than reliance on a single agency.

Industry profile based on NAICS activity

Award activity was concentrated in R&D NAICS categories, led by 541715 with $154.54 million across 324 awards and 541714 with $59.85 million across 58 awards. Non-R&D manufacturing codes such as 336413 and 336110 also appeared among the top categories, suggesting some diversification beyond core laboratory and research work.

Annual contract trend over the analysis window

The annual trend shows $407.87 million obligated in 2025, with 715 awards recorded in the analysis window. Because only one full year is available, the data supports a point-in-time view of contract volume and customer concentration rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 79986 and UEI F125YU6SWK59 for the last full year. Totals reflect obligated dollars and award counts as reported in the provided dataset; no adjustments were made beyond using the supplied aggregates.

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 = '79986'
        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
5700 DEPT OF THE AIR FORCE 170,524,797.71 170.52 million 221
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 37,916,625.51 37.92 million 34
7529 NATIONAL INSTITUTES OF HEALTH 31,653,315.45 31.65 million 29
2100 DEPT OF THE ARMY 31,201,302.88 31.20 million 58
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 29,621,968.11 29.62 million 51
4900 NATIONAL SCIENCE FOUNDATION 26,437,123.59 26.44 million 5
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 16,846,375.00 16.85 million 6
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 14,527,132.14 14.53 million 29
7001 OFFICE OF PROCUREMENT OPERATIONS 11,689,732.34 11.69 million 24
1700 DEPT OF THE NAVY 6,980,124.93 6.98 million 37

Insight

BATTELLE MEMORIAL INSTITUTE’s last full year obligations of $407.87 million were concentrated in the Department of the Air Force, which accounted for $170.52 million across 221 awards, or about 42% of total obligated value. The next largest obligators were the Administration for Strategic Preparedness and Response, NIH, the Department of the Army, and USSOCOM, each at roughly $29.62 million to $37.92 million, indicating a diversified but defense- and health-oriented customer base. Several agencies, including NSF and CMS, generated relatively high obligated values with few awards, suggesting larger-dollar transactions rather than high-frequency buying.

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 = '79986'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 154,535,178.40 154.54 million 324
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 59,845,399.53 59.85 million 58
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 37,780,638.28 37.78 million 9
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 34,714,741.01 34.71 million 48
336110 AUTOMOBILE AND LIGHT DUTY MOTOR VEHICLE MANUFACTURING 26,623,137.34 26.62 million 44
561210 FACILITIES SUPPORT SERVICES 24,437,124.59 24.44 million 4
541330 ENGINEERING SERVICES 18,522,481.25 18.52 million 44
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 15,229,744.95 15.23 million 14
541618 OTHER MANAGEMENT CONSULTING SERVICES 13,703,925.00 13.70 million 3
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 6,732,919.21 6.73 million 21

Insight

BATTELLE MEMORIAL INSTITUTE’s last full year obligations of $407.87 million were concentrated in R&D NAICS, led by 541715 at $154.54 million across 324 awards and 541714 at $59.85 million across 58 awards. The next largest obligations shifted to a mix of specialized technical and manufacturing categories, including 336413 ($37.78 million), 541712 ($34.71 million), 336110 ($26.62 million), and 561210 ($24.44 million), indicating a broader but still technical-heavy portfolio. Award volume was also concentrated in 541715, which accounted for the highest number of awards by a wide margin, while several other top NAICS categories had comparatively few awards but higher average dollar value.

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 = '79986'
        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 407,868,621.55 407.87 million 715

Insight

During the last full year, BATTELLE MEMORIAL INSTITUTE (CAGE 79986) obligated $407.87 million across 715 awards, averaging about $570.4K per award. With only one annual data point provided for FY2025, no year-over-year trend can be assessed in this window. The volume of awards suggests a broad distribution of obligations rather than reliance on a small number of high-value actions, though concentration cannot be confirmed from the available data alone.

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.