Federal Contractor

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

Federal procurement profile for DRS NETWORK & IMAGING SYSTEMS, LLC (CAGE 32865, UEI MC27B7LGBL34) covering last full year obligations and award activity.

In the last full year, DRS NETWORK & IMAGING SYSTEMS, LLC recorded $601.66 million in obligations across 489 award actions, for an average action value of $1.23 million. Most of the spend came from the Defense Logistics Agency and the Department of the Army, with the largest NAICS concentrations in bare printed circuit board manufacturing and optical instrument and lens manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect FPDS-observed obligated amounts for the analysis window and may include multiple award actions.

CAGE Code
32865
UEI
MC27B7LGBL34
Total Obligated
601.66 million
601,663,636.70
Award Actions
489
Average Action Value
1,230,395.98

About DRS NETWORK & IMAGING SYSTEMS, LLC federal contract activity

DRS NETWORK & IMAGING SYSTEMS, LLC recorded 601.66 million in obligated awards across 489 actions in the last full year, for an average award value of 1.23 million. The volume and obligation levels indicate a substantial federal vendor footprint with recurring award activity rather than isolated one-off transactions.

Agency mix and customer concentration

Obligations were concentrated in defense customers, led by the Defense Logistics Agency at 307.42 million across 202 awards and the Department of the Army at 252.92 million across 163 awards. DISA, USSOCOM, and the Department of the Air Force accounted for smaller shares of spending, reinforcing a customer mix centered on mission-critical defense and communications requirements.

Industry profile based on NAICS activity

The vendor’s award profile is anchored in electronics and sensor-related manufacturing. Bare printed circuit board manufacturing led at 251.10 million, followed by optical instrument and lens manufacturing at 142.28 million and search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing at 57.90 million, with additional activity in electronic computer manufacturing and small arms/ordnance manufacturing.

Annual contract trend over the analysis window

The annual trend shows all observed activity in 2025, where the vendor reached 601.66 million across 489 awards. With only a single-year observation in the provided window, the data supports a snapshot of current contract scale but does not establish multi-year growth or decline.

How to interpret this page

This summary is based on FPDS award records tied to CAGE code 32865 and UEI MC27B7LGBL34 for the last full year. Agency, NAICS, and trend summaries reflect obligated dollars and award counts as provided; no additional records, filters, or assumptions were 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 1 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
97AS DEFENSE LOGISTICS AGENCY 307,421,785.15 307.42 million 202
2100 DEPT OF THE ARMY 252,919,398.84 252.92 million 163
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 26,850,528.22 26.85 million 53
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 11,239,107.38 11.24 million 16
5700 DEPT OF THE AIR FORCE 2,480,524.00 2.48 million 11
1700 DEPT OF THE NAVY 404,325.12 404.33 thousand 24
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 381,129.88 381.13 thousand 10
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 6
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) -33,661.89 -33.66 thousand 3

Insight

DRS NETWORK & IMAGING SYSTEMS, LLC obligated 601.66 million across 489 awards in the last full year, with spend concentrated in the Defense Logistics Agency and the Department of the Army. These two agencies account for 560.34 million combined, or about 93 percent of total obligations, indicating a highly concentrated federal customer base. The remaining agencies each represent a much smaller share, with DISA at 26.85 million and USSOCOM at 11.24 million, while several agencies show negligible or zero net obligations, including a negative 33.66 thousand at DARPA.

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 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
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 251,100,241.43 251.10 million 43
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 142,278,984.38 142.28 million 23
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 57,896,889.12 57.90 million 54
334111 ELECTRONIC COMPUTER MANUFACTURING 32,204,669.21 32.20 million 60
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 22,350,590.88 22.35 million 7
541330 ENGINEERING SERVICES 17,696,622.52 17.70 million 54
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 16,385,183.58 16.39 million 22
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 14,557,235.01 14.56 million 14
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 8,682,983.00 8.68 million 21
335932 NONCURRENT-CARRYING WIRING DEVICE MANUFACTURING 8,336,664.00 8.34 million 3

Insight

DRS NETWORK & IMAGING SYSTEMS, LLC’s last full year obligations were concentrated in a small number of manufacturing NAICS, led by 334412 Bare Printed Circuit Board Manufacturing at $251.10 million across 43 awards and 333314 Optical Instrument and Lens Manufacturing at $142.28 million across 23 awards. Together, the top two NAICS account for $393.38 million, or about 65.4% of the vendor’s $601.66 million total obligated. The remaining top NAICS are more distributed across electronics, defense, and engineering-related categories, with award counts generally ranging from 3 to 60 and no single category approaching the combined concentration of the top two.

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 1 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

Insight

During the last full year, DRS NETWORK & IMAGING SYSTEMS, LLC obligated $601.66 million across 489 awards, for an average award value of about $1.23 million. Obligations are fully concentrated in 2025 within the 1-year window, indicating that current activity is heavily weighted to a single annual period rather than spread across multiple years. This pattern suggests a high-volume, moderate-value award profile in the observed period.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.