PSC Code

PSC K058 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) 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
K058
PSC Description
MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT
Total Obligated
3.53 billion
3,528,411,865.82
Award Actions
3,840
Average Action Value
918,857.25

About PSC K058 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT). Based on the current FPDS Query dataset, this category shows 3.53 billion in visible obligations across 3,840 award actions, with an average action value of 918,857.25. 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 K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 1.47 billion in obligations, followed by FEDERAL ACQUISITION 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 K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) over the last 10 years. The current ranking is led by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., with 1.29 billion in obligations, followed by LOCKHEED MARTIN 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 K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) 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 = 'K058'
        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
1700 DEPT OF THE NAVY 1,474,508,165.64 1.47 billion 3,135
4732 FEDERAL ACQUISITION SERVICE 1,230,824,283.03 1.23 billion 171
97JC MISSILE DEFENSE AGENCY (MDA) 694,647,948.14 694.65 million 229
5700 DEPT OF THE AIR FORCE 71,603,376.20 71.60 million 60
2100 DEPT OF THE ARMY 27,257,817.24 27.26 million 55
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 24,210,660.00 24.21 million 24
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 4,319,705.66 4.32 million 21
7001 OFFICE OF PROCUREMENT OPERATIONS 1,224,402.04 1.22 million 3
1443 NATIONAL PARK SERVICE 927,513.03 927.51 thousand 23
3600 VETERANS AFFAIRS, DEPARTMENT OF 498,551.29 498.55 thousand 8

Insight

PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE NAVY, followed by FEDERAL ACQUISITION 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 = 'K058'
        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
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 1,290,024,283.03 1.29 billion 172
LOCKHEED MARTIN CORPORATION 7LW38 448,490,329.29 448.49 million 95
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 99789 392,661,657.19 392.66 million 824
NORTHROP GRUMMAN SYSTEMS CORPORATION 93X51 215,167,426.23 215.17 million 74
AMENTUM SERVICES, INC. 5W3V7 94,151,110.29 94.15 million 31
CACI, INC. - FEDERAL 1QU78 91,692,940.27 91.69 million 51
THE MIL CORPORATION 0CA21 84,400,047.95 84.40 million 260
KBRWYLE TECHNOLOGY SOLUTIONS, LLC 15151 76,420,544.11 76.42 million 290
CHUGACH TECHNICAL SOLUTIONS LLC 7PVV2 70,424,113.49 70.42 million 239
L3 TECHNOLOGIES, INC. 1BRA6 66,453,623.16 66.45 million 11

Insight

Within PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. ranks first, followed by LOCKHEED MARTIN 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 = 'K058'
        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,029,634,124.18 1.03 billion 679
2024 774,134,462.52 774.13 million 618
2023 387,460,533.60 387.46 million 480
2022 231,148,529.05 231.15 million 471
2021 294,040,986.58 294.04 million 460
2020 194,383,740.49 194.38 million 334
2019 161,668,003.18 161.67 million 310
2018 259,327,807.13 259.33 million 196
2017 121,750,077.66 121.75 million 158
2016 74,863,601.43 74.86 million 134

Insight

The annual trend shows how obligations in PSC K058 (MODIFICATION OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT) 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.