In the last full year, BOOZ ALLEN HAMILTON INC. (CAGE 1D060, UEI KHK6E1JW9C15) received $724,067,967.41 in federal obligations across 46 award actions. The activity was entirely with the Department of Veterans Affairs and was concentrated in NAICS 541512, Computer Systems Design Services.
Federal Contractor
BOOZ ALLEN HAMILTON INC. Federal Contract Obligations (Last Year)
BOOZ ALLEN HAMILTON INC. recorded $724.07 million in federal obligations across 46 award actions in the last full year, all under Veterans Affairs contracts and NAICS 541512.
This page reflects FPDS-observed obligations for the last full year and shows a single-agency, single-NAICS profile for the vendor.
About BOOZ ALLEN HAMILTON INC. federal contract activity
BOOZ ALLEN HAMILTON INC. (CAGE 1D060, UEI KHK6E1JW9C15) recorded 724.07 million in obligated dollars across 46 awards in the last full year, for an average award value of 15.74 million. The vendor’s activity in this period was concentrated in a single agency and a single NAICS code, indicating a highly focused federal contracting profile.
Agency mix and customer concentration
All observed obligations in the analysis window were awarded by the Department of Veterans Affairs (agency 3600), which accounted for the full 724.07 million across 46 awards. This indicates complete agency concentration in the period reviewed, with no diversification across other departments in the available data.
Industry profile based on NAICS activity
All recorded obligations mapped to NAICS 541512, Computer Systems Design Services, totaling 724.07 million across 46 awards. The mix shows full concentration in a single service category, consistent with a specialized federal IT and systems design contracting footprint.
Annual contract trend over the analysis window
The annual trend for 2025 shows 724.07 million in obligated dollars over 46 awards. Because the analysis window is limited to the last full year and only one year is present, the data supports a snapshot rather than a multi-year growth or decline assessment.
How to interpret this page
This summary uses FPDS award-obligation data for the last full year and reflects obligations associated with the reported CAGE code and UEI. Agency, NAICS, and trend observations are based on the provided aggregate figures; percentages and comparative statements are limited to the supplied dataset and do not infer activity beyond it.
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 = '1D060'
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 |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 724,067,967.41 | 724.07 million | 46 |
Insight
BOOZ ALLEN HAMILTON INC. had all reported obligations in the last full year concentrated within a single agency: the Department of Veterans Affairs. VA accounted for $724.07 million across 46 awards, indicating complete agency concentration for this period. The average award value was $15.74 million, suggesting a portfolio of relatively large awards rather than a broad spread across multiple 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 = '1D060'
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 | 724,067,967.41 | 724.07 million | 46 |
Insight
Over the last full year, BOOZ ALLEN HAMILTON INC. received $724.07 million across 46 awards, all under NAICS 541512, Computer Systems Design Services. Obligations are fully concentrated in a single NAICS, indicating a narrow contract mix within this period. The average award value was about $15.74 million, suggesting a portfolio characterized by multiple mid-sized awards rather than a small number of very large obligations.
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 = '1D060'
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 | 724,067,967.41 | 724.07 million | 46 |
Insight
For the last full year, BOOZ ALLEN HAMILTON INC. (CAGE 1D060) recorded $724.07 million in obligated value across 46 awards, for an average award value of about $15.74 million. This indicates a relatively concentrated award profile, with substantial obligation volume distributed across a moderate number of awards. With only one annual data point provided, no year-over-year trend can be assessed from this window.
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.