Federal Contractor

ERNST & YOUNG LLP Federal Contract Obligations (Last Year)

ERNST & YOUNG LLP recorded 336 federal award actions totaling $420.74 million in the last full year, led by work for DFAS, the Department of the Army, and the Federal Acquisition Service.

ERNST & YOUNG LLP (CAGE 5Y673, UEI ECMMFNMSLXM7) received $420,741,659.59 in obligated federal awards across 336 actions in the last full year, for an average action value of $1,252,207.32. Most obligations were under NAICS 541211, Offices of Certified Public Accountants, with smaller volumes in computer-related services, engineering services, and software publishing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the selected last-full-year analysis window and are based on obligated amounts and award action counts.

CAGE Code
5Y673
UEI
ECMMFNMSLXM7
Total Obligated
420.74 million
420,741,659.59
Award Actions
336
Average Action Value
1,252,207.32

About ERNST & YOUNG LLP federal contract activity

ERNST & YOUNG LLP recorded 420.74 million in obligated awards across 336 actions in the last full year, with an average award value of 1.25 million. The activity profile is consistent with a high-volume professional services vendor, and the award base is concentrated rather than broadly distributed across many small-dollar transactions.

Agency mix and customer concentration

The largest share of obligations came from DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) at 144.53 million across 37 awards, followed closely by DEPT OF THE ARMY at 133.34 million across 39 awards. Federal Acquisition Service, HUD, and the Department of the Air Force rounded out the top five, indicating a customer mix spanning defense, civilian financial management, and acquisition support organizations.

Industry profile based on NAICS activity

NAICS 541211, Offices of Certified Public Accountants, dominated the portfolio with 371.99 million across 292 awards, showing that the vendor’s federal work was primarily accounting and audit related. Smaller but material obligations appeared under other computer-related services, engineering services, software publishers, and broader professional and technical services, suggesting a limited secondary mix beyond core accounting services.

Annual contract trend over the analysis window

The annual trend contains a single year, 2025, which accounts for the full 420.74 million obligated and 336 awards in the analysis window. Because the window is limited to the last full year, the data supports a point-in-time view rather than a multi-year growth or volatility assessment.

How to interpret this page

This summary uses FPDS obligation data for ERNST & YOUNG LLP matched to CAGE 5Y673 and UEI ECMMFNMSLXM7 over the last full year. Agency, NAICS, and trend sections are based on summed obligated amounts and award counts in the provided dataset, with no attempt to infer values beyond the reported records.

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 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
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 144,529,286.35 144.53 million 37
2100 DEPT OF THE ARMY 133,339,166.21 133.34 million 39
4732 FEDERAL ACQUISITION SERVICE 47,699,675.54 47.70 million 25
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 24,632,484.15 24.63 million 44
5700 DEPT OF THE AIR FORCE 20,694,706.13 20.69 million 7
1501 OFFICES, BOARDS AND DIVISIONS 15,510,097.19 15.51 million 48
2700 FEDERAL COMMUNICATIONS COMMISSION 8,478,092.67 8.48 million 9
1549 FEDERAL BUREAU OF INVESTIGATION 7,586,303.79 7.59 million 21
8900 ENERGY, DEPARTMENT OF 6,600,901.45 6.60 million 18
2800 SOCIAL SECURITY ADMINISTRATION 5,581,166.62 5.58 million 6

Insight

In the last full year, ERNST & YOUNG LLP’s obligations were concentrated among a small set of agencies, led by DFAS at $144.53 million and the Department of the Army at $133.34 million. These two agencies together accounted for about 66% of the vendor’s $420.74 million in total obligated dollars, indicating a strong concentration in defense-related spending. The remaining top agencies were more fragmented, with obligations spread across multiple civilian and independent agencies; award volume was highest at HUD (44 awards) and Off. Boards and Divisions (48 awards), while the Air Force obligated $20.69 million across only 7 awards, suggesting larger average award values in some accounts.

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 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
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 371,991,828.13 371.99 million 292
541519 OTHER COMPUTER RELATED SERVICES 21,759,433.33 21.76 million 11
541330 ENGINEERING SERVICES 20,694,706.13 20.69 million 7
513210 SOFTWARE PUBLISHERS 4,127,547.00 4.13 million 7
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,533,591.00 1.53 million 11
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 350,804.00 350.80 thousand 3
541618 OTHER MANAGEMENT CONSULTING SERVICES 283,250.00 283.25 thousand 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 1
541199 ALL OTHER LEGAL SERVICES 0.00 0.00 1

Insight

Over the last full year, ERNST & YOUNG LLP’s obligations were highly concentrated in NAICS 541211, Offices of Certified Public Accountants, which accounted for $371.99 million across 292 awards, or the clear majority of the vendor’s $420.74 million total. The remaining obligated dollars were distributed across a limited set of adjacent professional and technical categories, led by 541519 Other Computer Related Services ($21.76 million) and 541330 Engineering Services ($20.69 million), with all other NAICS codes individually representing relatively small shares. This pattern indicates a strong core concentration in accounting services, with secondary activity in IT and engineering support rather than broad diversification.

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

Insight

ERNST & YOUNG LLP (CAGE 5Y673) recorded $420.74 million in obligated value across 336 awards in the last full year, with an average award value of $1.25 million. Because only one annual data point is provided for 2025, no year-over-year trend can be assessed from this window. The activity indicates a moderately distributed award base rather than reliance on a small number of extremely large actions, though obligation concentration within individual awards cannot be determined from the summary data alone.

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.