PSC Code

PSC D399 Federal Contract Obligations (Last Year)

PSC D399 covers other IT and telecommunications obligations in the last full year, with 2,083 awards totaling $1.61 billion.

This PSC page summarizes federal procurement activity for D399, which captured $1,608,233,872.64 across 2,083 award actions in the last full year. The largest obligations came from the Federal Acquisition Service, the Department of the Army, U.S. Customs and Border Protection, DISA, and Offices, Boards and Divisions.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect obligated dollars and award counts reported for the last full year and are based on the records provided for PSC D399.

PSC Code
D399
PSC Description
IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS
Total Obligated
1.61 billion
1,608,233,872.64
Award Actions
2,083
Average Action Value
772,075.79

About PSC D399 federal contract activity

PSC D399, IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS, recorded 1.61 billion in obligations across 2,083 awards in the last full year, for an average award value of 772,075.79. The profile indicates a high-volume, mid- to large-value market concentrated in general IT and telecommunications services rather than a narrow technical subcategory.

Agency demand and leading federal buyers

The Federal Acquisition Service led obligations at 335.80 million across 174 awards, followed by the Department of the Army at 219.72 million across 146 awards and U.S. Customs and Border Protection at 205.08 million across 39 awards. DISA also ranked among the top obligators with 200.74 million across 343 awards, indicating substantial demand from defense and civilian shared-service buyers.

Vendor concentration and leading contractors

Accenture Federal Services LLC was the top vendor by obligations at 170.70 million across 28 awards, with Science Applications International Corporation close behind at 166.21 million across 46 awards. AT&T Enterprises, LLC, Perspecta Enterprise Solutions LLC, and CACI, Inc. - Federal also ranked among the leading recipients, showing a mix of systems integrators and telecommunications providers.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full-year benchmark for this review period, with total obligations of 1.61 billion and 2,083 awards. Because only one annual point is available, the data supports a size-and-concentration snapshot rather than a multi-year directional trend.

How to interpret this page

This summary uses FPDS award data for PSC D399 over the last full year and ranks agencies and vendors by total obligated dollars. Totals, award counts, and average award values reflect the provided dataset and are not adjusted for inflation, scope differences, or contract vehicle structure.

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 = 'D399'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 335,803,602.74 335.80 million 174
2100 DEPT OF THE ARMY 219,721,762.06 219.72 million 146
7014 U.S. CUSTOMS AND BORDER PROTECTION 205,080,474.00 205.08 million 39
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 200,735,053.94 200.74 million 343
1501 OFFICES, BOARDS AND DIVISIONS 161,644,951.59 161.64 million 44
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 110,595,959.78 110.60 million 26
1560 ATF ACQUISITION AND PROPERTY MGMT DIV 90,832,896.98 90.83 million 28
3600 VETERANS AFFAIRS, DEPARTMENT OF 63,947,898.92 63.95 million 89
5700 DEPT OF THE AIR FORCE 48,121,806.36 48.12 million 97
1406 DEPARTMENTAL OFFICES 45,987,975.44 45.99 million 54

Insight

For PSC D399 over the last full year, obligations totaled $1.61 billion across 2,083 awards, with an average award value of $772,075.79. Spending is moderately concentrated: the top 10 agencies listed account for about $1.48 billion, or roughly 92% of total obligations, indicating a strong skew toward a small set of buying organizations. The largest buyers were the Federal Acquisition Service ($335.80 million), Department of the Army ($219.72 million), U.S. Customs and Border Protection ($205.08 million), and DISA ($200.74 million), together representing the core of demand in this PSC. Award volume is more distributed than dollars, with some agencies showing high counts relative to obligation, such as DISA (343 awards) and Federal Acquisition Service (174 awards).

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 = 'D399'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
ACCENTURE FEDERAL SERVICES LLC 1ZD18 170,699,776.00 170.70 million 28
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 166,208,673.03 166.21 million 46
AT&T ENTERPRISES, LLC 9B542 164,874,638.95 164.87 million 17
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 131,441,867.23 131.44 million 16
CACI, INC. - FEDERAL 1QU78 113,923,607.55 113.92 million 24
LEIDOS, INC. 52302 90,128,451.13 90.13 million 28
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 89,407,248.28 89.41 million 107
VERIZON BUSINESS NETWORK SERVICES LLC 1L027 82,921,144.03 82.92 million 16
IRIDIUM GOVERNMENT SERVICES LLC 1W0B3 80,084,507.80 80.08 million 6
CGI FEDERAL INC. 3YVK7 73,812,105.27 73.81 million 20

Insight

D399 obligated spending totaled $1.61 billion across 2,083 awards in the last full year, with an average award value of $772,075.79. The top 10 vendors accounted for $1.13 billion, or about 70% of total obligated dollars, indicating a concentrated vendor base. ACCENTURE FEDERAL SERVICES LLC, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, and AT&T ENTERPRISES, LLC were the largest recipients at roughly $170.70 million, $166.21 million, and $164.87 million, respectively. Award volume was more dispersed than dollars, led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. with 107 awards.

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 = 'D399'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,608,233,872.64 1.61 billion 2,083

Insight

In the last full year, PSC D399 obligated $1.61 billion across 2,083 awards, for an average award value of $772,075.79. With only a single annual data point provided for the 1-year window, no year-over-year trend can be assessed from this section alone. The level of obligated dollars and award count indicates a broadly distributed obligation profile rather than reliance on a small number of awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.