In the last full year, NATIONAL STEEL AND SHIPBUILDING COMPANY recorded 266 award actions totaling $2,245,738,125.99, for an average action value of $8,442,624.53. All reported obligations were concentrated with the Department of the Navy under NAICS 336611, Ship Building and Repairing.
Federal Contractor
NATIONAL STEEL AND SHIPBUILDING COMPANY Federal Contract Obligations (Last Year)
Federal procurement profile for NATIONAL STEEL AND SHIPBUILDING COMPANY, CAGE 81220, UEI Q85KVUK3JBF5, covering the last full year of contract activity.
Totals reflect the last full year, with annual, agency, and NAICS rollups based on the provided FPDS-obligated values.
About NATIONAL STEEL AND SHIPBUILDING COMPANY federal contract activity
NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220, UEI Q85KVUK3JBF5) recorded 266 awards totaling $2.25 billion in the last full year, with an average award value of $8.44 million. The spending profile is highly concentrated, indicating a large, recurring federal relationship rather than a broad base of small transactions.
Agency mix and customer concentration
All observed obligations came from the DEPT OF THE NAVY, which accounted for the full $2.25 billion across 266 awards. This indicates complete agency concentration and suggests the vendor’s federal business is tied to Navy shipbuilding and repair demand.
Industry profile based on NAICS activity
All obligations were classified under NAICS 336611, Ship Building and Repairing, matching the vendor’s core industrial specialization. The award count and dollar volume align with a contract base centered on ship construction, maintenance, and related repair work.
Annual contract trend over the analysis window
The annual trend shows $2.25 billion obligated in 2025 across 266 awards, with no additional years in the analysis window provided. Because the data set covers only the last full year, it supports a point-in-time view rather than a multi-year trend assessment.
How to interpret this page
This summary is based solely on the supplied FPDS Query metrics for the last full year and reflects obligated dollars, award count, and classification by agency and NAICS. Where the dataset shows complete concentration by agency and NAICS, the narrative states that directly without inferring activity beyond the provided 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 = '81220'
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 | 2,245,738,125.99 | 2.25 billion | 266 |
Insight
During the last full year, NATIONAL STEEL AND SHIPBUILDING COMPANY’s obligations were fully concentrated with the DEPT OF THE NAVY, which accounted for the entire $2.25 billion obligated across 266 awards. This indicates a highly concentrated customer base and a clear dependence on a single agency relationship. The average award value was $8.44 million, suggesting a mix of sizable obligations within that agency portfolio.
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 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 | 2,245,738,125.99 | 2.25 billion | 266 |
Insight
During the last full year, National Steel and Shipbuilding Company’s obligations were entirely concentrated in NAICS 336611, Ship Building and Repairing. The vendor received 266 awards totaling $2.25 billion, indicating a highly focused contract profile with no diversification across other NAICS codes in this window. The average award value was $8.44 million, suggesting a mix of award sizes within the 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 1 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 |
Insight
Over the last full year, NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220) recorded $2.25 billion in obligations across 266 awards, for an average award value of $8.44 million. With only one annual data point provided for 2025, no year-over-year trend can be assessed in this view. The award profile suggests a high-dollar, moderately distributed obligation base rather than dependence on a small number of very large awards alone.
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.