In the last full year, PSC R408 obligations totaled 7.38 billion across 19,712 award actions, for an average action value of 374,227.23. Department of the Navy led agencies by obligated dollars, while Booz Allen Hamilton Inc. and Deloitte Consulting LLP were the largest vendors by total obligations.
PSC Code
PSC R408 Federal Contract Obligations (Last Year)
PSC R408 covers federal support professional services for program management and support, with 7.38 billion obligated across 19,712 actions in the last full year.
Annual values reflect the last full year only, and totals are shown as reported in FPDS with readable and exact amounts provided where available.
About PSC R408 federal contract activity
PSC R408, Support- Professional: Program Management/Support, accounted for $7.38 billion across 19,712 awards in the last full year, with an average award value of $374,227.23. The profile indicates a high-volume services category used across multiple civilian and defense organizations for program administration, planning, coordination, and related support functions.
Agency demand and leading federal buyers
The Department of the Navy was the largest obligated agency at $1.44 billion across 1,685 awards, followed by the Department of State at $1.01 billion across 3,664 awards. The Department of the Air Force, Department of the Army, and Department of Veterans Affairs also ranked among the largest buyers, showing broad use of R408 across national security and civilian mission areas.
Vendor concentration and leading contractors
Booz Allen Hamilton Inc. led vendors with $362.01 million across 268 awards, followed closely by Deloitte Consulting LLP with $351.21 million across 337 awards and CGI Federal Inc. with $255.72 million across 230 awards. Carrington Mortgage Services LLC posted $224.46 million across only 8 awards, indicating a more concentrated award structure, while Serco Inc. rounded out the top five with $214.99 million across 60 awards.
Annual contract trend over the analysis window
The annual trend shows $7.38 billion obligated in 2025 across 19,712 awards, establishing the full-year baseline for this analysis window. No multi-year comparison is available in the provided data, so this view should be read as a single-year snapshot rather than a directional trend series.
How to interpret this page
This summary is based on FPDS obligations for PSC R408 over the last full year, using total obligated dollars, award counts, and average award value as reported in the source data. Agency and vendor rankings reflect only the supplied top entries and are limited to the analysis window 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 = 'R408'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 1,444,311,978.41 | 1.44 billion | 1,685 |
| 1900 | STATE, DEPARTMENT OF | 1,014,120,454.84 | 1.01 billion | 3,664 |
| 5700 | DEPT OF THE AIR FORCE | 858,542,360.81 | 858.54 million | 880 |
| 2100 | DEPT OF THE ARMY | 846,743,108.01 | 846.74 million | 1,371 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 430,838,933.57 | 430.84 million | 552 |
| 7200 | AGENCY FOR INTERNATIONAL DEVELOPMENT | 313,916,074.79 | 313.92 million | 498 |
| 97F5 | WASHINGTON HEADQUARTERS SERVICES (WHS) | 288,772,462.97 | 288.77 million | 289 |
| 2050 | INTERNAL REVENUE SERVICE | 286,166,105.54 | 286.17 million | 661 |
| 7012 | U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT | 282,841,467.92 | 282.84 million | 148 |
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 268,847,201.26 | 268.85 million | 504 |
Insight
R408 obligations over the last full year totaled $7.38 billion across 19,712 awards, with activity concentrated among a small set of agencies. The Department of the Navy led with $1.44 billion, followed by the Department of State at $1.01 billion; the next three agencies—the Air Force, Army, and Veterans Affairs—each obligated roughly $431 million to $859 million. The top 10 agencies together account for a substantial share of total obligations, indicating that program management/support spending under this PSC is heavily concentrated within defense and selected civilian agencies.
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 1 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 |
|---|---|---|---|---|
| BOOZ ALLEN HAMILTON INC. | 17038 | 362,006,362.67 | 362.01 million | 268 |
| DELOITTE CONSULTING LLP | 1TTG5 | 351,206,281.15 | 351.21 million | 337 |
| CGI FEDERAL INC. | 3YVK7 | 255,723,734.77 | 255.72 million | 230 |
| CARRINGTON MORTGAGE SERVICES LLC | 6EL69 | 224,463,970.66 | 224.46 million | 8 |
| SERCO INC. | 022Q2 | 214,991,455.41 | 214.99 million | 60 |
| ACCENTURE FEDERAL SERVICES LLC | 1ZD18 | 199,402,375.43 | 199.40 million | 107 |
| OPTUMRX ADMINISTRATIVE SERVICES, LLC | 6YEK4 | 195,085,251.83 | 195.09 million | 6 |
| B.I. INCORPORATED | 3CUH9 | 169,886,432.72 | 169.89 million | 8 |
| METROSTAR SYSTEMS, LLC | 1UNQ6 | 101,867,755.06 | 101.87 million | 11 |
| SCIENCE APPLICATIONS INTERNATIONAL CORPORATION | 6XWA8 | 99,517,067.62 | 99.52 million | 171 |
Insight
Over the last full year, PSC R408 obligations totaled $7.38 billion across 19,712 awards, with an average award value of $374.2 thousand. Top-vendor spending is moderately concentrated: the leading 10 vendors account for $2.15 billion, or about 29% of total obligations, with Booz Allen Hamilton Inc. and Deloitte Consulting LLP together representing $713.2 million. Award volume is more diffuse than dollars, as several vendors with relatively low award counts received large obligations, including Carrington Mortgage Services LLC and OptumRx Administrative Services, LLC.
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 1 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 |
Insight
For the last full year, PSC R408 obligated $7.38 billion across 19,712 awards, yielding an average award value of $374.2 thousand. The award base is highly distributed, with a large number of awards supporting a substantial obligation total rather than a small set of high-value actions. With only one year provided in the 1-year window, no year-over-year trend assessment is possible from this view.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.