Federal Agency

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

FPDS summary of Office of Personnel Management contracting over the last 10 years, including obligations, award volume, vendors, and NAICS mix.

Office of Personnel Management (Agency ID 2400) obligated $5.89 billion across 15,574 award actions in the last 10 years, for an average action value of $378,104.23. Spending is concentrated in computer-related services, investigation services, and credit bureau activities, with several vendors accounting for large portions of total obligations.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect the provided 10-year analysis window and may include multiple award actions tied to the same vendor or NAICS code.

Agency ID
2400
Total Obligated
5.89 billion
5,888,595,412.16
Award Actions
15,574
Average Action Value
378,104.23

About OFFICE OF PERSONNEL MANAGEMENT federal contract activity

Over the last 10 years, the Office of Personnel Management recorded $5.89 billion in obligated federal procurement across 15,574 awards, for an average award value of $378,104.23. The obligation profile indicates a sizable but concentrated acquisition portfolio, with spending spread across service-heavy categories rather than large-volume commodity buys.

Vendor concentration and leading contractors

The largest vendor by obligated dollars was KEYPOINT GOVERNMENT SOLUTIONS, INC. at $734.81 million across 39 awards, followed closely by IDENTITY THEFT GUARD SOLUTIONS, INC. at $721.28 million across 53 awards. POWERTRAIN INC stands out for volume rather than concentration, with $606.55 million across 1,654 awards, while CACI PREMIER TECHNOLOGY INC and RESEARCH MANAGEMENT CONSULTANTS INC. round out the top five by obligated value.

Industry profile based on NAICS activity

Procurement is dominated by information technology and investigative services. NAICS 541519, Other Computer Related Services, leads with $1.64 billion across 4,794 awards, followed by 561611, Investigation Services, at $1.47 billion across 719 awards and 561450, Credit Bureaus, at $754.67 million across 116 awards; software development and systems design categories also remain significant.

Annual contract trend over the analysis window

Recent annual obligations show a decline from $538.00 million in 2023 to $497.49 million in 2024 and $138.10 million in 2025 to date, though 2025 is likely incomplete relative to full-year totals. Award counts peaked in 2021 at 2,001 and then declined through 2024 and 2025, indicating a shift toward fewer awards in the most recent years.

How to interpret this page

This summary is based on FPDS query results for the Office of Personnel Management (Agency ID 2400) over the last 10 years. Metrics reflect obligated dollars, award counts, vendor and NAICS aggregations, and annual totals as reported in the source data; no adjustments or extrapolations were applied.

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 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
KEYPOINT GOVERNMENT SOLUTIONS, INC. 734,808,989.83 734.81 million 39
IDENTITY THEFT GUARD SOLUTIONS, INC. 721,278,948.43 721.28 million 53
POWERTRAIN INC 606,547,677.28 606.55 million 1,654
CACI PREMIER TECHNOLOGY INC 285,060,784.52 285.06 million 32
RESEARCH MANAGEMENT CONSULTANTS INC. 250,409,406.61 250.41 million 185
CSRA LLC 188,467,236.75 188.47 million 31
DELOITTE CONSULTING LLP 158,363,730.26 158.36 million 72
SECURITAS CRITICAL INFRASTRUCTURE SERVICES, INC. 150,054,756.82 150.05 million 26
BERING GLOBAL SOLUTIONS, LLC 134,972,948.03 134.97 million 57
INTERNATIONAL BUSINESS MACHINES CORPORATION 120,699,964.63 120.70 million 195

Insight

Over the last 10 years, OPM obligated $5.89 billion across 15,574 awards, with an average award value of $378,104.23. Top vendor obligations are moderately concentrated: the leading two vendors, KeyPoint Government Solutions, Inc. and Identity Theft Guard Solutions, Inc., account for about $1.46 billion combined, while the top 10 vendors together total approximately $3.45 billion, or roughly 59% of overall obligations. Award activity is more dispersed than dollars, with Powertrain Inc. receiving 1,654 awards and 606.55 million, indicating a high volume of lower-value obligations relative to other top vendors.

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 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
541519 OTHER COMPUTER RELATED SERVICES 1,641,815,664.23 1.64 billion 4,794
561611 INVESTIGATION SERVICES 1,474,328,135.94 1.47 billion 719
561450 CREDIT BUREAUS 754,674,482.73 754.67 million 116
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 481,268,838.33 481.27 million 907
541512 COMPUTER SYSTEMS DESIGN SERVICES 253,449,626.55 253.45 million 598
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 209,744,762.92 209.74 million 180
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 192,107,943.60 192.11 million 101
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 155,722,970.87 155.72 million 1,111
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 109,400,567.03 109.40 million 1,044
511210 SOFTWARE PUBLISHERS 84,473,077.97 84.47 million 402

Insight

Over the last 10 years, OPM obligated 5.89 billion across 15,574 awards, with spending concentrated in a small set of IT- and services-related NAICS codes. NAICS 541519, 561611, and 561450 together account for about 61 percent of total obligations, indicating a strong reliance on computer-related services, investigation services, and credit bureau support. Award volume is more distributed than dollars: 541519 has the most awards (4,794), while 561611 and 541611 also generate substantial transaction counts, suggesting a mix of high-frequency and higher-dollar service 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__purchaserInformation__contractingOfficeAgencyID = '2400'
        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 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
2020 366,806,198.43 366.81 million 1,811
2019 498,797,372.94 498.80 million 1,531
2018 1,566,142,765.93 1.57 billion 1,865
2017 850,441,544.85 850.44 million 2,275
2016 470,265,792.37 470.27 million 1,903

Insight

Over the last 10 years, OPM obligated $5.89 billion across 15,574 awards, averaging $378.1 thousand per award. Obligations were highly concentrated in 2018, which accounted for $1.57 billion, well above every other year and roughly 27% of the 10-year total. After that spike, annual obligations generally remained in the $366.8 million to $538.0 million range from 2019 through 2024, before declining to $138.1 million in 2025. Award volumes were highest in 2021 (2,001) and generally trended lower in the most recent years, reaching 417 in 2025.

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.