Federal Agency

OFFICE OF INSPECTOR GENERAL Federal Contract Obligations (Last 5 Years)

FPDS Query data for the Office of Inspector General (Agency ID 1204) shows 67.36 million obligated across 842 award actions over the last 5 years.

The Office of Inspector General’s contracting profile is led by IT, audit, and advisory services, with 541519 Other Computer Related Services accounting for 20.46 million and 256 awards. Leading vendors include KPMG LLP, Deloitte & Touche LLP, and Trillion ERP Next Generation LLC, while annual obligations peaked in 2023 at 17.15 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS award action data and may vary by reporting timing, modifications, and data refresh.

Agency ID
1204
Total Obligated
67.36 million
67,355,850.70
Award Actions
842
Average Action Value
79,995.07

About OFFICE OF INSPECTOR GENERAL federal contract activity

Over the last 5 years, the OFFICE OF INSPECTOR GENERAL obligated 67.36 million across 842 awards, for an average award value of 79,995.07. Spending is concentrated in professional services and information technology-related support, consistent with an oversight mission that relies on audit, consulting, systems, and legal services.

Vendor concentration and leading contractors

KPMG LLP is the largest vendor at 4.21 million across 26 awards, followed by DELOITTE & TOUCHE LLP at 4.01 million across 7 awards and TRILLION ERP NEXT GENERATION LLC at 3.14 million across 6 awards. The remaining leading vendors, FORFEITURE SUPPORT ASSOCIATES, LLC and FOCUSED MANAGEMENT, INC., indicate continued reliance on specialized support and advisory contractors rather than a broad vendor base.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, leads by a wide margin with 20.46 million across 256 awards, making it the dominant category in both dollars and volume. The next largest categories are 541211, Offices of Certified Public Accountants, and 541512, Computer Systems Design Services, followed by 541330, Engineering Services, and 541199, All Other Legal Services, showing a procurement mix centered on IT, audit, engineering, and legal support.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 17.15 million across 184 awards, then declined to 13.48 million in 2024 and 11.32 million in 2025. The five-year pattern shows variability rather than a steady rise, with 2021 at 10.22 million and 2022 at 15.19 million before the 2023 high point.

How to interpret this page

This summary uses FPDS award data for OFFICE OF INSPECTOR GENERAL, agency ID 1204, limited to the last 5 years in the provided analysis window. Totals reflect obligated dollars and award counts as supplied; NAICS and vendor rankings are based on total obligated amounts within the same period.

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 = '1204'
        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 Total Obligated Readable Award Actions
KPMG LLP 4,214,280.21 4.21 million 26
DELOITTE & TOUCHE LLP 4,008,922.07 4.01 million 7
TRILLION ERP NEXT GENERATION LLC 3,142,327.61 3.14 million 6
FORFEITURE SUPPORT ASSOCIATES, LLC 2,714,348.77 2.71 million 17
FOCUSED MANAGEMENT, INC. 2,702,664.19 2.70 million 11
MADISON ASSOCIATES, INC. 2,587,556.36 2.59 million 28
AECOM TECHNICAL SERVICES, INC. 2,504,007.89 2.50 million 4
GOVSTRIVE LLC 1,909,341.92 1.91 million 13
RP PROFESSIONAL SERVICES, LLC 1,841,369.63 1.84 million 15
SIMPSON & SIMPSON 1,825,299.79 1.83 million 14

Insight

Over the last 5 years, the Office of Inspector General obligated $67.36 million across 842 awards, with an average award value of about $79,995. Top vendor obligations are moderately concentrated: the leading 10 vendors account for about $25.46 million, or roughly 37.8% of total obligations. KPMG LLP is the largest recipient at $4.21 million across 26 awards, followed closely by DELOITTE & TOUCHE LLP at $4.01 million and TRILLION ERP NEXT GENERATION LLC at $3.14 million. Award counts vary materially across these vendors, indicating a mix of repeated smaller awards and fewer higher-value awards.

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 = '1204'
        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
541519 OTHER COMPUTER RELATED SERVICES 20,463,785.14 20.46 million 256
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 7,404,472.53 7.40 million 57
541512 COMPUTER SYSTEMS DESIGN SERVICES 7,328,298.38 7.33 million 47
541330 ENGINEERING SERVICES 4,095,260.99 4.10 million 12
541199 ALL OTHER LEGAL SERVICES 2,714,348.77 2.71 million 17
561611 INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES 2,666,821.79 2.67 million 35
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 2,632,416.26 2.63 million 25
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 1,925,881.92 1.93 million 17
515210 CABLE AND OTHER SUBSCRIPTION PROGRAMMING 1,618,232.02 1.62 million 7
511210 SOFTWARE PUBLISHERS 1,443,784.32 1.44 million 48

Insight

Over the last 5 years, OFFICE OF INSPECTOR GENERAL obligated $67.36 million across 842 awards, with spending concentrated in information technology and professional support NAICS. NAICS 541519 (Other Computer Related Services) was the largest category at $20.46 million across 256 awards, or about 30% of total obligations, and the next three categories—541211, 541512, and 541330—added another $18.92 million, indicating a strong skew toward a small set of service lines. Additional obligations were distributed across investigative, legal, HR, software, and programming services, but each at materially lower levels, suggesting a diversified secondary spend base behind a dominant IT core.

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 = '1204'
        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 11,316,824.24 11.32 million 161
2024 13,477,667.36 13.48 million 216
2023 17,148,417.81 17.15 million 184
2022 15,187,963.55 15.19 million 158
2021 10,224,977.74 10.22 million 123

Insight

Over the last 5 years, OFFICE OF INSPECTOR GENERAL obligated $67.36 million across 842 awards, with an average award value of $79,995. Obligations increased from $10.22 million in 2021 to a peak of $17.15 million in 2023, then declined to $13.48 million in 2024 and $11.32 million in 2025. Award volume followed a similar but not identical pattern, peaking at 216 awards in 2024 before falling to 161 in 2025, indicating moderate year-to-year variability rather than sustained growth.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.