Federal Agency

FEDERAL ACQUISITION SERVICE Federal Contract Obligations (Last 5 Years)

Federal Acquisition Service procurement data for the last 5 years shows $97.16 billion in obligated actions across 6,780,904 awards.

This page summarizes Federal Acquisition Service obligations, award volume, and spending patterns for the last 5 years. The data highlights major activity in computer systems design services, engineering services, and related technical support, with BOOZ ALLEN HAMILTON INC. and other large vendors among the top recipients.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and may differ from other FPDS views because of timing, filters, and rounding.

Agency ID
4732
Total Obligated
97.16 billion
97,159,284,663.86
Award Actions
6,780,904
Average Action Value
14,328.36

About FEDERAL ACQUISITION SERVICE federal contract activity

Over the last 5 years, the Federal Acquisition Service (Agency ID 4732) obligated 97.16 billion across 6,780,904 awards, with an average award value of 14,328.36. The scale of activity indicates a high-volume contracting office with a mix of large obligations and many smaller actions.

Vendor concentration and leading contractors

Vendor spending is concentrated among a small set of large contractors. Booz Allen Hamilton Inc. leads with 11.18 billion across 2,839 awards, followed by Science Applications International Corporation at 4.86 billion, General Dynamics Information Technology, Inc. at 3.86 billion, CACI, Inc. - Federal at 3.56 billion, and Leidos, Inc. at 3.19 billion.

Industry profile based on NAICS activity

Obligations are led by technology and engineering services, especially NAICS 541512 Computer Systems Design Services at 26.01 billion and 541330 Engineering Services at 20.91 billion. Manufacturing and research and development categories also appear prominently, including 336111 Automobile Manufacturing at 7.64 billion, 541712 at 5.03 billion, and 541715 at 3.87 billion.

Annual contract trend over the analysis window

Annual obligations were strongest in 2024 at 21.64 billion and remained near that level in 2023 and 2025, while 2022 and 2021 were lower at 17.69 billion and 15.42 billion, respectively. Award counts rose to a high in 2023 and then declined in 2024 and 2025, showing that spending remained elevated even as transaction volume moderated.

How to interpret this page

This summary uses FPDS obligations and award counts for the Federal Acquisition Service over the stated 5-year analysis window. Vendor, NAICS, and annual trend sections reflect the top values in the provided dataset and are limited to the fields supplied; obligations are reported as obligated dollars, not outlays or forecasted 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 = '4732'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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. 11,178,635,759.38 11.18 billion 2,839
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 4,863,905,250.84 4.86 billion 1,194
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 3,861,309,345.05 3.86 billion 884
CACI, INC. - FEDERAL 3,555,379,281.93 3.56 billion 463
LEIDOS, INC. 3,194,581,607.61 3.19 billion 865
FORD MOTOR COMPANY 2,740,852,770.14 2.74 billion 50,413
DELOITTE CONSULTING LLP 2,188,475,232.53 2.19 billion 555
PERATON INC. 2,018,862,038.56 2.02 billion 436
MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. 1,926,453,950.02 1.93 billion 532
HII MISSION TECHNOLOGIES CORP 1,903,514,713.09 1.90 billion 238

Insight

Over the last 5 years, FEDERAL ACQUISITION SERVICE obligated 97.16 billion across 6,780,904 awards, with an average award value of 14,328.36, indicating a very high-volume procurement profile. The top 10 vendors accounted for 33.29 billion in obligations, with BOOZ ALLEN HAMILTON INC. leading at 11.18 billion, followed by SCIENCE APPLICATIONS INTERNATIONAL CORPORATION at 4.86 billion and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at 3.86 billion. Obligations are concentrated among a small set of large vendors, while award counts vary widely, including FORD MOTOR COMPANY with 50,413 awards and 2.74 billion obligated, suggesting a mixed portfolio of high-dollar and high-transaction contracting 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 = '4732'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 26,005,689,641.29 26.01 billion 8,109
541330 ENGINEERING SERVICES 20,914,700,438.83 20.91 billion 7,151
336111 AUTOMOBILE MANUFACTURING 7,635,359,279.34 7.64 billion 166,317
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 5,030,914,020.39 5.03 billion 2,444
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,869,019,307.31 3.87 billion 2,572
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,457,450,449.50 3.46 billion 3,888
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 2,741,847,436.40 2.74 billion 1,178
624190 OTHER INDIVIDUAL AND FAMILY SERVICES 2,554,135,333.99 2.55 billion 175
541519 OTHER COMPUTER RELATED SERVICES 2,454,322,735.29 2.45 billion 3,241
511210 SOFTWARE PUBLISHERS 1,885,147,065.66 1.89 billion 1,386

Insight

Over the last 5 years, FEDERAL ACQUISITION SERVICE obligated $97.16 billion across 6,780,904 awards, with activity concentrated in information technology and professional services NAICS. Computer Systems Design Services ($26.01 billion) and Engineering Services ($20.91 billion) together account for nearly half of the top-ten NAICS obligations, indicating a strong concentration in high-value technical support. The remaining obligations are spread across manufacturing, R&D, software, and human services categories, with award counts ranging from 175 to 166,317, reflecting a mix of large-dollar, low-volume awards and smaller, higher-volume 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__purchaserInformation__contractingOfficeAgencyID = '4732'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 21,035,672,575.78 21.04 billion 1,234,666
2024 21,641,010,036.88 21.64 billion 1,384,676
2023 21,373,084,111.07 21.37 billion 1,453,233
2022 17,686,471,292.91 17.69 billion 1,482,219
2021 15,423,046,647.22 15.42 billion 1,226,110

Insight

Over the last 5 years, the Federal Acquisition Service obligated $97.16 billion across 6,780,904 awards, with an average award value of $14,328.36. Annual obligations rose from $15.42 billion in 2021 to a peak of $21.64 billion in 2024, then remained elevated at $21.04 billion in 2025, indicating a relatively stable higher spending level in the most recent three years. Award volume also increased from 1,226,110 in 2021 to a high of 1,482,219 in 2022, then declined to 1,234,666 in 2025, suggesting that recent obligations were sustained with fewer awards than the 2022–2024 range.

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