PSC Code

PSC P500 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN 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
P500
PSC Description
SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)
Total Obligated
4.47 billion
4,473,352,296.46
Award Actions
3,006
Average Action Value
1,488,141.14

About PSC P500 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)). Based on the current FPDS Query dataset, this category shows 4.47 billion in visible obligations across 3,006 award actions, with an average action value of 1,488,141.14. 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 P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by ENERGY, DEPARTMENT OF, with 3.85 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 P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)) over the last 10 years. The current ranking is led by FLUOR-B&W PORTSMOUTH LLC, with 3.59 billion in obligations, followed by FLUOR-B&W PORTSMOUTH 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 P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN 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 = 'P500'
        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
8900 ENERGY, DEPARTMENT OF 3,846,504,158.81 3.85 billion 420
2100 DEPT OF THE ARMY 400,722,234.24 400.72 million 1,137
1700 DEPT OF THE NAVY 64,706,378.01 64.71 million 211
1450 BUREAU OF INDIAN AFFAIRS 38,602,993.94 38.60 million 108
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 24,733,502.36 24.73 million 29
5700 DEPT OF THE AIR FORCE 23,826,550.40 23.83 million 246
1443 NATIONAL PARK SERVICE 18,192,123.23 18.19 million 119
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 14,416,459.12 14.42 million 26
12C2 FOREST SERVICE 7,688,383.07 7.69 million 203
1448 U.S. FISH AND WILDLIFE SERVICE 5,361,411.38 5.36 million 80

Insight

PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN 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 ENERGY, DEPARTMENT OF, 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 = 'P500'
        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
FLUOR-B&W PORTSMOUTH LLC 5SMD3 3,593,268,513.53 3.59 billion 273
FLUOR-B&W PORTSMOUTH LLC 242,558,076.00 242.56 million 47
BHATE ENVIRONMENTAL ASSOCIATES, INC. 0XT41 102,199,258.57 102.20 million 164
JOSEPH B. FAY CO. 0W107 40,189,624.31 40.19 million 16
C.J. MAHAN CONSTRUCTION COMPANY, LLC 3N7D2 36,264,162.44 36.26 million 16
EQM SERVICES, LLC 8B4V6 35,336,925.48 35.34 million 76
NEUBER ENVIRONMENTAL SERVICES, INC. 0XP05 29,693,900.54 29.69 million 26
PRISM RESPONSE, LLC 5Y1D6 22,107,760.52 22.11 million 22
CENTRAL ENVIRONMENTAL, INC. 0KHW2 20,269,928.64 20.27 million 46
ARS ALEUT REMEDIATION LLC 6ZLD0 18,021,353.07 18.02 million 68

Insight

Within PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN BUILDINGS)), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. FLUOR-B&W PORTSMOUTH LLC ranks first, followed by FLUOR-B&W PORTSMOUTH 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 = 'P500'
        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 308,064,540.58 308.06 million 172
2024 633,721,941.98 633.72 million 273
2023 594,423,059.27 594.42 million 275
2022 462,294,355.54 462.29 million 265
2021 544,000,218.93 544.00 million 305
2020 480,653,622.37 480.65 million 333
2019 440,844,149.05 440.84 million 334
2018 436,450,107.52 436.45 million 368
2017 287,477,447.56 287.48 million 364
2016 285,422,853.66 285.42 million 317

Insight

The annual trend shows how obligations in PSC P500 (SALVAGE- DEMOLITION OF STRUCTURES/FACILITIES (OTHER THAN 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.