WALSH FEDERAL, LLC was most active with the Department of the Navy, which accounted for $322.69 million across 30 awards, followed by the Federal Aviation Administration at $139.86 million across 25 awards. Construction work dominated the profile, led by NAICS 236220 Commercial and Institutional Building Construction at $460.56 million and 147 awards.
Federal Contractor
WALSH FEDERAL, LLC Federal Contract Obligations (Last Year)
WALSH FEDERAL, LLC (CAGE 6PDH6, UEI DMFWBVTL9324) recorded 159 federal award actions totaling $487.82 million in the last full year.
Totals reflect the last full year of obligations; negative obligated amounts appear in agency breakdowns as reported.
About WALSH FEDERAL, LLC federal contract activity
WALSH FEDERAL, LLC (CAGE 6PDH6, UEI DMFWBVTL9324) obligated 487.82 million across 159 awards in the last full year, for an average award value of 3.07 million. Activity is highly concentrated, with the Department of the Navy alone accounting for 322.69 million and the Federal Aviation Administration for 139.86 million. The award profile indicates a predominantly large-value federal construction and related services portfolio.
Agency mix and customer concentration
The Department of the Navy represented the largest share of obligations at 322.69 million across 30 awards, followed by the Federal Aviation Administration at 139.86 million across 25 awards. The Department of the Army contributed a smaller but still material 26.67 million across 101 awards, indicating a broader award base with lower-dollar transactions. The U.S. Coast Guard shows a negative obligated amount of 1.41 million, which should be interpreted cautiously and may reflect deobligations or contract adjustments rather than new award activity.
Industry profile based on NAICS activity
NAICS 236220, Commercial and Institutional Building Construction, dominates the profile with 460.56 million across 147 awards, making it the clear core of the vendor’s federal work. NAICS 236210, Industrial Building Construction, is a distant second at 26.52 million across 7 awards, while the remaining categories are immaterial by comparison. The limited presence in NAICS 541990 and 488111 suggests the vendor’s obligations are concentrated in construction rather than diversified across professional or air traffic control services.
Annual contract trend over the analysis window
For 2025, all observed obligations in the analysis window total 487.82 million across 159 awards. Because only a single year is present, the dataset supports a point-in-time annual snapshot rather than a multi-year trend assessment. The available data nonetheless indicate a large and active award stream with substantial concentration in a small number of agencies and NAICS codes.
How to interpret this page
This summary is based on FPDS obligation records for the last full year and is aggregated by vendor identifiers, agency, and NAICS code. Totals reflect obligated dollars, award counts reflect the number of records in the analysis window, and negative values are preserved as reported in the source data. No extrapolation or normalization beyond the supplied metrics was applied.
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 = '6PDH6'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 322,694,258.99 | 322.69 million | 30 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 139,863,679.00 | 139.86 million | 25 |
| 2100 | DEPT OF THE ARMY | 26,673,203.14 | 26.67 million | 101 |
| 7008 | U.S. COAST GUARD | -1,406,245.70 | -1.41 million | 3 |
Insight
Over the last full year, WALSH FEDERAL, LLC received 487.82 million across 159 awards, with obligations highly concentrated in the Department of the Navy and the Federal Aviation Administration. The Department of the Navy accounted for 322.69 million across 30 awards, and the FAA added 139.86 million across 25 awards; together they represented the clear majority of obligated dollars. The Department of the Army was the most active by count with 101 awards but only 26.67 million in obligations, indicating a much smaller average award value than the top two agencies. U.S. Coast Guard obligations were negative at -1.41 million across 3 awards, reducing net obligated value slightly.
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 = '6PDH6'
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 | 460,558,705.38 | 460.56 million | 147 |
| 236210 | INDUSTRIAL BUILDING CONSTRUCTION | 26,518,601.84 | 26.52 million | 7 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 622,102.00 | 622.10 thousand | 1 |
| 488111 | AIR TRAFFIC CONTROL | 125,486.21 | 125.49 thousand | 4 |
Insight
WALSH FEDERAL, LLC’s obligations in the last full year were highly concentrated in NAICS 236220, Commercial and Institutional Building Construction, which accounted for $460.56 million across 147 awards, or about 94.4% of the vendor’s $487.82 million total. The next largest category, NAICS 236210, Industrial Building Construction, represented $26.52 million across 7 awards and added most of the remainder, indicating a strong primary focus in construction with limited diversification. The other NAICS codes were immaterial in dollar value and award count, each contributing less than $1 million.
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 = '6PDH6'
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 | 487,824,895.43 | 487.82 million | 159 |
Insight
During the last full year, WALSH FEDERAL, LLC (CAGE 6PDH6) received 159 awards totaling $487.82 million, with an average award value of about $3.07 million. Because only one annual data point is provided for the 1-year window, year-over-year trend direction cannot be assessed. The available data indicates a relatively high concentration of obligated dollars across a moderate number of 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.