Federal Agency

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

Federal procurement profile for the Consumer Financial Protection Bureau (Agency ID 955F) covering obligations, awards, vendors, and contract categories over the last 5 years.

Over the last 5 years, the Consumer Financial Protection Bureau recorded 3,759 award actions totaling $672.22 million, with an average action value of $178,829.80. Spending was concentrated in computer-related services, systems design, consulting, and financial processing support, with annual obligations peaking in 2024.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable and exact obligated amounts for the selected analysis window and may differ from other FPDS views due to rounding or reporting updates.

Agency ID
955F
Total Obligated
672.22 million
672,221,243.94
Award Actions
3,759
Average Action Value
178,829.80

About CONSUMER FINANCIAL PROTECTION BUREAU federal contract activity

Over the last 5 years, the CONSUMER FINANCIAL PROTECTION BUREAU (Agency ID 955F) obligated 672.22 million across 3,759 awards, for an average award value of 178,829.8. This profile indicates a sustained contract footprint with activity spread across a large number of awards rather than concentration in a few exceptionally large transactions.

Vendor concentration and leading contractors

Vendor obligations are led by SENTURE LIMITED LIABILITY COMPANY at 50.84 million across 26 awards, followed closely by IT CONCEPTS, INC. at 48.15 million across 43 awards and ACUMEN SOLUTIONS, INC. at 43.00 million across 30 awards. The remaining top vendors, DELOITTE CONSULTING LLP and FCN, INC., also show meaningful award counts, suggesting the Bureau relies on a mix of recurring service providers rather than a single dominant supplier.

Industry profile based on NAICS activity

Spending is concentrated in information technology and consulting-related NAICS categories. OTHER COMPUTER RELATED SERVICES (541519) leads with 205.29 million, followed by COMPUTER SYSTEMS DESIGN SERVICES (541512) at 124.12 million and ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES (541611) at 80.62 million, indicating a portfolio centered on systems support, implementation, and advisory services.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 210.27 million, then declined to 43.94 million in 2025 within the reported window. Prior years were comparatively steady, ranging from 123.50 million in 2022 to 165.42 million in 2023 and 129.08 million in 2021, while award counts remained high throughout, from 684 to 853 per year.

How to interpret this page

This summary uses FPDS Query award obligation data for the CONSUMER FINANCIAL PROTECTION BUREAU over the last 5 years. Totals reflect obligated dollars and award counts as provided in the supplied dataset; NAICS and vendor rankings are based on total obligated amounts within 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 = '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 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
SENTURE LIMITED LIABILITY COMPANY 50,835,752.79 50.84 million 26
IT CONCEPTS, INC. 48,146,541.60 48.15 million 43
ACUMEN SOLUTIONS, INC. 42,996,870.09 43.00 million 30
DELOITTE CONSULTING LLP 30,899,174.51 30.90 million 94
FCN, INC. 27,206,199.82 27.21 million 98
JND HOLDINGS LLC 26,232,896.84 26.23 million 3
RAFT LLC 24,740,672.63 24.74 million 38
INFOTREND INCORPORATED 24,014,013.57 24.01 million 17
ELECTRONIC METROLOGY LABORATORY, LLC 18,983,631.48 18.98 million 15
ERNST & YOUNG LLP 13,834,381.34 13.83 million 59

Insight

Over the last 5 years, the Consumer Financial Protection Bureau obligated $672.22 million across 3,759 awards, with an average award value of $178.8 thousand. Top vendor obligations are moderately concentrated: the leading vendor, Sენტure Limited Liability Company, received $50.84 million, or about 7.6% of total obligations, while the top 10 vendors together account for roughly 39% of agency spending in this period. Award counts are uneven across these vendors, ranging from 3 awards for JND Holdings LLC to 98 awards for FCN, Inc., indicating a mix of larger low-frequency awards and smaller recurring obligations.

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 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 205,288,096.71 205.29 million 673
541512 COMPUTER SYSTEMS DESIGN SERVICES 124,122,557.66 124.12 million 204
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 80,621,187.93 80.62 million 730
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 56,130,312.02 56.13 million 147
522320 FINANCIAL TRANSACTIONS PROCESSING, RESERVE, AND CLEARINGHOUSE ACTIVITIES 41,374,403.59 41.37 million 203
561210 FACILITIES SUPPORT SERVICES 18,961,103.50 18.96 million 31
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 16,913,757.94 16.91 million 75
541199 ALL OTHER LEGAL SERVICES 15,867,589.50 15.87 million 210
517110 WIRED TELECOMMUNICATIONS CARRIERS 12,968,867.05 12.97 million 30
561612 SECURITY GUARDS AND PATROL SERVICES 11,934,230.37 11.93 million 16

Insight

Over the last 5 years, CFPB obligated $672.22 million across 3,759 awards, with spending concentrated in a small set of NAICS categories. The largest category, 541519 Other Computer Related Services, accounts for $205.29 million, followed by 541512 Computer Systems Design Services at $124.12 million; together, these two IT-related codes represent nearly half of total obligations. Spending also extends to consulting, financial processing, facilities support, accounting, legal, telecommunications, and security services, indicating a diversified but technology-heavy procurement profile.

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 5 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

Insight

Over the last 5 years, the Consumer Financial Protection Bureau obligated $672.22 million across 3,759 awards, with an average award value of $178.8 thousand. Obligations are highly concentrated in 2024, which accounts for $210.27 million, or about 31% of the five-year total, and represents the peak year in the period. Annual obligations were comparatively lower in 2021 through 2023, then declined sharply in 2025 to $43.94 million, while award counts remained relatively steady in the 684 to 776 range before increasing to 720 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.