PSC Code

PSC 1905 Federal Contract Obligations (Last 5 Years)

PSC 1905 covers combat ships and landing vessels, with $117.46 billion obligated across 15,389 award actions in the last five years.

The PSC 1905 procurement profile is dominated by Department of the Navy spending, which accounts for $115.03 billion of the five-year total. U.S. Coast Guard awards add another $2.40 billion, while annual obligations ranged from $16.94 billion in 2021 to $30.29 billion in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligated amounts for PSC 1905 awards recorded over the last five years, with vendor and agency summaries based on the provided data.

PSC Code
1905
PSC Description
COMBAT SHIPS AND LANDING VESSELS
Total Obligated
117.46 billion
117,461,486,859.83
Award Actions
15,389
Average Action Value
7,632,821.29

About PSC 1905 federal contract activity

PSC 1905, COMBAT SHIPS AND LANDING VESSELS, represents 117.46 billion in obligated dollars across 15,389 awards over the last 5 years, with an average award value of 7.63 million. The category is heavily concentrated, indicating a small number of large shipbuilding and vessel-related procurements account for most activity.

Agency demand and leading federal buyers

The Department of the Navy dominates this PSC with 115.03 billion obligated across 15,128 awards, accounting for nearly all recorded spending. The U.S. Coast Guard is a distant second at 2.40 billion, while other agencies, including the Department of the Army and civilian bureaus, contribute only marginal amounts.

Vendor concentration and leading contractors

Electric Boat Corporation leads vendor obligations at 56.89 billion across 2,815 awards, followed by Huntington Ingalls Incorporated under two separate CAGE codes totaling 32.31 billion combined and Bath Iron Works Corporation at 9.04 billion. The vendor profile shows strong concentration among major naval shipbuilders and related industrial contractors, with Bechtel Plant Machinery adding a notable but much smaller share.

Annual contract trend over the analysis window

Annual obligations rose from 16.94 billion in 2021 to 30.29 billion in 2025, after a dip in 2022 followed by steady growth through 2025. Award counts peaked in 2021 at 3,627 and generally declined afterward, even as obligated dollars increased, suggesting larger-value awards in more recent years.

How to interpret this page

This summary reflects FPDS obligations for PSC 1905 over the last 5 years and uses total obligated dollars, award counts, and average award value from the provided dataset. Agency and vendor concentrations are based on recorded obligated amounts, and the annual trend is derived from yearly totals within the same 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__productOrServiceInformation__productOrServiceCode = '1905'
        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 115,033,751,915.22 115.03 billion 15,128
7008 U.S. COAST GUARD 2,404,677,945.10 2.40 billion 135
2100 DEPT OF THE ARMY 20,416,452.56 20.42 million 81
1443 NATIONAL PARK SERVICE 2,511,693.50 2.51 million 10
1448 U.S. FISH AND WILDLIFE SERVICE 485,952.00 485.95 thousand 6
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 126,146.00 126.15 thousand 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 30,640.44 30.64 thousand 1
6938 MARITIME ADMINISTRATION 10,784.50 10.78 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -524,669.49 -524.67 thousand 23

Insight

PSC 1905 obligations are highly concentrated in the Department of the Navy, which accounts for $115.03 billion of the $117.46 billion obligated over the last 5 years across 15,128 awards. The U.S. Coast Guard is a distant second at $2.40 billion, while all other agencies each obligated less than $21 million, indicating a very narrow agency distribution for this PSC. DCMA shows negative obligated value of $524.67 thousand across 23 awards, reflecting adjustments that partially offset obligations in this category.

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,
        ifNull(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__productOrServiceCode = '1905'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
ELECTRIC BOAT CORPORATION 96169 56,894,669,431.04 56.89 billion 2,815
HUNTINGTON INGALLS INCORPORATED 34293 16,301,674,333.50 16.30 billion 3,485
HUNTINGTON INGALLS INCORPORATED 43689 16,009,953,593.15 16.01 billion 3,640
BATH IRON WORKS CORPORATION 70876 9,044,414,616.42 9.04 billion 1,688
BECHTEL PLANT MACHINERY, INC. 4SVU7 4,948,564,954.00 4.95 billion 16
MARINETTE MARINE CORPORATION 98042 1,864,048,996.49 1.86 billion 108
HUNTINGTON INGALLS INC 34293 1,692,064,716.00 1.69 billion 90
AUSTAL USA, LLC 1T3Z4 1,631,903,678.94 1.63 billion 305
TEXTRON SYSTEMS CORPORATION 50079 1,436,316,386.00 1.44 billion 18
HUNTINGTON INGALLS INC 43689 1,159,795,002.00 1.16 billion 55

Insight

Over the last 5 years, PSC 1905 obligations totaled $117.46 billion across 15,389 awards, with spending highly concentrated among a small set of vendors. Electric Boat Corporation accounted for $56.89 billion, or about 48.4% of total obligations, while the next three entries—Huntington Ingalls Incorporated (two CAGE codes) and Bath Iron Works Corporation—together represented another $41.35 billion, indicating a narrow supplier base for major ship and landing vessel procurements. Award volume is more distributed than dollars, with several vendors receiving comparatively large numbers of awards at lower average values than the top dollar recipient.

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__productOrServiceCode = '1905'
        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 30,290,188,132.42 30.29 billion 2,854
2024 26,758,037,234.97 26.76 billion 2,769
2023 25,962,559,574.49 25.96 billion 2,784
2022 17,510,949,396.54 17.51 billion 3,355
2021 16,939,752,521.41 16.94 billion 3,627

Insight

PSC 1905 obligated spending totaled $117.46 billion over the last 5 years across 15,389 awards, with an average award value of $7.63 million. Annual obligations increased from $16.94 billion in 2021 to $17.51 billion in 2022, then rose more sharply to $25.96 billion in 2023, $26.76 billion in 2024, and $30.29 billion in 2025. Award counts moved inversely to dollars in the later years, declining from 3,627 in 2021 to 2,854 in 2025, indicating greater concentration of obligations in fewer awards.

Use FPDS Query for deeper PSC analysis

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