PSC Code

PSC M1HA Federal Contract Obligations (Last Year)

PSC M1HA covers awards for the operation of government-owned, contractor-operated R&D facilities, with $4.40 billion obligated across 196 actions in the last full year.

Last full year, federal agencies obligated $4.40 billion across 196 actions under PSC M1HA, with the Department of Energy accounting for most of the activity. The largest vendors were FLUOR MARINE PROPULSION, LLC, FERMI FORWARD DISCOVERY GROUP, LLC, and BROOKHAVEN SCIENCE ASSOCIATES, LLC.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect readable and exact obligated amounts for the last full year and may include multiple actions across the same vendors and agencies.

PSC Code
M1HA
PSC Description
OPERATION OF GOVERNMENT-OWNED CONTRACTOR-OPERATED (GOCO) R&D FACILITIES
Total Obligated
4.40 billion
4,402,423,382.10
Award Actions
196
Average Action Value
22,461,343.78

About PSC M1HA federal contract activity

PSC M1HA covers operation of government-owned, contractor-operated R&D facilities, and in the last full year it accounted for 4.40 billion across 196 awards, with an average award value of 22.46 million. The obligation profile is highly concentrated, indicating a relatively small number of large, facility-supporting actions rather than broad transactional buying.

Agency demand and leading federal buyers

The Department of Energy dominated spending for this PSC with 4.04 billion across 98 awards, representing the clear center of demand for GOCO R&D facility operations. The next largest agencies were the National Science Foundation at 255.06 million, the Department of the Navy at 76.27 million, and NASA at 41.46 million, while the Bureau of Reclamation contributed 2.41 million. This distribution shows that the category is led by DOE, with other science and defense agencies participating at much smaller scales.

Vendor concentration and leading contractors

Vendor activity is similarly concentrated. Fluor Marine Propulsion, LLC led with 1.93 billion across 21 awards, followed by Fermi Forward Discovery Group, LLC at 1.21 billion across 40 awards and Brookhaven Science Associates, LLC at 900.36 million across 37 awards. Leidos Innovations Corporation and Amentum Services Inc rounded out the top five, but at materially lower obligated amounts, reinforcing the dominance of a few facility operators.

Annual contract trend over the analysis window

The annual trend provided for 2025 shows 4.40 billion obligated across 196 awards, matching the full analysis window. With only a single year in the trend view, the data supports a snapshot assessment rather than a multi-year directional analysis. The year’s scale and concentration are consistent with recurring, long-duration operating arrangements for government-owned research facilities.

How to interpret this page

This page summarizes FPDS obligations for PSC M1HA over the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings reflect the highest obligated amounts in the dataset for the period. Annual trend values are presented as reported for the analysis window and are not adjusted for inflation or supplemented with outside sources.

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__productOrServiceInformation__productOrServiceCode = 'M1HA'
        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 4,036,039,374.21 4.04 billion 98
4900 NATIONAL SCIENCE FOUNDATION 255,060,473.85 255.06 million 9
1700 DEPT OF THE NAVY 76,269,784.19 76.27 million 30
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 41,458,225.24 41.46 million 23
1425 BUREAU OF RECLAMATION 2,414,109.35 2.41 million 5
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 1,943,191.44 1.94 million 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -81,068.83 -81.07 thousand 1
7529 NATIONAL INSTITUTES OF HEALTH -10,680,707.35 -10.68 million 28

Insight

Obligations for PSC M1HA were highly concentrated in the Department of Energy, which accounted for 4.04 billion of the 4.40 billion obligated in the last full year across 98 of 196 awards. The National Science Foundation was a distant second at 255.06 million, while the Department of the Navy and NASA each obligated less than 80 million, indicating a steep drop-off after the lead agency. Remaining agencies each represented 2.5 million or less, and two agencies posted negative obligations, reflecting a limited and uneven distribution outside the primary funding source.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'M1HA'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
FLUOR MARINE PROPULSION, LLC 81QQ2 1,929,695,813.69 1.93 billion 21
FERMI FORWARD DISCOVERY GROUP, LLC 9PW26 1,205,981,077.49 1.21 billion 40
BROOKHAVEN SCIENCE ASSOCIATES, LLC 4KUZ2 900,362,483.03 900.36 million 37
LEIDOS INNOVATIONS CORPORATION 7MWB4 255,060,473.85 255.06 million 9
AMENTUM SERVICES INC 5W3V7 75,018,924.79 75.02 million 27
PERATON INC. 0HD54 41,458,225.24 41.46 million 23
VNS FEDERAL SERVICES LLC 80JK3 2,414,109.35 2.41 million 5
ALLIANCE FOR ADVANCING BIOMEDICAL RESEARCH 9DAX7 2,000,000.00 2.00 million 3
AQUILA FITNESS CONSULTING SYSTEMS, LTD. 1Q5K0 1,943,191.44 1.94 million 2
MAINSAIL - OASIS JOINT VENTURE LLC 8VXA6 1,242,882.16 1.24 million 1

Insight

Top vendor obligations in PSC M1HA are highly concentrated: FLUOR MARINE PROPULSION, LLC accounts for $1.93 billion of the $4.40 billion obligated in the last full year, followed by FERMI FORWARD DISCOVERY GROUP, LLC at $1.21 billion and BROOKHAVEN SCIENCE ASSOCIATES, LLC at $900.36 million. These three vendors together represent the clear majority of obligations, while the remaining vendors each receive materially smaller shares. Award activity is more dispersed than dollars, with several lower-obligation vendors recording relatively higher award counts, indicating a mix of large-value and smaller recurring 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__productOrServiceInformation__productOrServiceCode = 'M1HA'
        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 4,402,423,382.10 4.40 billion 196

Insight

In the last full year, PSC M1HA obligated 4.40 billion across 196 awards, with an average award value of about 22.46 million. Because the window contains a single year only, no year-over-year trend can be assessed from this view. The obligation total and award count indicate a high-dollar, moderately distributed set of GOCO R&D facility operations awards rather than a small number of exceptionally large obligations.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.