Federal Agency

BUREAU OF THE FISCAL SERVICE Federal Contract Obligations (Last 5 Years)

FPDS procurement summary for the Bureau of the Fiscal Service covers $3.17 billion in obligations across 17,312 award actions over the last five years.

The Bureau of the Fiscal Service’s award profile is concentrated in information technology and related support services, led by NAICS 541519, 541511, and 541512. Annual obligations ranged from $534.58 million in 2025 to a high of $738.70 million in 2023, with award counts remaining above 3,100 each year in the analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS-awarded obligations for the last five years and may differ from current totals due to reporting timing and data updates.

Agency ID
2036
Total Obligated
3.17 billion
3,174,904,693.53
Award Actions
17,312
Average Action Value
183,393.29

About BUREAU OF THE FISCAL SERVICE federal contract activity

Over the last 5 years, the Bureau of the Fiscal Service obligated 3.17 billion across 17,312 awards, with an average award value of 183,393.29. The spending profile indicates a high-volume, moderately sized award base consistent with recurring administrative and technology-related procurement activity.

Vendor concentration and leading contractors

Vendor concentration is led by Deloitte & Touche LLP at 218.27 million across 123 awards, followed by Booz Allen Hamilton Inc. at 201.86 million across 256 awards and FCN, Inc. at 197.32 million across 772 awards. The mix of larger dollar suppliers and higher-award-count vendors suggests both substantial program support contracts and sustained task-oriented IT services buying.

Industry profile based on NAICS activity

NAICS activity is dominated by 541519 Other Computer Related Services at 1.25 billion across 5,768 awards, far exceeding the next largest categories. Custom computer programming services, computer systems design services, and administrative management consulting also represent significant shares, while collection agencies appears as a smaller but meaningful category, reflecting a procurement portfolio centered on information technology and operational support.

Annual contract trend over the analysis window

Annual obligations increased from 592.18 million in 2021 to a peak of 738.70 million in 2023, then eased to 689.99 million in 2024 and 534.58 million in 2025. Award counts remained relatively stable across the period, ranging from 3,181 to 3,583, indicating that year-to-year dollar movement was driven more by obligation size than by major changes in transaction volume.

How to interpret this page

This summary is based on FPDS obligations reported for Bureau of the Fiscal Service, Agency ID 2036, over the last 5 years. Vendor, NAICS, and annual figures reflect totals aggregated from obligated dollars and award counts in the provided analysis window, and percentages or inferred rankings beyond the supplied data were not used.

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 = '2036'
        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
DELOITTE & TOUCHE LLP 218,274,089.04 218.27 million 123
BOOZ ALLEN HAMILTON INC. 201,864,396.28 201.86 million 256
FCN, INC. 197,320,549.64 197.32 million 772
OCTO METRIC LLC 53,022,973.08 53.02 million 28
ESCGOV 52,238,691.64 52.24 million 11
GLOBAL CONNECTIONS TO EMPLOYMENT, INC. 51,028,590.97 51.03 million 110
THUNDERCAT TECHNOLOGY, LLC 48,708,809.03 48.71 million 154
ECS FEDERAL, LLC 47,622,497.07 47.62 million 38
COAST PROFESSIONAL, INC. 46,735,498.94 46.74 million 39
DERIVATIVE, LLC 44,824,357.97 44.82 million 31

Insight

Over the last 5 years, the Bureau of the Fiscal Service obligated $3.17 billion across 17,312 awards, with an average award value of $183,393.29. The top 10 vendors account for a meaningful share of obligations, led by Deloitte & Touche LLP ($218.27 million, 123 awards), Booz Allen Hamilton Inc. ($201.86 million, 256 awards), and FCN, Inc. ($197.32 million, 772 awards). Obligations among the remaining top vendors are more dispersed, ranging from $53.02 million to $44.82 million, indicating a concentrated but not highly dominant vendor base.

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 = '2036'
        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 1,253,885,175.98 1.25 billion 5,768
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 318,957,505.36 318.96 million 860
541512 COMPUTER SYSTEMS DESIGN SERVICES 306,036,181.65 306.04 million 577
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 145,664,472.03 145.66 million 1,208
561440 COLLECTION AGENCIES 136,967,924.87 136.97 million 91
511210 SOFTWARE PUBLISHERS 100,751,272.46 100.75 million 451
541330 ENGINEERING SERVICES 68,166,072.64 68.17 million 124
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 65,303,843.42 65.30 million 402
532420 OFFICE MACHINERY AND EQUIPMENT RENTAL AND LEASING 52,411,027.72 52.41 million 30
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 50,346,410.31 50.35 million 251

Insight

Over the last 5 years, BUREAU OF THE FISCAL SERVICE obligated 3.17 billion across 17,312 awards, with spending concentrated in IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) dominates the mix at 1.25 billion across 5,768 awards, or roughly 39% of total obligations, while the next two categories, 541511 and 541512, together add another 625 million. Beyond these top three, obligations are more dispersed, with consulting, collections, software publishing, engineering, accounting, and leasing categories each accounting for materially smaller shares.

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 = '2036'
        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 534,583,573.77 534.58 million 3,454
2024 689,992,087.26 689.99 million 3,181
2023 738,701,193.24 738.70 million 3,521
2022 619,443,010.76 619.44 million 3,573
2021 592,184,828.50 592.18 million 3,583

Insight

Over the last 5 years, the Bureau of the Fiscal Service obligated $3.17 billion across 17,312 awards, with an average award value of $183,393. Obligations were relatively stable from 2021 to 2024, ranging from $592.18 million to $738.70 million, before declining to $534.58 million in 2025. Award volume remained concentrated in a narrow band of roughly 3,100 to 3,600 awards per year, indicating a steady procurement pattern with a recent reduction in obligation value.

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.