Use this page to review federal contract obligations for PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) for last 5 years. The analysis is based on FPDS award-action data.
PSC Code
PSC DD01 Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations for PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About PSC DD01 federal contract activity
This page summarizes last 5 years of federal contract activity associated with PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)). Based on the current FPDS Query dataset, this category shows 9.04 billion in visible obligations across 32,465 award actions, with an average action value of 278,468.67. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.
Agency demand and leading federal buyers
Demand for PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEFENSE HEALTH AGENCY (DHA), with 836.37 million in obligations, followed by U.S. SPECIAL OPERATIONS COMMAND (USSOCOM). This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.
Vendor concentration and leading contractors
The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) over the last 5 years. The current ranking is led by LEIDOS, INC., with 893.29 million in obligations, followed by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.
Annual contract trend over the analysis window
The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.
How to interpret this page
The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__productOrServiceCode = 'DD01'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 836,374,781.44 | 836.37 million | 200 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 651,826,002.84 | 651.83 million | 270 |
| 7003 | U.S. CITIZENSHIP AND IMMIGRATION SERVICES | 578,894,071.41 | 578.89 million | 292 |
| 2100 | DEPT OF THE ARMY | 527,933,003.49 | 527.93 million | 809 |
| 4732 | FEDERAL ACQUISITION SERVICE | 471,041,778.77 | 471.04 million | 177 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 462,207,049.13 | 462.21 million | 528 |
| 5700 | DEPT OF THE AIR FORCE | 436,244,487.72 | 436.24 million | 809 |
| 7529 | NATIONAL INSTITUTES OF HEALTH | 402,263,304.31 | 402.26 million | 249 |
| 97AS | DEFENSE LOGISTICS AGENCY | 374,083,971.44 | 374.08 million | 509 |
| 97AK | DEFENSE INFORMATION SYSTEMS AGENCY (DISA) | 370,178,667.28 | 370.18 million | 20,160 |
Insight
PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by DEFENSE HEALTH AGENCY (DHA), followed by U.S. SPECIAL OPERATIONS COMMAND (USSOCOM), which suggests that agency demand in this category is not evenly distributed.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__productOrServiceInformation__productOrServiceCode = 'DD01'
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,
content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| LEIDOS, INC. | 5UTE1 | 893,292,300.30 | 893.29 million | 154 |
| GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. | 07MU1 | 638,920,155.12 | 638.92 million | 167 |
| DRS GLOBAL ENTERPRISE SOLUTIONS, INC. | 1KU75 | 597,383,188.98 | 597.38 million | 179 |
| AT&T CORP. | 0LUL1 | 325,996,224.78 | 326.00 million | 222 |
| ACCENTURE FEDERAL SERVICES LLC | 1ZD18 | 315,991,116.89 | 315.99 million | 128 |
| BOOZ ALLEN HAMILTON INC. | 17038 | 233,383,085.21 | 233.38 million | 74 |
| LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. | 0HG04 | 196,967,643.31 | 196.97 million | 1,319 |
| DV UNITED, LLC | 4EN51 | 149,769,862.87 | 149.77 million | 35 |
| AT&T CORP. | 9B542 | 135,647,283.29 | 135.65 million | 117 |
| SCIENCE APPLICATIONS INTERNATIONAL CORPORATION | 6XWA8 | 123,700,041.04 | 123.70 million | 71 |
Insight
Within PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. LEIDOS, INC. ranks first, followed by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., which helps define the current competitive landscape in this category.
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__productOrServiceInformation__productOrServiceCode = 'DD01'
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 | 1,937,801,410.17 | 1.94 billion | 8,463 |
| 2024 | 2,253,797,557.89 | 2.25 billion | 5,279 |
| 2023 | 2,156,596,589.03 | 2.16 billion | 8,870 |
| 2022 | 1,611,873,771.77 | 1.61 billion | 5,237 |
| 2021 | 1,080,416,169.89 | 1.08 billion | 4,616 |
Insight
The annual trend shows how obligations in PSC DD01 (IT AND TELECOM - SERVICE DELIVERY SUPPORT SERVICES: ITSM, OPERATIONS CENTER, PROJECT/PM (LABOR)) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.
Use FPDS Query for deeper PSC analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.