Federal Contractor

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

Federal procurement profile for ERNST & YOUNG LLP (CAGE 5Y673, UEI ECMMFNMSLXM7) covering obligations, awards, agencies, NAICS codes, and yearly trends over the last 5 years.

Over the last 5 years, ERNST & YOUNG LLP recorded $2,159,305,478.70 in obligated federal awards across 1,435 actions, with an average action value of $1,504,742.49. Activity is concentrated in NAICS 541211, Offices of Certified Public Accountants, and is led by the Department of the Army and DFAS by total obligated value.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency, NAICS, and annual totals are based on readable FPDS obligation data for the stated analysis window.

CAGE Code
5Y673
UEI
ECMMFNMSLXM7
Total Obligated
2.16 billion
2,159,305,478.70
Award Actions
1,435
Average Action Value
1,504,742.49

About ERNST & YOUNG LLP federal contract activity

ERNST & YOUNG LLP recorded 1,435 awards totaling $2.16 billion over the last 5 years, with an average award value of $1.50 million. The profile indicates a high-volume, mid-to-large dollar contracting footprint tied to recurring professional services work rather than isolated large awards.

Agency mix and customer concentration

Obligations are concentrated in a small set of civilian and defense customers, led by the Department of the Army at $648.18 million across 117 awards and DFAS at $596.89 million across 136 awards. The Federal Acquisition Service, HUD, and Offices, Boards and Divisions round out the top five, with award counts indicating that the vendor supports both repeated tasking and sizable program-level engagements.

Industry profile based on NAICS activity

The vendor’s award base is overwhelmingly centered on NAICS 541211, Offices of Certified Public Accountants, which accounts for $2.00 billion and 1,262 awards. Secondary activity appears in IT and technical service categories, including 541519, 541330, 513210, and 518210, but these collectively represent a much smaller share of total obligations.

Annual contract trend over the analysis window

Annual obligations increased from $332.01 million in 2021 to a peak of $503.05 million in 2024, then eased to $420.74 million in 2025. Award counts also rose steadily from 224 in 2021 to 336 in 2025, suggesting sustained procurement demand even as annual dollars fluctuated.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 5Y673 and UEI ECMMFNMSLXM7 for the last 5 years. Agency, NAICS, and annual figures reflect obligated dollars and award counts within the stated analysis window; totals may differ slightly from component sums due to rounding.

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 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
2100 DEPT OF THE ARMY 648,179,659.47 648.18 million 117
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 596,889,966.44 596.89 million 136
4732 FEDERAL ACQUISITION SERVICE 199,077,029.21 199.08 million 93
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 126,378,637.96 126.38 million 114
1501 OFFICES, BOARDS AND DIVISIONS 77,499,891.47 77.50 million 260
5700 DEPT OF THE AIR FORCE 58,972,644.65 58.97 million 40
2700 FEDERAL COMMUNICATIONS COMMISSION 52,771,252.51 52.77 million 59
97DH DEFENSE HEALTH AGENCY (DHA) 47,225,124.76 47.23 million 19
9776 USTRANSCOM 46,525,670.93 46.53 million 24
7504 OFFICE OF THE INSPECTOR GENERAL 40,844,946.38 40.84 million 15

Insight

Over the last 5 years, ERNST & YOUNG LLP’s obligations are concentrated among a small set of agencies, led by the Department of the Army ($648.18 million) and DFAS ($596.89 million), which together account for more than half of the vendor’s $2.16 billion total. The next tier drops sharply to the Federal Acquisition Service ($199.08 million) and HUD ($126.38 million), indicating a materially lower spend profile outside the top two buyers. Award volume is more distributed than obligated dollars, with Offices, Boards and Divisions recording 260 awards but only $77.50 million obligated, suggesting comparatively smaller transactions in that relationship.

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 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
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 2,003,927,580.34 2.00 billion 1,262
541519 OTHER COMPUTER RELATED SERVICES 82,707,463.49 82.71 million 52
541330 ENGINEERING SERVICES 54,767,338.93 54.77 million 30
513210 SOFTWARE PUBLISHERS 8,328,869.00 8.33 million 11
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 3,023,780.00 3.02 million 3
541618 OTHER MANAGEMENT CONSULTING SERVICES 2,437,250.00 2.44 million 8
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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 473,304.00 473.30 thousand 5

Insight

Over the last 5 years, ERNST & YOUNG LLP’s obligations are highly concentrated in NAICS 541211, Offices of Certified Public Accountants, which accounts for $2.00 billion across 1,262 awards, or the large majority of the vendor’s $2.16 billion total. The remaining obligations are distributed across a limited set of secondary NAICS codes, led by 541519 Other Computer Related Services ($82.71 million; 52 awards) and 541330 Engineering Services ($54.77 million; 30 awards). All other listed NAICS codes each represent comparatively small shares of obligated dollars, indicating a strong primary specialization with limited diversification in award activity.

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

Insight

ERNST & YOUNG LLP obligated $2.16 billion across 1,435 awards over the last 5 years, with an average award value of $1.50 million. Obligations increased from $332.01 million in 2021 to a peak of $503.05 million in 2024, then decreased to $420.74 million in 2025; annual award counts also rose from 224 to 336 over the period, with the highest volume in 2025. Funding is moderately concentrated in the two most recent years, which account for a substantial share of total obligations, while the overall pattern indicates sustained, high-volume procurement activity.

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.