PSC Code

PSC D316 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) for last 10 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 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
D316
PSC Description
IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT
Total Obligated
16.43 billion
16,434,373,319.97
Award Actions
61,754
Average Action Value
266,126.45

About PSC D316 federal contract activity

This page summarizes last 10 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 16.43 billion in visible obligations across 61,754 award actions, with an average action value of 266,126.45. 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 10 years. The visible agency ranking is led by DEFENSE INFORMATION SYSTEMS AGENCY (DISA), with 5.44 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 10 years. The current ranking is led by LEIDOS, INC., with 1.43 billion in obligations, followed by LEIDOS INNOVATIONS 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 D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT) 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 = 'D316'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 5,443,423,570.38 5.44 billion 31,856
5700 DEPT OF THE AIR FORCE 2,772,597,916.82 2.77 billion 5,328
1700 DEPT OF THE NAVY 1,902,128,257.88 1.90 billion 4,747
2100 DEPT OF THE ARMY 1,467,771,221.38 1.47 billion 2,852
6920 FEDERAL AVIATION ADMINISTRATION 1,218,297,017.88 1.22 billion 688
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 588,695,366.14 588.70 million 688
4732 FEDERAL ACQUISITION SERVICE 435,726,602.62 435.73 million 495
7014 U.S. CUSTOMS AND BORDER PROTECTION 221,097,799.96 221.10 million 1,461
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 206,901,027.10 206.90 million 160
1406 DEPARTMENTAL OFFICES 201,671,966.51 201.67 million 199

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 10 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 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
LEIDOS, INC. 5UTE1 1,428,946,710.13 1.43 billion 367
LEIDOS INNOVATIONS CORPORATION 7LQ18 1,150,497,179.37 1.15 billion 630
HARRIS CORPORATION 4YGC4 966,837,044.89 966.84 million 465
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 836,766,925.76 836.77 million 431
ENTERPRISE SERVICES LLC 1U305 560,128,129.27 560.13 million 483
LOCKHEED MARTIN CORPORATION 422,942,373.33 422.94 million 165
PERATON INC. 1J4Q5 285,443,800.04 285.44 million 78
SRA INTERNATIONAL, INC. 6R517 284,225,440.85 284.23 million 87
NES ASSOCIATES, LLC 4LJT8 276,022,381.02 276.02 million 201
VALDEZ INTERNATIONAL CORPORATION 1J9V6 247,290,178.95 247.29 million 43

Insight

Within PSC D316 (IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. LEIDOS, INC. ranks first, followed by LEIDOS INNOVATIONS 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 = 'D316'
        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 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
2020 2,487,143,424.74 2.49 billion 8,146
2019 2,610,949,050.71 2.61 billion 9,349
2018 2,724,681,206.39 2.72 billion 10,110
2017 2,111,453,771.87 2.11 billion 9,527
2016 2,008,902,032.50 2.01 billion 7,493

Insight

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