Federal Contractor

BOOZ ALLEN HAMILTON INC. Federal Contract Obligations (Last Year)

BOOZ ALLEN HAMILTON INC. (CAGE 17038, UEI JCBMLGPE6Z71) recorded 6.30 billion in obligations across 4,381 award actions in the last full year.

Federal procurement activity for BOOZ ALLEN HAMILTON INC. was concentrated with the Federal Acquisition Service, the Department of the Air Force, and the Department of the Navy. The largest obligations were tied to computer systems design services, engineering services, and research and development in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligation data, with totals shown at both exact and rounded levels.

CAGE Code
17038
UEI
JCBMLGPE6Z71
Total Obligated
6.30 billion
6,300,740,084.33
Award Actions
4,381
Average Action Value
1,438,196.77

About BOOZ ALLEN HAMILTON INC. federal contract activity

BOOZ ALLEN HAMILTON INC. (CAGE 17038, UEI JCBMLGPE6Z71) recorded $6.30 billion in obligated awards across 4,381 actions in the last full year, for an average award value of $1.44 million. The volume and value profile indicates a large-scale, recurring federal services contractor with activity spread across multiple civilian and defense buyers.

Agency mix and customer concentration

Obligations were concentrated in the Federal Acquisition Service at $2.34 billion across 570 awards, followed by the Department of the Air Force at $1.28 billion across 1,191 awards and the Department of the Navy at $871.93 million across 740 awards. The Department of the Army and the Centers for Medicare and Medicaid Services contributed smaller but material shares, showing a mix of acquisition vehicles and direct mission support work across both defense and civilian agencies.

Industry profile based on NAICS activity

The vendor’s award base is anchored in systems and technical services: NAICS 541512 accounted for $1.70 billion, and NAICS 541330 added $1.68 billion, together representing the largest share of obligated value. Additional concentration appears in R&D and advisory/technical support codes, including 541715 at $934.38 million, 541990 at $690.95 million, and 541511 at $562.24 million, consistent with a portfolio centered on IT, engineering, and science/technical consulting services.

Annual contract trend over the analysis window

The annual trend shows $6.30 billion obligated in 2025, which is the full analysis-year total reflected in this dataset, across 4,381 awards. Because only one full year is provided, the trend view supports level assessment rather than year-over-year change analysis.

How to interpret this page

This summary is based on FPDS-observed obligations for the last full year and is limited to the vendor identifiers provided (CAGE 17038, UEI JCBMLGPE6Z71). Agency and NAICS mix figures reflect obligated dollars and award counts in the supplied dataset; percentages and growth rates are not calculated beyond the provided records.

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 1 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 2,343,503,639.44 2.34 billion 570
5700 DEPT OF THE AIR FORCE 1,283,224,998.07 1.28 billion 1,191
1700 DEPT OF THE NAVY 871,928,936.11 871.93 million 740
2100 DEPT OF THE ARMY 246,848,965.93 246.85 million 273
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 159,187,356.01 159.19 million 28
3600 VETERANS AFFAIRS, DEPARTMENT OF 144,558,144.15 144.56 million 35
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 121,873,578.21 121.87 million 73
7529 NATIONAL INSTITUTES OF HEALTH 103,082,298.71 103.08 million 49
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 92,446,513.05 92.45 million 163
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 80,744,762.99 80.74 million 52

Insight

In the last full year, BOOZ ALLEN HAMILTON INC. received $6.30 billion across 4,381 awards, with obligations concentrated heavily in a small set of agencies. The Federal Acquisition Service accounted for the largest share at $2.34 billion, followed by the Department of the Air Force at $1.28 billion and the Department of the Navy at $871.93 million; these three agencies represent the clear core of obligated spending. The remaining top agencies were significantly smaller, with no single agency above $247 million beyond the top three, indicating a broad but highly skewed distribution of awards and dollars.

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 1 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 1,698,556,432.60 1.70 billion 617
541330 ENGINEERING SERVICES 1,684,595,292.53 1.68 billion 1,236
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 934,380,064.59 934.38 million 927
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 690,951,325.66 690.95 million 235
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 562,236,562.90 562.24 million 453
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 376,872,997.35 376.87 million 406
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 155,847,249.20 155.85 million 221
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 41,235,524.32 41.24 million 48
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 27,455,388.00 27.46 million 6
541519 OTHER COMPUTER RELATED SERVICES 24,333,592.52 24.33 million 43

Insight

BOOZ ALLEN HAMILTON INC. obligated $6.30 billion across 4,381 awards in the last full year, with activity concentrated in a small set of professional services NAICS. The two largest codes, 541512 and 541330, account for about $3.38 billion combined, or just over half of total obligations, indicating a strong focus on computer systems design and engineering services. A second tier of obligations is spread across R&D, broader technical services, and custom programming, while the remaining top NAICS each represent materially smaller shares, suggesting a diversified but still highly concentrated service 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '17038'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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

Insight

During the last full year, BOOZ ALLEN HAMILTON INC. (CAGE 17038) obligated $6.30 billion across 4,381 awards, for an average award value of about $1.44 million. The award profile suggests spending was distributed across a large number of transactions rather than concentrated in a small set of actions. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from this view.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.