PSC Code

PSC Z1JZ Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) 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
Z1JZ
PSC Description
MAINTENANCE OF MISCELLANEOUS BUILDINGS
Total Obligated
4.32 billion
4,319,804,075.21
Award Actions
12,210
Average Action Value
353,792.30

About PSC Z1JZ federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS). Based on the current FPDS Query dataset, this category shows 4.32 billion in visible obligations across 12,210 award actions, with an average action value of 353,792.30. 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 Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) 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 ARMY, with 1.72 billion in obligations, followed by DEFENSE COMMISSARY AGENCY (DECA). 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 Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) over the last 5 years. The current ranking is led by TURNER CONSTRUCTION COMPANY, with 392.15 million in obligations, followed by J & J MAINTENANCE, INC.. 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 Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) 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 = 'Z1JZ'
        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
2100 DEPT OF THE ARMY 1,715,162,499.03 1.72 billion 2,337
97AZ DEFENSE COMMISSARY AGENCY (DECA) 471,338,900.00 471.34 million 749
5700 DEPT OF THE AIR FORCE 389,003,159.74 389.00 million 1,651
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 359,461,836.05 359.46 million 463
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 314,571,164.98 314.57 million 1,149
1700 DEPT OF THE NAVY 312,358,556.16 312.36 million 1,209
1549 FEDERAL BUREAU OF INVESTIGATION 216,057,240.93 216.06 million 621
1900 STATE, DEPARTMENT OF 149,910,425.51 149.91 million 755
1443 NATIONAL PARK SERVICE 76,832,291.51 76.83 million 717
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 74,730,433.98 74.73 million 1,119

Insight

PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) 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 ARMY, followed by DEFENSE COMMISSARY AGENCY (DECA), 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 = 'Z1JZ'
        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
TURNER CONSTRUCTION COMPANY 7N326 392,152,823.00 392.15 million 77
J & J MAINTENANCE, INC. 5P021 349,328,552.69 349.33 million 196
JACOBS TECHNOLOGY INC. 07486 346,299,642.30 346.30 million 405
NELSON REFRIGERATION INC. 5J249 197,106,571.79 197.11 million 234
JONES LANG LASALLE AMERICAS, INC. 7EM20 145,581,449.63 145.58 million 205
WOLF CREEK FEDERAL SERVICES, INC. 5EHH6 129,082,792.49 129.08 million 86
HERMAN CONSTRUCTION GROUP, INC. 5EVD3 93,989,896.21 93.99 million 100
UNITED EXCEL CORPORATION 1R8Z9 93,329,890.00 93.33 million 27
ACTION FACILITIES MANAGEMENT, INC. 3EET9 86,475,955.56 86.48 million 83
AKIMA FACILITIES OPERATIONS LLC 7W2N1 81,595,829.20 81.60 million 40

Insight

Within PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. TURNER CONSTRUCTION COMPANY ranks first, followed by J & J MAINTENANCE, INC., 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 = 'Z1JZ'
        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 734,954,524.46 734.95 million 2,370
2024 844,510,891.40 844.51 million 2,511
2023 1,177,111,792.68 1.18 billion 2,482
2022 764,409,832.11 764.41 million 2,304
2021 798,817,034.56 798.82 million 2,543

Insight

The annual trend shows how obligations in PSC Z1JZ (MAINTENANCE OF MISCELLANEOUS BUILDINGS) 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.