PSC Code

PSC D302 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) 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
D302
PSC Description
IT AND TELECOM- SYSTEMS DEVELOPMENT
Total Obligated
19.29 billion
19,286,529,075.75
Award Actions
28,725
Average Action Value
671,419.63

About PSC D302 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT). Based on the current FPDS Query dataset, this category shows 19.29 billion in visible obligations across 28,725 award actions, with an average action value of 671,419.63. 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 D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by FEDERAL ACQUISITION SERVICE, with 2.63 billion in obligations, followed by DEPT OF THE ARMY. 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 D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) over the last 10 years. The current ranking is led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., with 894.35 million in obligations, followed by HARRIS CORPORATION. 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 D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) 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 = 'D302'
        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
4732 FEDERAL ACQUISITION SERVICE 2,634,212,280.61 2.63 billion 1,713
2100 DEPT OF THE ARMY 1,227,851,921.70 1.23 billion 1,582
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,180,475,821.88 1.18 billion 300
5000 SECURITIES AND EXCHANGE COMMISSION 1,124,997,659.66 1.12 billion 1,118
1700 DEPT OF THE NAVY 1,023,441,077.70 1.02 billion 2,023
1549 FEDERAL BUREAU OF INVESTIGATION 971,872,356.32 971.87 million 1,296
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 831,499,873.35 831.50 million 186
1900 STATE, DEPARTMENT OF 775,351,509.31 775.35 million 1,647
5700 DEPT OF THE AIR FORCE 751,724,918.99 751.72 million 889
7013 TRANSPORTATION SECURITY ADMINISTRATION 658,667,335.10 658.67 million 693

Insight

PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by FEDERAL ACQUISITION SERVICE, followed by DEPT OF THE ARMY, 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 = 'D302'
        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 894,347,222.48 894.35 million 527
HARRIS CORPORATION 91417 684,679,184.44 684.68 million 99
ACCENTURE FEDERAL SERVICES LLC 1ZD18 623,505,172.31 623.51 million 237
DELOITTE CONSULTING LLP 1TTG5 589,865,069.14 589.87 million 388
BOOZ ALLEN HAMILTON INC. 17038 527,936,981.38 527.94 million 344
RAYTHEON COMPANY 09XR3 344,999,809.41 345.00 million 265
CGI FEDERAL INC. 3YVK7 322,129,105.06 322.13 million 181
LEIDOS INNOVATIONS CORPORATION 7MWB4 267,825,653.76 267.83 million 81
NORTHROP GRUMMAN SYSTEMS CORPORATION 5YY61 260,775,593.73 260.78 million 74
NEWWAVE TELECOM AND TECHNOLOGIES, INC. 447Z6 247,950,604.02 247.95 million 32

Insight

Within PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT), 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 HARRIS CORPORATION, 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 = 'D302'
        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 285,499,784.02 285.50 million 491
2024 620,016,290.31 620.02 million 818
2023 846,270,285.45 846.27 million 1,082
2022 1,287,643,290.42 1.29 billion 1,724
2021 1,942,388,064.67 1.94 billion 2,921
2020 2,897,350,164.89 2.90 billion 4,330
2019 3,020,073,402.32 3.02 billion 4,112
2018 2,892,849,058.40 2.89 billion 4,252
2017 2,876,682,474.31 2.88 billion 4,522
2016 2,617,756,260.96 2.62 billion 4,473

Insight

The annual trend shows how obligations in PSC D302 (IT AND TELECOM- SYSTEMS DEVELOPMENT) 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.