Federal Contractor

BROOKHAVEN SCIENCE ASSOCIATES, LLC Federal Contract Obligations (Last Year)

BROOKHAVEN SCIENCE ASSOCIATES, LLC recorded 39 federal award actions totaling $900.40 million in the last full year, led by obligations from the Department of Energy.

In the last full year, BROOKHAVEN SCIENCE ASSOCIATES, LLC (CAGE 4KUZ2, UEI R85KZ9JP3NM3) received $900,395,255.83 across 39 award actions, for an average action value of $23,087,057.84. Nearly all obligations came from the Department of Energy and were concentrated in NAICS 541712 research and development work in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect readable FPDS obligations for the analysis window and may differ from transaction-level rollups due to rounding and record updates.

CAGE Code
4KUZ2
UEI
R85KZ9JP3NM3
Total Obligated
900.40 million
900,395,255.83
Award Actions
39
Average Action Value
23,087,057.84

About BROOKHAVEN SCIENCE ASSOCIATES, LLC federal contract activity

BROOKHAVEN SCIENCE ASSOCIATES, LLC recorded $900.40 million in obligated dollars across 39 awards in the last full year, for an average award value of $23.09 million. The vendor’s federal activity was highly concentrated, with nearly all obligations tied to a single Department of Energy customer base.

Agency mix and customer concentration

The Department of Energy accounted for $900.36 million across 37 awards, or effectively the entire obligated volume in the analysis window. NASA contributed a much smaller $32.77 thousand across 2 awards, indicating only limited customer diversification outside DOE.

Industry profile based on NAICS activity

Award activity was concentrated in NAICS 541712, which represented $900.36 million across 37 awards and matched the Department of Energy’s funding pattern. NAICS 541715 accounted for the remaining $32.77 thousand across 2 awards, reinforcing that the vendor’s federal work sits almost entirely within research and development in the physical, engineering, and life sciences.

Annual contract trend over the analysis window

The annual trend shows all recorded obligations in 2025, totaling $900.40 million across 39 awards. With only one year in the window, the dataset 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 obligations for the last full year, aggregated by vendor, agency, NAICS, and calendar year. Obligation totals and award counts are taken as provided; the analysis reflects recorded obligated dollars, not potential ceiling value or out-year performance.

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 = '4KUZ2'
        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 900,362,483.03 900.36 million 37
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 32,772.80 32.77 thousand 2

Insight

BROOKHAVEN SCIENCE ASSOCIATES, LLC received $900.40 million in obligations across 39 awards in the last full year, with an average award value of $23.09 million. Obligations were overwhelmingly concentrated in the Department of Energy, which accounted for $900.36 million across 37 awards, or nearly all reported funding. NASA represented a marginal share at $32.77 thousand across 2 awards, indicating a highly concentrated agency distribution.

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 = '4KUZ2'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 900,362,483.03 900.36 million 37
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 32,772.80 32.77 thousand 2

Insight

BROOKHAVEN SCIENCE ASSOCIATES, LLC received $900.40 million across 39 awards in the last full year, with obligations heavily concentrated in NAICS 541712. That code accounted for $900.36 million and 37 awards, indicating near-total dependence on one primary R&D category. NAICS 541715 represented only $32.77 thousand across 2 awards, showing minimal activity outside the dominant line of business.

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 = '4KUZ2'
        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 900,395,255.83 900.40 million 39

Insight

In the last full year, BROOKHAVEN SCIENCE ASSOCIATES, LLC (CAGE 4KUZ2) recorded $900.40 million in obligated awards across 39 actions, for an average award value of $23.09 million. Annual activity is concentrated in a single year in the 1-year window, so this view reflects one period of performance rather than a multi-year trend. The award profile indicates relatively high dollar concentration across a limited 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.