PSC Code

PSC R799 Federal Contract Obligations (Last 10 Years)

PSC R799 covers support-management services classified as other, reflecting a broad mix of administrative, program, and operational support obligations across the federal government over the last 10 years.

Federal agencies obligated $36.30 billion across 87,126 award actions under PSC R799 in the last 10 years, for an average action value of $416,606.08. The largest obligations came from the U.S. Census Bureau, the Department of the Army, and the Department of Energy, while major vendors included Fluor Federal Petroleum Operations, T-REX Consulting, Deloitte Consulting, and MITRE.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations have remained in a narrow band from 2021 through 2025, ranging from $3.11 billion to $3.80 billion, with award counts between 6,567 and 8,378.

PSC Code
R799
PSC Description
SUPPORT- MANAGEMENT: OTHER
Total Obligated
36.30 billion
36,297,221,627.66
Award Actions
87,126
Average Action Value
416,606.08

About PSC R799 federal contract activity

PSC R799 (SUPPORT- MANAGEMENT: OTHER) accounts for $36.30 billion in obligations across 87,126 awards over the last 10 years, with an average award value of $416,606.08. The category reflects a high-volume, mid-dollar support services market with spending spread across a broad set of civilian and defense buyers.

Agency demand and leading federal buyers

The US Census Bureau leads obligations in this PSC with $4.15 billion across 5,511 awards, followed closely by the Department of the Army at $3.83 billion across 5,867 awards. Energy, the Department of the Navy, and Veterans Affairs also rank among the top buyers, indicating use across mission support, operational, and administrative functions.

Vendor concentration and leading contractors

FLUOR FEDERAL PETROLEUM OPERATIONS, LLC is the top vendor by obligations at $1.58 billion, while T-REX CONSULTING CORPORATION follows at $1.41 billion. Deloitte Consulting LLP, The MITRE Corporation, and Booz Allen Hamilton Inc. also appear among the leading vendors, showing a mix of large-scale support contractors and consulting firms.

Annual contract trend over the analysis window

Annual obligations have remained in a relatively narrow band in recent years, ranging from $3.11 billion in 2025 to a peak of $3.80 billion in 2021 within the provided period. Award counts were highest in 2021 through 2023 and then declined modestly in 2024 and 2025, suggesting spending has remained substantial even as award volume softened.

How to interpret this page

This page summarizes FPDS obligations tied to PSC R799 over the last 10 years using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on total obligated amount within the analysis window; annual trend values reflect obligations by fiscal year as provided.

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 = 'R799'
        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
1323 US CENSUS BUREAU 4,152,888,079.38 4.15 billion 5,511
2100 DEPT OF THE ARMY 3,828,156,939.94 3.83 billion 5,867
8900 ENERGY, DEPARTMENT OF 3,435,700,738.29 3.44 billion 1,996
1700 DEPT OF THE NAVY 3,058,252,503.09 3.06 billion 5,734
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,824,875,027.67 2.82 billion 3,630
5700 DEPT OF THE AIR FORCE 2,824,840,270.57 2.82 billion 5,835
1501 OFFICES, BOARDS AND DIVISIONS 1,494,556,676.40 1.49 billion 4,853
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,249,714,084.60 1.25 billion 4,514
1900 STATE, DEPARTMENT OF 1,102,401,070.84 1.10 billion 4,155
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 919,392,027.44 919.39 million 792

Insight

Over the last 10 years, PSC R799 obligations total $36.30 billion across 87,126 awards, with a relatively low average award value of $416,606, indicating a high-volume, broadly distributed category. The US Census Bureau is the largest obligating agency at $4.15 billion, followed closely by the Department of the Army, Department of Energy, Department of the Navy, and VA; however, the top 10 agencies each account for less than 12% of total obligations individually, suggesting no single agency dominates the category. Defense and civilian agencies are both significant participants, with substantial obligations spread across multiple large buyers.

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 = 'R799'
        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 FEDERAL PETROLEUM OPERATIONS, LLC 6RT19 1,579,394,119.79 1.58 billion 132
T-REX CONSULTING CORPORATION 3LNT4 1,407,152,474.90 1.41 billion 123
DELOITTE CONSULTING LLP 1TTG5 1,066,825,257.15 1.07 billion 1,113
THE MITRE CORPORATION 7L030 913,007,418.49 913.01 million 1,105
BOOZ ALLEN HAMILTON INC. 1D060 811,604,805.21 811.60 million 47
BOOZ ALLEN HAMILTON INC. 17038 727,702,267.57 727.70 million 946
BOOZ ALLEN HAMILTON INC 1D060 602,204,213.11 602.20 million 24
RSI ENTECH, LLC 3M3V3 546,946,403.45 546.95 million 244
KPMG LLP 7QEG9 541,680,728.41 541.68 million 375
NORTHROP GRUMMAN SYSTEMS CORPORATION 5FVX5 525,783,950.13 525.78 million 152

Insight

Over the last 10 years, PSC R799 obligated $36.30 billion across 87,126 awards, with an average award value of $416.6K, indicating a high-volume, moderately fragmented spend base. Top vendor obligations are concentrated among a small set of firms, but the leading vendor accounts for only $1.58 billion, or about 4.4% of total obligations, so spend is not highly concentrated at the top. Several vendors appear multiple times with different CAGE codes or naming variations, including Booz Allen Hamilton and Deloitte, suggesting the need to normalize vendor identity before interpreting supplier concentration.

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 = 'R799'
        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 3,114,408,160.09 3.11 billion 6,567
2024 3,554,234,055.54 3.55 billion 7,467
2023 3,467,427,378.10 3.47 billion 8,189
2022 3,478,951,820.08 3.48 billion 8,329
2021 3,795,823,416.51 3.80 billion 8,378
2020 3,814,316,002.13 3.81 billion 8,784
2019 4,114,892,702.43 4.11 billion 8,587
2018 3,980,558,139.36 3.98 billion 9,459
2017 3,963,652,354.47 3.96 billion 10,794
2016 3,012,957,598.95 3.01 billion 10,572

Insight

PSC R799 (Support- Management: Other) accounts for $36.30 billion across 87,126 awards over the last 10 years, with an average award value of about $416.6K. Obligations are relatively stable in the $3.0 billion to $4.1 billion range annually, peaking in 2019 at $4.11 billion and then generally moderating through 2025 to $3.11 billion. Award counts also trended lower from a high of 10,794 in 2017 to 6,567 in 2025, indicating a shift toward fewer awards with somewhat lower annual obligation levels in recent years.

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.