PSC Code

PSC R408 Federal Contract Obligations (Last 5 Years)

PSC R408 covers professional program management and support services with 58.05 billion obligated across 107,048 actions in the last five years.

This PSC page summarizes federal spending for R408, a category used for program management and related support services. Over the last five years, obligations were led by the Department of State, the Department of the Navy, and USAID, with Deloitte Consulting LLP and Booz Allen Hamilton Inc. among the top vendors.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations were highest in 2024 at 13.84 billion, after 13.26 billion in 2023 and 12.09 billion in 2022, before falling to 7.38 billion in 2025.

PSC Code
R408
PSC Description
SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT
Total Obligated
58.05 billion
58,054,038,042.77
Award Actions
107,048
Average Action Value
542,317.82

About PSC R408 federal contract activity

PSC R408, SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT, accounts for 58.05 billion across 107,048 awards over the last 5 years, with an average award value of 542,317.82. The volume and value profile indicate broad use of program management and support services across multiple civilian and defense agencies, with spending concentrated in large, recurring service contracts.

Agency demand and leading federal buyers

The Department of State leads with 7.26 billion across 18,458 awards, followed closely by the Department of the Navy at 7.07 billion across 9,378 awards. AID, the Department of the Army, and the Department of the Air Force also rank among the top obligators, showing that this PSC is heavily used across both foreign assistance and defense missions.

Vendor concentration and leading contractors

Deloitte Consulting LLP is the largest vendor in this PSC with 2.59 billion across 1,955 awards, followed by Booz Allen Hamilton Inc. with 2.04 billion across 1,509 awards. B.I. Incorporated, CGI Federal Inc., and Science Applications International Corporation also represent significant suppliers, reflecting a market dominated by established large-scale federal services contractors.

Annual contract trend over the analysis window

Annual obligations rose from 11.49 billion in 2021 to 13.26 billion in 2023 and peaked at 13.84 billion in 2024, before declining to 7.38 billion in 2025. Award counts followed a similar pattern, ranging from 21,144 in 2021 to 22,299 in 2023 and then dropping to 19,712 in 2025, indicating a recent pullback in both spend and award activity.

How to interpret this page

This summary uses FPDS award records classified under PSC R408 over the last 5 years and aggregates obligated dollars, award counts, and yearly totals. Agency and vendor rankings are based on total obligated amount within the selected PSC and period; amounts reflect reported obligations and are not adjusted for inflation or merged across successor entities.

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 = 'R408'
        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
1900 STATE, DEPARTMENT OF 7,264,113,312.08 7.26 billion 18,458
1700 DEPT OF THE NAVY 7,073,570,051.96 7.07 billion 9,378
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 5,664,613,306.03 5.66 billion 4,569
2100 DEPT OF THE ARMY 4,860,768,682.21 4.86 billion 8,138
5700 DEPT OF THE AIR FORCE 4,078,489,586.35 4.08 billion 4,682
2050 INTERNAL REVENUE SERVICE 2,702,821,753.29 2.70 billion 2,888
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,418,490,692.97 2.42 billion 2,527
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 2,026,559,308.63 2.03 billion 848
97DH DEFENSE HEALTH AGENCY (DHA) 1,857,540,322.41 1.86 billion 2,404
4732 FEDERAL ACQUISITION SERVICE 1,507,665,866.38 1.51 billion 1,740

Insight

Over the last 5 years, PSC R408 obligated $58.05 billion across 107,048 awards, with an average award value of $542,318. Obligations are moderately concentrated among a small set of agencies: State, Navy, USAID, Army, and Air Force together account for roughly $29.0 billion, or about half of total obligations. State and the Navy are the largest obligators at $7.26 billion and $7.07 billion, respectively, while the remaining top agencies each contribute between $1.51 billion and $5.66 billion, indicating a broad but still top-heavy distribution.

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 = 'R408'
        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
DELOITTE CONSULTING LLP 1TTG5 2,589,760,200.39 2.59 billion 1,955
BOOZ ALLEN HAMILTON INC. 17038 2,044,358,472.52 2.04 billion 1,509
B.I. INCORPORATED 3CUH9 1,354,719,368.94 1.35 billion 54
CGI FEDERAL INC. 3YVK7 1,282,945,904.70 1.28 billion 790
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 1,107,177,115.28 1.11 billion 1,127
ACCENTURE FEDERAL SERVICES LLC 1ZD18 985,937,937.49 985.94 million 460
CARRINGTON MORTGAGE SERVICES LLC 6EL69 981,984,466.11 981.98 million 18
CSRA LLC 52939 869,261,952.65 869.26 million 273
DOMESTIC AWARDEES (UNDISCLOSED) 3JEH0 829,102,479.25 829.10 million 687
SERCO INC. 022Q2 725,533,989.15 725.53 million 247

Insight

Over the last 5 years, PSC R408 obligated $58.05 billion across 107,048 awards, with an average award value of about $542.3K. Obligations are concentrated among a small set of vendors: Deloitte Consulting LLP and Booz Allen Hamilton Inc. together account for about $4.64 billion, while the top 10 vendors listed total roughly $11.77 billion, or about 20% of all obligations in this PSC. Award activity is more dispersed than dollars, with several vendors posting high award counts but comparatively lower total obligations, indicating a mix of large task orders and more numerous smaller awards.

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 = 'R408'
        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 7,376,767,334.58 7.38 billion 19,712
2024 13,838,644,796.54 13.84 billion 21,986
2023 13,258,407,109.96 13.26 billion 22,299
2022 12,086,272,605.92 12.09 billion 21,907
2021 11,493,946,195.77 11.49 billion 21,144

Insight

PSC R408 obligated $58.05 billion across 107,048 awards over the last five years, averaging $542.3K per award. Annual obligations were relatively steady from 2021 to 2024, rising from $11.49 billion to a peak of $13.84 billion, while award counts remained clustered between 21,144 and 22,999. In 2025, obligations declined to $7.38 billion and award count fell to 19,712, indicating a notable contraction in both funding and award activity in the most recent year.

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.