Federal Agency

DEPARTMENTAL OFFICES Federal Contract Obligations (Last 10 Years)

Departmental Offices records about 2.01 billion in obligated awards across 12,778 actions over the last 10 years.

This FPDS Query page summarizes Departmental Offices procurement activity from the past decade, including annual obligations, award volume, and leading vendors and NAICS categories. Recent activity peaked in 2025 at 469.82 million across 1,300 actions, following 370.34 million in 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated dollars for the selected 10-year analysis window and may differ from other reporting due to timing and data updates.

Agency ID
2001
Total Obligated
2.01 billion
2,008,063,543.64
Award Actions
12,778
Average Action Value
157,150.06

About DEPARTMENTAL OFFICES federal contract activity

Over the last 10 years, DEPARTMENTAL OFFICES (Agency ID 2001) obligated $2.01 billion across 12,778 awards, with an average award value of $157,150.06. The profile indicates a broad mix of relatively high-volume obligations and larger, strategically concentrated awards.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of firms, led by LANCER INFORMATION SOLUTIONS, LLC at $250.35 million across 3 awards. AMENTUM SERVICES, INC. ($220.81 million, 32 awards), COUNTERTRADE PRODUCTS, INC. ($197.64 million, 3 awards), URS FEDERAL SERVICES, INC. ($157.82 million, 32 awards), and DELOITTE CONSULTING LLP ($103.76 million, 90 awards) round out the top five, showing both high-dollar single-award concentration and more distributed award activity.

Industry profile based on NAICS activity

The largest obligations are associated with NAICS 493110, General Warehousing and Storage, at $378.63 million across 64 awards, followed by NAICS 541519, Other Computer Related Services, at $350.34 million across 279 awards. Administrative management and general management consulting services (541611) accounts for $280.95 million across 1,041 awards, while International Affairs (928120) shows the highest award count among the top categories at 4,719 awards, indicating extensive small- to mid-sized activity.

Annual contract trend over the analysis window

Annual obligations in the recent period show a clear increase, rising from $189.90 million in 2021 to $141.70 million in 2022, $153.02 million in 2023, and $370.34 million in 2024, before reaching $469.82 million in 2025. Award counts remained relatively steady between 1,117 and 1,300 across these years, suggesting that the recent increase in obligations is driven more by higher-dollar awards than by materially greater transaction volume.

How to interpret this page

This summary uses FPDS Query award records for DEPARTMENTAL OFFICES over the last 10 years and aggregates obligated amounts, award counts, vendor totals, NAICS totals, and annual trends from the provided dataset. Totals reflect obligated dollars as reported in the source data and are presented as period aggregates, not adjusted for inflation or normalized across procurement categories.

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 10 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
URS FEDERAL SERVICES, INC. 157,820,149.64 157.82 million 32
DELOITTE CONSULTING LLP 103,763,852.96 103.76 million 90
DELOITTE & TOUCHE LLP 84,464,281.02 84.46 million 56
CWS MARKETING GROUP, INC. 64,158,201.95 64.16 million 22
METRICA, INC. 60,055,560.35 60.06 million 227
HAMILTON ENTERPRISES, LLC 37,980,564.54 37.98 million 15
BOOZ ALLEN HAMILTON INC. 36,638,098.75 36.64 million 76

Insight

Over the last 10 years, DEPARTMENTAL OFFICES obligated $2.01 billion across 12,778 awards, with a low average award value of $157,150, indicating a broad award base alongside several high-dollar vendor relationships. Top obligations are concentrated among a small set of vendors: LANCER INFORMATION SOLUTIONS, LLC ($250.35 million on 3 awards), AMENTUM SERVICES, INC. ($220.81 million on 32 awards), and COUNTERTRADE PRODUCTS, INC. ($197.64 million on 3 awards) lead the list. Award counts vary materially among top vendors, with METRICA, INC. receiving 227 awards for $60.06 million and DELOITTE CONSULTING LLP receiving 90 awards for $103.76 million, suggesting a mix of large tasking and more frequent, smaller obligations.

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 10 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
493110 GENERAL WAREHOUSING AND STORAGE 378,627,614.97 378.63 million 64
541519 OTHER COMPUTER RELATED SERVICES 350,338,333.42 350.34 million 279
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 280,952,896.02 280.95 million 1,041
334111 ELECTRONIC COMPUTER MANUFACTURING 197,780,765.85 197.78 million 8
928120 INTERNATIONAL AFFAIRS 139,811,313.64 139.81 million 4,719
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 86,961,411.06 86.96 million 353
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 60,055,560.35 60.06 million 230
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 54,782,916.38 54.78 million 135
561790 OTHER SERVICES TO BUILDINGS AND DWELLINGS 50,527,730.83 50.53 million 16
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 45,273,702.44 45.27 million 904

Insight

Over the last 10 years, Departmental Offices obligated 2.01 billion across 12,778 awards, with obligations concentrated in a small set of NAICS codes. General Warehousing and Storage (493110) is the largest category at 378.63 million, followed by Other Computer Related Services (541519) at 350.34 million and Administrative Management and General Management Consulting Services (541611) at 280.95 million. Award volume is more dispersed than dollars, with International Affairs (928120) accounting for 4,719 awards but only 139.81 million in obligations, while Electronic Computer Manufacturing (334111) and Warehousing have relatively high obligations on very few awards, indicating larger average award values in those categories.

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 10 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
2020 137,787,776.63 137.79 million 1,411
2019 107,752,915.27 107.75 million 1,218
2018 149,326,017.13 149.33 million 1,302
2017 148,890,121.43 148.89 million 1,459
2016 139,522,803.72 139.52 million 1,304

Insight

Departmental Offices obligated $2.01 billion across 12,778 awards over the last 10 years, averaging $157,150 per award. Obligations were relatively stable from 2016 through 2022, generally ranging from $107.75 million to $189.90 million annually, before increasing sharply in 2023 and 2024 and reaching a 10-year high of $469.82 million in 2025. Award counts were comparatively steady, mostly between about 1,100 and 1,450 per year, indicating that the recent obligation growth was driven more by higher-dollar awards than by a large increase 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.