Federal Agency

OFFICE OF THE INSPECTOR GENERAL Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the Office of the Inspector General (Agency ID 7004) covering obligations, awards, vendors, NAICS mix, and yearly trends over the last 10 years.

Over the last 10 years, the Office of the Inspector General recorded 3,418 award actions with $454.46 million obligated, for an average action value of $132,961.36. Spending is concentrated in audit, IT, and consulting services, led by KPMG LLP and NAICS 541211, 541512, and 541519.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect obligated amounts and award counts in the selected analysis window and may change as FPDS records are updated.

Agency ID
7004
Total Obligated
454.46 million
454,461,952.19
Award Actions
3,418
Average Action Value
132,961.36

About OFFICE OF THE INSPECTOR GENERAL federal contract activity

Over the last 10 years, the Office of the Inspector General recorded 3,418 awards totaling $454.46 million, with an average award value of $132,961.36. Spending is relatively concentrated in a small set of technical, audit, and consulting requirements rather than in high-dollar acquisition programs.

Vendor concentration and leading contractors

KPMG LLP is the dominant vendor at $126.41 million across 122 awards, accounting for more than a quarter of total obligated dollars in the period. The remaining top vendors—STEAMPUNK, INC., NTT DATA SERVICES FEDERAL GOVERNMENT LLC, MADISON ASSOCIATES INCORPORATED, and DELL FEDERAL SYSTEMS L.P.—are materially smaller but still indicate recurring reliance on firms providing audit support, IT services, and related professional services.

Industry profile based on NAICS activity

The largest NAICS category is 541211, Offices of Certified Public Accountants, at $130.44 million across 235 awards, which is consistent with inspector general audit and assurance work. Technology-related obligations are also substantial, led by 541512, Computer Systems Design Services, and 541519, Other Computer Related Services, followed by 518210 for data processing and hosting and 541611 for management consulting.

Annual contract trend over the analysis window

Annual obligations have remained in a fairly tight band in the most recent years shown, ranging from $43.22 million in 2021 to $54.22 million in 2023. Award volume peaked in 2021 at 426 awards and then declined to 276 awards in 2025, while obligated dollars remained comparatively stable, indicating larger average awards in the later years.

How to interpret this page

This page summarizes FPDS obligations for Office of the Inspector General, agency ID 7004, over the last 10 years. Totals, counts, vendor concentration, NAICS mix, and annual trends are based on obligated dollars in the selected analysis window and reflect the records returned by the query.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '7004'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
KPMG LLP 126,406,640.24 126.41 million 122
STEAMPUNK, INC. 49,217,133.37 49.22 million 58
NTT DATA SERVICES FEDERAL GOVERNMENT LLC 18,664,933.28 18.66 million 21
MADISON ASSOCIATES INCORPORATED 18,185,451.51 18.19 million 65
DELL FEDERAL SYSTEMS L.P. 12,401,153.46 12.40 million 41
HP ENTERPRISE SERVICES, LLC 11,633,198.00 11.63 million 20
RED RIVER TECHNOLOGY LLC 10,943,134.69 10.94 million 44
STRATEGIC ENTERPRISE SOLUTIONS, INC. 10,570,038.13 10.57 million 73
ACE INFO SOLUTIONS, INC. 10,482,787.03 10.48 million 18
MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION 9,820,672.03 9.82 million 71

Insight

Over the last 10 years, the Office of the Inspector General obligated 454.46 million across 3,418 awards, with an average award value of 132,961.36. Vendor obligations are moderately concentrated: KPMG LLP alone accounts for 126.41 million across 122 awards, about 27.8% of total obligated, while the next nine vendors each range from 9.82 million to 49.22 million. The remaining top vendors are spread across multiple IT and professional services providers, indicating a broad vendor base beyond the largest incumbent.

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__purchaserInformation__contractingOfficeAgencyID = '7004'
        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 130,442,653.72 130.44 million 235
541512 COMPUTER SYSTEMS DESIGN SERVICES 92,234,256.79 92.23 million 273
541519 OTHER COMPUTER RELATED SERVICES 92,036,325.74 92.04 million 902
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 30,124,937.23 30.12 million 143
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 22,243,094.72 22.24 million 134
523110 INVESTMENT BANKING AND SECURITIES DEALING 18,185,451.51 18.19 million 65
511210 SOFTWARE PUBLISHERS 10,349,635.10 10.35 million 187
334111 ELECTRONIC COMPUTER MANUFACTURING 7,340,916.22 7.34 million 107
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,806,462.13 4.81 million 19
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,640,086.64 4.64 million 61

Insight

Over the last 10 years, OFFICE OF THE INSPECTOR GENERAL obligated $454.46 million across 3,418 awards, with spending concentrated in a small set of NAICS categories. The largest category was 541211, Offices of Certified Public Accountants, at $130.44 million, followed by 541512 and 541519 at $92.23 million and $92.04 million, respectively; these three categories account for a substantial share of total obligations. Award activity was more distributed than dollars, particularly in 541519, which had 902 awards, indicating many smaller obligations alongside higher-dollar service purchases.

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__purchaserInformation__contractingOfficeAgencyID = '7004'
        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 48,495,283.04 48.50 million 276
2024 54,040,430.04 54.04 million 326
2023 54,222,270.19 54.22 million 335
2022 44,682,869.64 44.68 million 404
2021 43,223,604.36 43.22 million 426
2020 51,092,309.81 51.09 million 327
2019 38,598,349.98 38.60 million 285
2018 31,923,608.37 31.92 million 359
2017 43,120,354.64 43.12 million 359
2016 45,062,872.12 45.06 million 321

Insight

Over the last 10 years, OFFICE OF THE INSPECTOR GENERAL obligated $454.46 million across 3,418 awards, averaging $132,961 per award. Annual obligations were relatively stable, generally ranging from $31.92 million to $54.22 million, with a low in 2018 and peaks in 2023 and 2024. Award volume was also fairly consistent, though it declined to 276 awards in 2025 after a high of 426 in 2021, indicating recent activity at slightly lower volume but comparable funding levels.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.