Federal Contractor

381 CONSTRUCTORS Federal Contract Obligations (Last 10 Years)

381 CONSTRUCTORS (CAGE 8QYU2, UEI P4LGE35HG4B5) has received 72 federal award actions totaling $1,774,598,061.87 over the last 10 years, all from the Department of the Navy.

Federal procurement records show 381 CONSTRUCTORS concentrated in heavy and civil engineering construction, with all tracked obligations tied to NAICS 237990. Recent activity remains elevated, including $394.88 million in 2025 after $444.97 million in 2024 and $442.92 million in 2023.

Generated at 03/21/2026

Analysis period: Last 10 years

This summary reflects readable FPDS award data for the last 10 years and may differ from agency accounting due to timing or reporting updates.

CAGE Code
8QYU2
UEI
P4LGE35HG4B5
Total Obligated
1.77 billion
1,774,598,061.87
Award Actions
72
Average Action Value
24,647,195.30

About 381 CONSTRUCTORS federal contract activity

381 CONSTRUCTORS (CAGE 8QYU2, UEI P4LGE35HG4B5) recorded $1.77 billion in obligated federal awards across 72 awards during the last 10 years, for an average award value of $24.65 million. The profile indicates a concentrated federal contracting footprint with all identified obligations tied to a single agency and a single primary NAICS code.

Agency mix and customer concentration

The DEPT OF THE NAVY accounts for 100% of observed obligations, totaling $1.77 billion across 72 awards. This concentration suggests a highly specialized customer base and a procurement relationship focused entirely within Navy requirements during the analysis window.

Industry profile based on NAICS activity

All observed obligations fall under NAICS 237990, Other Heavy and Civil Engineering Construction, with $1.77 billion across 72 awards. The category alignment indicates the vendor's FPDS activity is centered on heavy civil and engineering construction work rather than a diversified set of federal supply or service lines.

Annual contract trend over the analysis window

Annual obligations were strongest in 2024 and 2023 at $444.97 million and $442.92 million, respectively, followed closely by 2022 at $421.82 million. Activity remained elevated in 2025 at $394.88 million across 26 awards, after a much smaller 2021 total of $70.00 million from one award, indicating a sharp ramp-up in recent years.

How to interpret this page

This summary is based on FPDS-observed contract obligations associated with 381 CONSTRUCTORS over the last 10 years, using the provided CAGE and UEI identifiers. Totals, counts, and averages reflect the supplied analysis window and should be interpreted as reported obligations in FPDS, not necessarily total company revenue or all government business.

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 = '8QYU2'
        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
1700 DEPT OF THE NAVY 1,774,598,061.87 1.77 billion 72

Insight

Over the last 10 years, 381 CONSTRUCTORS has received $1.77 billion across 72 awards, all of which are attributed to the Department of the Navy. This indicates complete funding concentration within a single agency, with no observed distribution across other agencies in the provided data. The average award value of about $24.6 million suggests a recurring pattern of substantial contract obligations within Navy 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 = '8QYU2'
        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
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,774,598,061.87 1.77 billion 72

Insight

Over the last 10 years, 381 CONSTRUCTORS’ obligations are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. The vendor recorded 72 awards totaling $1.77 billion, indicating a narrow but highly focused contracting profile within this sector. This concentration suggests the firm’s federal activity is concentrated in a single heavy civil construction category rather than diversified across multiple NAICS codes.

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 = '8QYU2'
        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 394,879,585.00 394.88 million 26
2024 444,972,362.05 444.97 million 19
2023 442,922,850.96 442.92 million 13
2022 421,823,263.86 421.82 million 13
2021 70,000,000.00 70.00 million 1

Insight

381 CONSTRUCTORS (CAGE 8QYU2) received 1.77 billion across 72 awards over the last 10 years, with an average award value of 24.65 million. Obligations are heavily concentrated in the most recent five years, with 2022–2025 accounting for the bulk of funding and 2024–2023 holding the highest annual totals at 444.97 million and 442.92 million, respectively. Award volume also increased in 2025 to 26 awards, while obligated dollars declined from the prior two years, indicating a higher count of smaller awards in the most recent 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.