Federal Contractor

KPMG LLP Federal Contract Obligations (Last Year)

KPMG LLP (CAGE 7QEG9, UEI MAA3SBSDQVM1) received 413 federal award actions totaling $436.09 million in the last full year.

KPMG LLP's federal procurement activity in the last full year was concentrated in accounting and advisory work, led by NAICS 541211 and 541219. The Department of the Navy, Defense Logistics Agency, and DFAS accounted for the largest shares of obligated dollars.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of readable FPDS obligations and award actions for KPMG LLP.

CAGE Code
7QEG9
UEI
MAA3SBSDQVM1
Total Obligated
436.09 million
436,085,887.18
Award Actions
413
Average Action Value
1,055,898.03

About KPMG LLP federal contract activity

KPMG LLP (CAGE 7QEG9, UEI MAA3SBSDQVM1) recorded 413 FPDS-observed awards in the last full year, with total obligations of $436.09 million and an average award value of $1.06 million. The profile indicates a high-volume federal vendor with spending concentrated in a relatively small number of large-value obligations.

Agency mix and customer concentration

Work was led by the Department of the Navy at $103.59 million across 57 awards, followed by the Defense Logistics Agency at $76.48 million across 36 awards and DFAS at $49.78 million across 25 awards. CMS and USTRANSCOM round out the top five, showing a mix of defense and civilian demand, with the largest share of obligations concentrated in defense-related organizations.

Industry profile based on NAICS activity

The NAICS profile is dominated by 541211, Offices of Certified Public Accountants, which accounts for $272.88 million across 286 awards. Secondary activity is concentrated in 541219 Other Accounting Services at $104.73 million and smaller but relevant placements in IT and management consulting, including 541519, 541611, and 541512.

Annual contract trend over the analysis window

The annual trend shows $436.09 million in obligations in 2025, matching the full-year analysis window, across 413 awards. With only one year shown, the data support a point-in-time assessment of procurement activity rather than a multi-year growth or decline analysis.

How to interpret this page

This page summarizes FPDS records associated with KPMG LLP using the provided CAGE code and UEI over the last full year. Totals reflect obligated dollars and award counts as presented in the analysis inputs; NAICS and agency breakdowns are based on obligations within the same window.

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 = '7QEG9'
        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
1700 DEPT OF THE NAVY 103,586,356.03 103.59 million 57
97AS DEFENSE LOGISTICS AGENCY 76,476,574.03 76.48 million 36
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 49,779,861.59 49.78 million 25
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 32,615,402.37 32.62 million 14
9776 USTRANSCOM 20,188,696.35 20.19 million 8
5700 DEPT OF THE AIR FORCE 19,840,769.61 19.84 million 37
8900 ENERGY, DEPARTMENT OF 18,213,877.00 18.21 million 23
1406 DEPARTMENTAL OFFICES 14,781,198.00 14.78 million 16
3600 VETERANS AFFAIRS, DEPARTMENT OF 14,125,885.33 14.13 million 11
7004 OFFICE OF THE INSPECTOR GENERAL 13,233,723.08 13.23 million 7

Insight

KPMG LLP’s last full year obligations are moderately concentrated across a small set of agencies, led by the Department of the Navy at $103.59 million across 57 awards, followed by the Defense Logistics Agency at $76.48 million and DFAS at $49.78 million. The top three agencies account for about $229.84 million, or roughly 53% of the vendor’s $436.09 million in obligated value, indicating a meaningful but not exclusive reliance on a few large buyers. Beyond defense, obligations are more dispersed across civilian agencies, with CMS, DOE, and VA each contributing smaller shares. Awards are relatively frequent across the top agencies, suggesting a mix of higher-value and lower-value procurement activity rather than dependence on a single large transaction stream.

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 = '7QEG9'
        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 272,875,541.53 272.88 million 286
541219 OTHER ACCOUNTING SERVICES 104,730,113.05 104.73 million 54
541519 OTHER COMPUTER RELATED SERVICES 24,219,284.53 24.22 million 17
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 21,430,836.38 21.43 million 39
541512 COMPUTER SYSTEMS DESIGN SERVICES 7,004,277.27 7.00 million 4
541330 ENGINEERING SERVICES 2,722,400.82 2.72 million 2
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 1,992,308.00 1.99 million 4
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,134,625.60 1.13 million 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 2
541618 OTHER MANAGEMENT CONSULTING SERVICES -24,000.00 -24.00 thousand 2

Insight

KPMG LLP’s obligations in the last full year were highly concentrated in accounting-related work, with NAICS 541211 accounting for $272.88 million across 286 awards and NAICS 541219 adding $104.73 million across 54 awards. Together, these two codes represented the clear majority of the vendor’s $436.09 million in total obligated value, while the remaining spending was distributed across a smaller set of consulting, IT, and technical services NAICS with much lower dollar values. Award volume was broader than dollar concentration suggests, indicating many smaller awards outside the top two categories. The small negative obligation in NAICS 541618 appears immaterial relative to total 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 = '7QEG9'
        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 436,085,887.18 436.09 million 413

Insight

For the last full year, KPMG LLP (CAGE 7QEG9) recorded $436.09 million in obligated funding across 413 awards, for an average award value of about $1.06 million. Because the window contains only one annual period, no year-over-year trend can be assessed from the provided data. The volume of awards relative to total obligations suggests a broadly distributed portfolio with moderate concentration in individual awards rather than reliance on a small number of large obligations.

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.