Federal Contractor

DELOITTE CONSULTING LLP Federal Contract Obligations (Last Year)

DELOITTE CONSULTING LLP recorded 2.66 billion in obligated federal awards across 1,918 actions in the last full year.

Federal procurement data for DELOITTE CONSULTING LLP, CAGE 1TTG5, UEI CKV2L9GZKJK3, shows a contracting profile led by the Federal Acquisition Service, the Department of Veterans Affairs, and the Department of the Air Force. Most obligations were concentrated in computer systems design services and management consulting, with additional activity in engineering and related professional services.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are based on readable obligations of 2.66 billion, with agency and NAICS rankings derived from FPDS award action data.

CAGE Code
1TTG5
UEI
CKV2L9GZKJK3
Total Obligated
2.66 billion
2,660,542,358.39
Award Actions
1,918
Average Action Value
1,387,144.08

About DELOITTE CONSULTING LLP federal contract activity

DELOITTE CONSULTING LLP (CAGE 1TTG5, UEI CKV2L9GZKJK3) recorded $2.66 billion in obligated FPDS awards across 1,918 transactions in the last full year, with an average award value of $1.39 million. The profile reflects a high-volume, large-dollar contracting base centered on federal advisory, systems, and technical services work.

Agency mix and customer concentration

Contracting activity was concentrated in a small set of civilian and defense buyers. The largest obligation share came from the Federal Acquisition Service ($616.39 million across 144 awards) and the Department of Veterans Affairs ($326.08 million across 45 awards), followed by the Department of the Air Force ($265.47 million across 185 awards), IRS ($148.23 million across 143 awards), and the Department of the Army ($135.44 million across 54 awards).

Industry profile based on NAICS activity

The award base is dominated by NAICS 541512, Computer Systems Design Services, which accounted for $1.36 billion and 610 awards. NAICS 541611, Administrative Management and General Management Consulting Services, was the next largest line at $696.55 million and 759 awards, with additional spend in Engineering Services (541330), Other Professional, Scientific, and Technical Services (541990), and R&D in the Physical, Engineering, and Life Sciences (541715).

Annual contract trend over the analysis window

The analysis window contains one annual observation for 2025, with total obligations of $2.66 billion across 1,918 awards. Because only the last full year is shown, this view supports a point-in-time assessment rather than a multi-year trend comparison.

How to interpret this page

This summary is based on FPDS-observed obligations associated with DELOITTE CONSULTING LLP as identified by CAGE 1TTG5 and UEI CKV2L9GZKJK3 during the last full year. Agency and NAICS concentrations are ranked by total obligated dollars, while award counts and average award value provide transaction-level context.

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 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
4732 FEDERAL ACQUISITION SERVICE 616,388,145.73 616.39 million 144
3600 VETERANS AFFAIRS, DEPARTMENT OF 326,081,825.02 326.08 million 45
5700 DEPT OF THE AIR FORCE 265,473,133.25 265.47 million 185
2050 INTERNAL REVENUE SERVICE 148,233,890.51 148.23 million 143
2100 DEPT OF THE ARMY 135,441,092.43 135.44 million 54
7524 FOOD AND DRUG ADMINISTRATION 114,656,770.97 114.66 million 64
1900 STATE, DEPARTMENT OF 107,115,564.71 107.12 million 88
7013 TRANSPORTATION SECURITY ADMINISTRATION 105,469,749.18 105.47 million 59
7529 NATIONAL INSTITUTES OF HEALTH 104,488,706.98 104.49 million 90
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 76,837,199.23 76.84 million 46

Insight

In the last full year, DELOITTE CONSULTING LLP obligated $2.66 billion across 1,918 awards, with spending concentrated in a small set of civilian and defense agencies. The Federal Acquisition Service was the largest obligating agency at $616.39 million across 144 awards, followed by the Department of Veterans Affairs at $326.08 million and the Department of the Air Force at $265.47 million, indicating a strong federal services and defense-oriented portfolio. The remaining top agencies each accounted for materially smaller shares, with obligations ranging from $76.84 million to $148.23 million, suggesting a distributed but top-heavy award pattern.

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 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 1,358,404,674.24 1.36 billion 610
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 696,548,840.51 696.55 million 759
541330 ENGINEERING SERVICES 205,715,813.80 205.72 million 192
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 106,031,232.10 106.03 million 96
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 78,096,486.80 78.10 million 15
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 53,706,568.19 53.71 million 18
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 34,121,710.89 34.12 million 21
541219 OTHER ACCOUNTING SERVICES 26,162,465.98 26.16 million 74
811121 AUTOMOTIVE BODY, PAINT, AND INTERIOR REPAIR AND MAINTENANCE 22,038,714.47 22.04 million 19
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 19,999,700.13 20.00 million 10

Insight

DELOITTE CONSULTING LLP’s last full year obligations of $2.66 billion across 1,918 awards are concentrated in a small number of NAICS codes. NAICS 541512, Computer Systems Design Services, is the largest category at $1.36 billion, followed by 541611, Administrative Management and General Management Consulting Services, at $696.55 million; together they account for a majority of obligated dollars. Award volume is also concentrated in these two categories, with 610 awards in 541512 and 759 in 541611, while the remaining top NAICS codes contribute materially less on both dollar and award counts.

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 1 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

Insight

In the last full year, DELOITTE CONSULTING LLP (CAGE 1TTG5) recorded $2.66 billion in obligated awards across 1,918 awards, for an average award value of about $1.39 million. The activity is concentrated in a single annual period, so this section reflects the full-year obligation profile rather than a multi-year trend. Award volume is relatively high, indicating broad distribution across many actions 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.