PSC Code

PSC D306 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS) 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
D306
PSC Description
IT AND TELECOM- SYSTEMS ANALYSIS
Total Obligated
8.31 billion
8,309,885,706.51
Award Actions
12,111
Average Action Value
686,143.64

About PSC D306 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS). Based on the current FPDS Query dataset, this category shows 8.31 billion in visible obligations across 12,111 award actions, with an average action value of 686,143.64. 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 D306 (IT AND TELECOM- SYSTEMS ANALYSIS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, with 2.64 billion in obligations, followed by INTERNAL REVENUE SERVICE. 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 D306 (IT AND TELECOM- SYSTEMS ANALYSIS) over the last 10 years. The current ranking is led by BOOZ ALLEN HAMILTON INC., with 939.37 million in obligations, followed by ACCENTURE FEDERAL SERVICES LLC. 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 D306 (IT AND TELECOM- SYSTEMS ANALYSIS) 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 = 'D306'
        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
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 2,644,057,769.13 2.64 billion 811
2050 INTERNAL REVENUE SERVICE 1,092,233,356.68 1.09 billion 1,586
5700 DEPT OF THE AIR FORCE 885,045,290.55 885.05 million 1,285
1700 DEPT OF THE NAVY 512,041,371.41 512.04 million 770
2100 DEPT OF THE ARMY 266,320,714.56 266.32 million 517
7524 FOOD AND DRUG ADMINISTRATION 234,403,239.99 234.40 million 372
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 228,629,494.73 228.63 million 276
4732 FEDERAL ACQUISITION SERVICE 227,667,413.01 227.67 million 793
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 196,189,973.63 196.19 million 201
6901 OFFICE OF THE SECRETARY 194,148,363.90 194.15 million 204

Insight

PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by CENTERS FOR MEDICARE AND MEDICAID SERVICES, followed by INTERNAL REVENUE SERVICE, 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 = 'D306'
        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
BOOZ ALLEN HAMILTON INC. 17038 939,374,155.56 939.37 million 337
ACCENTURE FEDERAL SERVICES LLC 1ZD18 675,493,084.47 675.49 million 53
TISTA SCIENCE AND TECHNOLOGY CORPORATION 4A0N5 365,481,764.64 365.48 million 75
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 246,291,765.66 246.29 million 243
LOCKHEED MARTIN CORPORATION 3VUS0 223,195,902.05 223.20 million 326
IMAGINE ONE TECHNOLOGY & MANAGEMENT LTD 1GAG9 218,584,931.74 218.58 million 60
SGT, INC. 1DDX3 207,296,304.14 207.30 million 50
SEMANTICBITS, LLC 51HL5 191,721,274.47 191.72 million 38
UNISYS CORPORATION 4W798 134,289,608.15 134.29 million 56
DELOITTE CONSULTING LLP 1TTG5 119,430,453.32 119.43 million 178

Insight

Within PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. BOOZ ALLEN HAMILTON INC. ranks first, followed by ACCENTURE FEDERAL SERVICES LLC, 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 = 'D306'
        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 8,001,844.49 8.00 million 152
2024 249,340,213.12 249.34 million 328
2023 351,927,934.80 351.93 million 494
2022 510,261,187.24 510.26 million 719
2021 734,123,198.52 734.12 million 1,065
2020 1,319,555,500.00 1.32 billion 1,695
2019 1,281,794,092.11 1.28 billion 1,692
2018 1,320,794,504.57 1.32 billion 1,853
2017 1,350,913,808.09 1.35 billion 2,145
2016 1,183,173,423.57 1.18 billion 1,968

Insight

The annual trend shows how obligations in PSC D306 (IT AND TELECOM- SYSTEMS ANALYSIS) 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.