PSC Code

PSC D318 Federal Contract Obligations (Last Year)

PSC D318 covers integrated IT and telecom hardware, software, and service solutions with a predominantly services component, and this page summarizes last full year federal obligations, awards, agencies, and vendors.

In the last full year, federal agencies obligated 1.02 billion across 987 award actions under PSC D318, for an average action value of 1.04 million. NASA and the Department of Veterans Affairs accounted for the largest agency shares, while Peraton Inc. and Cerner Government Services, Inc. were the top vendors by obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated dollars for the analysis window and may not sum exactly due to rounding.

PSC Code
D318
PSC Description
IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES
Total Obligated
1.02 billion
1,021,732,399.46
Award Actions
987
Average Action Value
1,035,189.86

About PSC D318 federal contract activity

PSC D318 covers integrated IT and telecom solutions delivered predominantly as services, and it accounted for $1.02 billion in obligations across 987 awards in the last full year. The average award value was $1.04 million, indicating a market characterized by a mix of mid-sized service awards and a small number of larger obligation vehicles.

Agency demand and leading federal buyers

National Aeronautics and Space Administration led all agencies with $403.79 million across 47 awards, followed by the Department of Veterans Affairs with $265.45 million across 41 awards. The Centers for Medicare and Medicaid Services, Federal Acquisition Service, and Office of the Secretary rounded out the top five, together representing a concentrated share of total obligations under this PSC.

Vendor concentration and leading contractors

Peraton Inc. was the largest vendor by obligations at $410.94 million across 55 awards, followed by Cerner Government Services, Inc. at $268.96 million across 14 awards. Accenture Federal Services LLC, National Government Services, Inc., and Innovative Management Concepts, Inc. also ranked among the top vendors, with award counts and obligation levels suggesting a mix of recurring service delivery and fewer high-value actions.

Annual contract trend over the analysis window

The annual trend data for 2025 shows $1.02 billion in total obligations across 987 awards, establishing the full-year baseline for this PSC. With only one year in the analysis window, the dataset supports a point-in-time assessment rather than a multi-year growth or contraction readout.

How to interpret this page

This summary is based on FPDS obligations for PSC D318 during the last full year, using total obligated dollars and award counts for overall, agency, vendor, and annual trend views. Rankings reflect obligations associated with the PSC and do not imply contract type, vendor size, or program scope beyond the reported FPDS activity.

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 = 'D318'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 403,786,959.57 403.79 million 47
3600 VETERANS AFFAIRS, DEPARTMENT OF 265,452,543.63 265.45 million 41
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 65,166,802.06 65.17 million 7
4732 FEDERAL ACQUISITION SERVICE 57,649,607.27 57.65 million 60
1301 OFFICE OF THE SECRETARY 39,358,464.66 39.36 million 24
1700 DEPT OF THE NAVY 32,586,811.38 32.59 million 89
5700 DEPT OF THE AIR FORCE 30,330,366.95 30.33 million 83
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 29,797,598.22 29.80 million 132
4900 NATIONAL SCIENCE FOUNDATION 18,635,004.60 18.64 million 17
2050 INTERNAL REVENUE SERVICE 17,056,691.88 17.06 million 40

Insight

D318 obligated spending totaled $1.02 billion across 987 awards in the last full year, with an average award value of about $1.04 million. NASA and the Department of Veterans Affairs dominated obligations, accounting for $669.24 million combined, or roughly 65.5% of total D318 obligations. The remaining top agencies were substantially lower, indicating a concentrated spend profile with a small number of agencies driving most of the dollar volume, while award counts are more distributed across agencies such as DISA, the Navy, and the Air Force.

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 = 'D318'
        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
PERATON INC. 0HD54 410,936,252.18 410.94 million 55
CERNER GOVERNMENT SERVICES, INC. 7YVP7 268,961,081.67 268.96 million 14
ACCENTURE FEDERAL SERVICES LLC 1ZD18 64,696,088.08 64.70 million 53
NATIONAL GOVERNMENT SERVICES, INC. 3NKX7 64,075,990.00 64.08 million 2
INNOVATIVE MANAGEMENT CONCEPTS, INC. 06WG5 36,008,851.00 36.01 million 25
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 26,970,748.54 26.97 million 28
SPALDING CONSULTING, INC. 1SMG1 23,194,001.49 23.19 million 17
TECOLOTE RESEARCH, INC. 0BMB0 15,874,209.41 15.87 million 14
BY LIGHT PROFESSIONAL IT SERVICES LLC 3G4R0 13,519,594.90 13.52 million 11
AT&T ENTERPRISES, LLC 9B542 12,799,753.63 12.80 million 39

Insight

Obligations in PSC D318 totaled $1.02 billion across 987 awards, with the top 10 vendors accounting for a substantial share of annual spending. PERATON INC. led with $410.94 million across 55 awards, followed by CERNER GOVERNMENT SERVICES, INC. at $268.96 million across 14 awards, indicating meaningful concentration at the top of the vendor base. Award counts are more dispersed than dollars, with several vendors such as ACCENTURE FEDERAL SERVICES LLC, GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., and AT&T ENTERPRISES, LLC receiving numerous awards but materially lower obligation totals.

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 = 'D318'
        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,021,732,399.46 1.02 billion 987

Insight

During the last full year, PSC D318 obligated $1.02 billion across 987 awards, indicating a broad distribution of IT and telecom integrated solutions spending. The average award value of about $1.04 million suggests a mix of moderately sized service-oriented procurements rather than reliance on a small number of very large awards. With only one year in the window, trend direction cannot be assessed; this period serves as the current baseline for future comparison.

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.