In the last full year, GREAT LAKES DREDGE & DOCK COMPANY, LLC received $235,161,593.93 across 111 award actions, for an average action value of $2,118,572.91. All reported obligations were with the Department of the Army and were classified under NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
GREAT LAKES DREDGE & DOCK COMPANY, LLC Federal Contract Obligations (Last Year)
GREAT LAKES DREDGE & DOCK COMPANY, LLC (CAGE 1BSU5, UEI M9LFLA6K8HE4) recorded 111 federal award actions totaling $235.16 million in the last full year.
Figures reflect the last full year analysis window and are based on readable and exact obligated amounts, award counts, and agency and NAICS breakdowns provided.
About GREAT LAKES DREDGE & DOCK COMPANY, LLC federal contract activity
GREAT LAKES DREDGE & DOCK COMPANY, LLC recorded 111 awards totaling $235.16 million in obligations during the last full year, for an average award value of $2.12 million. The profile indicates a concentrated federal contracting footprint with all reported obligations flowing through a single agency and a single NAICS code.
Agency mix and customer concentration
All reported obligations were awarded by the Department of the Army, which accounted for $235.16 million across 111 awards. This indicates full reliance on one federal customer in the analyzed period, with no observable agency diversification in the provided data.
Industry profile based on NAICS activity
All reported obligations were classified under NAICS 237990, Other Heavy and Civil Engineering Construction, totaling $235.16 million across 111 awards. The mix reflects a highly focused business profile aligned with dredging and related civil construction work rather than a diversified federal services portfolio.
Annual contract trend over the analysis window
The annual trend shows $235.16 million in obligations in 2025 across 111 awards. With only one year represented in the analysis window, the data support a snapshot view of current-year award activity rather than a multi-year growth assessment.
How to interpret this page
This summary is based solely on the provided FPDS Query metrics for the last full year, including total obligated dollars, award count, agency concentration, NAICS concentration, and annual trend. No additional assumptions, external records, or inferred award details were used.
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 = '1BSU5'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 235,161,593.93 | 235.16 million | 111 |
Insight
During the last full year, GREAT LAKES DREDGE & DOCK COMPANY, LLC received all reported obligations from the DEPT OF THE ARMY, indicating complete concentration of awards within a single agency. The vendor’s $235.16 million in obligations was spread across 111 awards, for an average award value of about $2.12 million, suggesting a mix of multiple moderately sized actions rather than reliance on one large obligation. This agency concentration limits the vendor’s federal customer diversification in the observed period.
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 = '1BSU5'
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 |
|---|---|---|---|---|
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 235,161,593.93 | 235.16 million | 111 |
Insight
Over the last full year, GREAT LAKES DREDGE & DOCK COMPANY, LLC’s obligated dollars are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. This NAICS accounts for the full 235.16 million in obligations across 111 awards, indicating a highly concentrated contract profile within a single industrial category. The average award value of about 2.12 million suggests a large number of mid-sized obligations rather than a small number of dominant awards.
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 = '1BSU5'
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 | 235,161,593.93 | 235.16 million | 111 |
Insight
In the last full year, GREAT LAKES DREDGE & DOCK COMPANY, LLC (CAGE 1BSU5) received $235.16 million in obligated value across 111 awards, for an average award value of about $2.12 million. Because the annual trend window contains a single year only, no year-over-year movement or multi-year pattern can be assessed. The activity indicates a moderately distributed award base with significant total obligation volume concentrated within one annual period.
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.