Geography

Maine Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations in Maine for last full year, including award volume and market trend context.

Use this page to review federal contract obligations in Maine for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last full year analysis window.

State Code
ME
State
Maine
Total Obligated
3.87 billion
3,866,590,189.77
Award Actions
12,828
Average Action Value
301,418.00

About Maine federal contract activity

This page summarizes last full year of federal contract activity associated with Maine. Based on the current FPDS Query dataset, this geography shows 3.87 billion in visible obligations across 12,828 award actions, with an average action value of 301,418.00. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Maine appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEPT OF THE NAVY, with 3.12 billion in obligations, followed by DEFENSE HEALTH AGENCY (DHA). This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Maine over the last full year. The current ranking is led by BATH IRON WORKS CORPORATION, with 2.27 billion in obligations, followed by MARTINS POINT HEALTH CARE INC. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Maine across the last full year, from 2025 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last full year. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'ME'
        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 3,116,486,750.00 3.12 billion 1,232
97DH DEFENSE HEALTH AGENCY (DHA) 441,570,640.83 441.57 million 24
97AS DEFENSE LOGISTICS AGENCY 43,194,380.99 43.19 million 9,798
3600 VETERANS AFFAIRS, DEPARTMENT OF 40,645,151.43 40.65 million 417
2100 DEPT OF THE ARMY 36,943,202.97 36.94 million 156
12K2 AGRICULTURAL MARKETING SERVICE 33,011,344.98 33.01 million 35
4740 PUBLIC BUILDINGS SERVICE 23,170,656.15 23.17 million 223
1443 NATIONAL PARK SERVICE 21,138,194.13 21.14 million 43
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 19,044,265.74 19.04 million 29
5700 DEPT OF THE AIR FORCE 9,631,322.88 9.63 million 22

Insight

Maine contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEFENSE HEALTH AGENCY (DHA), which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'ME'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
BATH IRON WORKS CORPORATION 70876 2,271,008,377.38 2.27 billion 346
MARTINS POINT HEALTH CARE INC 1NFZ9 450,100,000.00 450.10 million 11
381 CONSTRUCTORS 8QYU2 394,879,585.00 394.88 million 26
CIANBRO CORPORATION 5S864 99,381,354.96 99.38 million 12
J & J CONTRACTORS, INC. 1GMT3 27,429,346.33 27.43 million 10
WHITING-TURNER CONTRACTING COMPANY, THE 0DW43 25,386,352.92 25.39 million 8
CACI, INC. - FEDERAL 1QU78 25,008,315.96 25.01 million 9
NADIAD, INC. 6AQN7 19,137,275.00 19.14 million 8
COMPOTECH INC 6U2E1 18,183,760.36 18.18 million 8
MCCAIN FOODS USA, INC. 3NBL7 16,945,689.76 16.95 million 5

Insight

Visible obligations in Maine over the last full year appear concentrated among a relatively small set of leading vendors. BATH IRON WORKS CORPORATION ranks first, followed by MARTINS POINT HEALTH CARE INC, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'ME'
        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
336611 SHIP BUILDING AND REPAIRING 2,325,787,577.67 2.33 billion 428
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 441,322,535.45 441.32 million 15
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 411,935,768.30 411.94 million 50
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 140,540,650.22 140.54 million 190
238290 OTHER BUILDING EQUIPMENT CONTRACTORS 98,851,285.76 98.85 million 19
541330 ENGINEERING SERVICES 88,756,071.96 88.76 million 188
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 38,574,394.07 38.57 million 58
311991 PERISHABLE PREPARED FOOD MANUFACTURING 20,767,969.01 20.77 million 7,453
611519 OTHER TECHNICAL AND TRADE SCHOOLS 19,161,921.03 19.16 million 27
236210 INDUSTRIAL BUILDING CONSTRUCTION 17,401,232.16 17.40 million 52

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Maine over the last full year. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'ME'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
1905 COMBAT SHIPS AND LANDING VESSELS 2,271,314,465.56 2.27 billion 332
Q201 MEDICAL- MANAGED HEALTHCARE 441,720,687.56 441.72 million 15
Y1ED CONSTRUCTION OF SHIP CONSTRUCTION AND REPAIR FACILITIES 401,138,954.00 401.14 million 32
N099 INSTALLATION OF EQUIPMENT- MISCELLANEOUS 98,771,424.96 98.77 million 19
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 38,459,096.29 38.46 million 94
Z2ED REPAIR OR ALTERATION OF SHIP CONSTRUCTION AND REPAIR FACILITIES 37,912,072.74 37.91 million 21
8915 FRUITS AND VEGETABLES 36,767,788.97 36.77 million 7,480
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 26,300,603.06 26.30 million 24
Y1AZ CONSTRUCTION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 25,426,809.39 25.43 million 12
J998 NON-NUCLEAR SHIP REPAIR (EAST) 25,323,490.42 25.32 million 29

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Maine over the last full year. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'ME'
        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 3,866,590,189.77 3.87 billion 12,828

Insight

The annual trend shows how obligations in Maine moved across the last full year, from 2025 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.