Federal Contractor

DRS NETWORK & IMAGING SYSTEMS, LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for DRS NETWORK & IMAGING SYSTEMS, LLC covering obligations, award volume, agency mix, NAICS detail, and annual trends over the last five years.

DRS NETWORK & IMAGING SYSTEMS, LLC (CAGE 32865, UEI MC27B7LGBL34) received $2.69 billion across 2,569 award actions in the last five years, for an average action value of $1.05 million. Most obligations came from the Department of the Army, Defense Logistics Agency, and Defense Information Systems Agency, with activity concentrated in electronics, optical systems, and engineering-related NAICS categories.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated dollars in the analysis window and may differ slightly from summed displayed subtotals because of rounding.

CAGE Code
32865
UEI
MC27B7LGBL34
Total Obligated
2.69 billion
2,694,636,576.74
Award Actions
2,569
Average Action Value
1,048,904.85

About DRS NETWORK & IMAGING SYSTEMS, LLC federal contract activity

DRS NETWORK & IMAGING SYSTEMS, LLC (CAGE 32865, UEI MC27B7LGBL34) recorded $2.69 billion in obligations across 2,569 awards over the last 5 years, with an average award value of $1.05 million. The profile indicates sustained federal demand across a high volume of relatively moderate-sized awards, consistent with a contractor receiving repeated tasking rather than a small number of large, one-time actions.

Agency mix and customer concentration

The Department of the Army is the dominant buying agency at $1.31 billion and 1,107 awards, followed by the Defense Logistics Agency at $800.67 million and 1,005 awards. DISA is the third-largest customer at $524.12 million, while USSOCOM and NASA are much smaller but still active buyers, indicating a customer base concentrated in defense and defense-supporting agencies.

Industry profile based on NAICS activity

Obligations are concentrated in electronics and systems manufacturing, led by NAICS 334412, 334111, 333314, and 334511, which together point to printed circuit boards, computer hardware, optical instruments, and navigation/detection systems. Engineering services under NAICS 541330 also rank among the top categories, suggesting the vendor’s awards span both production and technical support activities.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $780.49 million, then remained elevated but lower in 2024 and 2025 at roughly $598.57 million and $601.66 million, respectively. The earlier years show smaller totals in 2021 and 2022, indicating a stepped-up funding profile beginning in 2023 rather than a steady linear trend.

How to interpret this page

This summary uses FPDS award records attributed to CAGE 32865 and UEI MC27B7LGBL34 over the last 5 years. Agency, NAICS, and annual totals are based on obligated dollars and award counts in the provided analysis window; no additional normalization, inflation adjustment, or entity-name reconciliation was applied.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '32865'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
2100 DEPT OF THE ARMY 1,311,382,936.34 1.31 billion 1,107
97AS DEFENSE LOGISTICS AGENCY 800,672,414.13 800.67 million 1,005
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 524,117,461.44 524.12 million 206
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 17,923,806.89 17.92 million 39
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 17,321,156.53 17.32 million 45
5700 DEPT OF THE AIR FORCE 16,894,818.00 16.89 million 35
1700 DEPT OF THE NAVY 3,692,643.51 3.69 million 100
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,659,536.11 2.66 million 15
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
1323 US CENSUS BUREAU 0.00 0.00 1

Insight

Over the last 5 years, DRS NETWORK & IMAGING SYSTEMS, LLC received $2.69 billion across 2,569 awards, with obligations concentrated primarily in the Department of the Army ($1.31 billion, 1,107 awards), Defense Logistics Agency ($800.67 million, 1,005 awards), and DISA ($524.12 million, 206 awards). These three agencies account for nearly all obligated dollars in the period, indicating a strong concentration of spend among a small set of defense customers. Remaining agencies contributed materially smaller amounts, with all other listed agencies each below $20 million in obligations.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '32865'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 622,351,645.37 622.35 million 119
334111 ELECTRONIC COMPUTER MANUFACTURING 557,014,184.73 557.01 million 245
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 531,345,694.86 531.35 million 147
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 438,223,828.25 438.22 million 294
541330 ENGINEERING SERVICES 198,100,941.29 198.10 million 339
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 50,926,737.67 50.93 million 90
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 44,842,250.52 44.84 million 213
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 42,481,099.52 42.48 million 48
334418 PRINTED CIRCUIT ASSEMBLY (ELECTRONIC ASSEMBLY) MANUFACTURING 32,659,667.12 32.66 million 30
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 26,320,615.21 26.32 million 21

Insight

Over the last 5 years, DRS NETWORK & IMAGING SYSTEMS, LLC has $2.69 billion obligated across 2,569 awards, with activity concentrated in electronics and advanced manufacturing NAICS. The largest obligations are in 334412 Bare Printed Circuit Board Manufacturing ($622.35 million), 334111 Electronic Computer Manufacturing ($557.01 million), 333314 Optical Instrument and Lens Manufacturing ($531.35 million), and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing ($438.22 million). Award counts are also spread across engineering and manufacturing categories, led by 541330 Engineering Services (339 awards) and 334511 (294 awards), indicating a broad but technically concentrated procurement profile.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '32865'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 601,663,636.70 601.66 million 489
2024 598,571,135.78 598.57 million 532
2023 780,491,828.74 780.49 million 529
2022 373,824,854.30 373.82 million 479
2021 340,085,121.22 340.09 million 540

Insight

Over the last 5 years, DRS NETWORK & IMAGING SYSTEMS, LLC received $2.69 billion across 2,569 awards, with an average award value of about $1.05 million. Obligations are concentrated in 2023 and remain elevated in 2024 and 2025, with annual totals of $780.49 million, $598.57 million, and $601.66 million, respectively. Earlier years were materially lower, at $340.09 million in 2021 and $373.82 million in 2022, indicating a step-up in obligated value beginning in 2023. Award counts were relatively stable across the period, ranging from 479 to 540, suggesting the increase in dollars was driven more by award value than by volume.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

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