NAICS Industry

NAICS 336611 Federal Contract Obligations (Last Year)

FPDS procurement activity for NAICS 336611 covers ship building and repairing, led by Department of the Navy obligations in the last full year.

In the last full year, federal awards under NAICS 336611 totaled $36.23 billion across 18,714 actions, with an average action value of $1.94 million. The Department of the Navy accounted for most obligations, while the U.S. Coast Guard was the next largest buyer.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect obligated dollars and award counts reported for the analysis window and may include multiple actions to the same vendors.

NAICS Code
336611
Industry
SHIP BUILDING AND REPAIRING
Total Obligated
36.23 billion
36,234,135,885.58
Award Actions
18,714
Average Action Value
1,936,204.76

About NAICS 336611 federal contract activity

NAICS 336611, Ship Building and Repairing, accounted for $36.23 billion in obligated spending across 18,714 awards in the last full year, with an average award value of $1.94 million. The category is heavily concentrated in large federal maritime and defense programs, indicating sustained demand for complex vessel construction, overhaul, and repair services.

Agency demand and leading federal buyers

The Department of the Navy dominated this NAICS, with $33.44 billion across 14,203 awards, representing the clear majority of obligated dollars. The U.S. Coast Guard was a distant second at $2.00 billion, while the Department of the Army, NOAA, and the Maritime Administration together contributed a comparatively small share of total spending.

Vendor concentration and leading contractors

Award activity was concentrated among a small set of major shipbuilders. Electric Boat Corporation led with $13.92 billion, followed by Huntington Ingalls Incorporated at $6.66 billion, Bath Iron Works Corporation at $2.28 billion, National Steel and Shipbuilding Company at $2.25 billion, and another Huntington Ingalls entry at $1.72 billion under the same CAGE code, reflecting vendor-name fragmentation in the underlying data.

Annual contract trend over the analysis window

The annual trend shows $36.23 billion obligated in 2025 across 18,714 awards. With only a single year in the analysis window, the data supports a current-year snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This page summarizes FPDS obligations reported under NAICS 336611 for the last full year. Totals, award counts, and average award value are based on the provided obligation dataset; vendor and agency rankings reflect obligated dollars, and annual trend values reflect the same reporting period.

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__productOrServiceInformation__principalNAICSCode = '336611'
        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 33,439,853,599.68 33.44 billion 14,203
7008 U.S. COAST GUARD 1,996,786,000.99 2.00 billion 2,329
2100 DEPT OF THE ARMY 322,012,578.30 322.01 million 537
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 149,547,481.93 149.55 million 177
6938 MARITIME ADMINISTRATION 125,078,449.87 125.08 million 283
7014 U.S. CUSTOMS AND BORDER PROTECTION 51,760,377.45 51.76 million 7
5700 DEPT OF THE AIR FORCE 39,054,367.56 39.05 million 43
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 28,845,399.81 28.85 million 22
97AS DEFENSE LOGISTICS AGENCY 26,473,606.13 26.47 million 841
4732 FEDERAL ACQUISITION SERVICE 12,119,853.42 12.12 million 2

Insight

NAICS 336611 obligated dollars are highly concentrated in the Department of the Navy, which accounts for $33.44 billion of the $36.23 billion total, or about 92% of last year’s obligations, across 14,203 awards. The U.S. Coast Guard is the only other major obligor at $2.00 billion, while all remaining agencies each obligated less than $400 million and together represent a small share of total spend. Award volume is also concentrated: the Navy and Coast Guard together account for 16,532 of 18,714 awards, indicating that ship building and repairing activity is dominated by a few maritime agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '336611'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
ELECTRIC BOAT CORPORATION 96169 13,924,690,881.63 13.92 billion 536
HUNTINGTON INGALLS INCORPORATED 34293 6,656,530,285.15 6.66 billion 1,397
BATH IRON WORKS CORPORATION 70876 2,279,188,107.52 2.28 billion 346
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 2,245,738,125.99 2.25 billion 266
HUNTINGTON INGALLS INC 34293 1,720,006,725.00 1.72 billion 116
BOLLINGER SHIPYARDS LOCKPORT, L.L.C. 64513 1,118,069,078.61 1.12 billion 54
AUSTAL USA, LLC 1T3Z4 776,452,307.36 776.45 million 276
BOLLINGER MISSISSIPPI SHIPBUILDING, LLC 3BJ86 631,013,940.65 631.01 million 41
NORTHSTAR MARITIME DISMANTLEMENT SERVICES, LLC 9YGC6 533,749,731.00 533.75 million 1
RAUMA MARINE CONSTRUCTIONS OY A0J0G 520,544,186.11 520.54 million 1

Insight

Obligations in NAICS 336611 are highly concentrated among a small set of vendors in the last full year: ELECTRIC BOAT CORPORATION alone accounted for $13.92 billion of the $36.23 billion total, followed by HUNTINGTON INGALLS INCORPORATED at $6.66 billion and BATH IRON WORKS CORPORATION at $2.28 billion. The top 10 vendors together include several large shipbuilders with multiple awards, but also a few vendors with very large single awards, indicating a mix of recurring contract activity and discrete high-dollar obligations. Award volume is more dispersed than dollars obligated, with 18,714 awards overall and an average award value of $1.94 million.

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__productOrServiceInformation__principalNAICSCode = '336611'
        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 36,234,135,885.58 36.23 billion 18,714

Insight

For the last full year, NAICS 336611 (Ship Building and Repairing) recorded $36.23 billion in obligated spending across 18,714 awards, with an average award value of $1.94 million. The award volume indicates a broad distribution of obligations, while the high total obligated amount reflects significant concentration of procurement dollars in this industrial base. With only one year of data in this window, no year-over-year trend can be assessed.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.