Federal Contractor

ACCENTURE FEDERAL SERVICES LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for ACCENTURE FEDERAL SERVICES LLC (CAGE 1ZD18, UEI C47BNA8GM833) covering obligations, agencies, NAICS codes, and annual trends over the last 10 years.

ACCENTURE FEDERAL SERVICES LLC recorded 14,502 award actions and $21.91 billion in obligated federal spending over the last 10 years, with an average action value of $1.51 million. The largest obligations came from the Department of Energy, Department of Education, Department of State, Internal Revenue Service, and Centers for Medicare and Medicaid Services, while the main NAICS concentrations were computer systems design and other computer-related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS award activity for the stated analysis window and are based on the provided readable and exact obligation totals.

CAGE Code
1ZD18
UEI
C47BNA8GM833
Total Obligated
21.91 billion
21,905,840,131.30
Award Actions
14,502
Average Action Value
1,510,539.24

About ACCENTURE FEDERAL SERVICES LLC federal contract activity

ACCENTURE FEDERAL SERVICES LLC recorded 21.91 billion in obligated federal spending across 14,502 awards over the last 10 years, for an average award value of 1.51 million. The vendor’s footprint is concentrated in large, recurring services engagements rather than a small number of high-dollar transactions.

Agency mix and customer concentration

The largest obligations came from the Department of Energy at 2.21 billion across 2,802 awards, followed by the Department of Education at 2.18 billion and the Department of State at 1.95 billion. The Internal Revenue Service and the Centers for Medicare and Medicaid Services also represent major demand centers, indicating a broad base of civilian agency work with multiple high-value customer relationships.

Industry profile based on NAICS activity

The vendor’s profile is dominated by NAICS 541512, Computer Systems Design Services, which accounts for 14.04 billion and 8,197 awards. NAICS 541519 is the second-largest category at 3.68 billion, while smaller but material activity appears in credit intermediation support and management or human resources consulting, showing adjacent service lines beyond core systems design.

Annual contract trend over the analysis window

Recent annual obligations have remained consistently strong, with 2.53 billion in 2021 rising to 2.71 billion in 2022 and 3.09 billion in 2023. Spending increased again to 3.40 billion in 2024, before easing slightly to 3.25 billion in 2025; award volumes followed a similar pattern, staying elevated across the period.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 1ZD18 and UEI C47BNA8GM833 over the last 10 years. Obligation totals, award counts, and category rankings reflect the provided dataset and are not adjusted for inflation or normalized across agencies or NAICS codes.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1ZD18'
        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
8900 ENERGY, DEPARTMENT OF 2,208,811,227.43 2.21 billion 2,802
9100 EDUCATION, DEPARTMENT OF 2,179,488,482.08 2.18 billion 465
1900 STATE, DEPARTMENT OF 1,946,329,878.98 1.95 billion 2,079
2050 INTERNAL REVENUE SERVICE 1,874,210,832.25 1.87 billion 1,103
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,505,285,718.44 1.51 billion 85
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,437,751,199.06 1.44 billion 205
5700 DEPT OF THE AIR FORCE 1,332,429,685.98 1.33 billion 803
2100 DEPT OF THE ARMY 1,317,839,717.31 1.32 billion 403
97AS DEFENSE LOGISTICS AGENCY 1,193,173,948.94 1.19 billion 1,082
7013 TRANSPORTATION SECURITY ADMINISTRATION 1,062,726,847.47 1.06 billion 366

Insight

Over the last 10 years, ACCENTURE FEDERAL SERVICES LLC (CAGE 1ZD18) received $21.91 billion across 14,502 awards, with obligations spread across a broad federal customer base but concentrated in a small set of lead agencies. The Department of Energy is the largest top-agency recipient at $2.21 billion (2,802 awards), closely followed by the Department of Education at $2.18 billion, the Department of State at $1.95 billion, and the Internal Revenue Service at $1.87 billion. The remaining top agencies each account for roughly $1.06 billion to $1.51 billion, indicating a diversified award profile with meaningful concentration among civilian and defense-related agencies.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1ZD18'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 14,036,238,952.40 14.04 billion 8,197
541519 OTHER COMPUTER RELATED SERVICES 3,676,857,695.34 3.68 billion 3,325
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 1,240,750,319.15 1.24 billion 231
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 561,154,989.77 561.15 million 783
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 552,732,152.65 552.73 million 208
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 514,483,206.05 514.48 million 363
511210 SOFTWARE PUBLISHERS 307,904,406.90 307.90 million 248
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 203,007,743.84 203.01 million 125
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 171,223,848.26 171.22 million 84
541219 OTHER ACCOUNTING SERVICES 118,969,101.39 118.97 million 102

Insight

Over the last 10 years, ACCENTURE FEDERAL SERVICES LLC’s obligations are highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $14.04 billion across 8,197 awards, or about 64% of total obligated dollars. NAICS 541519, Other Computer Related Services, is the second-largest category at $3.68 billion and 3,325 awards, bringing the combined share of the top two NAICS codes to roughly 79% of total obligations. The remaining activity is distributed across consulting, programming, software publishing, hosting, and related professional services, with no other NAICS exceeding $1.24 billion.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1ZD18'
        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 3,246,696,130.07 3.25 billion 1,774
2024 3,395,940,559.99 3.40 billion 1,943
2023 3,092,083,871.44 3.09 billion 1,711
2022 2,711,643,675.32 2.71 billion 1,703
2021 2,526,354,117.19 2.53 billion 1,743
2020 2,182,093,078.31 2.18 billion 1,765
2019 1,734,986,156.03 1.73 billion 1,555
2018 1,380,768,041.82 1.38 billion 1,196
2017 1,301,396,569.29 1.30 billion 910
2016 333,877,931.84 333.88 million 202

Insight

Accenture Federal Services LLC (CAGE 1ZD18) obligated $21.91 billion across 14,502 awards over the last 10 years, with an average award value of $1.51 million. Obligations and award volume are heavily concentrated in the most recent five years, with annual obligations above $2.1 billion each year from 2020 through 2025 and peaking at $3.40 billion in 2024; 2016–2018 were comparatively low, ranging from $333.88 million to $1.38 billion. Award counts also increased materially over time, from 202 awards in 2016 to 1,774 in 2025, indicating both growth in contract activity and sustained high obligation levels in recent years.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.