Federal Contractor

BOOZ ALLEN HAMILTON INC. Federal Contract Obligations (Last 10 Years)

BOOZ ALLEN HAMILTON INC. (CAGE 17038, UEI JCBMLGPE6Z71) has received $49.59 billion across 47,360 federal award actions in the last 10 years.

Federal procurement data for BOOZ ALLEN HAMILTON INC. shows a large, sustained contract footprint led by the Federal Acquisition Service, the Department of the Navy, and the Department of the Air Force. The company’s largest NAICS concentrations are computer systems design services and engineering services, with annual obligations remaining above $5.00 billion in each of the most recent five years shown.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS obligations and award actions, including total obligated exact, award counts, and agency and NAICS rollups.

CAGE Code
17038
UEI
JCBMLGPE6Z71
Total Obligated
49.59 billion
49,590,671,582.13
Award Actions
47,360
Average Action Value
1,047,100.32

About BOOZ ALLEN HAMILTON INC. federal contract activity

BOOZ ALLEN HAMILTON INC. (CAGE 17038, UEI JCBMLGPE6Z71) recorded $49.59 billion in obligated value across 47,360 awards over the last 10 years, for an average award value of $1.05 million. The profile indicates a high-volume federal supplier with a materially diversified award base rather than reliance on a small number of very large contracts.

Agency mix and customer concentration

Award activity is concentrated in civilian acquisition channels and the military departments. The Federal Acquisition Service leads by obligated value at $16.57 billion, followed by the Department of the Navy at $7.39 billion, the Department of the Air Force at $7.15 billion, and the Department of the Army at $3.03 billion; the Centers for Medicare and Medicaid Services adds another $1.27 billion, indicating meaningful non-defense exposure.

Industry profile based on NAICS activity

The vendor’s award base is centered on information technology, systems engineering, and management consulting. NAICS 541512 and 541330 together account for $28.96 billion, with additional concentration in 541611, 541511, and 541715, which suggests a portfolio spanning computer systems design, engineering, program support, custom software, and applied R&D services.

Annual contract trend over the analysis window

Annual obligations remained elevated and relatively stable in the most recent five years shown, ranging from $5.00 billion in 2021 to $6.96 billion in 2024. Obligations were highest in 2024, with 2025 at $6.30 billion so far, while award counts have stayed in the mid-4,000s to mid-5,000s, indicating sustained procurement flow rather than a single spike.

How to interpret this page

This summary uses FPDS obligation data attributed to BOOZ ALLEN HAMILTON INC. over the last 10 years, keyed to CAGE 17038 and UEI JCBMLGPE6Z71. Agency, NAICS, and annual figures are based on total obligated dollars and award counts in the provided analysis window; values are rounded in the narrative and should be interpreted as aggregated FPDS records, not as audited financial statements.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '17038'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
4732 FEDERAL ACQUISITION SERVICE 16,567,635,206.10 16.57 billion 4,639
1700 DEPT OF THE NAVY 7,385,439,741.32 7.39 billion 8,150
5700 DEPT OF THE AIR FORCE 7,148,334,929.90 7.15 billion 9,877
2100 DEPT OF THE ARMY 3,026,079,960.57 3.03 billion 4,349
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,274,058,276.93 1.27 billion 450
2050 INTERNAL REVENUE SERVICE 993,014,107.42 993.01 million 841
7529 NATIONAL INSTITUTES OF HEALTH 977,273,880.28 977.27 million 586
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 807,265,253.84 807.27 million 1,506
7524 FOOD AND DRUG ADMINISTRATION 782,209,757.30 782.21 million 680
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 771,323,528.46 771.32 million 709

Insight

BOOZ ALLEN HAMILTON INC. derived $49.59 billion across 47,360 awards over the last 10 years, with obligations concentrated in a small set of agencies. The Federal Acquisition Service is the largest customer at $16.57 billion, followed by the Department of the Navy ($7.39 billion), Department of the Air Force ($7.15 billion), and Department of the Army ($3.03 billion), indicating strong concentration in federal procurement and especially the defense and civilian shared-services markets. Beyond the top three, obligations decline materially, with no other agency above $1.28 billion, suggesting a broader but much thinner distribution across the remaining agencies.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '17038'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 14,761,487,396.33 14.76 billion 6,737
541330 ENGINEERING SERVICES 14,193,919,589.89 14.19 billion 11,737
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,896,382,547.56 3.90 billion 6,193
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,873,254,553.56 3.87 billion 3,779
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,767,277,728.88 3.77 billion 4,319
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,368,835,965.69 3.37 billion 6,178
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 2,334,004,270.47 2.33 billion 2,373
517110 WIRED TELECOMMUNICATIONS CARRIERS 824,120,376.21 824.12 million 582
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 616,972,071.22 616.97 million 1,192
541519 OTHER COMPUTER RELATED SERVICES 584,256,626.20 584.26 million 1,064

Insight

BOOZ ALLEN HAMILTON INC. shows strong concentration in professional, technical, and IT services over the last 10 years, with NAICS 541512 and 541330 together accounting for about 28.95 billion in obligations, or nearly 58% of the 49.59 billion total. The remaining top categories are also aligned to consulting, systems development, engineering, and R&D, indicating a broad but clearly specialized portfolio rather than a diversified mix across unrelated sectors. Award volume is more dispersed than dollars, with 541330 leading in award count and several other NAICS codes carrying substantial obligation totals, suggesting repeated tasking across core service lines.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '17038'
        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 6,300,740,084.33 6.30 billion 4,381
2024 6,962,346,271.07 6.96 billion 4,542
2023 6,609,102,357.53 6.61 billion 4,764
2022 5,613,949,538.38 5.61 billion 4,944
2021 5,000,600,925.25 5.00 billion 5,483
2020 5,181,940,086.11 5.18 billion 5,577
2019 4,848,474,665.32 4.85 billion 5,308
2018 4,765,668,789.36 4.77 billion 6,061
2017 3,650,672,490.13 3.65 billion 5,666
2016 657,176,374.65 657.18 million 634

Insight

BOOZ ALLEN HAMILTON INC. has accumulated 49.59 billion in obligations across 47,360 awards over the last 10 years, with an average award value of about 1.05 million. Obligations are heavily concentrated in the most recent years, remaining above 5.0 billion annually from 2019 through 2025 and peaking at 6.96 billion in 2024 before easing to 6.30 billion in 2025. Earlier activity was materially lower, especially in 2016 at 657.18 million, indicating a pronounced upward shift in annual obligation volume over the period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.