This page summarizes Federal Acquisition Service procurement activity for the last full year, including total obligations, award volume, leading vendors, and the dominant NAICS categories. The data show concentration in IT systems design, engineering services, and related professional support areas.
Federal Agency
FEDERAL ACQUISITION SERVICE Federal Contract Obligations (Last Year)
Federal Acquisition Service obligated $21.04 billion across 1,234,666 award actions in the last full year.
Totals reflect the provided analysis window and may include multiple award actions across vendors and NAICS codes.
About FEDERAL ACQUISITION SERVICE federal contract activity
In the last full year, the Federal Acquisition Service (Agency ID 4732) obligated 21.04 billion across 1,234,666 awards, with an average award value of 17,037.54. The volume profile indicates a highly distributed acquisition base with many comparatively small awards alongside a limited set of larger obligations.
Vendor concentration and leading contractors
Obligations were led by BOOZ ALLEN HAMILTON INC. at 2.31 billion across 551 awards, followed by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at 978.53 million and CACI, INC. - FEDERAL at 958.81 million. LEIDOS, INC. and HII MISSION TECHNOLOGIES CORP also ranked among the top vendors, indicating concentration among major systems integration, engineering, and mission support contractors.
Industry profile based on NAICS activity
Spending was concentrated in computer systems design services (NAICS 541512) at 5.16 billion and engineering services (NAICS 541330) at 4.36 billion. Automobile manufacturing (NAICS 336111) also appears prominently by obligation at 2.22 billion and a very high award count, while professional, scientific, and technical services and R&D in the physical, engineering, and life sciences round out the leading categories.
Annual contract trend over the analysis window
The annual trend shows 2025 as the full analysis year, with total obligations of 21.04 billion across 1,234,666 awards. Because the dataset contains a single annual point for the selected window, it supports a year-level snapshot rather than a multi-year directional comparison.
How to interpret this page
This summary is based on FPDS Query obligation data for the Federal Acquisition Service over the last full year. Vendor and NAICS rankings are derived from total obligated dollars, and award counts reflect the number of recorded awards in the selected period.
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 1 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. | 2,311,594,287.39 | 2.31 billion | 551 |
| GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. | 978,528,276.12 | 978.53 million | 235 |
| CACI, INC. - FEDERAL | 958,806,861.06 | 958.81 million | 136 |
| LEIDOS, INC. | 872,103,035.23 | 872.10 million | 174 |
| HII MISSION TECHNOLOGIES CORP | 861,651,770.06 | 861.65 million | 107 |
| SCIENCE APPLICATIONS INTERNATIONAL CORPORATION | 787,475,847.00 | 787.48 million | 184 |
| SMARTRONIX, LLC | 684,096,187.95 | 684.10 million | 38 |
| PERATON INC. | 658,170,485.97 | 658.17 million | 112 |
| FORD MOTOR COMPANY | 633,334,125.94 | 633.33 million | 13,519 |
| DELOITTE CONSULTING LLP | 616,388,145.73 | 616.39 million | 144 |
Insight
During the last full year, the Federal Acquisition Service obligated $21.04 billion across 1,234,666 awards, with an average award value of $17,037.54, indicating a highly fragmented award environment. Top vendor obligations are concentrated at the upper end, led by Booz Allen Hamilton Inc. at $2.31 billion, with the next four vendors each between $861.65 million and $978.53 million. The top 10 vendors are primarily large IT and consulting contractors, although Ford Motor Company stands out for a much higher award count (13,519) but comparatively lower obligated dollars ($633.33 million), suggesting a different award structure than the other leading vendors.
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 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 | 5,159,514,759.28 | 5.16 billion | 1,581 |
| 541330 | ENGINEERING SERVICES | 4,357,508,996.75 | 4.36 billion | 1,328 |
| 336111 | AUTOMOBILE MANUFACTURING | 2,215,810,963.50 | 2.22 billion | 57,062 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 1,829,485,453.20 | 1.83 billion | 558 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 1,100,726,791.87 | 1.10 billion | 721 |
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 637,634,964.70 | 637.63 million | 422 |
| 624190 | OTHER INDIVIDUAL AND FAMILY SERVICES | 620,783,055.69 | 620.78 million | 33 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 527,676,741.36 | 527.68 million | 787 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | 440,749,440.66 | 440.75 million | 626 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 420,208,632.16 | 420.21 million | 818 |
Insight
Over the last full year, Federal Acquisition Service obligated 21.04 billion across 1,234,666 awards, with spending concentrated in a small set of NAICS codes. Computer Systems Design Services (541512) and Engineering Services (541330) accounted for the largest dollar volumes at 5.16 billion and 4.36 billion, respectively, indicating a strong emphasis on IT and technical support. Automobile Manufacturing (336111) ranks third by obligation at 2.22 billion but with 57,062 awards, reflecting a much higher transaction count than the other leading NAICS codes. The remaining top categories each received less than 2.0 billion, suggesting a broad but clearly concentrated obligation 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__purchaserInformation__contractingOfficeAgencyID = '4732'
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 | 21,035,672,575.78 | 21.04 billion | 1,234,666 |
Insight
For the last full year, the Federal Acquisition Service recorded $21.04 billion in obligated spending across 1,234,666 awards, yielding a low average award value of $17,037.54. The combination of very high award volume and comparatively modest average value indicates a highly distributed procurement profile rather than concentration in a small number of large awards. Because only a single year is provided in this window, year-over-year trend direction cannot be assessed from the available data.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.