Federal Agency

CONSUMER FINANCIAL PROTECTION BUREAU Federal Contract Obligations (Last 10 Years)

FPDS procurement overview for the Consumer Financial Protection Bureau (955F) covering the last 10 years of award activity, obligated dollars, vendors, and NAICS categories.

The Consumer Financial Protection Bureau recorded 6,863 award actions and $1.08 billion in obligated spending over the last 10 years, with an average action value of $157,617.83. Contract activity is concentrated in IT and management support services, led by NAICS 541519, 541611, and 541512, while recent obligations peaked in 2024 at $210.27 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the selected analysis window and may include multiple award types and modifications across the period.

Agency ID
955F
Total Obligated
1.08 billion
1,081,731,198.02
Award Actions
6,863
Average Action Value
157,617.83

About CONSUMER FINANCIAL PROTECTION BUREAU federal contract activity

Over the last 10 years, the Consumer Financial Protection Bureau (Agency ID 955F) obligated 1.08 billion across 6,863 awards, for an average award value of 157,617.83. The profile indicates a high-volume contracting portfolio with a mix of recurring services and moderate-dollar tasking rather than a small number of very large awards.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of firms, led by ACUMEN SOLUTIONS, INC. at 54.50 million across 48 awards and SENTURE LIMITED LIABILITY COMPANY at 50.84 million across 26 awards. DELOITTE CONSULTING LLP, IT CONCEPTS, INC., and ELECTRONIC METROLOGY LABORATORY, LLC also represent major recipients, with award counts ranging from 27 to 132, suggesting sustained use of incumbent support and specialized service providers.

Industry profile based on NAICS activity

The top NAICS categories are dominated by IT and management support services, led by 541519 Other Computer Related Services at 265.90 million and 964 awards, followed by 541611 Administrative Management and General Management Consulting Services at 161.52 million and 1,346 awards. Additional spending is concentrated in 541512 Computer Systems Design Services, 541511 Custom Computer Programming Services, and 519190 All Other Information Services, indicating a procurement mix centered on systems support, software development, and information services.

Annual contract trend over the analysis window

Annual obligations have been uneven, with 2024 peaking at 210.27 million, followed by 2023 at 165.42 million and 2022 at 123.50 million. The 2025 year-to-date figure of 43.94 million is materially below the prior three full-year totals, so the recent trend should be interpreted in the context of an incomplete year.

How to interpret this page

This page summarizes FPDS obligations for the Consumer Financial Protection Bureau over the last 10 years using recorded award-level data. Vendor, NAICS, and annual trend views are based on total obligated dollars and award counts aggregated from the same analysis window; no additional normalization or external attribution was 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 = '955F'
        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
ACUMEN SOLUTIONS, INC. 54,500,159.05 54.50 million 48
SENTURE LIMITED LIABILITY COMPANY 50,835,752.79 50.84 million 26
DELOITTE CONSULTING LLP 48,151,924.63 48.15 million 132
IT CONCEPTS, INC. 48,146,541.60 48.15 million 43
ELECTRONIC METROLOGY LABORATORY, LLC 32,371,859.95 32.37 million 27
FCN, INC. 31,841,763.19 31.84 million 136
MAXIMUS FEDERAL SERVICES, INC. 31,443,024.45 31.44 million 43
ERNST & YOUNG, L.L.P. 29,953,734.91 29.95 million 107
DOMESTIC AWARDEES (UNDISCLOSED) 28,642,897.89 28.64 million 450
INFOTREND INCORPORATED 26,557,224.17 26.56 million 31

Insight

Over the last 10 years, the Consumer Financial Protection Bureau obligated 1.08 billion across 6,863 awards, with an average award value of 157,617.83. Top vendor obligations are moderately concentrated among a small set of suppliers: the leading 10 vendors each received between 26.56 million and 54.50 million, led by ACUMEN SOLUTIONS, INC. and SENTURE LIMITED LIABILITY COMPANY. Award volume is more dispersed than obligated dollars, with FCN, INC. and DOMESTIC AWARDEES (UNDISCLOSED) receiving the highest award counts among the listed vendors, indicating repeated use of multiple vendors rather than reliance on a single high-dollar award 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__purchaserInformation__contractingOfficeAgencyID = '955F'
        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 265,903,705.47 265.90 million 964
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 161,519,706.71 161.52 million 1,346
541512 COMPUTER SYSTEMS DESIGN SERVICES 147,663,499.91 147.66 million 275
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 72,229,522.06 72.23 million 240
519190 ALL OTHER INFORMATION SERVICES 53,610,154.42 53.61 million 220
522320 FINANCIAL TRANSACTIONS PROCESSING, RESERVE, AND CLEARINGHOUSE ACTIVITIES 46,332,724.21 46.33 million 323
561210 FACILITIES SUPPORT SERVICES 33,642,594.20 33.64 million 62
561612 SECURITY GUARDS AND PATROL SERVICES 25,053,489.13 25.05 million 36
517110 WIRED TELECOMMUNICATIONS CARRIERS 22,687,282.98 22.69 million 46
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 20,520,816.37 20.52 million 97

Insight

Over the last 10 years, the Consumer Financial Protection Bureau obligated $1.08 billion across 6,863 awards, with obligations concentrated in IT and advisory support services. NAICS 541519, Other Computer Related Services, is the largest category at $265.90 million, followed by 541611, Administrative Management and General Management Consulting Services, at $161.52 million, and 541512, Computer Systems Design Services, at $147.66 million. Together, these three NAICS codes account for about 53 percent of total obligated dollars, indicating a procurement profile dominated by technology and management support acquisitions. Award counts are more dispersed than dollars, with 541611 having the highest number of awards among the top NAICS codes.

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 = '955F'
        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 43,944,374.76 43.94 million 720
2024 210,268,291.85 210.27 million 684
2023 165,424,101.61 165.42 million 776
2022 123,500,551.30 123.50 million 726
2021 129,083,924.42 129.08 million 853
2020 98,432,083.96 98.43 million 688
2019 71,734,168.88 71.73 million 649
2018 72,721,281.21 72.72 million 612
2017 89,730,409.54 89.73 million 597
2016 76,892,010.49 76.89 million 558

Insight

Over the last 10 years, the Consumer Financial Protection Bureau obligated $1.08 billion across 6,863 awards, averaging about $157.6 thousand per award. Annual obligations are unevenly distributed, with a pronounced peak in 2024 at $210.27 million, followed by lower obligations in 2025 year-to-date at $43.94 million. Prior years generally ranged from $71.73 million to $165.42 million, indicating a moderate base level of obligation activity with one material spike in 2024. Award counts remained relatively steady year over year, ranging from 558 to 853, suggesting that changes in obligation volume were driven more by award value than by award volume.

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.