Federal Agency

DEPARTMENTAL OFFICES Federal Contract Obligations (Last 5 Years)

Analysis of Departmental Offices (agency ID 2001) federal procurement activity over the last 5 years, including obligations, vendors, NAICS codes, and annual trends.

Departmental Offices recorded $1.32 billion in obligations across 6,084 award actions, with an average action value of $217,748.83. Recent activity is concentrated in 2025 and 2024, and the largest obligations appear in computer-related services, warehousing, and computer manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the last 5 years of FPDS award actions and may differ from other reports because of timing, scope, or rounding.

Agency ID
2001
Total Obligated
1.32 billion
1,324,783,909.46
Award Actions
6,084
Average Action Value
217,748.83

About DEPARTMENTAL OFFICES federal contract activity

DEPARTMENTAL OFFICES obligated 1.32 billion across 6,084 awards over the last 5 years, with an average award value of 217,748.83. The activity profile indicates a high-volume, mixed-spend portfolio that combines large strategic awards with many smaller transactions.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small group of firms, led by LANCER INFORMATION SOLUTIONS, LLC at 250.35 million across 3 awards and AMENTUM SERVICES, INC. at 220.81 million across 32 awards. COUNTERTRADE PRODUCTS, INC. follows at 197.64 million across 3 awards, while DELOITTE CONSULTING LLP and HAMILTON ENTERPRISES, LLC add 96.58 million and 37.98 million, respectively, indicating both high-dollar and recurring service relationships.

Industry profile based on NAICS activity

The largest obligations are tied to 541519 Other Computer Related Services at 273.86 million and 493110 General Warehousing and Storage at 240.73 million. Additional spend is concentrated in 334111 Electronic Computer Manufacturing, 541611 Administrative Management and General Management Consulting Services, and 928120 International Affairs, showing a mix of technology, logistics, consulting, and mission-support activity.

Annual contract trend over the analysis window

Obligations accelerated sharply in 2025 to 469.82 million across 1,300 awards after 370.34 million in 2024, making those two years the dominant period in the window. Earlier years were materially lower, ranging from 141.70 million to 189.90 million, with award counts remaining relatively stable between 1,117 and 1,263.

How to interpret this page

This summary is based on FPDS Query data for agency ID 2001 over the last 5 years. Totals, counts, averages, vendor rankings, NAICS rankings, and annual trends reflect obligated dollars and award counts as provided in the source dataset.

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 = '2001'
        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
LANCER INFORMATION SOLUTIONS, LLC 250,351,502.98 250.35 million 3
AMENTUM SERVICES, INC. 220,807,465.33 220.81 million 32
COUNTERTRADE PRODUCTS, INC. 197,640,415.45 197.64 million 3
DELOITTE CONSULTING LLP 96,581,804.40 96.58 million 70
HAMILTON ENTERPRISES, LLC 37,980,564.54 37.98 million 15
METRICA, INC. 32,437,329.62 32.44 million 196
CWS MARKETING GROUP, INC. 21,708,065.86 21.71 million 7
BOOZ ALLEN HAMILTON INC. 20,402,723.97 20.40 million 30
URS FEDERAL SERVICES, INC. 19,925,738.08 19.93 million 9
DELOITTE & TOUCHE LLP 19,646,742.26 19.65 million 17

Insight

Over the last 5 years, DEPARTMENTAL OFFICES obligated $1.32 billion across 6,084 awards, with an average award value of $217,748.83. Vendor spend is moderately concentrated: the top 10 vendors account for $926.97 million, or about 70% of total obligations, led by LANCER INFORMATION SOLUTIONS, LLC at $250.35 million on just 3 awards and Amentum Services, Inc. at $220.81 million across 32 awards. The distribution indicates a mix of large, low-count tasking and higher-volume vendor relationships, with several vendors showing substantial obligation totals despite relatively few awards.

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 = '2001'
        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
541519 OTHER COMPUTER RELATED SERVICES 273,864,223.73 273.86 million 75
493110 GENERAL WAREHOUSING AND STORAGE 240,733,203.41 240.73 million 41
334111 ELECTRONIC COMPUTER MANUFACTURING 197,640,415.45 197.64 million 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 181,559,463.69 181.56 million 570
928120 INTERNATIONAL AFFAIRS 68,418,305.79 68.42 million 2,480
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 61,287,502.41 61.29 million 284
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 44,867,604.85 44.87 million 65
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 32,437,329.62 32.44 million 196
561790 OTHER SERVICES TO BUILDINGS AND DWELLINGS 21,708,065.86 21.71 million 7
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 20,533,213.76 20.53 million 306

Insight

Over the last 5 years, DEPARTMENTAL OFFICES obligated 1.32 billion across 6,084 awards, with activity concentrated in a few NAICS codes. The top four NAICS categories—541519, 493110, 334111, and 541611—account for 893.8 million in obligations, or about 67.5 percent of total obligated dollars, indicating a strong concentration in IT, warehousing, manufacturing, and management support. Award volume is more dispersed: 928120 carries the highest award count at 2,480 but only 68.42 million obligated, while 334111 is highly concentrated with 197.64 million across just 3 awards.

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 = '2001'
        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 469,823,714.22 469.82 million 1,300
2024 370,338,574.40 370.34 million 1,239
2023 153,017,803.74 153.02 million 1,263
2022 141,702,950.67 141.70 million 1,165
2021 189,900,866.43 189.90 million 1,117

Insight

Over the last 5 years, DEPARTMENTAL OFFICES obligated $1.32 billion across 6,084 awards, with an average award value of $217,748.83. Obligations are heavily concentrated in 2025 and 2024, which together account for $840.16 million, or about 63.4% of the 5-year total. Annual award counts are relatively stable at roughly 1,100 to 1,300 awards per year, indicating that the recent increase in obligated dollars is driven more by larger funding levels than by a material change in award volume.

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.