Federal Contractor

HUNTINGTON INGALLS INCORPORATED Federal Contract Obligations (Last 10 Years)

HUNTINGTON INGALLS INCORPORATED is a federal vendor with 10,624 award actions and $30.79 billion obligated over the last 10 years, driven primarily by Department of the Navy shipbuilding work.

HUNTINGTON INGALLS INCORPORATED (CAGE 43689, UEI WMXDDH6HJNA5) recorded $30,785,826,266.36 in obligated awards across 10,624 actions in the analysis window. The vendor’s federal activity is concentrated almost entirely with the Department of the Navy and NAICS 336611, Ship Building and Repairing.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligations reflect readable and exact totals from the last 10 years, and annual, agency, and NAICS figures are based on the provided FPDS aggregates.

CAGE Code
43689
UEI
WMXDDH6HJNA5
Total Obligated
30.79 billion
30,785,826,266.36
Award Actions
10,624
Average Action Value
2,897,762.26

About HUNTINGTON INGALLS INCORPORATED federal contract activity

HUNTINGTON INGALLS INCORPORATED (CAGE 43689, UEI WMXDDH6HJNA5) recorded 10,624 FPDS awards over the last 10 years, with total obligated value of 30.79 billion and an average award size of 2.90 million. The profile is heavily concentrated in large-value federal shipbuilding and related support work, with the Department of the Navy accounting for essentially all obligated dollars in the period.

Agency mix and customer concentration

The Department of the Navy is the dominant customer by a wide margin, representing 30.78 billion across 10,517 awards. Other agencies are immaterial in value terms: the Defense Logistics Agency obligated 7.17 million across 105 awards, while the U.S. Coast Guard contributed 6.11 thousand on one award and DCMA shows a small negative obligation. This mix indicates a narrowly concentrated customer base rather than a broad multi-agency footprint.

Industry profile based on NAICS activity

NAICS 336611, Ship Building and Repairing, accounts for the core of activity at 30.28 billion across 10,174 awards, confirming the vendor’s principal federal procurement lane. The remaining obligated value is distributed across much smaller support categories, led by repair and maintenance, engineering services, power boiler and heat exchanger manufacturing, and hardware manufacturing. These secondary codes suggest a mix of sustainment, technical support, and component-level work around the primary shipbuilding mission.

Annual contract trend over the analysis window

Annual obligations in the most recent five years remained in the multi-billion-dollar range, rising from 3.76 billion in 2021 to 4.20 billion in 2025, with 2024 and 2023 also above 3.1 billion. Award counts peaked in 2021 and 2022 before declining in 2023 through 2025, indicating fewer but still substantial obligations in the latest years. The pattern suggests continued large program execution rather than a broad expansion in contract volume.

How to interpret this page

This summary is based on FPDS award data for the last 10 years associated with CAGE 43689 and UEI WMXDDH6HJNA5. Dollar totals, award counts, and category shares are derived from the provided overview, agency, NAICS, and annual trend aggregates; no additional sources or assumptions were used. Negative obligations are reported as supplied and may reflect deobligations or adjustments in the underlying FPDS records.

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 = '43689'
        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 30,778,686,293.70 30.78 billion 10,517
97AS DEFENSE LOGISTICS AGENCY 7,166,503.25 7.17 million 105
7008 U.S. COAST GUARD 6,107.00 6.11 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -32,637.59 -32.64 thousand 1

Insight

Over the last 10 years, HUNTINGTON INGALLS INCORPORATED’s obligations are overwhelmingly concentrated in the DEPT OF THE NAVY, which accounts for about $30.78 billion of the $30.79 billion total and 10,517 of 10,624 awards. The DEFENSE LOGISTICS AGENCY is a distant second at $7.17 million across 105 awards, indicating only marginal non-Navy activity. U.S. COAST GUARD obligations are negligible at $6.11 thousand, and DCMA shows a small negative obligation of $32.64 thousand, likely reflecting an adjustment or deobligation rather than new award 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 = '43689'
        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 30,278,908,065.89 30.28 billion 10,174
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 207,022,665.00 207.02 million 42
541330 ENGINEERING SERVICES 180,940,000.06 180.94 million 127
332410 POWER BOILER AND HEAT EXCHANGER MANUFACTURING 92,010,383.41 92.01 million 128
332510 HARDWARE MANUFACTURING 12,102,164.53 12.10 million 30
333921 ELEVATOR AND MOVING STAIRWAY MANUFACTURING 5,745,916.00 5.75 million 12
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 4,347,894.98 4.35 million 38
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,091,545.98 2.09 million 23
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 878,440.00 878.44 thousand 9
611519 OTHER TECHNICAL AND TRADE SCHOOLS 815,148.51 815.15 thousand 9

Insight

Over the last 10 years, HUNTINGTON INGALLS INCORPORATED’s obligations are highly concentrated in NAICS 336611, Ship Building and Repairing, which accounts for $30.28 billion of $30.79 billion total obligated across 10,174 of 10,624 awards. This indicates that the vendor’s federal activity is overwhelmingly centered on ship construction and repair, with only limited diversification into other industries. The next largest NAICS categories—811219, 541330, and 332410—are materially smaller, each contributing less than $208 million, and together they represent a minor share 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 = '43689'
        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 4,199,142,885.16 4.20 billion 723
2024 3,627,933,183.54 3.63 billion 748
2023 3,140,469,745.77 3.14 billion 841
2022 3,510,112,706.00 3.51 billion 1,566
2021 3,762,977,465.48 3.76 billion 1,722
2020 3,245,315,692.10 3.25 billion 1,201
2019 3,791,127,259.95 3.79 billion 1,253
2018 2,230,662,937.58 2.23 billion 1,487
2017 3,275,778,618.03 3.28 billion 1,076
2016 2,305,772.75 2.31 million 7

Insight

Over the last 10 years, HUNTINGTON INGALLS INCORPORATED received $30.79 billion across 10,624 awards, with average obligation of $2.90 million per award. Obligations are heavily concentrated in the most recent five years, ranging from $3.14 billion to $4.20 billion annually from 2021 through 2025, compared with $2.31 million in 2016. Award volume peaked in 2021 at 1,722 awards and remained elevated through 2024, while 2025 shows the highest obligation in the period despite fewer awards than prior 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.