PSC Code

PSC D316 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) 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
D316
PSC Description
IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT
Total Obligated
4.49 billion
4,491,243,833.76
Award Actions
17,129
Average Action Value
262,201.16

About PSC D316 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT). Based on the current FPDS Query dataset, this category shows 4.49 billion in visible obligations across 17,129 award actions, with an average action value of 262,201.16. 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 D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEFENSE INFORMATION SYSTEMS AGENCY (DISA), with 1.71 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) over the last 5 years. The current ranking is led by LEIDOS, INC., with 1.21 billion 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 D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) 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 = 'D316'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,707,905,609.23 1.71 billion 11,888
5700 DEPT OF THE AIR FORCE 1,150,377,328.24 1.15 billion 1,322
2100 DEPT OF THE ARMY 507,913,891.94 507.91 million 553
6920 FEDERAL AVIATION ADMINISTRATION 298,471,959.88 298.47 million 283
1700 DEPT OF THE NAVY 281,781,441.88 281.78 million 528
7014 U.S. CUSTOMS AND BORDER PROTECTION 86,152,053.61 86.15 million 131
97DH DEFENSE HEALTH AGENCY (DHA) 64,456,801.24 64.46 million 73
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 54,683,990.02 54.68 million 24
4732 FEDERAL ACQUISITION SERVICE 47,978,962.76 47.98 million 82
1145 PEACE CORPS 32,846,102.55 32.85 million 41

Insight

PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) 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 INFORMATION SYSTEMS AGENCY (DISA), followed by DEPT OF THE AIR FORCE, 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 = 'D316'
        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 1,205,246,598.66 1.21 billion 333
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 400,852,755.67 400.85 million 205
HARRIS CORPORATION 4YGC4 226,528,836.57 226.53 million 221
SMS DATA PRODUCTS GROUP, INC. 2S373 141,045,748.17 141.05 million 66
BUSINESS MISSION EDGE LLC 7KXP9 140,511,826.49 140.51 million 35
VALDEZ INTERNATIONAL CORPORATION 1J9V6 123,215,301.01 123.22 million 22
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 120,229,777.78 120.23 million 39
MICROTECHNOLOGIES LLC 3TSJ0 106,628,159.62 106.63 million 22
GENERAL DYNAMICS ONE SOURCE LLC 474R7 104,430,925.96 104.43 million 48
ABACUS TECHNOLOGY CORPORATION 0FVN8 95,919,367.53 95.92 million 197

Insight

Within PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT), 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 = 'D316'
        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 301,176,671.88 301.18 million 881
2024 755,390,949.27 755.39 million 2,052
2023 978,046,935.68 978.05 million 3,438
2022 1,101,944,830.75 1.10 billion 4,719
2021 1,354,684,446.18 1.35 billion 6,039

Insight

The annual trend shows how obligations in PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) 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.