Federal Contractor

DRS LAUREL TECHNOLOGIES Federal Contract Obligations (Last 10 Years)

Federal procurement profile for DRS LAUREL TECHNOLOGIES (CAGE 0ERB9, UEI JLREE96WGKM5) covering obligated awards over the last 10 years.

DRS LAUREL TECHNOLOGIES recorded 4,095 award actions and $2.42 billion in obligated spending in the last 10 years, with most activity concentrated at the Department of the Navy. The vendor's award mix is led by NAICS 334511, 334419, 334118, 334290, and 334519.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable procurement data for the selected analysis window and may include a small negative adjustment in agency-level results.

CAGE Code
0ERB9
UEI
JLREE96WGKM5
Total Obligated
2.42 billion
2,424,509,870.66
Award Actions
4,095
Average Action Value
592,065.90

About DRS LAUREL TECHNOLOGIES federal contract activity

DRS LAUREL TECHNOLOGIES (CAGE 0ERB9, UEI JLREE96WGKM5) recorded $2.42 billion in obligated awards across 4,095 actions over the last 10 years, with an average award value of about $592.1 thousand. The award history is heavily concentrated in a defense procurement profile rather than a broadly distributed federal customer base.

Agency mix and customer concentration

The Department of the Navy accounts for nearly all observed obligation volume at $2.41 billion and 3,641 awards, indicating a strong shipbuilding, systems, or naval electronics relationship. The remaining agencies are comparatively minor: the Defense Logistics Agency contributed $15.06 million across 336 awards, the Department of the Army $3.61 million across 14 awards, and Federal Prison Industries/UNICOR a single $54.44 thousand award. DCMA shows a small negative net obligation, which may reflect deobligations or closeout adjustments rather than active buying volume.

Industry profile based on NAICS activity

The vendor’s award base is concentrated in electronics and advanced hardware manufacturing NAICS codes. NAICS 334511 leads by a wide margin with $1.20 billion and 1,185 awards, followed by 334419 at $353.13 million, 334118 at $326.49 million, 334290 at $262.29 million, and 334519 at $150.09 million, reinforcing a portfolio centered on guidance, navigation, communications, computing, and control systems.

Annual contract trend over the analysis window

Annual obligations in the recent five-year window remained strong but varied by year, ranging from $184.45 million in 2025 to a high of $288.72 million in 2021. Award counts stayed in a similar band, between 331 and 438 actions, suggesting sustained contracting activity with moderate annual fluctuation rather than a single spike-driven profile.

How to interpret this page

This summary uses FPDS award obligations associated with DRS LAUREL TECHNOLOGIES over the last 10 years and aggregates by agency, NAICS, and fiscal year. Totals reflect obligated dollars as reported in the dataset, so negative values may indicate deobligations or corrections, and the metrics describe observed awards rather than all potential business relationships.

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 = '0ERB9'
        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
1700 DEPT OF THE NAVY 2,405,793,296.87 2.41 billion 3,641
97AS DEFENSE LOGISTICS AGENCY 15,057,615.82 15.06 million 336
2100 DEPT OF THE ARMY 3,605,160.57 3.61 million 14
1542 FEDERAL PRISON INDUSTRIES / UNICOR 54,435.00 54.44 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -637.60 -637.60 103

Insight

Over the last 10 years, DRS LAUREL TECHNOLOGIES’ obligations are highly concentrated in the DEPT OF THE NAVY, which accounts for $2.41 billion of $2.42 billion total obligated and 3,641 of 4,095 awards. DEFENSE LOGISTICS AGENCY is a distant second at $15.06 million across 336 awards, followed by the DEPT OF THE ARMY at $3.61 million across 14 awards. FEDERAL PRISON INDUSTRIES / UNICOR is immaterial at $54.44 thousand, and DCMA reflects a negligible net negative obligation of $637.60, indicating essentially Navy-dominant agency concentration in this 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 = '0ERB9'
        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 1,198,228,619.88 1.20 billion 1,185
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 353,127,338.99 353.13 million 815
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 326,486,406.54 326.49 million 164
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 262,286,582.93 262.29 million 190
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 150,094,419.54 150.09 million 83
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 41,493,039.94 41.49 million 66
336611 SHIP BUILDING AND REPAIRING 32,885,095.60 32.89 million 137
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 15,076,538.51 15.08 million 772
334111 ELECTRONIC COMPUTER MANUFACTURING 12,939,265.14 12.94 million 56
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 5,284,034.03 5.28 million 131

Insight

DRS LAUREL TECHNOLOGIES’ 10-year obligations are concentrated in NAICS 334511, which accounts for about $1.20 billion across 1,185 awards, or roughly half of total obligated dollars. The next four NAICS codes—334419, 334118, 334290, and 334519—add another $1.09 billion, indicating a strong concentration in electronic, communications, and instrumentation manufacturing activities. Award volume is more distributed than dollars, with 334412 posting 772 awards but only $15.08 million obligated, suggesting a high count of relatively small awards in that category.

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 = '0ERB9'
        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 184,451,290.23 184.45 million 331
2024 224,746,015.92 224.75 million 412
2023 279,394,764.28 279.39 million 413
2022 237,524,653.45 237.52 million 438
2021 288,722,641.60 288.72 million 395
2020 319,151,049.83 319.15 million 406
2019 210,314,246.48 210.31 million 454
2018 480,467,549.82 480.47 million 562
2017 199,776,198.05 199.78 million 682
2016 -38,539.00 -38.54 thousand 2

Insight

Over the last 10 years, DRS LAUREL TECHNOLOGIES (CAGE 0ERB9) received $2.42 billion across 4,095 awards, averaging about $592.1K per award. Obligations were concentrated in a few high-value years, with a peak in 2018 at $480.47 million and elevated levels again from 2020 through 2023, while 2016 shows only two awards and a nominal negative obligation. Recent activity has softened from 2023 to 2025, declining from $279.39 million and 413 awards to $184.45 million and 331 awards.

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.