PSC Code

PSC D305 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
D305
PSC Description
IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING
Total Obligated
4.92 billion
4,919,706,602.96
Award Actions
6,203
Average Action Value
793,117.29

About PSC D305 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING). Based on the current FPDS Query dataset, this category shows 4.92 billion in visible obligations across 6,203 award actions, with an average action value of 793,117.29. 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 D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, with 1.02 billion in obligations, followed by VETERANS AFFAIRS, DEPARTMENT OF. 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 D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) over the last 10 years. The current ranking is led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., with 674.35 million in obligations, followed by DELL FEDERAL SYSTEMS L.P.. 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 D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) across the last 10 years, from 2016 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 10 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 = 'D305'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,017,677,062.32 1.02 billion 148
3600 VETERANS AFFAIRS, DEPARTMENT OF 572,969,575.34 572.97 million 352
1406 DEPARTMENTAL OFFICES 515,448,432.52 515.45 million 1,191
4732 FEDERAL ACQUISITION SERVICE 461,351,128.18 461.35 million 337
1205 USDA, DEPARTMENTAL ADMINISTRATION 339,922,007.43 339.92 million 361
1900 STATE, DEPARTMENT OF 228,137,650.44 228.14 million 307
1700 DEPT OF THE NAVY 207,136,936.43 207.14 million 313
2050 INTERNAL REVENUE SERVICE 196,459,753.22 196.46 million 131
2100 DEPT OF THE ARMY 188,283,324.24 188.28 million 381
7014 U.S. CUSTOMS AND BORDER PROTECTION 176,140,895.87 176.14 million 58

Insight

PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, followed by VETERANS AFFAIRS, DEPARTMENT OF, 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 = 'D305'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 674,350,757.82 674.35 million 84
DELL FEDERAL SYSTEMS L.P. 3XAU1 370,188,805.64 370.19 million 42
ACCENTURE FEDERAL SERVICES LLC 1ZD18 348,001,924.75 348.00 million 353
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 339,994,480.58 339.99 million 171
CSRA LLC 7C146 325,489,817.19 325.49 million 81
CGI FEDERAL INC. 3YVK7 198,007,833.96 198.01 million 214
SMARTRONIX, INC. 03MT8 189,093,098.78 189.09 million 321
UNISSANT, INC. 4KH63 155,038,642.41 155.04 million 47
ADVANTAGED SOLUTIONS, INC. 37NY3 128,015,999.88 128.02 million 22
AT&T CORP. 0LUL1 118,196,002.43 118.20 million 100

Insight

Within PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. ranks first, followed by DELL FEDERAL SYSTEMS L.P., 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 = 'D305'
        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 193,119,870.82 193.12 million 219
2024 471,328,871.47 471.33 million 329
2023 513,816,197.58 513.82 million 423
2022 602,219,598.08 602.22 million 561
2021 793,282,172.86 793.28 million 821
2020 952,623,224.88 952.62 million 1,094
2019 588,371,060.03 588.37 million 930
2018 419,948,980.34 419.95 million 747
2017 271,637,507.52 271.64 million 588
2016 113,359,119.38 113.36 million 491

Insight

The annual trend shows how obligations in PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.