Federal Contractor

MANSON CONSTRUCTION CO. Federal Contract Obligations (Last 10 Years)

MANSON CONSTRUCTION CO. (CAGE 0FCP9, UEI UJGKNVYG6UZ3) recorded 2.55 billion in obligated federal awards across 854 actions in the last 10 years.

MANSON CONSTRUCTION CO. is concentrated in heavy civil and infrastructure work, led by NAICS 237990, which accounts for 2.54 billion of the company’s obligations across 846 actions. The Department of the Army is the largest customer by far, followed by the Department of the Navy, with smaller but recurring activity from NOAA, the Farm Production and Conservation Business Center, and the National Park Service.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the available recent years range from 166.72 million in 2021 to 465.38 million in 2023, with 275.98 million recorded in 2025 through the analysis window.

CAGE Code
0FCP9
UEI
UJGKNVYG6UZ3
Total Obligated
2.55 billion
2,545,560,116.37
Award Actions
854
Average Action Value
2,980,749.55

About MANSON CONSTRUCTION CO. federal contract activity

MANSON CONSTRUCTION CO. (CAGE 0FCP9, UEI UJGKNVYG6UZ3) recorded 2.55 billion in obligated federal awards across 854 awards over the last 10 years, for an average award value of 2.98 million. The profile is heavily concentrated in civil and marine construction work, indicating a large-scale, infrastructure-focused federal contracting footprint.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for 1.86 billion across 711 awards, or the clear majority of total obligated dollars and action count. The Department of the Navy is a distant second at 536.78 million across 111 awards, while NOAA, the Farm Production and Conservation Business Center, and the National Park Service represent smaller but meaningful portions of the vendor’s agency mix.

Industry profile based on NAICS activity

The vendor’s obligations are overwhelmingly concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction, which accounts for 2.54 billion across 846 awards. Smaller activity appears in NAICS 237110, Water and Sewer Line and Related Structures Construction, at 6.20 million across 7 awards, with only a single minor award in NAICS 488320, Marine Cargo Handling.

Annual contract trend over the analysis window

Recent annual obligations show sustained high-volume activity, with 275.98 million in 2025, 366.35 million in 2024, 465.38 million in 2023, 303.13 million in 2022, and 166.72 million in 2021. The pattern indicates substantial year-to-year variability but consistently elevated federal spending in the most recent five-year period.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and reflects reported obligated dollars, award counts, and standard agency and NAICS classifications. Totals may reflect modifications, task orders, or other contract actions captured in FPDS and should be interpreted as procurement obligations rather than revenue or completed work.

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 = '0FCP9'
        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,862,690,535.58 1.86 billion 711
1700 DEPT OF THE NAVY 536,780,075.16 536.78 million 111
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 65,199,086.02 65.20 million 10
12D0 FARM PRODUCTION AND CONSERVATION BUSINESS CENTER 43,625,911.33 43.63 million 8
1443 NATIONAL PARK SERVICE 37,264,508.28 37.26 million 14

Insight

Over the last 10 years, MANSON CONSTRUCTION CO. has received 2.55 billion across 854 awards, with funding highly concentrated in the DEPT OF THE ARMY, which accounts for 1.86 billion and 711 awards, or the clear majority of activity. The DEPT OF THE NAVY is the second-largest customer at 536.78 million across 111 awards, while all other listed agencies are each below 66 million and 14 awards. This pattern indicates a strong reliance on Army and Navy obligations, with comparatively limited diversification across other civilian and defense agencies.

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 = '0FCP9'
        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 2,539,318,724.37 2.54 billion 846
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION 6,203,500.00 6.20 million 7
488320 MARINE CARGO HANDLING 37,892.00 37.89 thousand 1

Insight

Over the last 10 years, MANSON CONSTRUCTION CO. received $2.55 billion across 854 awards, with obligations heavily concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. That code accounts for $2.54 billion and 846 awards, indicating an overwhelmingly dominant mission profile in heavy civil construction. NAICS 237110, Water and Sewer Line and Related Structures Construction, is a distant secondary category at $6.20 million across 7 awards, while NAICS 488320, Marine Cargo Handling, is immaterial at $37.89 thousand and 1 award.

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 = '0FCP9'
        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 275,978,085.33 275.98 million 108
2024 366,351,843.92 366.35 million 100
2023 465,382,923.12 465.38 million 133
2022 303,130,882.05 303.13 million 95
2021 166,715,247.79 166.72 million 61
2020 367,909,743.74 367.91 million 82
2019 261,971,785.23 261.97 million 110
2018 207,432,266.88 207.43 million 95
2017 130,687,338.31 130.69 million 70

Insight

Over the last 10 years, MANSON CONSTRUCTION CO. recorded 2.55 billion in obligated value across 854 awards, averaging about 2.98 million per award. Obligations are concentrated in the most recent years, with 2023 the peak year at 465.38 million and 133 awards; 2024 and 2025 remain elevated at 366.35 million and 275.98 million, respectively. Earlier years are materially lower, ranging from 130.69 million in 2017 to 261.97 million in 2019, indicating a general upward shift with year-to-year volatility rather than a steady linear trend.

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.