Federal Agency

USDA, DEPARTMENTAL ADMINISTRATION Federal Contract Obligations (Last 10 Years)

USDA, Departmental Administration (Agency ID 1205) shows $11.10 billion in obligations across 29,936 award actions over the last 10 years, with most spending in IT and related services.

This FPDS Query page summarizes USDA, Departmental Administration procurement activity over the last 10 years. Obligations total $11,102,568,573.83 across 29,936 award actions, averaging $370,876.82 per action, with annual obligations above $1.15 billion in each year shown from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Top obligations are concentrated in NAICS 541519, 541512, and 541511, and leading vendors include Accenture Federal Services LLC, Carahsoft Technology Corporation, and Synergy Business Innovation & Solutions Inc.

Agency ID
1205
Total Obligated
11.10 billion
11,102,568,573.83
Award Actions
29,936
Average Action Value
370,876.82

About USDA, DEPARTMENTAL ADMINISTRATION federal contract activity

USDA, Departmental Administration recorded 29,936 awards totaling 11.10 billion dollars over the last 10 years, for an average award value of 370,876.82. The obligation base is concentrated in information technology and related professional services, indicating a portfolio dominated by systems support, software, and consulting activity rather than large physical goods purchases.

Vendor concentration and leading contractors

Spending is led by Accenture Federal Services LLC at 523.65 million across 614 awards, followed by Carahsoft Technology Corporation at 410.85 million across 239 awards. The remaining top vendors—Synergy Business Innovation & Solutions Inc., Technology Solutions Provider, Inc., and Minburn Technology Group LLC—show meaningful but smaller concentrations, suggesting a multi-vendor IT procurement environment with a few high-value suppliers.

Industry profile based on NAICS activity

The top NAICS codes are heavily centered on IT services: 541519 Other Computer Related Services at 3.41 billion, 541512 Computer Systems Design Services at 3.27 billion, and 541511 Custom Computer Programming Services at 1.10 billion. Secondary obligations in 541611 Administrative Management and General Management Consulting Services and 511210 Software Publishers reinforce a procurement profile focused on technical labor, integration, and software acquisition.

Annual contract trend over the analysis window

Annual obligations in the most recent years were relatively stable at a high level, ranging from 1.15 billion in 2021 to 1.66 billion in 2023. Obligations increased from 2021 through 2023, remained elevated in 2024 at 1.60 billion, and then eased to 1.39 billion in 2025, while award counts stayed in a fairly narrow band between 2,617 and 3,054.

How to interpret this page

This summary is based on FPDS obligations for USDA, Departmental Administration, Agency ID 1205, using the last 10 years of available records. Totals, award counts, vendor rankings, NAICS concentrations, and annual trends reflect obligated dollars as reported in the dataset; no additional estimation or external enrichment was applied.

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 = '1205'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ACCENTURE FEDERAL SERVICES LLC 523,652,975.68 523.65 million 614
CARAHSOFT TECHNOLOGY CORPORATION 410,848,811.08 410.85 million 239
SYNERGY BUSINESS INNOVATION & SOLUTIONS INC. 258,888,643.10 258.89 million 70
TECHNOLOGY SOLUTIONS PROVIDER, INC. 252,450,636.15 252.45 million 169
MINBURN TECHNOLOGY GROUP LLC 234,662,303.95 234.66 million 14
HIGHLAND TECHNOLOGY SERVICES INC. 218,613,417.93 218.61 million 23
ACE INFO SOLUTIONS, INC. 215,341,986.13 215.34 million 101
DELL FEDERAL SYSTEMS L.P. 202,201,149.79 202.20 million 50
GRUNLEY CONSTRUCTION CO., INC. 201,842,350.26 201.84 million 55
CGI FEDERAL INC. 184,413,768.76 184.41 million 142

Insight

Over the last 10 years, USDA Departmental Administration obligated $11.10 billion across 29,936 awards, with an average award value of $370,876.82. Obligations are moderately concentrated among the top vendors: ACCENTURE FEDERAL SERVICES LLC leads at $523.65 million across 614 awards, followed by CARAHSOFT TECHNOLOGY CORPORATION at $410.85 million and SYNERGY BUSINESS INNOVATION & SOLUTIONS INC. at $258.89 million. The remaining top vendors each received roughly $184.41 million to $252.45 million, indicating a broad vendor base with no single vendor dominating total obligations.

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 = '1205'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 3,408,326,882.91 3.41 billion 8,825
541512 COMPUTER SYSTEMS DESIGN SERVICES 3,274,588,396.84 3.27 billion 3,847
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,104,252,061.27 1.10 billion 1,512
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 540,812,487.71 540.81 million 2,100
511210 SOFTWARE PUBLISHERS 497,082,614.61 497.08 million 1,199
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 182,674,248.26 182.67 million 1,077
517919 ALL OTHER TELECOMMUNICATIONS 169,481,049.74 169.48 million 67
517110 WIRED TELECOMMUNICATIONS CARRIERS 161,742,335.57 161.74 million 267
517111 WIRED TELECOMMUNICATIONS CARRIERS 156,352,405.66 156.35 million 42
561612 SECURITY GUARDS AND PATROL SERVICES 145,052,320.96 145.05 million 155

Insight

Over the last 10 years, USDA Departmental Administration obligated $11.10 billion across 29,936 awards, with spending highly concentrated in IT-related NAICS codes. NAICS 541519, 541512, and 541511 together account for $7.79 billion, or about 70% of total obligations, indicating a strong emphasis on computer-related services and systems support. The remaining top NAICS categories are materially smaller and more diversified, with consulting, software publishing, construction, telecommunications, and security services each representing a much smaller share of total obligations.

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 = '1205'
        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 1,394,529,624.85 1.39 billion 2,617
2024 1,595,984,859.84 1.60 billion 3,054
2023 1,661,945,137.20 1.66 billion 2,844
2022 1,493,394,545.50 1.49 billion 2,835
2021 1,151,140,699.77 1.15 billion 2,770
2020 1,082,274,948.73 1.08 billion 2,639
2019 839,713,185.13 839.71 million 2,820
2018 671,020,047.58 671.02 million 3,310
2017 667,974,962.49 667.97 million 3,453
2016 544,590,562.74 544.59 million 3,594

Insight

Over the last 10 years, USDA, Departmental Administration obligated $11.10 billion across 29,936 awards, averaging $370,876.82 per award. Obligations were concentrated in the most recent four years, with annual totals at or above $1.08 billion from 2020 through 2025 and a peak of $1.66 billion in 2023. Award volume increased from 2016 through 2023, then remained relatively stable at roughly 2,600 to 3,100 awards annually, indicating higher obligation levels in recent years without a comparable rise in award count.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.