Federal Agency

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

Last 10 years of federal procurement activity for the Bureau of the Fiscal Service, showing $5.37 billion obligated across 35,227 awards.

The Bureau of the Fiscal Service recorded 35,227 award actions and $5,373,169,779.03 in total obligations over the last 10 years, with an average action value of $152,529.87. Contracting activity was concentrated in IT and related professional services, led by NAICS 541519, Other Computer Related Services, at $2.03 billion.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the selected 10-year analysis window and are organized by obligated dollars, award count, vendor, NAICS code, and year.

Agency ID
2036
Total Obligated
5.37 billion
5,373,169,779.03
Award Actions
35,227
Average Action Value
152,529.87

About BUREAU OF THE FISCAL SERVICE federal contract activity

Over the last 10 years, the Bureau of the Fiscal Service obligated 5.37 billion across 35,227 awards, for an average award value of 152,529.87. The volume of awards indicates a high-activity procurement profile with a broad mix of relatively small transactions and larger service contracts.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small group of consulting and technology firms. Booz Allen Hamilton Inc. leads with 355.10 million across 410 awards, followed by FCN, Inc. with 336.01 million across 1,265 awards, while Deloitte & Touche LLP, Deloitte Consulting LLP, and Thundercat Technology, LLC round out the top five by obligated value.

Industry profile based on NAICS activity

Spending is heavily concentrated in information technology and related professional services. NAICS 541519, Other Computer Related Services, accounts for 2.03 billion and 10,649 awards, far exceeding the next categories of Custom Computer Programming Services, Computer Systems Design Services, Administrative Management and General Management Consulting Services, and Software Publishers.

Annual contract trend over the analysis window

Annual obligations in the provided recent years remain elevated and relatively stable, ranging from 534.58 million in 2025 to a peak of 738.70 million in 2023. Award counts were also consistently high, with the strongest volume in 2021 through 2023 and a lower count in 2024 and 2025, suggesting sustained procurement activity rather than a single-year spike.

How to interpret this page

This page summarizes FPDS obligations for Agency ID 2036, Bureau of the Fiscal Service, using the last 10 years of available records in the analysis window. Totals, award counts, vendor rankings, NAICS concentrations, and annual trend figures reflect the provided FPDS query outputs and are limited to obligated dollars, not estimated or ceiling values.

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 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
BOOZ ALLEN HAMILTON INC. 355,098,292.26 355.10 million 410
FCN, INC. 336,005,264.26 336.01 million 1,265
DELOITTE & TOUCHE LLP 219,975,251.91 219.98 million 131
DELOITTE CONSULTING LLP 87,695,146.05 87.70 million 210
THUNDERCAT TECHNOLOGY, LLC 75,678,448.24 75.68 million 300
ONYX GOVERNMENT SERVICES INCORPORATED 72,036,963.50 72.04 million 99
GOVERNMENT ACQUISITIONS, INC. 69,606,032.65 69.61 million 335
ESCGOV 68,464,960.64 68.46 million 14
GLOBAL CONNECTIONS TO EMPLOYMENT, INC. 66,652,421.16 66.65 million 155
SJ TECHNOLOGIES, INC. 65,126,669.99 65.13 million 256

Insight

Over the last 10 years, the Bureau of the Fiscal Service obligated $5.37 billion across 35,227 awards, with an average award value of $152,529.87. Top vendor obligations are moderately concentrated among a small group of service and technology firms, led by Booz Allen Hamilton Inc. at $355.10 million and FCN, Inc. at $336.01 million; however, the highest award counts are more dispersed, with FCN, Inc. (1,265 awards) and Government Acquisitions, Inc. (335 awards) reflecting more frequent, lower-value obligations. The remaining top vendors each received between $65.13 million and $219.98 million, indicating a broad but still vendor-reliant spending pattern over the period.

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 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 2,032,879,631.79 2.03 billion 10,649
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 575,358,609.65 575.36 million 1,509
541512 COMPUTER SYSTEMS DESIGN SERVICES 556,297,839.71 556.30 million 1,298
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 265,941,109.15 265.94 million 2,253
511210 SOFTWARE PUBLISHERS 244,585,832.75 244.59 million 1,289
561440 COLLECTION AGENCIES 155,684,701.45 155.68 million 151
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 102,230,505.81 102.23 million 780
523999 MISCELLANEOUS FINANCIAL INVESTMENT ACTIVITIES 83,123,189.62 83.12 million 207
541330 ENGINEERING SERVICES 71,981,419.55 71.98 million 181
561320 TEMPORARY HELP SERVICES 69,482,721.54 69.48 million 874

Insight

Over the last 10 years, BUREAU OF THE FISCAL SERVICE’s obligations of $5.37 billion were concentrated in IT and related support services, led by NAICS 541519, Other Computer Related Services, at $2.03 billion across 10,649 awards, or about 38% of total obligations. The next four NAICS codes—541511, 541512, 541611, and 511210—together added roughly $1.64 billion, indicating that more than two-thirds of obligated dollars were directed to a small set of computer and management support categories. Award volume was broader than dollar concentration suggests, with 35,227 awards overall and several lower-dollar categories such as collection agencies and temporary help services appearing among the top NAICS by obligation.

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 10 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
2020 564,775,602.71 564.78 million 3,567
2019 438,388,668.96 438.39 million 3,412
2018 368,915,671.26 368.92 million 3,180
2017 410,250,468.49 410.25 million 3,827
2016 415,934,674.08 415.93 million 3,929

Insight

Over the last 10 years, the Bureau of the Fiscal Service obligated $5.37 billion across 35,227 awards, averaging $152.5K per award. Obligations were concentrated in the most recent years, rising from $368.9 million in 2018 to a peak of $738.7 million in 2023 before easing to $690.0 million in 2024 and $534.6 million in 2025. Award counts were relatively stable, generally ranging from about 3,180 to 3,929 annually, indicating that obligation volatility was driven more by award value than by changes in 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.