PSC Code

PSC D318 Federal Contract Obligations (Last 10 Years)

PSC D318 covers integrated hardware, software, and service solutions where services are the primary component, with 39.02 billion obligated across 56,972 actions over the last 10 years.

This page summarizes federal obligations under PSC D318 across the last 10 years, including agency, vendor, and annual award patterns. The dataset shows steady use across major civilian and defense buyers, led by the Department of Veterans Affairs, the Department of the Navy, and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS analysis values for the last 10 years and may differ slightly from exact sums due to rounding.

PSC Code
D318
PSC Description
IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES
Total Obligated
39.02 billion
39,016,995,245.18
Award Actions
56,972
Average Action Value
684,845.10

About PSC D318 federal contract activity

PSC D318 covers integrated hardware, software, and service solutions where services are the predominant component. Over the last 10 years, FPDS records show 56,972 awards totaling $39.02 billion, with an average award value of $684,845.10, indicating a large, fragmented market with both high-volume transactional activity and substantial programmatic obligations.

Agency demand and leading federal buyers

The Department of Veterans Affairs is the largest buyer in this PSC with $6.89 billion across 3,846 awards, followed by the Department of the Navy at $4.02 billion and the Department of the Air Force at $3.32 billion. The Federal Acquisition Service and U.S. Census Bureau also represent major demand centers, reflecting use across both defense and civilian enterprise IT environments.

Vendor concentration and leading contractors

Cerner Government Services, Inc. leads vendor obligations at $3.07 billion across 248 awards, followed by Accenture Federal Services LLC at $2.27 billion across 2,721 awards. General Dynamics Information Technology, Inc., Peraton Inc., and Enterprise Services LLC round out the top five, showing a mix of large program awards and higher-volume delivery across the PSC.

Annual contract trend over the analysis window

Annual obligations in the available recent years peak in 2021 at $4.39 billion, then decline through 2022 ($3.57 billion), 2023 ($2.97 billion), 2024 ($1.60 billion), and 2025 ($1.02 billion). Award counts follow the same direction, suggesting reduced annual spend and lower procurement volume in the most recent years captured in the dataset.

How to interpret this page

This summary is based on FPDS obligations and award counts for PSC D318 over the last 10 years, using the provided rollups for total obligations, agencies, vendors, and annual trend. Vendor and agency rankings are based on obligated dollars, and the analysis reflects only the records included in the supplied dataset.

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 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 6,885,939,287.42 6.89 billion 3,846
1700 DEPT OF THE NAVY 4,021,136,159.29 4.02 billion 5,543
5700 DEPT OF THE AIR FORCE 3,319,501,519.02 3.32 billion 3,816
4732 FEDERAL ACQUISITION SERVICE 3,222,096,484.62 3.22 billion 1,373
1323 US CENSUS BUREAU 1,776,327,792.56 1.78 billion 725
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,603,628,938.68 1.60 billion 806
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,522,945,178.00 1.52 billion 4,091
2100 DEPT OF THE ARMY 1,303,457,569.27 1.30 billion 2,680
8900 ENERGY, DEPARTMENT OF 1,235,066,082.44 1.24 billion 1,886
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,157,313,927.15 1.16 billion 262

Insight

Over the last 10 years, PSC D318 obligations total $39.02 billion across 56,972 awards, with the top 10 agencies accounting for a substantial share of activity. The Department of Veterans Affairs leads spending at $6.89 billion, followed by the Department of the Navy ($4.02 billion), the Department of the Air Force ($3.32 billion), and the Federal Acquisition Service ($3.22 billion), indicating concentration among large civilian and defense buyers. Award volume is more distributed than dollars, with the Navy, NOAA, and Army posting relatively high award counts, while CMS obligated $1.16 billion across only 262 awards, suggesting larger average awards at some agencies.

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 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
CERNER GOVERNMENT SERVICES, INC. 7YVP7 3,074,270,954.61 3.07 billion 248
ACCENTURE FEDERAL SERVICES LLC 1ZD18 2,268,843,433.53 2.27 billion 2,721
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 1,803,352,424.35 1.80 billion 596
PERATON INC. 0HD54 1,522,417,798.10 1.52 billion 406
ENTERPRISE SERVICES LLC 1U305 1,281,224,661.08 1.28 billion 137
CACI, INC. - FEDERAL 1QU78 864,326,961.71 864.33 million 143
BOOZ ALLEN HAMILTON INC. 17038 759,055,987.42 759.06 million 497
LEIDOS, INC. 7MWB4 619,020,680.30 619.02 million 161
RAYTHEON COMPANY 5R497 607,132,122.75 607.13 million 89
CDW GOVERNMENT LLC 1KH72 576,194,677.56 576.19 million 125

Insight

Over the last 10 years, PSC D318 obligations total $39.02 billion across 56,972 awards, with an average award value of about $684.8K, indicating a high-volume market with moderate award sizes. Vendor obligations are concentrated among a small set of large integrators and IT services firms: the top 10 vendors account for roughly $13.0 billion, or about 33% of total obligations. CERNER GOVERNMENT SERVICES, INC. is the largest vendor by obligations at $3.07 billion, while ACCENTURE FEDERAL SERVICES LLC leads in award count among the top vendors with 2,721 awards, suggesting a mix of large-value and high-frequency contracting activity.

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 10 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
2024 1,604,196,134.88 1.60 billion 1,857
2023 2,974,573,027.48 2.97 billion 2,996
2022 3,566,917,690.55 3.57 billion 4,380
2021 4,390,946,963.19 4.39 billion 6,377
2020 6,541,268,497.43 6.54 billion 9,625
2019 6,779,075,703.25 6.78 billion 8,800
2018 5,388,189,081.64 5.39 billion 8,143
2017 3,507,264,630.06 3.51 billion 7,158
2016 3,242,831,117.24 3.24 billion 6,649

Insight

PSC D318 obligations total $39.02 billion across 56,972 awards over the last 10 years, with an average award value of about $684.8K. Funding is concentrated in the 2018–2020 period, peaking in 2019 at $6.78 billion and remaining elevated in 2020 at $6.54 billion. Obligations then declined each year from 2021 through 2025, falling to $1.02 billion in 2025, indicating a sustained contraction in annual spend and award volume.

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.