ECC CONSTRUCTORS LLC's federal procurement record is concentrated in Army contracting, with $2.44 billion obligated over 143 actions and an average action value of $17.05 million. Most of the value is tied to NAICS 562119, Other Waste Collection, with additional obligations under NAICS 562211, Hazardous Waste Treatment and Disposal.
Federal Contractor
ECC CONSTRUCTORS LLC Federal Contract Obligations (Last 10 Years)
ECC CONSTRUCTORS LLC (CAGE 63J28, UEI LJPLMV3GCYE7) has received $2.44 billion across 143 federal award actions in the last 10 years, all from the Department of the Army.
Annual obligations are led by 2025 at $1.83 billion, followed by $561.48 million in 2024 and $47.23 million in 2023.
About ECC CONSTRUCTORS LLC federal contract activity
ECC CONSTRUCTORS LLC (CAGE 63J28, UEI LJPLMV3GCYE7) recorded $2.44 billion in obligated federal awards across 143 actions over the last 10 years, with an average award value of $17.05 million. The award profile indicates a large, concentrated federal contracting footprint rather than a broad multi-agency base.
Agency mix and customer concentration
All obligated spending in the analysis window is associated with the DEPT OF THE ARMY, which accounts for the full $2.44 billion and all 143 awards. This concentration suggests ECC CONSTRUCTORS LLC has operated primarily within Army-led procurement channels, with no material diversification across civilian or other defense agencies in the reported period.
Industry profile based on NAICS activity
The vendor’s NAICS profile is dominated by 562119 OTHER WASTE COLLECTION, which represents $2.23 billion across 124 awards. A smaller but still material share is tied to 562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL, totaling $210.05 million across 19 awards, indicating a mission set centered on waste management and environmental services.
Annual contract trend over the analysis window
Obligations accelerated sharply in 2025, reaching $1.83 billion across 92 awards, after $561.48 million across 29 awards in 2024 and $47.23 million across 22 awards in 2023. The recent pattern indicates a steep increase in both award volume and dollar value, with 2025 accounting for the overwhelming share of spending in the visible annual trend.
How to interpret this page
This summary is based on FPDS-observed obligations for the last 10 years, aggregated by vendor identity using the reported CAGE code and UEI. Totals, award counts, agency concentration, NAICS composition, and annual trend values reflect the supplied dataset and should be interpreted as obligation-based activity, not contract ceiling value.
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 = '63J28'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 2,438,556,497.24 | 2.44 billion | 143 |
Insight
Over the last 10 years, ECC CONSTRUCTORS LLC’s federal obligations are fully concentrated within the DEPT OF THE ARMY, which accounts for the full $2.44 billion in obligated value across 143 awards. This indicates a complete dependency on a single agency customer, with no observable distribution across other federal agencies in the provided period. The average award value of about $17.1 million suggests a portfolio characterized by relatively large obligations under Army procurement activity.
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 = '63J28'
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 |
|---|---|---|---|---|
| 562119 | OTHER WASTE COLLECTION | 2,228,506,616.86 | 2.23 billion | 124 |
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | 210,049,880.38 | 210.05 million | 19 |
Insight
Over the last 10 years, ECC CONSTRUCTORS LLC’s obligations are highly concentrated in NAICS 562119, Other Waste Collection, which accounts for $2.23 billion of the firm’s $2.44 billion in total obligations and 124 of 143 awards. NAICS 562211, Hazardous Waste Treatment and Disposal, is a distant second at $210.05 million across 19 awards. This distribution indicates a strong dependence on a single primary waste-services category, with limited diversification across NAICS codes in the observed period.
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 = '63J28'
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 | 1,829,840,165.04 | 1.83 billion | 92 |
| 2024 | 561,482,813.67 | 561.48 million | 29 |
| 2023 | 47,233,518.53 | 47.23 million | 22 |
Insight
ECC CONSTRUCTORS LLC’s obligations are highly concentrated in the most recent years, with 1.83 billion obligated in 2025 and 561.48 million in 2024, versus 47.23 million in 2023. Over the last 10 years, the vendor recorded 2.44 billion in total obligations across 143 awards, for an average award value of 17.05 million. The 2025 activity alone accounts for the large majority of the 10-year obligated value, indicating a pronounced recent increase in procurement volume and award value.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.