Federal Agency

PUBLIC BUILDINGS SERVICE Federal Contract Obligations (Last 5 Years)

Public Buildings Service FPDS data for the last 5 years shows $16.06 billion in obligations across 112,751 award actions.

The Public Buildings Service (Agency ID 4740) obligated $16.06 billion over the last 5 years, with an average action value of $142,437.13. Activity is concentrated in commercial building construction, facilities support services, engineering, and architectural services, with annual obligations peaking in 2024.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and may include multiple awards to the same vendor, including separate rows for closely named vendor entries.

Agency ID
4740
Total Obligated
16.06 billion
16,059,929,215.94
Award Actions
112,751
Average Action Value
142,437.13

About PUBLIC BUILDINGS SERVICE federal contract activity

PUBLIC BUILDINGS SERVICE (Agency ID 4740) recorded 112,751 awards and $16.06 billion in obligations over the last 5 years, with an average award value of $142,437.13. The profile reflects a high-volume procurement portfolio with substantial spend concentrated in construction, facilities, engineering, and building operations support.

Vendor concentration and leading contractors

Vendor obligations are led by BRASFIELD & GORRIE, L.L.C. at $816.75 million across 385 awards, followed by CLARK CONSTRUCTION GROUP LLC at $557.43 million and HENSEL PHELPS CONSTRUCTION CO at $533.01 million. The vendor list also includes AMERESCO, INC. and HENSEL PHELPS CONSTRUCTION CO., indicating both large recurring contractors and possible naming variation in the underlying procurement records.

Industry profile based on NAICS activity

The largest NAICS category is 236220 Commercial and Institutional Building Construction at $8.47 billion and 33,179 awards, making it the dominant spending area by both dollars and volume. Facilities Support Services (561210) is the next largest category by award count and dollars, followed by Engineering Services (541330) and Architectural Services (541310), which together show a portfolio centered on building delivery, maintenance, and technical support.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $4.56 billion, then declined to $2.86 billion in 2025; award counts also fell from 21,824 to 18,020. Prior years were relatively elevated and stable, ranging from $2.66 billion in 2021 to $3.04 billion in 2022 and $2.95 billion in 2023, showing a multi-year funding base with a recent pullback.

How to interpret this page

This page summarizes FPDS obligations for PUBLIC BUILDINGS SERVICE, Agency ID 4740, using the last 5 years of available records. Totals, award counts, averages, vendor rankings, NAICS breakdowns, and annual trends are based on obligated dollars in the dataset and should be interpreted as procurement reporting outputs rather than budget authority.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '4740'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
BRASFIELD & GORRIE, L.L.C. 816,754,831.85 816.75 million 385
CLARK CONSTRUCTION GROUP LLC 557,434,884.58 557.43 million 21
HENSEL PHELPS CONSTRUCTION CO 533,006,921.38 533.01 million 139
AMERESCO, INC. 446,214,336.87 446.21 million 91
HENSEL PHELPS CONSTRUCTION CO. 399,579,333.06 399.58 million 239
WHITING-TURNER CONTRACTING COMPANY, THE 349,214,457.45 349.21 million 192
HONEYWELL INTERNATIONAL INC. 272,237,067.03 272.24 million 127
J. E. DUNN CONSTRUCTION COMPANY 257,580,158.00 257.58 million 61
JONES LANG LASALLE AMERICAS, INC. 241,138,147.36 241.14 million 2,940
MCGOUGH CONSTRUCTION CO., LLC 200,171,244.13 200.17 million 9

Insight

Over the last 5 years, PUBLIC BUILDINGS SERVICE obligated $16.06 billion across 112,751 awards, averaging $142,437 per award. Top vendor obligations are concentrated in large construction and facilities-related firms, with the leading vendor, BRASFIELD & GORRIE, L.L.C., receiving $816.75 million, followed by CLARK CONSTRUCTION GROUP LLC at $557.43 million and HENSEL PHELPS CONSTRUCTION CO at $533.01 million. The top 10 vendors each exceed $200 million in obligations, but award volume is uneven: JONES LANG LASALLE AMERICAS, INC. received 2,940 awards for $241.14 million, while several other top vendors received far fewer awards with substantially higher obligated amounts, indicating a mix of high-value, low-count awards and more distributed award activity.

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__purchaserInformation__contractingOfficeAgencyID = '4740'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 8,473,137,624.97 8.47 billion 33,179
561210 FACILITIES SUPPORT SERVICES 2,512,479,301.30 2.51 billion 33,497
541330 ENGINEERING SERVICES 1,787,637,435.37 1.79 billion 6,190
541310 ARCHITECTURAL SERVICES 747,286,420.35 747.29 million 9,514
561720 JANITORIAL SERVICES 255,523,696.97 255.52 million 4,109
238290 OTHER BUILDING EQUIPMENT CONTRACTORS 246,136,069.82 246.14 million 1,467
221122 ELECTRIC POWER DISTRIBUTION 217,083,442.70 217.08 million 507
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 212,948,429.19 212.95 million 1,259
236210 INDUSTRIAL BUILDING CONSTRUCTION 158,380,205.65 158.38 million 77
238220 PLUMBING, HEATING, AND AIR-CONDITIONING CONTRACTORS 144,573,109.22 144.57 million 2,529

Insight

Over the last 5 years, PUBLIC BUILDINGS SERVICE obligated $16.06 billion across 112,751 awards, with spending concentrated in building-related NAICS categories. NAICS 236220, Commercial and Institutional Building Construction, led all categories with $8.47 billion, or more than half of total obligations, followed by 561210, Facilities Support Services, at $2.51 billion and 541330, Engineering Services, at $1.79 billion. The remaining top NAICS codes each accounted for less than $750 million, indicating a pronounced skew toward construction, facilities operations, and technical support services.

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__purchaserInformation__contractingOfficeAgencyID = '4740'
        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 2,857,818,576.78 2.86 billion 18,020
2024 4,562,435,460.07 4.56 billion 21,824
2023 2,946,788,586.83 2.95 billion 23,076
2022 3,035,413,661.35 3.04 billion 23,594
2021 2,657,472,930.91 2.66 billion 26,237

Insight

Over the last 5 years, PUBLIC BUILDINGS SERVICE obligated $16.06 billion across 112,751 awards, with an average award value of $142,437. Obligations peaked in 2024 at $4.56 billion, then declined to $2.86 billion in 2025 after a generally lower range in 2021-2023, indicating a recent increase followed by contraction. Award counts were highest in 2021 (26,237) and lowest in 2025 (18,020), while 2024 combined the highest obligated dollars with a comparatively lower award count, suggesting higher-value activity in that year.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.