Federal Contractor

WHITING-TURNER CONTRACTING COMPANY, THE Federal Contract Obligations (Last Year)

Federal procurement profile for WHITING-TURNER CONTRACTING COMPANY, THE (CAGE 0DW43, UEI VEP4UN7LDMK5) covering the last full year of award activity.

WHITING-TURNER CONTRACTING COMPANY, THE received $497.67 million across 220 award actions in the last full year, with an average action value of $2.26 million. Most obligations were concentrated in NAICS 236220, Commercial and Institutional Building Construction, led by awards from the U.S. Coast Guard and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year and uses obligated amounts as reported in FPDS-based query data.

CAGE Code
0DW43
UEI
VEP4UN7LDMK5
Total Obligated
497.67 million
497,671,615.08
Award Actions
220
Average Action Value
2,262,143.70

About WHITING-TURNER CONTRACTING COMPANY, THE federal contract activity

WHITING-TURNER CONTRACTING COMPANY, THE (CAGE 0DW43, UEI VEP4UN7LDMK5) obligated 497.67 million across 220 awards in the last full year, for an average award value of 2.26 million. The profile is heavily concentrated in construction-related federal contracting, with one dominant NAICS and a small set of recurring civilian and defense customers.

Agency mix and customer concentration

The U.S. Coast Guard accounted for 316.20 million across 41 awards, representing the clear majority of obligations. The Department of the Navy was the next largest customer at 97.84 million across 82 awards, followed by NIH at 49.86 million; Smithsonian and the Public Buildings Service contributed smaller but still material volumes. Overall, the agency mix shows strong concentration in maritime and defense-related work, with a secondary federal civilian presence.

Industry profile based on NAICS activity

NAICS 236220, Commercial and Institutional Building Construction, drove 492.04 million across 214 awards and effectively defines the vendor’s federal work profile. The remaining activity was limited to 238990 at 5.34 million across 5 awards and 541990 at 282.70 thousand across 1 award, indicating only minor diversification outside core construction contracting.

Annual contract trend over the analysis window

The annual trend covers a single year, 2025, with 497.67 million obligated across 220 awards. Because the analysis window contains only one year, it does not show intra-period growth or decline, but it does establish the vendor’s current scale and concentration for the period. Award volume is high relative to the number of agencies served, which is consistent with repeated tasking under construction programs.

How to interpret this page

This summary uses FPDS-obligated dollars and award counts for the last full year associated with CAGE 0DW43 and UEI VEP4UN7LDMK5. Agency and NAICS sections reflect the highest-obligation segments in the observed period, and the trend section is limited to the reported annual aggregate only. No assumptions were made beyond the supplied data.

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 = '0DW43'
        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
7008 U.S. COAST GUARD 316,204,282.17 316.20 million 41
1700 DEPT OF THE NAVY 97,844,248.27 97.84 million 82
7529 NATIONAL INSTITUTES OF HEALTH 49,857,830.00 49.86 million 9
3300 SMITHSONIAN INSTITUTION 11,262,789.00 11.26 million 8
4740 PUBLIC BUILDINGS SERVICE 9,546,780.39 9.55 million 49
3355 NATIONAL GALLERY OF ART 6,021,988.80 6.02 million 11
2100 DEPT OF THE ARMY 3,633,403.45 3.63 million 10
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 3,283,563.00 3.28 million 7
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 16,730.00 16.73 thousand 3

Insight

Over the last full year, WHITING-TURNER CONTRACTING COMPANY, THE obligated $497.67 million across 220 awards, with spending concentrated in a small number of agencies. The U.S. Coast Guard accounted for the largest share at $316.20 million across 41 awards, followed by the Department of the Navy at $97.84 million across 82 awards and NIH at $49.86 million across 9 awards. These top three agencies represented the vast majority of obligated value, indicating a highly concentrated customer base, while the remaining agencies contributed comparatively small 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0DW43'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 492,044,611.08 492.04 million 214
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 5,344,304.00 5.34 million 5
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 282,700.00 282.70 thousand 1

Insight

WHITING-TURNER CONTRACTING COMPANY, THE shows pronounced obligation concentration in NAICS 236220, Commercial and Institutional Building Construction, which accounts for 492.04 million of 497.67 million total obligated across 214 of 220 awards in the last full year. A much smaller share is associated with NAICS 238990, All Other Specialty Trade Contractors, at 5.34 million across 5 awards, with only 282.7 thousand tied to NAICS 541990 on a single award. Overall, the vendor’s FPDS activity is heavily concentrated in commercial and institutional building construction, with limited diversification into other 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 = '0DW43'
        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 497,671,615.08 497.67 million 220

Insight

Over the last full year, WHITING-TURNER CONTRACTING COMPANY, THE (CAGE 0DW43) obligated $497.67 million across 220 awards, for an average award value of about $2.26 million. Because the data provided cover a single year only, no multi-year trend can be assessed from this view. The volume of awards alongside the aggregate obligation suggests a relatively broad distribution of contract activity rather than reliance on a small number of very large awards.

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.