PSC Code

PSC D305 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING) for last 5 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 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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.

PSC Code
D305
PSC Description
IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING
Total Obligated
2.57 billion
2,573,766,710.81
Award Actions
2,353
Average Action Value
1,093,823.50

About PSC D305 federal contract activity

This page summarizes last 5 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 2.57 billion in visible obligations across 2,353 award actions, with an average action value of 1,093,823.50. 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 5 years. The visible agency ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, with 884.61 million in obligations, followed by DEPARTMENTAL OFFICES. 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 5 years. The current ranking is led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., with 671.63 million in obligations, followed by ACCENTURE FEDERAL SERVICES LLC. 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 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 = 'D305'
        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
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 884,608,044.35 884.61 million 87
1406 DEPARTMENTAL OFFICES 335,142,265.53 335.14 million 510
1205 USDA, DEPARTMENTAL ADMINISTRATION 262,070,848.74 262.07 million 269
3600 VETERANS AFFAIRS, DEPARTMENT OF 240,923,097.01 240.92 million 94
1900 STATE, DEPARTMENT OF 182,590,421.01 182.59 million 136
7014 U.S. CUSTOMS AND BORDER PROTECTION 163,010,406.15 163.01 million 47
5700 DEPT OF THE AIR FORCE 61,522,509.84 61.52 million 94
2050 INTERNAL REVENUE SERVICE 56,612,345.29 56.61 million 36
6925 FEDERAL HIGHWAY ADMINISTRATION 44,445,248.57 44.45 million 28
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 42,612,618.30 42.61 million 28

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 5 years. The visible ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, followed by DEPARTMENTAL OFFICES, 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 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
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 671,633,599.81 671.63 million 79
ACCENTURE FEDERAL SERVICES LLC 1ZD18 277,764,133.60 277.76 million 278
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 169,728,463.07 169.73 million 73
CSRA LLC 7C146 166,441,130.00 166.44 million 20
UNISSANT, INC. 4KH63 155,026,626.41 155.03 million 45
CGI FEDERAL INC. 3YVK7 142,974,712.43 142.97 million 95
SMARTRONIX, INC. 03MT8 125,323,453.51 125.32 million 142
AT&T CORP. 9B542 113,020,000.55 113.02 million 32
METGREEN SOLUTIONS INC 77T85 83,652,966.98 83.65 million 13
AT&T ENTERPRISES, LLC 9B542 58,000,000.00 58.00 million 7

Insight

Within PSC D305 (IT AND TELECOM - TELEPROCESSING, TIMESHARE, CLOUD COMPUTING, AND HIGH PERFORMANCE COMPUTING), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. ranks first, followed by ACCENTURE FEDERAL SERVICES LLC, 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 5 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

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 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.