Federal Contractor

ACCENTURE FEDERAL SERVICES LLC Federal Contract Obligations (Last Year)

ACCENTURE FEDERAL SERVICES LLC (CAGE 1ZD18, UEI C47BNA8GM833) received 3.25 billion in obligated federal awards across 1,774 actions in the last full year.

This FPDS vendor page summarizes federal procurement activity for ACCENTURE FEDERAL SERVICES LLC over the last full year. The firm's obligations were led by the Department of the Air Force, Department of Energy, and Department of Education, with most spending concentrated in computer systems design services.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the analysis window provided and are based on readable obligated amounts, award counts, and NAICS and agency groupings from the source data.

CAGE Code
1ZD18
UEI
C47BNA8GM833
Total Obligated
3.25 billion
3,246,696,130.07
Award Actions
1,774
Average Action Value
1,830,155.65

About ACCENTURE FEDERAL SERVICES LLC federal contract activity

ACCENTURE FEDERAL SERVICES LLC (CAGE 1ZD18, UEI C47BNA8GM833) recorded 3.25 billion in obligated federal spend across 1,774 awards during the last full year, with an average award value of 1.83 million. The volume profile indicates a broad contract footprint with heavy concentration in a small number of large program actions alongside many lower-value awards.

Agency mix and customer concentration

Obligations were led by the Department of the Air Force at 486.73 million across 153 awards, followed by the Department of Energy at 406.57 million across 421 awards and the Department of Education at 314.44 million across 91 awards. The Internal Revenue Service and the Department of Veterans Affairs also represented meaningful demand, showing that the vendor’s federal work spans defense, civilian, revenue, and health-related buyers.

Industry profile based on NAICS activity

The vendor’s portfolio is dominated by NAICS 541512, Computer Systems Design Services, which accounts for 2.57 billion and 1,224 awards, making it the core of the company’s federal business. Secondary activity is concentrated in adjacent IT and professional services codes, including 541519, 541511, 541990, and 541611, indicating a service mix centered on systems design, custom development, related technical services, and management consulting.

Annual contract trend over the analysis window

The annual trend provided covers a single year, 2025, with 3.25 billion obligated across 1,774 awards. With only one data point in the analysis window, this view establishes current-year scale but does not support a year-over-year growth assessment. The distribution of awards suggests continued active procurement throughput rather than reliance on a small number of isolated obligations.

How to interpret this page

This summary is based on FPDS award records associated with ACCENTURE FEDERAL SERVICES LLC, keyed to CAGE 1ZD18 and UEI C47BNA8GM833, and limited to the last full year in the analysis window. Agency and NAICS references reflect obligations and award counts as reported in the provided dataset; totals may differ from final agency-reported figures due to FPDS reporting timing, modifications, and data quality updates.

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 1 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 486,726,933.18 486.73 million 153
8900 ENERGY, DEPARTMENT OF 406,569,689.70 406.57 million 421
9100 EDUCATION, DEPARTMENT OF 314,443,923.23 314.44 million 91
2050 INTERNAL REVENUE SERVICE 288,936,731.76 288.94 million 139
3600 VETERANS AFFAIRS, DEPARTMENT OF 251,058,150.85 251.06 million 17
2100 DEPT OF THE ARMY 248,393,283.71 248.39 million 60
1900 STATE, DEPARTMENT OF 214,308,705.46 214.31 million 184
97AS DEFENSE LOGISTICS AGENCY 200,321,812.37 200.32 million 178
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 187,265,430.01 187.27 million 8
1549 FEDERAL BUREAU OF INVESTIGATION 92,619,349.82 92.62 million 54

Insight

Over the last full year, ACCENTURE FEDERAL SERVICES LLC obligated $3.25 billion across 1,774 awards, with spending concentrated in a few large agencies. The Department of the Air Force was the largest obligating agency at $486.73 million, followed by the Department of Energy at $406.57 million and the Department of Education at $314.44 million. Obligations are distributed across both civilian and defense agencies, with several agencies showing high dollar volume on relatively few awards, notably Veterans Affairs ($251.06 million across 17 awards) and CMS ($187.27 million across 8 awards).

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 1 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 2,568,781,287.15 2.57 billion 1,224
541519 OTHER COMPUTER RELATED SERVICES 245,752,021.14 245.75 million 238
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 106,196,296.42 106.20 million 40
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 77,245,512.38 77.25 million 43
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 75,250,121.24 75.25 million 94
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 64,698,016.70 64.70 million 21
511210 SOFTWARE PUBLISHERS 57,056,942.22 57.06 million 25
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 27,354,839.92 27.35 million 20
513210 SOFTWARE PUBLISHERS 10,816,983.62 10.82 million 1
541330 ENGINEERING SERVICES 9,316,449.25 9.32 million 8

Insight

ACCENTURE FEDERAL SERVICES LLC’s obligations in the last full year were heavily concentrated in NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, which accounted for $2.57 billion across 1,224 awards, or roughly 79% of total obligated dollars. The next largest codes—541519, 541511, and 541990—were much smaller by dollar value, indicating a long tail of secondary activity rather than broad parity across NAICS categories. Award volume is more dispersed than dollars, with several lower-dollar NAICS codes contributing modest counts, including 541611 with 94 awards and 541519 with 238 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1ZD18'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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

Insight

In the last full year, ACCENTURE FEDERAL SERVICES LLC (CAGE 1ZD18) recorded $3.25 billion in obligated value across 1,774 awards, indicating a high-volume award profile with meaningful obligation concentration. The average award value of $1.83 million suggests a portfolio weighted toward mid-sized awards rather than a small number of exceptionally large actions. With only one annual data point in the 1-year window, trend assessment is limited to current-period scale and distribution.

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