PSC Code

PSC R699 Federal Contract Obligations (Last 10 Years)

PSC R699 covers support-administrative other obligations across the last 10 years, with 29.17 billion obligated in 116,884 actions.

This PSC page summarizes federal spending under R699, a broad administrative support category with an average action value of 249,534.75. The largest obligating agencies are the Department of the Air Force, Department of the Army, U.S. Citizenship and Immigration Services, the Department of Energy, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of readable FPDS obligations and action counts for PSC R699.

PSC Code
R699
PSC Description
SUPPORT- ADMINISTRATIVE: OTHER
Total Obligated
29.17 billion
29,166,620,195.70
Award Actions
116,884
Average Action Value
249,534.75

About PSC R699 federal contract activity

PSC R699, SUPPORT- ADMINISTRATIVE: OTHER, accounts for 29.17 billion in obligations across 116,884 awards over the last 10 years, with an average award value of 249,534.75. The volume and dollar profile indicate broad use for administrative support services across multiple mission areas rather than concentration in a single buying office.

Agency demand and leading federal buyers

The Department of the Air Force leads obligations in this PSC at 6.50 billion across 4,798 awards, followed by the Department of the Army at 2.15 billion across 10,718 awards. U.S. Citizenship and Immigration Services, the Department of Energy, and the Department of the Navy also appear among the top obligators, showing that demand spans both defense and civilian agencies.

Vendor concentration and leading contractors

The vendor profile is highly concentrated at the top, with MINISTRY OF DEFENSE receiving 4.68 billion across 62 awards, far above the next-ranked vendors. CGI Federal Inc., Brillient Corporation, Macfadden & Associates, Inc., and Defense Facilities Administration Agency each represent materially smaller but still significant obligation totals, indicating a mix of large-scale and recurring administrative support relationships.

Annual contract trend over the analysis window

Annual obligations remained elevated through the period shown, peaking at 4.51 billion in 2021 and staying above 3.6 billion in 2022 through 2024 before declining to 2.22 billion in 2025. Award counts were consistently high, ranging from 9,896 in 2025 to 11,415 in 2021, suggesting that activity has been sustained even as dollar volume fluctuated.

How to interpret this page

This summary is based on FPDS obligations for PSC R699 over the last 10 years and reflects reported award data in the selected analysis window. Totals, counts, and averages are calculated from obligated dollars and award records associated with the PSC; annual and entity-level views reflect the same underlying dataset and may not sum exactly across all slices due to reporting timing and classification effects.

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 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
5700 DEPT OF THE AIR FORCE 6,500,910,978.42 6.50 billion 4,798
2100 DEPT OF THE ARMY 2,150,418,082.22 2.15 billion 10,718
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 1,985,805,447.00 1.99 billion 912
8900 ENERGY, DEPARTMENT OF 1,745,099,896.97 1.75 billion 9,623
1700 DEPT OF THE NAVY 1,727,562,545.40 1.73 billion 6,452
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,261,622,368.42 1.26 billion 4,993
1501 OFFICES, BOARDS AND DIVISIONS 1,073,665,156.16 1.07 billion 6,208
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 913,641,908.09 913.64 million 2,034
97DH DEFENSE HEALTH AGENCY (DHA) 882,438,445.14 882.44 million 1,212
1900 STATE, DEPARTMENT OF 882,175,805.79 882.18 million 7,251

Insight

Over the last 10 years, PSC R699 obligations totaled 29.17 billion across 116,884 awards, with a relatively low average award value of 249,534.75, indicating a broad base of smaller administrative support actions. The Department of the Air Force led with 6.50 billion, accounting for about 22% of total obligations, followed by the Department of the Army at 2.15 billion and U.S. Citizenship and Immigration Services at 1.99 billion. Obligations are concentrated in a few large agencies, but spending is still distributed across a diverse set of departments, including Energy, the Navy, NASA, and State, each with roughly 0.88 billion to 1.75 billion obligated over the period.

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 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
MINISTRY OF DEFENSE J0404 4,684,287,393.00 4.68 billion 62
CGI FEDERAL INC. 3YVK7 561,217,206.63 561.22 million 270
BRILLIENT CORPORATION 463W1 442,025,766.65 442.03 million 88
MACFADDEN & ASSOCIATES, INC. 0XMW7 428,186,494.29 428.19 million 146
DEFENSE FACILITIES ADMINISTRATION AGENCY SCB01 401,025,321.28 401.03 million 40
FORFEITURE SUPPORT ASSOCIATES, LLC 3Q5J6 387,116,528.71 387.12 million 2,580
DELOITTE CONSULTING LLP 1TTG5 357,505,359.35 357.51 million 456
INFORMATION TECHNOLOGY COALITION, INC. 4KXG2 297,441,631.81 297.44 million 193
PERATON ENTERPRISE SOLUTIONS LLC 1U305 294,789,873.78 294.79 million 53
SCIOLEX CORPORATION 4B8D7 288,120,091.77 288.12 million 97

Insight

Over the last 10 years, PSC R699 obligations total $29.17 billion across 116,884 awards, with an average award value of $249,534.75. Vendor obligations are moderately concentrated: MINISTRY OF DEFENSE accounts for $4.68 billion, far exceeding the next highest vendors, while the remaining top vendors each range from about $288.12 million to $561.22 million. Award volume is more distributed than dollars, with FORFEITURE SUPPORT ASSOCIATES, LLC receiving 2,580 awards for $387.12 million, indicating many relatively smaller obligations alongside a smaller number of very large 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 = 'R699'
        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 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
2020 2,298,327,853.64 2.30 billion 11,611
2019 2,194,397,783.29 2.19 billion 11,873
2018 2,359,082,269.84 2.36 billion 13,464
2017 2,302,011,634.50 2.30 billion 13,031
2016 2,073,547,285.34 2.07 billion 12,855

Insight

Over the last 10 years, PSC R699 obligated $29.17 billion across 116,884 awards, with an average award value of $249.5K. Obligations were relatively steady from 2016 through 2020 at roughly $2.07 billion to $2.36 billion annually, increased sharply in 2021 to $4.51 billion, and then remained elevated from 2022 through 2024 at $3.61 billion to $3.89 billion. In 2025, obligations declined to $2.22 billion, closer to pre-2021 levels, while award counts remained comparatively stable near 9.9K to 11.9K annually.

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.