Federal Agency

U.S. COAST GUARD Federal Contract Obligations (Last 10 Years)

U.S. Coast Guard procurement data for the last 10 years, showing obligations, award activity, vendors, NAICS codes, and annual trends.

Over the last 10 years, the U.S. Coast Guard recorded $34.28 billion in obligated contract actions across 255,129 awards, with an average action value of $134,353.85. The data is concentrated in ship building and repair, construction, engineering, aircraft parts, and computer-related services, with yearly obligations highest in 2025 at $5.13 billion.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligated amounts for the selected analysis window, and annual figures are based on the provided yearly rows.

Agency ID
7008
Total Obligated
34.28 billion
34,277,564,380.34
Award Actions
255,129
Average Action Value
134,353.85

About U.S. COAST GUARD federal contract activity

Over the last 10 years, the U.S. Coast Guard obligated $34.28 billion across 255,129 awards, with an average award value of $134,353.85. The obligation base is broad and transaction-heavy, indicating a mix of large capital programs and high-volume operating and support activity.

Vendor concentration and leading contractors

Vendor obligations are concentrated in a small set of shipbuilding and construction firms, led by BOLLINGER SHIPYARDS LOCKPORT, L.L.C. at $3.07 billion across 365 awards. HUNTINGTON INGALLS INCORPORATED, EASTERN SHIPBUILDING GROUP, INC., AUSTAL USA, LLC, and THE WHITING-TURNER CONTRACTING COMPANY also represent major shares of spend, underscoring the importance of ship construction, industrial work, and facility-related contracting.

Industry profile based on NAICS activity

The largest NAICS category is 336611 SHIP BUILDING AND REPAIRING at $10.51 billion across 24,520 awards, making it the dominant procurement area by both dollars and volume. Other leading categories include 236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION, 541330 ENGINEERING SERVICES, 336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING, and 541519 OTHER COMPUTER RELATED SERVICES, which together show a diversified mix of shipyard, engineering, aviation support, and IT-related spending.

Annual contract trend over the analysis window

Annual obligations in the available recent years remained in a strong multibillion-dollar range, rising from $3.38 billion in 2021 to $3.58 billion in 2022 and then moderating to $3.18 billion in 2023 and $3.44 billion in 2024. 2025 shows $5.13 billion, which is materially above prior years in the window and suggests elevated activity in the current period.

How to interpret this page

This summary is based on FPDS Query obligations and award counts for U.S. Coast Guard agency ID 7008 over the last 10 years. Vendor, NAICS, and annual trend figures reflect the provided aggregated totals and are presented as reported, without inferential adjustments or exclusion of any awards.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '7008'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
BOLLINGER SHIPYARDS LOCKPORT, L.L.C. 3,073,156,898.91 3.07 billion 365
HUNTINGTON INGALLS INCORPORATED 1,443,093,548.72 1.44 billion 289
EASTERN SHIPBUILDING GROUP, INC. 1,377,950,633.10 1.38 billion 106
AUSTAL USA, LLC 1,228,198,075.84 1.23 billion 18
WHITING-TURNER CONTRACTING COMPANY, THE 879,262,799.77 879.26 million 308
RAUMA MARINE CONSTRUCTIONS OY 520,544,186.11 520.54 million 1
SIKORSKY AIRCRAFT CORPORATION 488,254,613.56 488.25 million 2,089
GENERAL DYNAMICS MISSION SYSTEMS, INC 480,571,653.24 480.57 million 212
AIRBUS HELICOPTERS, INC. 460,712,883.11 460.71 million 7,797
SYNERGY BUSINESS INNOVATION & SOLUTIONS INC. 369,302,437.85 369.30 million 317

Insight

Over the last 10 years, U.S. Coast Guard obligations totaled $34.28 billion across 255,129 awards, with the top 10 vendors accounting for significant spend concentration in shipbuilding, aviation, and related technical support. BOLLINGER SHIPYARDS LOCKPORT, L.L.C. is the largest vendor by obligated value at $3.07 billion, followed by HUNTINGTON INGALLS INCORPORATED at $1.44 billion and EASTERN SHIPBUILDING GROUP, INC. at $1.38 billion. Award volume is more dispersed than obligation value, with some vendors receiving relatively few high-dollar awards, such as RAUMA MARINE CONSTRUCTIONS OY with one award for $520.54 million, while others show high transaction counts, including AIRBUS HELICOPTERS, INC. with 7,797 awards and SIKORSKY AIRCRAFT CORPORATION with 2,089 awards.

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__purchaserInformation__contractingOfficeAgencyID = '7008'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 10,510,385,456.50 10.51 billion 24,520
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 3,515,339,061.92 3.52 billion 5,761
541330 ENGINEERING SERVICES 2,893,872,142.26 2.89 billion 10,412
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,660,571,037.72 1.66 billion 31,935
541519 OTHER COMPUTER RELATED SERVICES 1,390,246,154.47 1.39 billion 5,867
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 1,081,887,992.55 1.08 billion 15,254
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,050,362,415.95 1.05 billion 4,714
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,006,095,640.70 1.01 billion 2,112
336411 AIRCRAFT MANUFACTURING 987,794,105.89 987.79 million 2,388
562910 REMEDIATION SERVICES 539,719,773.45 539.72 million 7,586

Insight

Over the last 10 years, U.S. Coast Guard obligations total $34.28 billion across 255,129 awards, with spending concentrated in a small set of NAICS codes. Ship Building and Repairing (336611) is the largest category at $10.51 billion, or about 31% of total obligations, and is followed by Commercial and Institutional Building Construction (236220) at $3.52 billion and Engineering Services (541330) at $2.89 billion. The remaining top NAICS are spread across aircraft, IT, consulting, transportation support, and remediation-related activities, indicating a diversified but clearly mission-focused procurement mix.

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__purchaserInformation__contractingOfficeAgencyID = '7008'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 5,134,577,704.60 5.13 billion 22,045
2024 3,443,636,667.31 3.44 billion 21,868
2023 3,182,269,149.43 3.18 billion 21,841
2022 3,584,279,560.23 3.58 billion 18,698
2021 3,375,666,480.68 3.38 billion 20,804
2020 3,245,289,993.46 3.25 billion 23,775
2019 2,701,013,141.30 2.70 billion 26,091
2018 3,983,224,698.88 3.98 billion 30,545
2017 2,517,933,539.68 2.52 billion 34,336
2016 3,109,673,444.77 3.11 billion 35,126

Insight

Over the last 10 years, U.S. Coast Guard obligated $34.28 billion across 255,129 awards, with an average award value of $134,353.85, indicating a high-volume portfolio dominated by smaller transactions. Annual obligations were generally concentrated in the $2.5 billion to $3.6 billion range from 2016 through 2024, with award counts peaking in the earlier years and then moderating. FY 2025 stands out at $5.13 billion, the highest annual obligation in the period, while award counts remain comparable to recent years, suggesting a shift toward higher-value activity rather than a surge in award volume.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.