PSC Code

PSC R699 Federal Contract Obligations (Last 5 Years)

PSC R699 covers support-administrative other obligations across the last 5 years, totaling $17.94 billion in 54,050 award actions.

Within PSC R699, spending is spread across a large volume of administrative support awards, with an average action value of $331,901.07. The Department of the Air Force leads by obligated dollars, while the Department of Energy posts the highest award count among the top agencies.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and award actions for PSC R699.

PSC Code
R699
PSC Description
SUPPORT- ADMINISTRATIVE: OTHER
Total Obligated
17.94 billion
17,939,253,369.09
Award Actions
54,050
Average Action Value
331,901.07

About PSC R699 federal contract activity

PSC R699, SUPPORT- ADMINISTRATIVE: OTHER, accounts for 17.94 billion across 54,050 awards over the last 5 years, with an average award value of 331,901.07. The volume of actions indicates broad use for administrative support requirements across multiple civilian and defense organizations, with spending concentrated in a relatively small set of large buyers.

Agency demand and leading federal buyers

The Department of the Air Force is the dominant agency in this PSC, obligating 5.36 billion across 2,240 awards, far exceeding every other buyer. Energy, the Department of the Navy, U.S. Citizenship and Immigration Services, and the Department of the Army round out the top five, together showing that demand spans both defense and civilian missions, with especially high activity at Energy and Army in award count terms.

Vendor concentration and leading contractors

MINISTRY OF DEFENSE is the leading vendor by obligation at 4.68 billion across 60 awards, indicating a highly concentrated share of spend. The remaining top vendors—CGI Federal Inc., Peraton Enterprise Solutions LLC, Brillient Corporation, and Deloitte Consulting LLP—show materially lower obligation totals but broader award counts, suggesting a mix of large-scale, recurring administrative support buys across multiple contracts.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 4.51 billion and remained elevated through 2022 and 2023, before rising again to 3.89 billion in 2024. The 2025 total of 2.22 billion is lower than prior full years, but the year may be incomplete; award volumes stayed consistently high throughout the period, ranging from 9,896 to 11,415 awards per year.

How to interpret this page

This summary is based on FPDS obligations and award counts for PSC R699 over the last 5 years. Annual trend figures are grouped by fiscal year, while agency and vendor rankings reflect total obligated dollars within the analysis window; amounts are rounded in narrative form and should be interpreted as aggregated FPDS data rather than a projection of future demand.

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 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
5700 DEPT OF THE AIR FORCE 5,357,093,607.59 5.36 billion 2,240
8900 ENERGY, DEPARTMENT OF 1,100,633,478.79 1.10 billion 5,246
1700 DEPT OF THE NAVY 1,037,152,858.35 1.04 billion 3,002
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 988,822,350.12 988.82 million 405
2100 DEPT OF THE ARMY 932,899,604.72 932.90 million 4,116
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 788,640,779.95 788.64 million 2,778
97DH DEFENSE HEALTH AGENCY (DHA) 660,610,434.87 660.61 million 707
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 573,663,716.50 573.66 million 699
1501 OFFICES, BOARDS AND DIVISIONS 554,246,441.82 554.25 million 3,218
1900 STATE, DEPARTMENT OF 525,553,330.61 525.55 million 3,450

Insight

Over the last 5 years, PSC R699 obligated $17.94 billion across 54,050 awards, with a relatively low average award value of $331.9K, indicating a high-volume, widely distributed procurement pattern. The Department of the Air Force is the dominant obligating agency at $5.36 billion, accounting for about 29.9% of total obligations in this PSC. The next largest obligators—DOE, Navy, USCIS, and the Army—are materially smaller, suggesting the spend is concentrated at the top but still spread across multiple civilian and defense 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 = '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 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
MINISTRY OF DEFENSE J0404 4,683,963,574.91 4.68 billion 60
CGI FEDERAL INC. 3YVK7 322,382,135.23 322.38 million 122
PERATON ENTERPRISE SOLUTIONS LLC 1U305 294,789,873.78 294.79 million 53
BRILLIENT CORPORATION 463W1 288,732,648.21 288.73 million 43
DELOITTE CONSULTING LLP 1TTG5 262,211,091.48 262.21 million 309
INFORMATION TECHNOLOGY COALITION, INC. 4KXG2 247,983,736.98 247.98 million 87
CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY 4WPK2 231,908,778.38 231.91 million 13
CHEROKEE NATION FEDERAL CONSULTING, L.L.C. 57X88 209,336,913.87 209.34 million 26
SCIOLEX CORPORATION 4B8D7 202,312,313.57 202.31 million 62
MACFADDEN & ASSOCIATES, INC. 0XMW7 201,596,853.81 201.60 million 48

Insight

Over the last 5 years, PSC R699 obligated $17.94 billion across 54,050 awards, with an average award value of $331,901. Spending is highly concentrated: MINISTRY OF DEFENSE accounts for $4.68 billion across 60 awards, well above the next-largest vendors, each below $323 million. The remaining top vendors are comparatively distributed across multiple firms, with award counts ranging from 13 to 309, indicating that high obligation totals do not always correspond to high award volume.

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 5 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
2024 3,890,703,182.37 3.89 billion 10,949
2023 3,711,308,010.71 3.71 billion 10,859
2022 3,609,974,983.47 3.61 billion 10,931
2021 4,506,229,223.13 4.51 billion 11,415

Insight

PSC R699 obligated $17.94 billion across 54,050 awards over the last 5 years, with an average award value of $331,901. Obligations were highest in 2021 at $4.51 billion and declined to $3.61 billion in 2022 and $3.71 billion in 2023 before rising to $3.89 billion in 2024. Fiscal 2025 obligations are $2.22 billion to date, with award counts remaining relatively stable year over year, indicating a large, consistently used PSC with a recent downward shift in annual obligation volume.

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.