PSC Code

PSC AC63 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) 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
AC63
PSC Description
R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)
Total Obligated
5.88 billion
5,884,966,332.16
Award Actions
8,214
Average Action Value
716,455.60

About PSC AC63 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)). Based on the current FPDS Query dataset, this category shows 5.88 billion in visible obligations across 8,214 award actions, with an average action value of 716,455.60. 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 AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEFENSE MICROELECTRONICS ACTIVITY (DMEA), with 2.70 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) over the last 10 years. The current ranking is led by NORTHROP GRUMMAN SYSTEMS CORPORATION, with 1.12 billion in obligations, followed by RAYTHEON COMPANY. 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 AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) 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 = 'AC63'
        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
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 2,697,051,286.10 2.70 billion 1,548
5700 DEPT OF THE AIR FORCE 1,515,515,305.28 1.52 billion 2,316
1700 DEPT OF THE NAVY 1,509,097,162.77 1.51 billion 2,880
2100 DEPT OF THE ARMY 161,358,253.59 161.36 million 413
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 38,960,678.94 38.96 million 168
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 5,490,811.02 5.49 million 16
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 221,460.00 221.46 thousand 1
2700 FEDERAL COMMUNICATIONS COMMISSION 165,845.00 165.84 thousand 2
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 155,826.00 155.83 thousand 7
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 9,950.00 9.95 thousand 3

Insight

PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEFENSE MICROELECTRONICS ACTIVITY (DMEA), followed by DEPT OF THE AIR FORCE, 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 = 'AC63'
        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
NORTHROP GRUMMAN SYSTEMS CORPORATION 97942 1,120,948,697.49 1.12 billion 620
RAYTHEON COMPANY 4C2N0 880,207,819.38 880.21 million 433
LEIDOS, INC. 5UTE0 213,021,598.09 213.02 million 359
TECHNOLOGY SERVICE CORPORATION 61308 172,314,415.56 172.31 million 82
LOCKHEED MARTIN CORPORATION 03640 161,838,840.24 161.84 million 110
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 94117 149,480,424.84 149.48 million 64
NORTHROP GRUMMAN SYSTEMS CORPORATION 135,167,614.53 135.17 million 106
INFOSCITEX CORPORATION 1ZHS3 109,310,069.76 109.31 million 88
GENERAL TECHNICAL SERVICES L.L.C. 0BWR0 98,712,818.51 98.71 million 148
PHYSICAL OPTICS CORPORATION 0AZ36 98,643,837.84 98.64 million 103

Insight

Within PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. NORTHROP GRUMMAN SYSTEMS CORPORATION ranks first, followed by RAYTHEON COMPANY, 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 = 'AC63'
        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 42,298,175.64 42.30 million 187
2024 86,899,297.58 86.90 million 318
2023 250,001,768.03 250.00 million 423
2022 358,280,627.62 358.28 million 609
2021 557,881,009.09 557.88 million 875
2020 816,709,164.45 816.71 million 1,120
2019 1,179,539,270.14 1.18 billion 1,162
2018 1,205,370,024.49 1.21 billion 1,220
2017 751,114,934.13 751.11 million 1,145
2016 636,872,060.99 636.87 million 1,155

Insight

The annual trend shows how obligations in PSC AC63 (R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (ADVANCED DEVELOPMENT)) 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.