Federal Contractor

DELOITTE CONSULTING LLP Federal Contract Obligations (Last 5 Years)

Federal procurement profile for DELOITTE CONSULTING LLP (CAGE 1TTG5, UEI CKV2L9GZKJK3) covering obligations, award volume, agency mix, NAICS mix, and annual trends over the last 5 years.

Over the last 5 years, DELOITTE CONSULTING LLP has recorded $14.09 billion in obligated federal awards across 10,132 actions, with an average action value of $1.39 million. The largest shares of obligation came from the Federal Acquisition Service, the Internal Revenue Service, and the Department of the Air Force, while work was concentrated in computer systems design services and management consulting.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligated dollars and award actions in the stated 5-year analysis window; annual values show a peak in 2024 followed by lower 2025 obligations year to date.

CAGE Code
1TTG5
UEI
CKV2L9GZKJK3
Total Obligated
14.09 billion
14,093,200,085.46
Award Actions
10,132
Average Action Value
1,390,959.34

About DELOITTE CONSULTING LLP federal contract activity

DELOITTE CONSULTING LLP (CAGE 1TTG5, UEI CKV2L9GZKJK3) recorded $14.09 billion in FPDS obligations across 10,132 awards over the last 5 years, with an average award value of $1.39 million. The volume profile indicates a large, recurring federal services vendor with activity spread across thousands of transactions rather than a small number of exceptionally large awards.

Agency mix and customer concentration

Obligations are concentrated in a small set of civilian and defense buyers. The Federal Acquisition Service leads at $2.19 billion across 555 awards, followed by the Internal Revenue Service at $1.44 billion across 823 awards, while the Department of the Air Force, Veterans Affairs, and NIH each contribute substantial but smaller shares, indicating broad penetration across shared services, tax administration, defense, health, and veterans missions.

Industry profile based on NAICS activity

The vendor's work is centered on IT and management consulting. NAICS 541512, Computer Systems Design Services, is the largest line at $6.40 billion across 3,685 awards, followed by NAICS 541611, Administrative Management and General Management Consulting Services, at $3.84 billion across 3,448 awards; engineering services and related professional services add another meaningful layer of spend. This mix shows a strong bias toward technical delivery and advisory work, with secondary exposure to accounting and other professional services.

Annual contract trend over the analysis window

Annual obligations were highest in 2024 at $3.32 billion, then eased to $2.66 billion in 2025, after rising from $2.47 billion in 2021 to $3.06 billion in 2023. Award counts stayed consistently near 2,000 per year, suggesting steady procurement activity even as dollar volume moved with the size and mix of task orders or contract actions.

How to interpret this page

This summary is based on FPDS award data for the last 5 years and aggregates obligations, award counts, agency totals, NAICS totals, and annual trends tied to the reported CAGE code and UEI. Figures reflect obligations captured in the analysis window and should be interpreted as procurement activity reported in FPDS, not total enterprise revenue.

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 = '1TTG5'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
4732 FEDERAL ACQUISITION SERVICE 2,188,475,232.53 2.19 billion 555
2050 INTERNAL REVENUE SERVICE 1,443,956,537.29 1.44 billion 823
5700 DEPT OF THE AIR FORCE 914,220,564.57 914.22 million 632
3600 VETERANS AFFAIRS, DEPARTMENT OF 906,470,276.76 906.47 million 255
7529 NATIONAL INSTITUTES OF HEALTH 820,480,894.90 820.48 million 527
1700 DEPT OF THE NAVY 774,988,483.75 774.99 million 807
7524 FOOD AND DRUG ADMINISTRATION 587,570,758.80 587.57 million 336
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 497,274,066.72 497.27 million 307
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 487,194,990.62 487.19 million 266
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 478,514,223.56 478.51 million 624

Insight

Over the last 5 years, DELOITTE CONSULTING LLP obligated $14.09 billion across 10,132 awards, with spending concentrated in a small set of civilian and defense agencies. The Federal Acquisition Service is the largest funding source at $2.19 billion, followed by the Internal Revenue Service at $1.44 billion; the next eight agencies each accounted for less than $1.0 billion. The top 10 agencies together represent about 57% of total obligated dollars, indicating a moderately concentrated but still diversified customer base.

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 = '1TTG5'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 6,400,440,484.43 6.40 billion 3,685
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,837,722,951.64 3.84 billion 3,448
541330 ENGINEERING SERVICES 1,366,146,238.50 1.37 billion 1,104
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 596,959,785.66 596.96 million 481
541219 OTHER ACCOUNTING SERVICES 441,944,765.40 441.94 million 477
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 289,992,555.86 289.99 million 164
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 266,913,667.06 266.91 million 60
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 164,530,832.46 164.53 million 64
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 145,822,274.41 145.82 million 113
541618 OTHER MANAGEMENT CONSULTING SERVICES 118,792,145.24 118.79 million 82

Insight

Over the last 5 years, DELOITTE CONSULTING LLP’s obligations are concentrated in two NAICS codes: 541512 (Computer Systems Design Services) at $6.40 billion across 3,685 awards and 541611 (Administrative Management and General Management Consulting Services) at $3.84 billion across 3,448 awards. Together, these two categories account for the large majority of the vendor’s $14.09 billion obligated value, indicating a strong concentration in IT systems design and management consulting. The remaining obligated value is distributed across engineering, professional and technical services, accounting, HR consulting, and related service lines, each representing a materially 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1TTG5'
        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 2,660,542,358.39 2.66 billion 1,918
2024 3,322,582,498.96 3.32 billion 2,062
2023 3,055,873,664.83 3.06 billion 2,085
2022 2,586,149,163.82 2.59 billion 2,069
2021 2,468,052,399.46 2.47 billion 1,998

Insight

Over the last five years, DELOITTE CONSULTING LLP recorded $14.09 billion across 10,132 awards, with annual obligations remaining consistently high and clustered between $2.47 billion and $3.32 billion. Obligations peaked in 2024 at $3.32 billion and then declined to $2.66 billion in 2025, after a steady rise from 2021 to 2024. Award counts were also stable year to year, ranging from 1,918 to 2,085, indicating broad distribution of activity rather than reliance on a small number of awards.

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