Federal Agency

DEPARTMENTAL OFFICES Federal Contract Obligations (Last Year)

DEPARTMENTAL OFFICES obligated 2.01 billion across 7,735 awards in the last full year.

In the last full year, DEPARTMENTAL OFFICES recorded 2.01 billion in obligations across 7,735 award actions, with an average action value of 260,447.18. Activity was concentrated in computer systems design, related IT services, and management consulting, alongside a smaller number of legal services and custom programming awards.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year for agency ID 1406 and are based on obligated amounts and award counts in the provided FPDS data.

Agency ID
1406
Total Obligated
2.01 billion
2,014,558,980.84
Award Actions
7,735
Average Action Value
260,447.18

About DEPARTMENTAL OFFICES federal contract activity

DEPARTMENTAL OFFICES obligated $2.01 billion across 7,735 awards in the last full year, with an average award value of $260,447.18. The profile indicates a high-volume procurement portfolio with spending concentrated in a relatively small set of mission support, information technology, and professional services categories.

Vendor concentration and leading contractors

Vendor obligations were led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at $173.62 million across 55 awards, followed by ACACIA CENTER FOR JUSTICE at $147.94 million across 4 awards and GUIDEHOUSE INC. at $106.30 million across 36 awards. The remaining top vendors, DEEP MILE NETWORKS, LLC and ICF INCORPORATED, L.L.C., each also represented material obligations, suggesting a vendor base anchored by both large implementation contractors and specialized service providers.

Industry profile based on NAICS activity

Spending was most concentrated in NAICS 541512, Computer Systems Design Services, at $398.07 million across 363 awards, followed by NAICS 541519, Other Computer Related Services, at $333.14 million across 976 awards. NAICS 541611, Administrative Management and General Management Consulting Services, added $251.75 million across 1,102 awards, while NAICS 541110 and 541511 also show substantial obligations, indicating a procurement mix centered on IT, consulting, and legal services.

Annual contract trend over the analysis window

The annual trend shows $2.01 billion obligated in 2025 across 7,735 awards, which matches the last full year analysis window. With only a single year provided, the data supports a point-in-time view rather than a multi-year growth assessment.

How to interpret this page

This page summarizes FPDS obligations for agency ID 1406, DEPARTMENTAL OFFICES, using the last full year as the analysis window. Totals reflect obligated dollars and award counts recorded in FPDS for that period; vendor and NAICS sections are based on the highest obligated entities and industry codes within the same 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 = '1406'
        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
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 173,622,565.78 173.62 million 55
ACACIA CENTER FOR JUSTICE 147,941,461.90 147.94 million 4
GUIDEHOUSE INC. 106,297,055.13 106.30 million 36
DEEP MILE NETWORKS, LLC 66,559,695.71 66.56 million 6
ICF INCORPORATED, L.L.C. 49,226,887.58 49.23 million 60
BOOZ ALLEN HAMILTON INC. 47,519,557.23 47.52 million 51
ARMED FORCES SERVICES CORPORATION 45,274,643.00 45.27 million 13
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. 44,200,319.01 44.20 million 15
ACCENTURE FEDERAL SERVICES LLC 41,530,801.07 41.53 million 50
PLANET TECHNOLOGIES, INC. 36,970,342.90 36.97 million 17

Insight

Over the last full year, DEPARTMENTAL OFFICES obligated $2.01 billion across 7,735 awards, with the top 10 vendors accounting for $707.1 million, or about 35% of total obligations. Spending is moderately concentrated but not dominated by a single vendor: GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. is the largest recipient at $173.62 million, followed by ACACIA CENTER FOR JUSTICE at $147.94 million and GUIDEHOUSE INC. at $106.30 million. Award counts are also spread across multiple vendors, with ICF INCORPORATED, L.L.C. (60 awards), GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. (55), and BOOZ ALLEN HAMILTON INC. (51) receiving the highest counts among the top 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 = '1406'
        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 398,073,501.96 398.07 million 363
541519 OTHER COMPUTER RELATED SERVICES 333,137,890.93 333.14 million 976
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 251,752,971.61 251.75 million 1,102
541110 OFFICES OF LAWYERS 147,847,713.01 147.85 million 6
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 147,090,445.46 147.09 million 290
481211 NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION 124,962,805.54 124.96 million 1,304
115310 SUPPORT ACTIVITIES FOR FORESTRY 117,902,025.75 117.90 million 329
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 66,400,852.76 66.40 million 37
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 63,659,692.14 63.66 million 244
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 52,622,921.28 52.62 million 116

Insight

DEPARTMENTAL OFFICES obligated 2.01 billion across 7,735 awards in the last full year, with the top NAICS concentrated in IT and professional services. NAICS 541512 (Computer Systems Design Services) led obligations at 398.07 million, followed by 541519 (Other Computer Related Services) at 333.14 million and 541611 (Administrative Management and General Management Consulting Services) at 251.75 million. Several top codes had high award volumes but relatively lower dollar values, including 481211 (1,304 awards, 124.96 million) and 541611 (1,102 awards, 251.75 million), while 541110 (Offices of Lawyers) had 147.85 million across only 6 awards, indicating some large-dollar, low-count 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 = '1406'
        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 2,014,558,980.84 2.01 billion 7,735

Insight

In the last full year, DEPARTMENTAL OFFICES obligated $2.01 billion across 7,735 awards, for an average award value of $260,447.18. The annual profile provided reflects a single-year concentration of obligations, so no multi-year trend can be assessed from this window. The volume of awards relative to total obligated value indicates a broadly distributed award base rather than reliance on a small number of high-value actions.

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.