PSC Code

PSC R699 Federal Contract Obligations (Last Year)

PSC R699 covers support-administrative other obligations totaling $2.22 billion across 9,896 award actions in the last full year.

In the last full year, federal agencies obligated $2.22 billion under PSC R699, with an average action value of $224,437.95. The largest obligating agencies were the Department of Energy, the Department of the Navy, and the Department of the Army, while major vendors included Peraton Enterprise Solutions LLC, Brillient Corporation, and CGI Federal Inc.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on reported obligations and award actions for PSC R699.

PSC Code
R699
PSC Description
SUPPORT- ADMINISTRATIVE: OTHER
Total Obligated
2.22 billion
2,221,037,969.41
Award Actions
9,896
Average Action Value
224,437.95

About PSC R699 federal contract activity

PSC R699, SUPPORT- ADMINISTRATIVE: OTHER, accounted for $2.22 billion across 9,896 awards in the last full year, with an average award value of $224,437.95. The volume of obligations and award actions indicates broad use for administrative support requirements across civilian and defense portfolios.

Agency demand and leading federal buyers

The Department of Energy led all agencies with $258.30 million and 1,134 awards, followed by the Department of the Navy with $243.25 million and the Department of the Army with $167.69 million. The Defense Health Agency and NASA also ranked among the top obligators, showing that this PSC is used across a wide range of mission support environments.

Vendor concentration and leading contractors

Peraton Enterprise Solutions LLC was the largest vendor by obligations at $99.85 million across 22 awards, followed by Brillient Corporation at $69.78 million and CGI Federal Inc. at $57.51 million. The vendor mix includes both high-award, moderate-value firms and single-award vendors such as Management Solutions, L.L.C., which received nearly $50.00 million on one award.

Annual contract trend over the analysis window

The annual trend shows $2.22 billion obligated in 2025 across 9,896 awards, matching the full analysis period. With only a single year in the window, this page reflects a point-in-time volume snapshot rather than a multi-year growth pattern.

How to interpret this page

This analysis uses FPDS obligations classified under PSC R699 for the last full year and summarizes totals by agency, vendor, and year. Award counts reflect reported actions within the dataset, and obligated amounts are presented as recorded in FPDS without adjustment for inflation or outliers.

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 = 'R699'
        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
8900 ENERGY, DEPARTMENT OF 258,295,509.59 258.30 million 1,134
1700 DEPT OF THE NAVY 243,252,336.15 243.25 million 635
2100 DEPT OF THE ARMY 167,686,993.46 167.69 million 881
97DH DEFENSE HEALTH AGENCY (DHA) 155,805,187.82 155.81 million 116
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 144,033,203.13 144.03 million 457
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 132,364,291.22 132.36 million 57
5700 DEPT OF THE AIR FORCE 131,564,298.58 131.56 million 421
9100 EDUCATION, DEPARTMENT OF 96,280,976.77 96.28 million 65
1501 OFFICES, BOARDS AND DIVISIONS 95,618,239.74 95.62 million 463
7529 NATIONAL INSTITUTES OF HEALTH 53,068,707.18 53.07 million 302

Insight

R699 obligations totaled $2.22 billion across 9,896 awards in the last full year, with an average award value of $224,438. Spending is concentrated among a small set of agencies, led by the Department of Energy at $258.30 million, followed closely by the Department of the Navy at $243.25 million and the Department of the Army at $167.69 million. The top 10 agencies account for a substantial share of total obligations, with several defense and civilian agencies contributing mid-sized volumes, while award counts vary widely across agencies, indicating differing procurement patterns under this PSC.

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 = 'R699'
        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
PERATON ENTERPRISE SOLUTIONS LLC 1U305 99,851,621.16 99.85 million 22
BRILLIENT CORPORATION 463W1 69,784,616.46 69.78 million 5
CGI FEDERAL INC. 3YVK7 57,510,448.42 57.51 million 18
MANAGEMENT SOLUTIONS, L.L.C. 3CNF4 49,993,733.91 49.99 million 1
DELOITTE CONSULTING LLP 1TTG5 45,335,316.34 45.34 million 80
PROJECT ENHANCEMENT CORPORATION 1SMK8 41,436,860.72 41.44 million 21
EDFINANCIAL SERVICES, LLC 59S93 37,169,546.48 37.17 million 13
F.H. CANN & ASSOCIATES, INC. 4U8A5 35,376,329.99 35.38 million 15
MAYVIN, INC. 4YB56 33,396,726.66 33.40 million 354
QED ENTERPRISES INC 4UAX6 33,141,105.42 33.14 million 4

Insight

For PSC R699 over the last full year, obligations totaled $2.22 billion across 9,896 awards, with an average award value of about $224.4 thousand. The top 10 vendors account for $493.4 million, or roughly 22.2% of total obligations, indicating a moderately concentrated vendor base with spend spread across multiple recipients. PERATON ENTERPRISE SOLUTIONS LLC is the largest vendor at $99.85 million, while award volume is notably dispersed across different firms, including MAYVIN, INC. with 354 awards and MANAGEMENT SOLUTIONS, L.L.C. with a single $49.99 million award.

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 = 'R699'
        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 2,221,037,969.41 2.22 billion 9,896

Insight

For the last full year, PSC R699 obligated $2.22 billion across 9,896 awards, with an average award value of about $224.4K. Because the available window contains only one year of data, no year-over-year trend can be assessed here. The volume of awards indicates this PSC is used across a broad distribution of transactions rather than being concentrated in a small number of high-value awards.

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.