Federal Contractor

DRS SUSTAINMENT SYSTEMS, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for DRS SUSTAINMENT SYSTEMS, INC. (CAGE 98255, UEI FG7HKV9NTDK5) covering obligations, awards, agencies, and NAICS activity over the last 10 years.

Over the last 10 years, DRS SUSTAINMENT SYSTEMS, INC. has received 1,421 award actions totaling $2,045,399,630.65 in obligated funding, with an average action value of $1,439,408.60. Most of this activity is concentrated in the Department of the Army and the Department of the Air Force, with the largest NAICS share in search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS analysis outputs for the last 10 years and may include multiple action types across agencies, NAICS codes, and years.

CAGE Code
98255
UEI
FG7HKV9NTDK5
Total Obligated
2.05 billion
2,045,399,630.65
Award Actions
1,421
Average Action Value
1,439,408.60

About DRS SUSTAINMENT SYSTEMS, INC. federal contract activity

DRS SUSTAINMENT SYSTEMS, INC. (CAGE 98255, UEI FG7HKV9NTDK5) recorded 1,421 awards totaling $2.05 billion over the last 10 years, for an average award value of $1.44 million. The vendor’s federal business is concentrated in defense-related procurement and is dominated by a relatively small number of large obligations rather than a broad base of low-value awards.

Agency mix and customer concentration

The DEPT OF THE ARMY is the primary customer, accounting for $1.55 billion across 647 awards, or the clear majority of total obligations. The DEPT OF THE AIR FORCE is the second-largest buyer at $514.23 million across 532 awards, while the DEFENSE LOGISTICS AGENCY, DEPT OF THE NAVY, and FEDERAL ACQUISITION SERVICE contribute only marginally to the overall portfolio.

Industry profile based on NAICS activity

Obligations are led by NAICS 334511, which represents $996.55 million across 256 awards and indicates a core focus on navigation, guidance, and related system manufacturing. Additional volume is concentrated in NAICS 333924 and 336992, showing meaningful activity in industrial vehicle and military armored vehicle manufacturing, with smaller but material work in pump manufacturing and engineering services.

Annual contract trend over the analysis window

Recent annual obligations have remained elevated, peaking at $314.00 million in 2025 after $163.54 million in 2024. Prior years show a sustained funding base, with $250.49 million in 2023, $235.22 million in 2022, and $135.83 million in 2021, indicating variability but continued relevance across the period.

How to interpret this page

This summary is based on FPDS award activity associated with the vendor’s CAGE code and UEI over the last 10 years. Metrics reflect obligated dollars and award counts only; NAICS and agency summaries are derived from aggregated award records and may not capture every subcontracted or off-contract activity.

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 = '98255'
        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 1,546,211,935.83 1.55 billion 647
5700 DEPT OF THE AIR FORCE 514,228,658.58 514.23 million 532
97AS DEFENSE LOGISTICS AGENCY 9,190,579.00 9.19 million 10
1700 DEPT OF THE NAVY 684,707.00 684.71 thousand 14
4732 FEDERAL ACQUISITION SERVICE 500.00 500.00 3
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -24,917,249.76 -24.92 million 214

Insight

DRS SUSTAINMENT SYSTEMS, INC. shows strong concentration of obligations with the DEPT OF THE ARMY accounting for $1.55 billion across 647 awards, or roughly 76% of total 10-year obligated value. The DEPT OF THE AIR FORCE is the second-largest customer at $514.23 million and 532 awards, bringing the Army and Air Force together to about 100% of reported positive obligations. Other agencies represent only minor activity by dollar value, while the DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) reflects a negative obligated amount of $24.92 million across 214 awards, indicating downward adjustment activity within the period.

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 = '98255'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 996,549,874.61 996.55 million 256
333924 INDUSTRIAL TRUCK, TRACTOR, TRAILER, AND STACKER MACHINERY MANUFACTURING 493,570,025.96 493.57 million 518
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 340,596,190.31 340.60 million 223
333911 PUMP AND PUMPING EQUIPMENT MANUFACTURING 63,990,735.98 63.99 million 68
541330 ENGINEERING SERVICES 39,205,083.51 39.21 million 89
336212 TRUCK TRAILER MANUFACTURING 37,086,297.43 37.09 million 19
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 35,404,718.49 35.40 million 45
333914 MEASURING, DISPENSING, AND OTHER PUMPING EQUIPMENT MANUFACTURING 27,350,563.44 27.35 million 30
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 7,328,147.58 7.33 million 123
334111 ELECTRONIC COMPUTER MANUFACTURING 2,959,445.00 2.96 million 7

Insight

DRS SUSTAINMENT SYSTEMS, INC. shows a concentrated obligation profile over the last 10 years, with NAICS 334511 accounting for the largest share at $996.55 million across 256 awards, or roughly half of total obligations. The next two sectors, NAICS 333924 and 336992, add another $834.17 million across 741 awards, indicating substantial activity in ground support and military vehicle manufacturing alongside aeronautical and nautical systems. Beyond the top three, obligations drop materially into smaller, more distributed categories, with no other NAICS exceeding $63.99 million.

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 = '98255'
        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 313,995,824.50 314.00 million 119
2024 163,543,507.05 163.54 million 128
2023 250,489,303.94 250.49 million 152
2022 235,217,396.93 235.22 million 181
2021 135,834,762.00 135.83 million 178
2020 156,502,002.41 156.50 million 185
2019 301,917,983.40 301.92 million 162
2018 340,071,679.84 340.07 million 171
2017 138,521,393.34 138.52 million 139
2016 9,305,777.24 9.31 million 6

Insight

Over the last 10 years, DRS SUSTAINMENT SYSTEMS, INC. has obligated $2.05 billion across 1,421 awards, averaging about $1.44 million per award. Obligations are unevenly distributed, with notable peaks in 2018 ($340.07 million), 2019 ($301.92 million), 2025 ($314.00 million), and 2023 ($250.49 million), while 2016 was a clear low point at $9.31 million across 6 awards. Award volume remained relatively steady from 2017 through 2025, generally ranging from 119 to 185 awards annually, indicating that year-to-year obligation changes are driven more by award value than by award count.

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.