Federal Contractor

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

Federal procurement profile for DRS NETWORK & IMAGING SYSTEMS, LLC (CAGE 32865, UEI MC27B7LGBL34) showing last-10-year obligations, awards, agencies, and NAICS mix.

DRS NETWORK & IMAGING SYSTEMS, LLC recorded 5,261 award actions and $4.66 billion in obligated federal spending over the last 10 years, with an average action value of $886,338.51. The largest shares came from the Department of the Army, Defense Logistics Agency, and DISA, with work concentrated in electronics, imaging, and engineering-related NAICS categories.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts and counts reflect the provided FPDS analysis window and may differ from other reporting periods or filters.

CAGE Code
32865
UEI
MC27B7LGBL34
Total Obligated
4.66 billion
4,663,026,901.97
Award Actions
5,261
Average Action Value
886,338.51

About DRS NETWORK & IMAGING SYSTEMS, LLC federal contract activity

DRS NETWORK & IMAGING SYSTEMS, LLC (CAGE 32865, UEI MC27B7LGBL34) recorded 4.66 billion in obligated awards across 5,261 actions over the last 10 years, for an average award value of 886,338.51. The profile reflects sustained federal demand centered on defense electronics, imaging, sensing, and related engineering support.

Agency mix and customer concentration

The Department of the Army is the largest customer at 2.33 billion across 1,987 awards, followed by the Defense Logistics Agency at 1.16 billion across 2,450 awards. DISA adds 877.67 million across 264 awards, while the Department of the Navy and USSOCOM contribute smaller but material volumes, indicating a predominantly defense-focused customer base.

Industry profile based on NAICS activity

Award dollars are concentrated in electronics and advanced systems manufacturing: Electronic Computer Manufacturing leads with 1.21 billion, followed by Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing at 885.81 million and Optical Instrument and Lens Manufacturing at 820.43 million. Bare Printed Circuit Board Manufacturing and Engineering Services also rank prominently, reinforcing a mix of hardware production, integration, and technical support work.

Annual contract trend over the analysis window

Recent annual obligations remain strong, with 601.66 million in 2025 and 598.57 million in 2024 after a peak of 780.49 million in 2023. Earlier years in the window were lower, including 373.82 million in 2022 and 340.09 million in 2021, showing elevated but somewhat variable year-to-year funding rather than a single steady growth curve.

How to interpret this page

This summary is based on FPDS award data tied to CAGE 32865 and UEI MC27B7LGBL34 over the last 10 years. Agency, NAICS, and annual totals are derived from obligated dollars and award counts in the provided dataset; figures are rounded for readability and should be interpreted as reporting-period aggregates, not current contract backlog or company revenue.

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 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
2100 DEPT OF THE ARMY 2,325,360,925.66 2.33 billion 1,987
97AS DEFENSE LOGISTICS AGENCY 1,155,755,147.12 1.16 billion 2,450
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 877,666,052.56 877.67 million 264
1700 DEPT OF THE NAVY 202,890,950.80 202.89 million 270
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 39,247,498.01 39.25 million 69
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 25,024,789.44 25.02 million 73
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 21,175,348.11 21.18 million 54
5700 DEPT OF THE AIR FORCE 18,593,330.26 18.59 million 50
1323 US CENSUS BUREAU 498,000.33 498.00 thousand 3
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1

Insight

DRS NETWORK & IMAGING SYSTEMS, LLC shows a highly concentrated federal customer base over the last 10 years, with the Department of the Army accounting for $2.33 billion and the Defense Logistics Agency for $1.16 billion of the vendor’s $4.66 billion in total obligated value. These two agencies together represent the large majority of obligations, while DISA adds another $877.67 million, indicating that most spend is driven by defense-related demand. Outside the top three, obligations drop sharply: the Navy totals $202.89 million, and all remaining listed agencies each account for less than $40 million, suggesting a long tail of comparatively small activity.

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 10 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
334111 ELECTRONIC COMPUTER MANUFACTURING 1,211,846,752.44 1.21 billion 424
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 885,808,783.02 885.81 million 622
333314 OPTICAL INSTRUMENT AND LENS MANUFACTURING 820,427,568.87 820.43 million 330
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 672,227,236.01 672.23 million 168
541330 ENGINEERING SERVICES 380,084,235.56 380.08 million 614
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 134,738,802.59 134.74 million 316
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 57,321,150.97 57.32 million 205
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 54,735,853.05 54.74 million 76
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 48,696,186.68 48.70 million 780
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 47,824,057.31 47.82 million 196

Insight

Over the last 10 years, DRS NETWORK & IMAGING SYSTEMS, LLC’s obligations are concentrated in electronics and sensing-related manufacturing, led by NAICS 334111 (Electronic Computer Manufacturing) at $1.21 billion and NAICS 334511 at $885.81 million. The next largest receipts are also in adjacent technical manufacturing categories, including NAICS 333314 ($820.43 million) and 334412 ($672.23 million), indicating a narrow industrial profile centered on systems, instruments, and components. Engineering services (541330) is a secondary but material area at $380.08 million, while the remaining top NAICS codes each represent substantially smaller shares of total obligations.

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 10 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
2020 453,175,910.77 453.18 million 605
2019 527,030,593.87 527.03 million 703
2018 531,099,762.70 531.10 million 748
2017 441,026,668.74 441.03 million 608
2016 16,057,389.15 16.06 million 28

Insight

Over the last 10 years, DRS NETWORK & IMAGING SYSTEMS, LLC has obligated $4.66 billion across 5,261 awards, with annual activity concentrated in the last several years. Obligations rose from $16.06 million in 2016 to a peak of $780.49 million in 2023, then remained elevated at $598.57 million in 2024 and $601.66 million in 2025. Award counts were also highest in the middle of the period, reaching 748 in 2018 and generally ranging from 479 to 703 thereafter, indicating sustained but uneven procurement 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.