PSC Code

PSC Z2AA Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

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

PSC Code
Z2AA
PSC Description
REPAIR OR ALTERATION OF OFFICE BUILDINGS
Total Obligated
18.71 billion
18,706,082,264.59
Award Actions
107,769
Average Action Value
173,575.72

About PSC Z2AA federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS). Based on the current FPDS Query dataset, this category shows 18.71 billion in visible obligations across 107,769 award actions, with an average action value of 173,575.72. 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 Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by PUBLIC BUILDINGS SERVICE, with 9.91 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 Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) over the last 10 years. The current ranking is led by VECTRUS FEDERAL SERVICES GMBH, with 403.62 million in obligations, followed by WHITING-TURNER CONTRACTING COMPANY, THE. 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 Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) across the last 10 years, from 2016 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 10 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 = 'Z2AA'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
4740 PUBLIC BUILDINGS SERVICE 9,913,535,686.06 9.91 billion 67,703
2100 DEPT OF THE ARMY 3,101,171,891.44 3.10 billion 12,156
1700 DEPT OF THE NAVY 2,020,730,077.93 2.02 billion 7,233
5700 DEPT OF THE AIR FORCE 1,765,282,289.03 1.77 billion 8,185
7008 U.S. COAST GUARD 237,757,391.19 237.76 million 1,007
8800 NATIONAL ARCHIVES AND RECORDS ADMINISTRATION 142,276,087.09 142.28 million 655
1443 NATIONAL PARK SERVICE 130,493,395.45 130.49 million 512
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 120,203,078.65 120.20 million 729
2001 DEPARTMENTAL OFFICES 90,143,149.78 90.14 million 461
1205 USDA, DEPARTMENTAL ADMINISTRATION 86,335,338.83 86.34 million 102

Insight

PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by PUBLIC BUILDINGS SERVICE, 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 = 'Z2AA'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
VECTRUS FEDERAL SERVICES GMBH DC398 403,621,087.03 403.62 million 1,210
WHITING-TURNER CONTRACTING COMPANY, THE 0DW43 385,425,237.11 385.43 million 191
GRUNLEY CONSTRUCTION CO., INC. 0MW40 383,024,996.81 383.02 million 309
HONEYWELL INTERNATIONAL INC. 40931 272,290,721.47 272.29 million 45
BRASFIELD & GORRIE, L.L.C. 0L5R0 242,827,795.21 242.83 million 216
TURNER CONSTRUCTION COMPANY 7N326 179,076,946.63 179.08 million 181
THE CHRISTMAN COMPANY 3MVP3 167,421,500.22 167.42 million 146
CENTERRA INTEGRATED FACILITIES SERVICES, LLC 4YXS0 146,755,146.60 146.76 million 282
CLARK CONSTRUCTION GROUP, LLC 075M7 145,970,081.62 145.97 million 52
INTECH CONSTRUCTION, LLC 5PEM4 126,256,509.01 126.26 million 46

Insight

Within PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. VECTRUS FEDERAL SERVICES GMBH ranks first, followed by WHITING-TURNER CONTRACTING COMPANY, THE, 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 = 'Z2AA'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,528,649,961.71 1.53 billion 8,218
2024 2,201,543,326.69 2.20 billion 9,377
2023 2,390,625,245.69 2.39 billion 10,477
2022 2,237,247,359.60 2.24 billion 10,680
2021 2,067,631,685.76 2.07 billion 11,450
2020 1,791,118,294.54 1.79 billion 11,136
2019 1,590,598,476.08 1.59 billion 11,365
2018 1,715,483,870.12 1.72 billion 11,579
2017 1,640,235,709.02 1.64 billion 12,000
2016 1,542,948,335.38 1.54 billion 11,487

Insight

The annual trend shows how obligations in PSC Z2AA (REPAIR OR ALTERATION OF OFFICE BUILDINGS) moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.