Federal Contractor

ERNST & YOUNG LLP Federal Contract Obligations (Last 10 Years)

ERNST & YOUNG LLP has recorded 1,711 federal award actions and $2.68 billion in obligated dollars over the last 10 years.

Federal procurement activity for ERNST & YOUNG LLP is concentrated in accounting and related professional services, led by NAICS 541211 with $2.51 billion in obligations across 1,522 actions. The largest agency partners are DFAS and the Department of the Army, and annual obligations have remained above $332 million each year from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS award data and may differ from totals in other reporting views because of rounding and record updates.

CAGE Code
5Y673
UEI
ECMMFNMSLXM7
Total Obligated
2.68 billion
2,677,088,239.47
Award Actions
1,711
Average Action Value
1,564,633.68

About ERNST & YOUNG LLP federal contract activity

ERNST & YOUNG LLP (CAGE 5Y673, UEI ECMMFNMSLXM7) recorded $2.68 billion in obligated federal awards across 1,711 actions over the last 10 years, with an average award value of $1.56 million. The profile reflects a large, sustained federal contracting presence with concentration in professional services.

Agency mix and customer concentration

Award activity is led by DFAS at $813.59 million across 182 awards and the Department of the Army at $794.65 million across 142 awards, together accounting for a substantial share of total obligations. Federal Acquisition Service, HUD, and Offices, Boards and Divisions round out the top five agencies, indicating a mix of defense, civilian acquisition, and administrative buying offices.

Industry profile based on NAICS activity

The vendor’s obligations are heavily concentrated in NAICS 541211, Offices of Certified Public Accountants, which accounts for $2.51 billion across 1,522 awards. Smaller portions are spread across other computer-related services, engineering services, software publishers, and management consulting, showing some diversification but a dominant accounting and assurance footprint.

Annual contract trend over the analysis window

Annual obligations remain elevated across the most recent years shown, rising from $332.01 million in 2021 to $420.74 million in 2025, with a peak of $503.05 million in 2024. Award counts also stayed high, ranging from 224 to 336 per year, which suggests sustained contract flow rather than isolated large awards.

How to interpret this page

This summary is based on FPDS award records tied to ERNST & YOUNG LLP, using the provided CAGE and UEI identifiers over the last 10 years. Agency, NAICS, and annual figures are ranked and interpreted from obligated dollars and award counts only; no inferences were made beyond the supplied data.

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 = '5Y673'
        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
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 813,594,640.19 813.59 million 182
2100 DEPT OF THE ARMY 794,646,743.82 794.65 million 142
4732 FEDERAL ACQUISITION SERVICE 203,023,934.05 203.02 million 99
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 152,858,634.96 152.86 million 118
1501 OFFICES, BOARDS AND DIVISIONS 89,601,395.24 89.60 million 299
2700 FEDERAL COMMUNICATIONS COMMISSION 73,961,705.44 73.96 million 77
7504 OFFICE OF THE INSPECTOR GENERAL 67,944,921.10 67.94 million 27
97DH DEFENSE HEALTH AGENCY (DHA) 61,095,239.44 61.10 million 25
5700 DEPT OF THE AIR FORCE 59,336,895.62 59.34 million 46
9776 USTRANSCOM 59,016,222.97 59.02 million 40

Insight

Over the last 10 years, ERNST & YOUNG LLP’s obligations are concentrated in a few agencies, led by DFAS ($813.59M) and the Department of the Army ($794.65M), which together account for a substantial share of the vendor’s $2.68B total. The next largest agencies are the Federal Acquisition Service ($203.02M) and HUD ($152.86M), with the remaining top agencies each below $90M, indicating a long tail beyond the top two customers. Award volume is more dispersed than dollars, with Offices, Boards and Divisions recording 299 awards for $89.60M, suggesting smaller average award values in some agency relationships.

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 = '5Y673'
        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
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 2,513,614,672.52 2.51 billion 1,522
541519 OTHER COMPUTER RELATED SERVICES 84,542,272.03 84.54 million 58
541330 ENGINEERING SERVICES 54,767,338.93 54.77 million 30
513210 SOFTWARE PUBLISHERS 8,328,869.00 8.33 million 11
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 5,813,663.69 5.81 million 7
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 3,023,780.00 3.02 million 3
541618 OTHER MANAGEMENT CONSULTING SERVICES 2,602,250.00 2.60 million 9
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,533,591.00 1.53 million 12
928110 NATIONAL SECURITY 1,027,600.00 1.03 million 4
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 1,027,600.00 1.03 million 1

Insight

ERNST & YOUNG LLP’s obligations over the last 10 years are highly concentrated in NAICS 541211, Offices of Certified Public Accountants, which accounts for $2.51 billion of the $2.68 billion total and 1,522 of 1,711 awards. The next largest categories are much smaller by comparison: NAICS 541519 at $84.54 million and NAICS 541330 at $54.77 million, indicating a sharp drop-off after the primary line of business. Remaining obligations are dispersed across several professional, technical, and IT-related NAICS codes, each representing relatively limited dollar value and award volume.

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 = '5Y673'
        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 420,741,659.59 420.74 million 336
2024 503,050,391.90 503.05 million 333
2023 480,057,502.45 480.06 million 286
2022 423,448,750.05 423.45 million 256
2021 332,007,174.71 332.01 million 224
2020 282,888,808.34 282.89 million 164
2019 196,068,627.40 196.07 million 104
2018 38,825,325.03 38.83 million 8

Insight

Over the last 10 years, ERNST & YOUNG LLP (CAGE 5Y673) has received $2.68 billion across 1,711 awards, averaging $1.56 million per award. Obligations are heavily concentrated in the most recent years, with FY2024 ($503.05 million) and FY2023 ($480.06 million) representing the highest annual totals, followed closely by FY2025-to-date at $420.74 million. Award volume also increased over time, rising from 8 awards in FY2018 to 336 in FY2025-to-date, indicating a materially expanded and sustained federal contracting footprint in the period reviewed.

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.