Federal Contractor

ELECTRIC BOAT CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for ELECTRIC BOAT CORPORATION (CAGE 96169, UEI E7BEKJ4V9528) covering obligations, award activity, agencies, and NAICS trends over the last 10 years.

ELECTRIC BOAT CORPORATION recorded $82.84 billion in obligated federal awards across 12,781 award actions in the last 10 years, with an average action value of $6.48 million. Most obligations came from the Department of the Navy, and the largest NAICS concentration was in ship building and repairing, followed by engineering services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the stated 10-year analysis window and may differ slightly from rounded display values because exact obligations are used for calculations.

CAGE Code
96169
UEI
E7BEKJ4V9528
Total Obligated
82.84 billion
82,840,246,365.13
Award Actions
12,781
Average Action Value
6,481,515.24

About ELECTRIC BOAT CORPORATION federal contract activity

ELECTRIC BOAT CORPORATION (CAGE 96169, UEI E7BEKJ4V9528) recorded 12,781 FPDS-observed awards over the last 10 years, with total obligations of 82.84 billion and an average award value of 6.48 million. The profile indicates a highly concentrated, high-dollar federal contracting base rather than a broad, low-value transaction pattern.

Agency mix and customer concentration

Contract activity is overwhelmingly concentrated in the DEPT OF THE NAVY, which accounts for 82.79 billion across 8,345 awards, or nearly all observed obligations. The DEFENSE LOGISTICS AGENCY is a distant second at 48.89 million across 4,411 awards, while DCMA shows 25 awards with no obligated value, suggesting administrative or oversight-related actions rather than substantive spend.

Industry profile based on NAICS activity

The NAICS profile is dominated by 336611 SHIP BUILDING AND REPAIRING, with 54.93 billion across 5,067 awards, followed by 541330 ENGINEERING SERVICES at 27.21 billion across 1,642 awards. Smaller but relevant activity appears in 334511 and R&D-related NAICS 541712 and 541715, indicating supporting work in systems, engineering, and research tied to naval and defense programs.

Annual contract trend over the analysis window

Recent annual obligations show elevated activity in 2025 at 17.42 billion, after 10.62 billion in 2024 and 11.88 billion in 2023. The sequence from 2021 through 2025 shows consistently high annual spend in the multi-billion range, with award counts remaining relatively stable between roughly 1,200 and 1,400 per year.

How to interpret this page

This summary is based on FPDS-observed awards for the last 10 years and uses obligations as recorded in the source data. Agency, NAICS, and annual figures reflect the provided aggregation window and may include awarded actions with zero obligated value where captured in FPDS.

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 = '96169'
        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 82,791,354,443.90 82.79 billion 8,345
97AS DEFENSE LOGISTICS AGENCY 48,891,921.23 48.89 million 4,411
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 25

Insight

Over the last 10 years, ELECTRIC BOAT CORPORATION’s obligations are overwhelmingly concentrated in the DEPT OF THE NAVY, which accounts for $82.79 billion of the $82.84 billion total obligated, or nearly all vendor spend. The DEPT OF THE NAVY also represents 8,345 awards, indicating that this relationship drives both the dollar volume and the award activity. DEFENSE LOGISTICS AGENCY is a distant second at $48.89 million across 4,411 awards, while DCMA records 25 awards with no obligated dollars.

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 = '96169'
        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
336611 SHIP BUILDING AND REPAIRING 54,930,595,007.27 54.93 billion 5,067
541330 ENGINEERING SERVICES 27,207,963,244.32 27.21 billion 1,642
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 451,774,379.90 451.77 million 66
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 107,181,393.81 107.18 million 118
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 51,976,533.75 51.98 million 48
335312 MOTOR AND GENERATOR MANUFACTURING 12,428,697.94 12.43 million 190
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 9,566,286.85 9.57 million 256
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 8,356,357.96 8.36 million 207
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 5,899,100.14 5.90 million 643
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 4,471,056.15 4.47 million 846

Insight

Electric Boat Corporation’s obligations over the last 10 years are highly concentrated in two NAICS codes: 336611 Ship Building and Repairing ($54.93 billion across 5,067 awards) and 541330 Engineering Services ($27.21 billion across 1,642 awards). Together, these two categories account for nearly all of the vendor’s $82.84 billion in obligated value, indicating a procurement profile centered on ship construction and associated engineering support. The remaining NAICS codes are materially smaller and dispersed across manufacturing and R&D categories, with each contributing less than $0.5 billion in 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 = '96169'
        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 17,421,338,265.92 17.42 billion 1,293
2024 10,617,998,483.50 10.62 billion 1,259
2023 11,884,521,989.09 11.88 billion 1,334
2022 9,177,385,974.09 9.18 billion 1,294
2021 8,672,512,642.05 8.67 billion 1,405
2020 8,939,789,397.55 8.94 billion 1,412
2019 7,784,161,509.17 7.78 billion 1,696
2018 6,086,972,410.52 6.09 billion 1,717
2017 2,255,239,416.54 2.26 billion 1,367
2016 326,276.70 326.28 thousand 4

Insight

Electric Boat Corporation (CAGE 96169) received $82.84 billion across 12,781 awards over the last 10 years, with an average award value of $6.48 million. Obligations are highly concentrated in the most recent years: 2025 alone accounts for $17.42 billion, followed by 2024 at $10.62 billion and 2023 at $11.88 billion, indicating a pronounced upward shift in funding level since 2022. Earlier years were materially lower, with 2016 at just $326.28 thousand and 2017 at $2.26 billion, showing a steep ramp-up in activity over the 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.