Federal Agency

U.S. COAST GUARD Federal Contract Obligations (Last Year)

U.S. Coast Guard federal procurement in the last full year totaled 5.13 billion across 22,045 award actions.

The U.S. Coast Guard recorded 5.13 billion in obligated spending over 22,045 award actions in the last full year, for an average action value of 232,913.48. Shipbuilding and repair dominated obligations, led by NAICS 336611, while major awards also flowed to shipyards, construction, engineering, aircraft parts, and equipment leasing vendors.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on obligation totals, award counts, and top vendor and NAICS rows provided for agency ID 7008.

Agency ID
7008
Total Obligated
5.13 billion
5,134,577,704.60
Award Actions
22,045
Average Action Value
232,913.48

About U.S. COAST GUARD federal contract activity

In the last full year, the U.S. Coast Guard obligated 5.13 billion across 22,045 awards, for an average award value of 232,913.48. The obligation profile indicates a large volume of relatively small actions alongside a narrower set of major procurements, consistent with a mix of fleet modernization, facility work, engineering, and support services.

Vendor concentration and leading contractors

Vendor spending was concentrated among shipbuilding and construction firms. BOLLINGER SHIPYARDS LOCKPORT, L.L.C. led with 965.38 million across 15 awards, followed by AUSTAL USA, LLC with 707.29 million across 9 awards and RAUMA MARINE CONSTRUCTIONS OY with 520.54 million in a single award; WHITING-TURNER CONTRACTING COMPANY, THE and BIRDON AMERICA INC also ranked among the top recipients.

Industry profile based on NAICS activity

NAICS concentration is led by 336611 Ship Building and Repairing, which accounted for 2.00 billion across 2,329 awards, making it the dominant spending category. Construction and technical support followed, including 236220 Commercial and Institutional Building Construction at 662.84 million, 541330 Engineering Services at 259.94 million, and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at 229.19 million.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full-year reference point at 5.13 billion and 22,045 awards. With only one year in the window, this page should be read as a baseline profile of obligations rather than a multi-year growth or decline series.

How to interpret this page

This page summarizes FPDS obligations for Agency ID 7008, U.S. Coast Guard, over the last full year. Totals reflect obligated dollars and award counts recorded in FPDS and are grouped to identify leading vendors, NAICS categories, and annual activity levels.

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 1 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. 965,384,861.00 965.38 million 15
AUSTAL USA, LLC 707,287,781.84 707.29 million 9
RAUMA MARINE CONSTRUCTIONS OY 520,544,186.11 520.54 million 1
WHITING-TURNER CONTRACTING COMPANY, THE 316,204,282.17 316.20 million 41
BIRDON AMERICA INC 211,154,303.54 211.15 million 31
GULFSTREAM AEROSPACE CORPORATION 175,501,561.22 175.50 million 5
AIRBUS HELICOPTERS, INC. 70,100,271.89 70.10 million 828
BLUE TECH INC. 64,308,784.70 64.31 million 13
GENERAL DYNAMICS MISSION SYSTEMS, INC 54,798,867.22 54.80 million 24
GENERAL ELECTRIC COMPANY 53,642,832.76 53.64 million 64

Insight

Over the last full year, U.S. Coast Guard obligations total $5.13 billion across 22,045 awards, with spending concentrated among a small set of shipbuilding and maritime contractors. BOLLINGER SHIPYARDS LOCKPORT, L.L.C. is the largest vendor at $965.38 million across 15 awards, followed by AUSTAL USA, LLC at $707.29 million and RAUMA MARINE CONSTRUCTIONS OY at $520.54 million on a single award. Award volume is more dispersed than dollar value, with AIRBUS HELICOPTERS, INC. receiving 828 awards but $70.10 million, while several other top vendors received substantially fewer awards at much higher obligated amounts.

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 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 1,996,786,000.99 2.00 billion 2,329
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 662,836,167.60 662.84 million 823
541330 ENGINEERING SERVICES 259,944,818.19 259.94 million 1,166
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 229,194,653.37 229.19 million 2,726
532411 COMMERCIAL AIR, RAIL, AND WATER TRANSPORTATION EQUIPMENT RENTAL AND LEASING 184,072,338.88 184.07 million 16
541519 OTHER COMPUTER RELATED SERVICES 157,341,392.00 157.34 million 367
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 128,734,765.56 128.73 million 1,326
541512 COMPUTER SYSTEMS DESIGN SERVICES 90,674,471.29 90.67 million 219
562910 REMEDIATION SERVICES 90,291,569.85 90.29 million 555
336411 AIRCRAFT MANUFACTURING 84,791,565.06 84.79 million 231

Insight

U.S. COAST GUARD obligated 5.13 billion across 22,045 awards in the last full year, with procurement concentrated in a small number of NAICS categories. Ship Building and Repairing (336611) was the dominant category at 2.00 billion, accounting for roughly 39% of total obligations, while Commercial and Institutional Building Construction (236220) was a distant second at 662.84 million. The remaining top NAICS categories were more diversified and generally much smaller, spanning engineering, aircraft-related, IT, transportation support, and remediation services, indicating a mix of high-value ship and infrastructure work alongside broader support services.

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 1 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

Insight

During the last full year, U.S. Coast Guard obligations totaled $5.13 billion across 22,045 awards, yielding an average award value of about $232.9 thousand. The volume of awards relative to total obligated dollars indicates a distributed procurement profile with many moderate-sized obligations rather than reliance on a small number of very large awards. Because only one year is provided in this window, trend direction cannot be assessed from the available data.

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