Federal Agency

FEDERAL BUREAU OF INVESTIGATION Federal Contract Obligations (Last 10 Years)

Federal Bureau of Investigation procurement data for the last 10 years shows 75,329 award actions and $21.05 billion in obligated spending.

This page summarizes Federal Bureau of Investigation procurement activity across the last 10 years, with 75,329 award actions totaling $21,051,788,003.76. The largest obligations are concentrated in IT services, construction, and management consulting, with annual spending ranging from $1.83 billion in 2023 to $2.70 billion in 2022 in the provided recent years.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, vendor rankings, NAICS groupings, and annual values reflect the provided FPDS analysis window and may change as records are updated.

Agency ID
1549
Total Obligated
21.05 billion
21,051,788,003.76
Award Actions
75,329
Average Action Value
279,464.58

About FEDERAL BUREAU OF INVESTIGATION federal contract activity

Over the last 10 years, the Federal Bureau of Investigation recorded 75,329 awards totaling $21.05 billion, with an average award value of $279,464.58. The profile indicates a high-volume procurement portfolio with significant concentration in information technology, construction, and management support services.

Vendor concentration and leading contractors

Spending is led by BRASFIELD & GORRIE, L.L.C. at $1.01 billion across 67 awards, followed by THUNDERCAT TECHNOLOGY, LLC at $716.19 million across 1,157 awards. MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC., ECS FEDERAL, LLC, and THE MITRE CORPORATION each account for substantial obligations, suggesting a vendor base that combines large construction firms with recurring IT and advisory partners.

Industry profile based on NAICS activity

The top NAICS category is 541519, Other Computer Related Services, with $5.29 billion across 11,812 awards, making technology services the dominant obligation driver. Construction is also material, with NAICS 236220, Commercial and Institutional Building Construction, at $2.65 billion, while 541512, 541611, and 541511 reinforce sustained demand for systems design, management consulting, and custom programming services.

Annual contract trend over the analysis window

Annual obligations remained above $1.8 billion in each reported year, peaking at $2.70 billion in 2022 and remaining elevated at $2.52 billion in 2024 and $2.07 billion in 2025. Award counts stayed broadly stable in the 5,300 to 6,900 range, indicating a steady procurement cadence rather than a one-time surge.

How to interpret this page

This summary is based on FPDS award data for Agency ID 1549 over the last 10 years, using obligated dollars and award counts as reported. NAICS and vendor rankings are derived from total obligated value within the analysis window, and annual trend figures reflect year-by-year obligations for the most recent reported years.

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 = '1549'
        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
BRASFIELD & GORRIE, L.L.C. 1,014,540,897.77 1.01 billion 67
THUNDERCAT TECHNOLOGY, LLC 716,190,488.63 716.19 million 1,157
MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. 698,972,325.96 698.97 million 133
ECS FEDERAL, LLC 448,721,386.26 448.72 million 475
THE MITRE CORPORATION 414,377,775.42 414.38 million 1,121
ACCENTURE FEDERAL SERVICES LLC 390,558,386.85 390.56 million 262
BOOZ ALLEN HAMILTON INC. 354,876,552.95 354.88 million 224
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 349,439,550.38 349.44 million 177
BOOZ ALLEN HAMILTON INC 340,296,397.52 340.30 million 279
IRON BOW TECHNOLOGIES, LLC 303,202,641.65 303.20 million 2,459

Insight

Over the last 10 years, the FBI obligated $21.05 billion across 75,329 awards, with a relatively low average award value of $279,464.58, indicating a mix of large programmatic actions and high-volume, smaller transactions. Top vendor obligations are concentrated among a small set of firms, led by BRASFIELD & GORRIE, L.L.C. at $1.01 billion, while several other vendors each received roughly $300 million to $716 million. Award counts vary widely across the leading vendors, from 67 awards for BRASFIELD & GORRIE, L.L.C. to 2,459 for IRON BOW TECHNOLOGIES, LLC, suggesting both high-dollar, lower-volume contracts and more distributed, recurring procurement activity.

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 = '1549'
        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 5,291,593,092.98 5.29 billion 11,812
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 2,650,156,400.47 2.65 billion 1,720
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,217,270,973.78 2.22 billion 2,069
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 2,068,543,044.94 2.07 billion 4,220
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,136,119,638.35 1.14 billion 1,537
334111 ELECTRONIC COMPUTER MANUFACTURING 590,930,587.67 590.93 million 2,998
511210 SOFTWARE PUBLISHERS 441,862,286.82 441.86 million 1,759
541330 ENGINEERING SERVICES 431,363,135.60 431.36 million 1,075
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 354,362,058.13 354.36 million 1,643
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 331,873,036.55 331.87 million 3,025

Insight

Over the last 10 years, FBI obligations total $21.05 billion across 75,329 awards, with a relatively small set of NAICS codes accounting for a large share of spending. NAICS 541519 (Other Computer Related Services) is the largest category at $5.29 billion, followed by 236220 (Commercial and Institutional Building Construction) at $2.65 billion, 541512 (Computer Systems Design Services) at $2.22 billion, and 541611 (Administrative Management and General Management Consulting Services) at $2.07 billion. The ranking indicates a strong concentration in IT-related services and construction, with additional obligations spread across consulting, programming, manufacturing, and engineering categories.

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 = '1549'
        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 2,071,026,044.77 2.07 billion 5,458
2024 2,522,401,712.83 2.52 billion 5,319
2023 1,829,742,997.94 1.83 billion 6,114
2022 2,700,554,658.82 2.70 billion 5,986
2021 2,348,022,494.54 2.35 billion 6,864
2020 1,962,040,745.06 1.96 billion 6,293
2019 2,017,997,944.72 2.02 billion 7,420
2018 1,893,056,283.03 1.89 billion 9,918
2017 2,018,712,277.64 2.02 billion 11,039
2016 1,688,232,844.41 1.69 billion 10,918

Insight

Over the last 10 years, the Federal Bureau of Investigation obligated $21.05 billion across 75,329 awards, averaging $279,464.58 per award. Annual obligations were fairly steady around the $1.69 billion to $2.70 billion range, with a peak in 2022 at $2.70 billion and another high in 2024 at $2.52 billion, before declining to $2.07 billion in 2025. Award counts were highest in 2016-2018, exceeding 9,000 annually, and then generally declined to about 5,300-6,100 in 2023-2025, indicating fewer but larger awards in the most recent years.

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.