Federal Agency

OFFICE OF PERSONNEL MANAGEMENT Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for the Office of Personnel Management (Agency ID 2400) covering obligations, award counts, vendors, NAICS mix, and annual trends over the last 5 years.

Over the last 5 years, the Office of Personnel Management recorded $2.14 billion in obligated contract spending across 6,189 award actions, for an average action value of $345,151.35. The data shows concentrated spending in computer-related services, credit bureaus, and human resources consulting, with a small number of vendors accounting for large shares of total obligations.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS obligations in the selected 5-year analysis window and may include multiple actions on the same award.

Agency ID
2400
Total Obligated
2.14 billion
2,136,141,737.64
Award Actions
6,189
Average Action Value
345,151.35

About OFFICE OF PERSONNEL MANAGEMENT federal contract activity

Over the last 5 years, the Office of Personnel Management obligated $2.14 billion across 6,189 awards, with an average award value of $345,151.35. The profile indicates a high-volume procurement portfolio with materially concentrated spending in a limited number of service categories and vendors.

Vendor concentration and leading contractors

Vendor obligations are led by POWERTRAIN INC at $321.41 million across 974 awards, followed by IDENTITY THEFT GUARD SOLUTIONS, INC. at $306.66 million across 19 awards. The remaining top recipients—RESEARCH MANAGEMENT CONSULTANTS INC., DELOITTE CONSULTING LLP, and BERING GLOBAL SOLUTIONS, LLC—show that a small group of contractors accounts for a substantial share of total obligations, with some vendors receiving fewer, higher-value awards.

Industry profile based on NAICS activity

Spending is concentrated in IT and administrative service categories, led by NAICS 541519 Other Computer Related Services at $799.30 million across 2,358 awards. Other major categories include NAICS 561450 Credit Bureaus at $306.66 million and NAICS 541511 Custom Computer Programming Services at $226.67 million, alongside HR consulting and computer facilities management services, indicating a procurement mix centered on technology, data, and workforce support functions.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $538.00 million, then remained elevated at $497.49 million in 2024 before falling to $138.10 million in 2025, which is likely a partial-year figure given the current analysis window. Award counts declined steadily from 2,001 in 2021 to 417 in 2025, while obligations were relatively stable in the 2021-2024 period before the 2025 drop.

How to interpret this page

This summary is based on FPDS Query obligations associated with agency ID 2400 for the last 5 years. Totals, counts, vendor shares, NAICS concentrations, and annual trends reflect the provided dataset and use obligated dollars as recorded in the analysis window.

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 = '2400'
        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
POWERTRAIN INC 321,413,403.23 321.41 million 974
IDENTITY THEFT GUARD SOLUTIONS, INC. 306,659,499.14 306.66 million 19
RESEARCH MANAGEMENT CONSULTANTS INC. 169,688,196.74 169.69 million 129
DELOITTE CONSULTING LLP 140,620,123.18 140.62 million 39
BERING GLOBAL SOLUTIONS, LLC 78,610,038.78 78.61 million 25
ACCENTURE FEDERAL SERVICES LLC 64,215,797.19 64.22 million 24
INTERNATIONAL BUSINESS MACHINES CORPORATION 62,088,553.16 62.09 million 69
PBG CONSULTING, LLC 54,827,318.49 54.83 million 51
GOVSMART, INC. 52,461,082.47 52.46 million 122
FOUR LLC 37,334,895.77 37.33 million 35

Insight

Over the last 5 years, OPM obligated $2.14 billion across 6,189 awards, with an average award value of $345,151. Top vendor obligations are moderately concentrated: POWERTRAIN INC leads with $321.41 million across 974 awards, while the next largest vendors each account for substantially less, ranging from $306.66 million to $37.33 million. The profile suggests a mix of high-volume, lower-dollar activity and fewer large-value awards, as seen in vendors with relatively high obligated amounts but limited award counts such as IDENTITY THEFT GUARD SOLUTIONS, INC. and DELOITTE CONSULTING LLP.

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 = '2400'
        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 799,303,411.23 799.30 million 2,358
561450 CREDIT BUREAUS 306,660,716.02 306.66 million 21
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 226,667,216.43 226.67 million 330
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 184,637,800.46 184.64 million 128
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 123,667,173.82 123.67 million 49
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 85,312,029.39 85.31 million 414
541512 COMPUTER SYSTEMS DESIGN SERVICES 65,879,916.51 65.88 million 169
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 65,258,451.84 65.26 million 473
511210 SOFTWARE PUBLISHERS 63,871,720.74 63.87 million 109
524292 THIRD PARTY ADMINISTRATION OF INSURANCE AND PENSION FUNDS 31,464,293.66 31.46 million 35

Insight

Over the last 5 years, Office of Personnel Management obligated 2.14 billion across 6,189 awards, with spending concentrated in IT and professional services NAICS codes. NAICS 541519 (Other Computer Related Services) is the largest category at 799.30 million, or about 37 percent of total obligations, and the top three NAICS codes together account for more than half of all obligated dollars. Award volume is more dispersed than dollars, with high-count categories such as 541519, 541611, and 611430 indicating broad procurement activity across multiple service lines.

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 = '2400'
        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 138,101,327.12 138.10 million 417
2024 497,494,183.68 497.49 million 834
2023 538,000,061.39 538.00 million 1,269
2022 492,685,837.78 492.69 million 1,668
2021 469,860,327.67 469.86 million 2,001

Insight

Over the last 5 years, OPM obligated $2.14 billion across 6,189 awards, with an average award value of $345,151. Obligations peaked in 2023 at $538.0 million, then declined to $497.5 million in 2024 and $138.1 million in 2025. Award volume also trended downward from 2,001 in 2021 to 417 in 2025, indicating a substantial reduction in both spending and award activity over the period.

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.