PSC Code

PSC Y1DB Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

PSC Code
Y1DB
PSC Description
CONSTRUCTION OF LABORATORIES AND CLINICS
Total Obligated
2.58 billion
2,576,308,582.64
Award Actions
1,853
Average Action Value
1,390,344.62

About PSC Y1DB federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS). Based on the current FPDS Query dataset, this category shows 2.58 billion in visible obligations across 1,853 award actions, with an average action value of 1,390,344.62. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 1.00 billion in obligations, followed by DEPT OF THE ARMY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) over the last 5 years. The current ranking is led by GILBANE-EXYTE A JOINT VENTURE, with 285.09 million in obligations, followed by RQ CONSTRUCTION, LLC. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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 = 'Y1DB'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
1700 DEPT OF THE NAVY 1,001,929,998.53 1.00 billion 401
2100 DEPT OF THE ARMY 959,561,719.29 959.56 million 686
4740 PUBLIC BUILDINGS SERVICE 151,470,288.17 151.47 million 8
3600 VETERANS AFFAIRS, DEPARTMENT OF 105,207,154.02 105.21 million 202
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 90,138,683.26 90.14 million 33
1434 US GEOLOGICAL SURVEY 76,352,754.00 76.35 million 22
6800 ENVIRONMENTAL PROTECTION AGENCY 47,991,129.12 47.99 million 240
1549 FEDERAL BUREAU OF INVESTIGATION 46,874,604.89 46.87 million 16
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 32,805,046.00 32.81 million 3
7527 INDIAN HEALTH SERVICE 32,449,411.00 32.45 million 29

Insight

PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by DEPT OF THE NAVY, followed by DEPT OF THE ARMY, which suggests that agency demand in this category is not evenly distributed.

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 = 'Y1DB'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
GILBANE-EXYTE A JOINT VENTURE 8AZ56 285,092,812.54 285.09 million 47
RQ CONSTRUCTION, LLC 68JG2 272,036,111.83 272.04 million 71
WHITING-TURNER CONTRACTING COMPANY, THE 0DW43 219,236,259.96 219.24 million 97
HENSEL PHELPS CONSTRUCTION CO. 0EFZ0 188,528,457.00 188.53 million 41
J. E. DUNN CONSTRUCTION COMPANY 0LNN2 151,470,288.17 151.47 million 8
DPR-RQ CONSTRUCTION, LLC 8KQ80 145,777,106.31 145.78 million 3
HENSEL PHELPS CONSTRUCTION CO 1UR45 93,966,973.00 93.97 million 4
HBP JOINT VENTURE 8AUF2 93,834,876.73 93.83 million 173
STRUCTSURE PROJECTS INC 1R8Z9 83,292,307.67 83.29 million 9
URS FEDERAL SERVICES INTERNATIONAL, INC 5XPQ8 71,065,558.32 71.07 million 8

Insight

Within PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. GILBANE-EXYTE A JOINT VENTURE ranks first, followed by RQ CONSTRUCTION, LLC, which helps define the current competitive landscape in this category.

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 = 'Y1DB'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 547,761,530.03 547.76 million 249
2024 305,766,135.18 305.77 million 328
2023 562,674,952.24 562.67 million 397
2022 465,236,260.66 465.24 million 410
2021 694,869,704.53 694.87 million 469

Insight

The annual trend shows how obligations in PSC Y1DB (CONSTRUCTION OF LABORATORIES AND CLINICS) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.