Most of the obligation flowed through the Department of the Navy, which accounted for 716 actions and nearly all funding at $4.20 billion. NAICS 336611, Ship Building and Repairing, dominated the activity with 677 actions and $4.00 billion obligated.
Federal Contractor
HUNTINGTON INGALLS INCORPORATED Federal Contract Obligations (Last Year)
HUNTINGTON INGALLS INCORPORATED (CAGE 43689, UEI WMXDDH6HJNA5) received 723 federal award actions totaling $4.20 billion in the last full year.
Totals reflect the last full year and may differ from awarded action counts because values are rounded in summary fields.
About HUNTINGTON INGALLS INCORPORATED federal contract activity
HUNTINGTON INGALLS INCORPORATED (CAGE 43689, UEI WMXDDH6HJNA5) received $4.20 billion in federal obligations across 723 awards in the last full year, for an average award value of $5.81 million. The vendor’s award profile is heavily concentrated in large-dollar Navy procurement activity rather than a broad, multi-agency base.
Agency mix and customer concentration
The DEPT OF THE NAVY accounted for nearly all activity, with $4.20 billion across 716 awards, indicating a highly concentrated customer relationship. The only other recorded agency was the DEFENSE LOGISTICS AGENCY, which obligated $49.57 thousand across 7 awards and is immaterial relative to the Navy total.
Industry profile based on NAICS activity
The portfolio is dominated by NAICS 336611, Ship Building and Repairing, which represents $4.00 billion and 677 awards, confirming that core ship construction and repair are the primary contract drivers. Smaller but still material activity appears in repair and technical support categories, led by NAICS 811219 ($107.90 million), NAICS 541330 ($71.20 million), and limited amounts in manufacturing codes such as 332410 and 332510.
Annual contract trend over the analysis window
The annual trend shows $4.20 billion obligated in 2025 across 723 awards, which defines the full analysis window. With only one year provided, this dataset supports a point-in-time profile rather than a multi-year growth assessment.
How to interpret this page
This summary is based on FPDS-obligated dollars and award counts for the last full year, using the provided vendor identifiers and agency/NAICS rollups. Totals reflect recorded obligations in the dataset and may differ from invoiced, outlay, or performance values.
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 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,199,093,318.15 | 4.20 billion | 716 |
| 97AS | DEFENSE LOGISTICS AGENCY | 49,567.01 | 49.57 thousand | 7 |
Insight
During the last full year, obligations to HUNTINGTON INGALLS INCORPORATED were highly concentrated in the DEPT OF THE NAVY, which accounted for $4.20 billion across 716 awards. The DEFENSE LOGISTICS AGENCY represented a minimal share of activity, with $49.57 thousand across 7 awards. Overall, 723 awards totaled $4.20 billion, indicating a procurement profile dominated by a single agency.
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 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,003,560,215.09 | 4.00 billion | 677 |
| 811219 | OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE | 107,903,047.00 | 107.90 million | 12 |
| 541330 | ENGINEERING SERVICES | 71,200,766.00 | 71.20 million | 16 |
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | 10,367,953.07 | 10.37 million | 13 |
| 332510 | HARDWARE MANUFACTURING | 6,115,248.00 | 6.12 million | 1 |
| 336992 | MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING | 0.00 | 0.00 | 2 |
| 332119 | METAL CROWN, CLOSURE, AND OTHER METAL STAMPING (EXCEPT AUTOMOTIVE) | -4,344.00 | -4.34 thousand | 1 |
Insight
HUNTINGTON INGALLS INCORPORATED’s obligations in the last full year were highly concentrated in NAICS 336611, Ship Building and Repairing, which accounted for $4.00 billion across 677 awards, or nearly all of the vendor’s $4.20 billion total. The remaining obligations were distributed across a small set of support and manufacturing codes, led by NAICS 811219 ($107.90 million) and NAICS 541330 ($71.20 million), with materially smaller amounts in the other categories. The activity pattern indicates a primary reliance on shipbuilding work, with limited diversification into maintenance, engineering, and related manufacturing services.
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 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,199,142,885.16 | 4.20 billion | 723 |
Insight
During the last full year, HUNTINGTON INGALLS INCORPORATED (CAGE 43689) received $4.20 billion in obligated funding across 723 awards, for an average award value of about $5.81 million. This indicates a high-volume procurement profile with significant obligation concentration over the period. With only one annual data point provided, no year-over-year trend can be assessed from this window.
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.