Federal Contractor

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

DRS SUSTAINMENT SYSTEMS, INC. (CAGE 98255, UEI FG7HKV9NTDK5) received $1.10 billion across 758 federal award actions in the last 5 years.

DRS SUSTAINMENT SYSTEMS, INC. shows its largest federal demand from the Department of the Army and the Department of the Air Force, which together account for nearly all obligated dollars in the period. Its award profile is concentrated in NAICS 334511, 333924, and 336992, with annual obligations ranging from $135.83 million in 2021 to $314.00 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts and counts reflect the last 5 years of readable FPDS obligation data and may include deobligations, modifications, and closeout actions.

CAGE Code
98255
UEI
FG7HKV9NTDK5
Total Obligated
1.10 billion
1,099,080,794.42
Award Actions
758
Average Action Value
1,449,974.66

About DRS SUSTAINMENT SYSTEMS, INC. federal contract activity

DRS SUSTAINMENT SYSTEMS, INC. (CAGE 98255, UEI FG7HKV9NTDK5) recorded 758 FPDS awards totaling 1.10 billion over the last 5 years, for an average award value of 1.45 million. The award history indicates a substantial federal contracting footprint with obligations concentrated in defense-related procurement.

Agency mix and customer concentration

The DEPT OF THE ARMY is the dominant buyer, accounting for 833.36 million across 403 awards, or the majority of total obligations. The DEPT OF THE AIR FORCE is the second-largest agency at 278.76 million and 263 awards, while the remaining agencies in the period contributed only marginal obligation volume, including minimal activity from the DEPT OF THE NAVY and MISSILE DEFENSE AGENCY and zero-obligation awards from the DEFENSE LOGISTICS AGENCY.

Industry profile based on NAICS activity

Obligations are concentrated in NAICS 334511, which leads with 466.18 million and 169 awards, indicating a strong focus on navigation, guidance, and related system manufacturing. Significant additional activity appears in NAICS 333924 and 336992, with 267.49 million and 256.94 million respectively, showing a mix of industrial vehicle and armored vehicle/tank component work; smaller but material obligations are also present in pump and trailer manufacturing.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at 314.00 million, after a dip in 2024 to 163.54 million. The prior years show a generally elevated but uneven profile, with 250.49 million in 2023, 235.22 million in 2022, and 135.83 million in 2021; award counts remained high throughout, ranging from 119 to 181, which suggests broad contract activity even when obligation volume fluctuated.

How to interpret this page

This summary uses FPDS obligation and award-count data for the last 5 years and groups results by agency, NAICS code, and fiscal year. Totals reflect obligated dollars only, and descriptive statements are limited to the supplied records without inferring contract type, vehicle structure, or performance details not present in the source data.

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 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 833,364,660.13 833.36 million 403
5700 DEPT OF THE AIR FORCE 278,757,388.76 278.76 million 263
1700 DEPT OF THE NAVY 34,560.00 34.56 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
97AS DEFENSE LOGISTICS AGENCY 0.00 0.00 2
4732 FEDERAL ACQUISITION SERVICE -812.00 -812.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -13,075,502.47 -13.08 million 86

Insight

Over the last 5 years, DRS SUSTAINMENT SYSTEMS, INC. received $1.10 billion across 758 awards, with obligations concentrated primarily in the Department of the Army ($833.36 million, 403 awards) and the Department of the Air Force ($278.76 million, 263 awards). These two agencies account for nearly all obligated dollars, indicating a strong defense-heavy award profile and limited diversification across other agencies. The Department of the Navy, MDA, DLA, and Federal Acquisition Service contributed only nominal or zero obligated amounts, while DCMA reflects a negative obligated total of $13.08 million across 86 awards.

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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 466,180,111.80 466.18 million 169
333924 INDUSTRIAL TRUCK, TRACTOR, TRAILER, AND STACKER MACHINERY MANUFACTURING 267,488,695.26 267.49 million 241
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 256,937,527.43 256.94 million 102
333911 PUMP AND PUMPING EQUIPMENT MANUFACTURING 59,163,066.99 59.16 million 57
336212 TRUCK TRAILER MANUFACTURING 27,921,874.98 27.92 million 9
541330 ENGINEERING SERVICES 21,137,214.34 21.14 million 55
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 2,544,598.00 2.54 million 75
333914 MEASURING, DISPENSING, AND OTHER PUMPING EQUIPMENT MANUFACTURING 454,062.48 454.06 thousand 16
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 91,956.00 91.96 thousand 4
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 34,560.00 34.56 thousand 1

Insight

Over the last 5 years, DRS SUSTAINMENT SYSTEMS, INC. obligated $1.10 billion across 758 awards, with spending concentrated in a small number of manufacturing NAICS. NAICS 334511 accounted for the largest share at $466.18 million across 169 awards, followed by 333924 at $267.49 million across 241 awards and 336992 at $256.94 million across 102 awards; these three codes represent the clear core of vendor activity. Secondary obligations were much smaller and more dispersed, with 333911 at $59.16 million and 336212 at $27.92 million, while the remaining NAICS each accounted for less than $22 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 5 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

Insight

Over the last 5 years, DRS SUSTAINMENT SYSTEMS, INC. (CAGE 98255) obligated $1.10 billion across 758 awards, with an average award value of $1.45 million. Annual obligations are uneven, rising from $135.83 million in 2021 to a peak of $314.00 million in 2025, with interim levels of $235.22 million in 2022 and $250.49 million in 2023 before declining to $163.54 million in 2024. Award counts moved in the opposite direction of dollars in some years, increasing to 181 in 2022 and then easing to 119 in 2025, indicating larger average obligations in the higher-dollar years.

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.