NAICS Industry

NAICS 541219 Federal Contract Obligations (Last 5 Years)

Federal procurement activity under NAICS 541219 covers other accounting services across agencies, vendors, and annual trends in the last 5 years.

Over the last 5 years, federal agencies obligated $3.67 billion across 8,063 award actions in NAICS 541219, Other Accounting Services, for an average action value of $455,559.51. The Department of the Navy led spending at $1.49 billion, while KPMG LLP was the top vendor at $458.07 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligated dollars and award counts reported for the selected 5-year analysis window.

NAICS Code
541219
Industry
OTHER ACCOUNTING SERVICES
Total Obligated
3.67 billion
3,673,176,406.71
Award Actions
8,063
Average Action Value
455,559.51

About NAICS 541219 federal contract activity

NAICS 541219, Other Accounting Services, recorded 3.67 billion in obligated dollars across 8,063 awards over the last 5 years, with an average award value of 455,559.51. The data indicates a high-volume, mid-dollar contracting profile consistent with specialized accounting support rather than large single-award procurements.

Agency demand and leading federal buyers

The Department of the Navy led spending in this NAICS with 1.49 billion across 1,107 awards, accounting for the largest share of obligations by a wide margin. State, Washington Headquarters Services, the Department of the Army, and the Department of Education also appear among the top buyers, showing that demand is concentrated across both defense and civilian agencies.

Vendor concentration and leading contractors

KPMG LLP is the top vendor by obligated dollars at 458.07 million, followed closely by Deloitte Consulting LLP at 441.94 million and Deloitte & Touche LLP at 341.30 million. Kearney & Company, P.C. and Guidehouse Inc. also rank among the leading vendors, indicating a relatively concentrated supplier base at the top end of this market.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 872.52 million after rising from 629.02 million in 2021 and 679.58 million in 2022 to 755.30 million in 2023. Obligations remained elevated in 2025 at 736.75 million, while award counts were highest in 2021 and trended downward through 2025, suggesting larger average awards in the more recent years.

How to interpret this page

This page summarizes FPDS obligations for NAICS 541219 over the last 5 years using total obligated dollars, award counts, and annual aggregation. Agency and vendor rankings are based on obligated value, and the analysis reflects the provided FPDS Query dataset rather than projections or external sources.

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__productOrServiceInformation__principalNAICSCode = '541219'
        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
1700 DEPT OF THE NAVY 1,490,006,185.78 1.49 billion 1,107
1900 STATE, DEPARTMENT OF 197,886,996.98 197.89 million 1,190
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 165,123,842.37 165.12 million 98
2100 DEPT OF THE ARMY 163,635,772.61 163.64 million 383
9100 EDUCATION, DEPARTMENT OF 136,476,734.68 136.48 million 146
5700 DEPT OF THE AIR FORCE 99,938,618.90 99.94 million 118
7001 OFFICE OF PROCUREMENT OPERATIONS 87,838,261.27 87.84 million 158
3600 VETERANS AFFAIRS, DEPARTMENT OF 82,342,434.42 82.34 million 175
97AS DEFENSE LOGISTICS AGENCY 76,291,619.65 76.29 million 149
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 67,022,409.40 67.02 million 47

Insight

Over the last 5 years, NAICS 541219 has obligated $3.67 billion across 8,063 awards, with spending concentrated in a few agencies. The Department of the Navy leads by a wide margin at $1.49 billion and 1,107 awards, accounting for roughly 41% of total obligations in this NAICS. The remaining top agencies each represent a much smaller share, with the Department of State highest among them at $197.89 million and 1,190 awards, indicating a more dispersed secondary demand base.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '541219'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
KPMG LLP 7QEG9 458,070,986.71 458.07 million 222
DELOITTE CONSULTING LLP 1TTG5 441,944,765.40 441.94 million 477
DELOITTE & TOUCHE LLP 3CCJ5 341,298,543.65 341.30 million 193
KEARNEY & COMPANY, P.C. 1SJ14 287,019,894.85 287.02 million 283
GUIDEHOUSE INC. 1HLR9 283,410,588.99 283.41 million 286
RESEARCH TRIANGLE INSTITUTE 3A730 158,114,222.75 158.11 million 93
INTEGRATED FINANCE AND ACCOUNTING SOLUTIONS, LLC 4NDW1 145,245,958.85 145.25 million 483
AVANTUS FEDERAL LLC 36KW0 92,409,907.07 92.41 million 67
VERATO, INC. 6XM92 69,494,546.34 69.49 million 148
LYNCH CONSULTANTS, LLC 6A8Q2 67,620,527.80 67.62 million 165

Insight

Over the last 5 years, NAICS 541219 accounted for $3.67 billion across 8,063 awards, with an average award value of $455.6K. Obligations are moderately concentrated among the leading vendors: KPMG LLP, Deloitte Consulting LLP, Deloitte & Touche LLP, Kearney & Company, P.C., and Guidehouse Inc. each exceeded $283 million, with KPMG LLP at $458.1 million and Deloitte Consulting LLP at $441.9 million. The remaining top vendors are materially lower, ranging from $158.1 million to $67.6 million, indicating a long tail beyond the highest-obligated firms.

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__productOrServiceInformation__principalNAICSCode = '541219'
        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 736,751,352.55 736.75 million 1,441
2024 872,515,933.33 872.52 million 1,502
2023 755,304,586.08 755.30 million 1,559
2022 679,584,049.70 679.58 million 1,721
2021 629,020,485.05 629.02 million 1,840

Insight

For NAICS 541219, obligations over the last 5 years total $3.67 billion across 8,063 awards, with an average award value of $455.6K. Annual obligations increased from $629.0 million in 2021 to a peak of $872.5 million in 2024, then declined to $736.8 million in 2025, indicating year-to-year variability rather than a sustained linear trend. Award counts declined each year from 1,840 in 2021 to 1,441 in 2025, while obligations remained comparatively elevated, suggesting higher average contract values in the more recent years.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.