Federal Contractor

HUNTINGTON INGALLS INCORPORATED Federal Contract Obligations (Last Year)

Federal procurement summary for HUNTINGTON INGALLS INCORPORATED (CAGE 34293, UEI C3NLZNSMU254) covering last full year obligations and awards.

During the last full year, HUNTINGTON INGALLS INCORPORATED recorded 840 award actions totaling $4.37 billion in obligated funding, with an average action value of $5.21 million. Nearly all activity was with the Department of the Navy, and the vendor’s obligations were concentrated in NAICS 336611, Ship Building and Repairing.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect FPDS-readable obligations for the analysis window and may include deobligations, as shown by the negative amount recorded for the U.S. Coast Guard.

CAGE Code
34293
UEI
C3NLZNSMU254
Total Obligated
4.37 billion
4,372,286,500.06
Award Actions
840
Average Action Value
5,205,102.97

About HUNTINGTON INGALLS INCORPORATED federal contract activity

HUNTINGTON INGALLS INCORPORATED (CAGE 34293, UEI C3NLZNSMU254) recorded $4.37 billion in obligated contract value across 840 awards during the last full year, with an average award value of about $5.21 million. The profile indicates a high-volume, high-value federal supplier with award activity concentrated in a single industrial segment.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for essentially all positive obligated value at $4.63 billion across 834 awards, making it the dominant procuring organization in the period. The U.S. COAST GUARD shows a negative obligated total of $258.77 million across 6 awards, which suggests deobligations, cancellations, or downward adjustments rather than new positive funding.

Industry profile based on NAICS activity

All recorded obligated value falls under NAICS 336611, Ship Building and Repairing, with 840 awards totaling $4.37 billion. This indicates a highly concentrated NAICS profile with no diversification across other industries in the reported period.

Annual contract trend over the analysis window

The annual trend dataset shows a single reporting year, 2025, with $4.37 billion obligated across 840 awards. Because only one year is present, the data supports a point-in-time view rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 34293 and UEI C3NLZNSMU254 for the last full year in scope. Obligated dollars are presented as reported in FPDS and may include both positive obligations and negative adjustments such as deobligations.

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 = '34293'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 4,631,058,210.34 4.63 billion 834
7008 U.S. COAST GUARD -258,771,710.28 -258.77 million 6

Insight

During the last full year, HUNTINGTON INGALLS INCORPORATED received $4.37 billion across 840 awards, with obligations highly concentrated in the DEPT OF THE NAVY. Navy awards accounted for $4.63 billion across 834 awards, indicating the vendor’s activity is overwhelmingly tied to a single agency relationship. U.S. COAST GUARD obligations were negative at $258.77 million across 6 awards, offsetting part of the Navy total and indicating limited, but materially negative, activity outside the Navy.

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 = '34293'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 4,372,286,500.06 4.37 billion 840

Insight

HUNTINGTON INGALLS INCORPORATED’s obligations in the last full year are fully concentrated in NAICS 336611, Ship Building and Repairing, accounting for the entire $4.37 billion obligated across 840 awards. This indicates a highly concentrated procurement profile with no observed diversification across other NAICS codes in the provided period. The average award value of approximately $5.21 million suggests a large volume of moderate-value awards within the core shipbuilding and repair market.

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 = '34293'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 4,372,286,500.06 4.37 billion 840

Insight

For the last full year, HUNTINGTON INGALLS INCORPORATED (CAGE 34293) obligated $4.37 billion across 840 awards, averaging about $5.21 million per award. The annual activity is concentrated in a single year within the 1-year window, indicating a high volume of award actions and substantial obligation volume in that period. This level of funding suggests a significant procurement footprint with obligations distributed across many awards rather than a small number of very large actions.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.