Federal Agency

DEFENSE MICROELECTRONICS ACTIVITY (DMEA) Federal Contract Obligations (Last Year)

Defense Microelectronics Activity (DMEA) obligated 1.23 billion across 528 awards in the last full year, led by engineering services and major defense contractors.

In the last full year, DMEA recorded 528 award actions totaling 1,232,206,660.73. Obligations were concentrated in engineering services, with additional spending in semiconductor manufacturing, facilities support, and computer-related services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable total obligations, award counts, and top vendor and NAICS categories reported for DMEA (Agency ID 9771).

Agency ID
9771
Total Obligated
1.23 billion
1,232,206,660.73
Award Actions
528
Average Action Value
2,333,724.73

About DEFENSE MICROELECTRONICS ACTIVITY (DMEA) federal contract activity

During the last full year, DEFENSE MICROELECTRONICS ACTIVITY (DMEA) obligated $1.23 billion across 528 awards, for an average award value of $2.33 million. The profile indicates a high-volume contracting pattern with spending concentrated in a relatively small set of vendors and technical service categories.

Vendor concentration and leading contractors

RAYTHEON COMPANY led vendor obligations with $603.28 million across 135 awards, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION at $218.94 million across 111 awards. LOCKHEED MARTIN CORPORATION, GLOBALFOUNDRIES US 2 LLC, and BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. rounded out the top five, reinforcing a vendor base centered on major defense, electronics, and semiconductor suppliers.

Industry profile based on NAICS activity

NAICS 541330, Engineering Services, dominated obligations at $1.10 billion across 358 awards, accounting for the clear majority of DMEA activity. The next largest category, 334413 Semiconductor and Related Device Manufacturing, totaled $94.46 million across 26 awards, while the remaining top categories were much smaller, including Facilities Support Services, Other Computer Related Services, and R&D in the physical, engineering, and life sciences.

Annual contract trend over the analysis window

The annual trend shows $1.23 billion obligated in 2025 across 528 awards. With only one year in the analysis window, the trend reflects the annual scale and composition of current activity rather than a multi-year change pattern.

How to interpret this page

This summary is based on FPDS obligation data for DMEA (Agency ID 9771) over the last full year. Vendor and NAICS rankings are derived from total obligated dollars, and award counts reflect the number of reported awards in the same period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9771'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
RAYTHEON COMPANY 603,275,557.24 603.28 million 135
NORTHROP GRUMMAN SYSTEMS CORPORATION 218,937,398.41 218.94 million 111
LOCKHEED MARTIN CORPORATION 159,804,800.12 159.80 million 46
GLOBALFOUNDRIES US 2 LLC 93,960,666.00 93.96 million 25
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 57,602,556.95 57.60 million 37
INTERNATIONAL BUSINESS MACHINES CORPORATION 37,485,857.96 37.49 million 19
HONEYWELL INTERNATIONAL INC. 12,363,681.00 12.36 million 1
BLACKWATCH INTERNATIONAL CORP 12,155,141.98 12.16 million 8
TECHNOLOGY, AUTOMATION & MANAGEMENT, INC. 6,591,913.64 6.59 million 2
FORTIS NATIVE GROUP LLC 4,382,059.62 4.38 million 6

Insight

Over the last full year, DMEA obligated $1.23 billion across 528 awards, with a top-vendor profile concentrated among a small set of suppliers. RAYTHEON COMPANY accounted for $603.28 million across 135 awards, or nearly half of total obligations, followed by NORTHROP GRUMMAN SYSTEMS CORPORATION at $218.94 million and LOCKHEED MARTIN CORPORATION at $159.80 million. The remaining top vendors were materially smaller, ranging from $93.96 million for GLOBALFOUNDRIES US 2 LLC to $4.38 million for FORTIS NATIVE GROUP LLC, indicating a steep drop-off after the first three vendors.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9771'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541330 ENGINEERING SERVICES 1,095,716,088.68 1.10 billion 358
334413 SEMICONDUCTOR AND RELATED DEVICE MANUFACTURING 94,460,416.00 94.46 million 26
561210 FACILITIES SUPPORT SERVICES 16,556,694.06 16.56 million 15
541519 OTHER COMPUTER RELATED SERVICES 9,772,028.60 9.77 million 23
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,062,228.95 3.06 million 17
511210 SOFTWARE PUBLISHERS 2,716,941.92 2.72 million 13
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 1,270,319.28 1.27 million 1
334418 PRINTED CIRCUIT ASSEMBLY (ELECTRONIC ASSEMBLY) MANUFACTURING 1,207,905.85 1.21 million 14
561612 SECURITY GUARDS AND PATROL SERVICES 1,168,703.67 1.17 million 2
541219 OTHER ACCOUNTING SERVICES 1,138,569.95 1.14 million 2

Insight

Over the last full year, DMEA obligated $1.23 billion across 528 awards, with spending heavily concentrated in NAICS 541330, Engineering Services, which accounted for $1.10 billion and 358 awards, or about 89% of total obligations. The next largest category, 334413 Semiconductor and Related Device Manufacturing, received $94.46 million across 26 awards, far below the primary service category. The remaining NAICS codes each represented relatively small shares of obligations, indicating a narrow procurement profile centered on engineering support with secondary activity in semiconductor manufacturing and related technical services.

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__purchaserInformation__contractingOfficeAgencyID = '9771'
        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,232,206,660.73 1.23 billion 528

Insight

In the last full year, DMEA obligated $1.23 billion across 528 awards, indicating a relatively concentrated but active procurement profile. The average award value was $2.33 million, suggesting obligations were distributed across a mix of moderate-sized actions rather than a small number of very large awards. With only one year provided, this section establishes the current baseline for annual obligation and award volume.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.