Federal Contractor

NATIONAL STEEL AND SHIPBUILDING COMPANY Federal Contract Obligations (Last 5 Years)

NATIONAL STEEL AND SHIPBUILDING COMPANY is a federal contractor identified by CAGE 81220 and UEI Q85KVUK3JBF5, with 7.41 billion in obligations across 1,519 award actions over the last five years.

Over the analysis window, NATIONAL STEEL AND SHIPBUILDING COMPANY's federal work was awarded entirely by the Department of the Navy and mapped entirely to NAICS 336611, Ship Building and Repairing. Annual obligations were highest in 2025 at 2.25 billion, followed by 2022 at 2.18 billion, with 2021 the lowest year at 370.86 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS obligations for the last 5 years and may vary by agency coding, modification timing, or later record updates.

CAGE Code
81220
UEI
Q85KVUK3JBF5
Total Obligated
7.41 billion
7,413,058,593.03
Award Actions
1,519
Average Action Value
4,880,222.90

About NATIONAL STEEL AND SHIPBUILDING COMPANY federal contract activity

NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220, UEI Q85KVUK3JBF5) obligated 7.41 billion across 1,519 FPDS-reported awards over the last 5 years, for an average award value of 4.88 million. The profile is highly concentrated, reflecting a single primary customer and a single dominant industrial classification.

Agency mix and customer concentration

All observed obligated dollars in this window came from the DEPT OF THE NAVY, which accounted for the full 7.41 billion and all 1,519 awards. This indicates an exceptionally concentrated customer base with no visible diversification across civilian or other defense agencies in the provided data.

Industry profile based on NAICS activity

All recorded obligations map to NAICS 336611, Ship Building and Repairing, with 7.41 billion across 1,519 awards. The NAICS profile is fully aligned with the vendor’s shipbuilding mission and shows no material activity in other sectors in the supplied dataset.

Annual contract trend over the analysis window

Annual obligations were volatile but remained at a very high level throughout the period, rising from 370.86 million in 2021 to 2.18 billion in 2022, then moderating to 1.39 billion in 2023 and 1.22 billion in 2024 before increasing to 2.25 billion in 2025. Award counts peaked in 2023 at 391, while 2025 produced the highest obligated dollars in the window.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 81220 and UEI Q85KVUK3JBF5 over the last 5 years, using obligated dollars and award counts from the supplied aggregates. Agency, NAICS, and annual views reflect the totals provided and should be interpreted as a summary of the reported FPDS-observed activity in this analysis window.

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 = '81220'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 7,413,058,593.03 7.41 billion 1,519

Insight

Over the last 5 years, NATIONAL STEEL AND SHIPBUILDING COMPANY’s obligated dollars are fully concentrated with the DEPT OF THE NAVY, accounting for the entire 7.41 billion in obligations. The vendor received 1,519 awards from a single agency, indicating a highly concentrated customer base and limited agency diversification. This pattern suggests the vendor’s federal business is driven almost entirely by Navy procurement 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 = '81220'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 7,413,058,593.03 7.41 billion 1,519

Insight

Over the last 5 years, NATIONAL STEEL AND SHIPBUILDING COMPANY’s obligated dollars are fully concentrated in NAICS 336611, Ship Building and Repairing, at $7.41 billion across 1,519 awards. This indicates a highly focused contracting profile with no diversification across other NAICS codes in the provided period. The average award value of approximately $4.88 million suggests a mix of award sizes within the same shipbuilding and repair category.

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 = '81220'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 2,245,738,125.99 2.25 billion 266
2024 1,221,224,863.83 1.22 billion 235
2023 1,394,151,294.10 1.39 billion 391
2022 2,181,081,337.59 2.18 billion 314
2021 370,862,971.52 370.86 million 313

Insight

Over the last 5 years, NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220) received $7.41 billion across 1,519 awards, with an average award value of about $4.88 million. Obligations are concentrated in 2022 and 2025, which together account for roughly 60% of total obligated dollars, indicating a highly uneven annual distribution. Award volume was highest in 2023 (391 awards), but that year did not correspond to the highest obligated value, suggesting smaller average award sizes relative to 2022 and 2025.

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