Federal Agency

OFFICE OF ADMINISTRATIVE SERVICES Federal Contract Obligations (Last 5 Years)

Federal procurement activity for the Office of Administrative Services (Agency ID 4773) over the last 5 years totals $1.38 billion across 4,260 award actions.

This page summarizes obligations, award volume, and vendor concentration for the Office of Administrative Services from 2021 through 2025. Recent activity was highest in 2024 at $352.61 million, while NAICS 541519 and 541512 accounted for the largest portions of obligated dollars.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the provided analysis window and may not sum by rounding in readable values.

Agency ID
4773
Total Obligated
1.38 billion
1,376,470,289.08
Award Actions
4,260
Average Action Value
323,115.09

About OFFICE OF ADMINISTRATIVE SERVICES federal contract activity

Over the last 5 years, OFFICE OF ADMINISTRATIVE SERVICES recorded $1.38 billion in obligations across 4,260 awards, with an average award value of $323,115.09. The profile indicates a high volume of moderately sized transactions, consistent with a broad services-heavy procurement portfolio.

Vendor concentration and leading contractors

Spending is concentrated among a small set of vendors, led by VALIANT SOLUTIONS, LLC at $88.37 million across 24 awards, followed by CGI FEDERAL INC., BOOZ ALLEN HAMILTON INC., INTERNATIONAL BUSINESS MACHINES CORPORATION, and OMNISOLVE INC. The top vendors are predominantly IT and advisory firms, suggesting reliance on established contractors for technical and management support.

Industry profile based on NAICS activity

The largest share of obligations falls under NAICS 541519, Other Computer Related Services, at $362.86 million across 1,170 awards, followed closely by NAICS 541512, Computer Systems Design Services, at $353.85 million across 345 awards. Additional major categories include management consulting, custom programming, and software publishing, reinforcing the agency’s emphasis on information technology and business support services.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $352.61 million across 831 awards, then declined to $223.37 million in 2025 through the analysis window. Award volume was highest in 2021 at 1,210 awards, but obligation levels remained relatively stable from 2021 through 2024 before the 2025 contraction.

How to interpret this page

This summary is based on FPDS Query obligations for OFFICE OF ADMINISTRATIVE SERVICES, agency ID 4773, over the last 5 years. Totals reflect obligated dollars, award counts, vendor concentration, NAICS composition, and annual trends within the provided analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '4773'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
VALIANT SOLUTIONS, LLC 88,366,582.99 88.37 million 24
CGI FEDERAL INC. 76,462,889.24 76.46 million 32
BOOZ ALLEN HAMILTON INC. 61,811,168.65 61.81 million 48
INTERNATIONAL BUSINESS MACHINES CORPORATION 56,389,183.52 56.39 million 62
OMNISOLVE INC. 51,799,576.49 51.80 million 80
CARAHSOFT TECHNOLOGY CORP. 42,966,139.84 42.97 million 98
CAPGEMINI GOVERNMENT SOLUTIONS LLC 41,916,009.10 41.92 million 44
CARAHSOFT TECHNOLOGY CORPORATION 30,099,370.95 30.10 million 31
REI SYSTEMS INC 25,788,163.22 25.79 million 54
SPATIAL FRONT INCORPORATED 22,906,517.84 22.91 million 29

Insight

Over the last 5 years, OFFICE OF ADMINISTRATIVE SERVICES obligated $1.38 billion across 4,260 awards, with an average award value of $323,115. Vendor obligations are concentrated among a small set of firms: the top 10 vendors account for obligations ranging from $22.91 million to $88.37 million, with VALIANT SOLUTIONS, LLC leading at $88.37 million across 24 awards. Award activity is more dispersed than dollars, as several vendors appear frequently but at lower obligated totals, including CARAHSOFT TECHNOLOGY CORP. (98 awards, $42.97 million) and OMNISOLVE INC. (80 awards, $51.80 million). The presence of multiple related or similarly named vendors, such as CARAHSOFT TECHNOLOGY CORP. and CARAHSOFT TECHNOLOGY CORPORATION, further suggests vendor obligations are distributed across a mix of recurring suppliers.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '4773'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541519 OTHER COMPUTER RELATED SERVICES 362,859,927.55 362.86 million 1,170
541512 COMPUTER SYSTEMS DESIGN SERVICES 353,850,421.93 353.85 million 345
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 175,126,720.72 175.13 million 633
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 175,017,428.66 175.02 million 427
511210 SOFTWARE PUBLISHERS 86,818,951.52 86.82 million 225
334111 ELECTRONIC COMPUTER MANUFACTURING 41,056,104.45 41.06 million 79
443120 COMPUTER AND SOFTWARE STORES 25,285,550.65 25.29 million 104
517312 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 22,744,804.07 22.74 million 13
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 19,236,595.33 19.24 million 146
517919 ALL OTHER TELECOMMUNICATIONS 13,820,204.24 13.82 million 25

Insight

Over the last 5 years, OFFICE OF ADMINISTRATIVE SERVICES obligated $1.38 billion across 4,260 awards, with spending concentrated in IT and related professional services. NAICS 541519 (Other Computer Related Services) and 541512 (Computer Systems Design Services) together account for $716.71 million, or about 52% of total obligations, indicating a strong reliance on computer support and systems integration services. The next largest categories—541611, 541511, and 511210—further reinforce this concentration in management consulting, custom programming, and software-related procurements, while the remaining top NAICS codes represent a smaller share of obligations and a more dispersed award base.

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__purchaserInformation__contractingOfficeAgencyID = '4773'
        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 223,366,393.49 223.37 million 582
2024 352,610,819.19 352.61 million 831
2023 296,044,095.14 296.04 million 770
2022 250,511,131.30 250.51 million 867
2021 253,937,849.96 253.94 million 1,210

Insight

Over the last 5 years, the Office of Administrative Services obligated $1.38 billion across 4,260 awards, averaging $323.1K per award. Obligations peaked in 2024 at $352.61 million and then declined to $223.37 million in 2025, while award volume also fell from 831 to 582. Earlier years were comparatively stable in the $250–296 million range, indicating a recent contraction after a higher-spending year rather than a sustained upward trend.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.