Federal Contractor

CLARK CONSTRUCTION GROUP, LLC Federal Contract Obligations (Last 10 Years)

CLARK CONSTRUCTION GROUP, LLC (CAGE 075M7, UEI QQBXQR679KM9) has $4.49 billion in federal obligations across 756 award actions over the last 10 years.

CLARK CONSTRUCTION GROUP, LLC is a federal construction vendor with nearly all obligations tied to NAICS 236220, Commercial and Institutional Building Construction, and a smaller presence in heavy civil, facilities support, and related services. The Department of the Army is the largest customer, followed by the Department of the Navy and the Public Buildings Service.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the analysis window and may not equal a current contract balance or performance value.

CAGE Code
075M7
UEI
QQBXQR679KM9
Total Obligated
4.49 billion
4,485,689,437.84
Award Actions
756
Average Action Value
5,933,451.63

About CLARK CONSTRUCTION GROUP, LLC federal contract activity

CLARK CONSTRUCTION GROUP, LLC (CAGE 075M7, UEI QQBXQR679KM9) recorded 4.49 billion in obligations across 756 FPDS awards over the last 10 years, with an average award value of 5.93 million. The profile reflects a large-scale federal construction contractor with activity concentrated in building construction and major civilian and defense portfolios.

Agency mix and customer concentration

The Department of the Army is the largest customer by a wide margin, accounting for 1.89 billion across 340 awards. The Department of the Navy and Public Buildings Service are the next largest agencies at 956.82 million and 794.75 million, respectively, while the Federal Prison System/Bureau of Prisons and FBI represent smaller but material portions of the portfolio. This mix indicates strong exposure to defense, federal real property, and secure-facility work.

Industry profile based on NAICS activity

Award activity is overwhelmingly concentrated in NAICS 236220, Commercial and Institutional Building Construction, which represents 4.48 billion across 721 awards. Minor obligations appear in heavy and civil engineering construction, facilities support services, and limited specialty service categories, while NAICS 238220 is present with one award but no obligated value. The data indicate a primarily vertical construction business with limited diversification outside core building work.

Annual contract trend over the analysis window

Recent annual obligations are volatile, with 2023 and 2024 each exceeding 1.0 billion, followed by 2025 at 439.41 million through the current analysis window. Earlier years in the window were materially lower, including 178.85 million in 2022 and 146.87 million in 2021, suggesting a pronounced ramp-up in obligated value in the most recent periods. Award counts do not move in lockstep with obligations, implying that larger contract values rather than higher transaction volume drove the recent increase.

How to interpret this page

This summary is based on FPDS obligations tied to CLARK CONSTRUCTION GROUP, LLC using CAGE 075M7 and UEI QQBXQR679KM9 over the last 10 years. Agency, NAICS, and annual views are aggregated from the provided award totals and counts; percentages and rankings are inferred only from those supplied figures. The analysis reflects obligated dollars in FPDS and does not attempt to adjust for scope, modifications, or performance beyond the reported records.

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 = '075M7'
        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 1,890,217,548.36 1.89 billion 340
1700 DEPT OF THE NAVY 956,820,710.41 956.82 million 176
4740 PUBLIC BUILDINGS SERVICE 794,748,817.66 794.75 million 171
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 463,649,255.71 463.65 million 15
1549 FEDERAL BUREAU OF INVESTIGATION 217,347,241.00 217.35 million 17
3300 SMITHSONIAN INSTITUTION 110,455,896.00 110.46 million 25
7529 NATIONAL INSTITUTES OF HEALTH 51,478,000.00 51.48 million 2
1443 NATIONAL PARK SERVICE 971,968.70 971.97 thousand 9
7001 OFFICE OF PROCUREMENT OPERATIONS 0.00 0.00 1

Insight

Over the last 10 years, CLARK CONSTRUCTION GROUP, LLC received 4.49 billion across 756 awards, with obligations concentrated in a small number of agencies. The Department of the Army is the primary obligating agency at 1.89 billion and 340 awards, followed by the Department of the Navy at 956.82 million and Public Buildings Service at 794.75 million; together these three account for the majority of obligated dollars. Additional obligations are materially lower outside the top three, with the Federal Prison System/Bureau of Prisons at 463.65 million and the FBI at 217.35 million, indicating a strong concentration in defense and federal facilities-related procurement.

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 = '075M7'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 4,484,193,372.42 4.48 billion 721
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,214,154.70 1.21 million 8
561210 FACILITIES SUPPORT SERVICES 496,304.72 496.30 thousand 24
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 27,792.00 27.79 thousand 1
238220 PLUMBING, HEATING, AND AIR-CONDITIONING CONTRACTORS 0.00 0.00 1
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION -242,186.00 -242.19 thousand 1

Insight

CLARK CONSTRUCTION GROUP, LLC’s obligations over the last 10 years are overwhelmingly concentrated in NAICS 236220, Commercial and Institutional Building Construction, which accounts for 4.48 billion of 4.49 billion total obligated and 721 of 756 awards. The remaining obligation base is thinly distributed across a few secondary codes, led by NAICS 237990 at 1.21 million and NAICS 561210 at 496.30 thousand, with all other categories each below 30 thousand or at zero/negative obligated value. This profile indicates a highly focused construction vendor with limited diversification outside its core building construction activity.

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 = '075M7'
        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 439,414,816.42 439.41 million 117
2024 1,099,521,051.07 1.10 billion 48
2023 1,212,470,611.88 1.21 billion 51
2022 178,854,959.67 178.85 million 55
2021 146,871,032.05 146.87 million 70
2020 364,846,376.42 364.85 million 85
2019 382,111,242.54 382.11 million 96
2018 468,579,370.64 468.58 million 162
2017 193,019,977.15 193.02 million 72

Insight

Over the last 10 years, CLARK CONSTRUCTION GROUP, LLC obligated $4.49 billion across 756 awards, indicating a high-volume federal contracting profile with an average award value of $5.93 million. Obligations are highly concentrated in the most recent two completed years, with 2023 ($1.21 billion) and 2024 ($1.10 billion) accounting for roughly half of total obligated value in the period. Award counts do not track dollar volume proportionally, with 2025 showing the highest award count (117) but substantially lower obligated value than 2023–2024, suggesting a shift toward smaller awards or lower-value obligations in the current year.

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.