Geography

Hawaii Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Hawaii 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
HI
State
Hawaii
Total Obligated
6.15 billion
6,149,016,126.16
Award Actions
35,398
Average Action Value
173,710.83

About Hawaii federal contract activity

This page summarizes last full year of federal contract activity associated with Hawaii. Based on the current FPDS Query dataset, this geography shows 6.15 billion in visible obligations across 35,398 award actions, with an average action value of 173,710.83. 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 Hawaii 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.08 billion in obligations, followed by DEPT OF THE ARMY. 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 Hawaii over the last full year. The current ranking is led by DRAGADOS/HAWAIIAN DREDGING/ORION JV, with 1.52 billion in obligations, followed by SMARTRONIX, LLC. 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 Hawaii 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 = 'HI'
        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,076,606,920.00 3.08 billion 3,100
2100 DEPT OF THE ARMY 1,029,873,606.57 1.03 billion 2,030
4732 FEDERAL ACQUISITION SERVICE 982,739,254.15 982.74 million 8,021
5700 DEPT OF THE AIR FORCE 319,914,911.19 319.91 million 507
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 126,131,297.00 126.13 million 653
97AS DEFENSE LOGISTICS AGENCY 106,943,897.15 106.94 million 17,751
7008 U.S. COAST GUARD 106,749,367.10 106.75 million 438
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 61,599,291.28 61.60 million 609
3600 VETERANS AFFAIRS, DEPARTMENT OF 52,611,781.04 52.61 million 381
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 42,994,918.24 42.99 million 66

Insight

Hawaii 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 DEPT OF THE ARMY, 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 = 'HI'
        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
DRAGADOS/HAWAIIAN DREDGING/ORION JV 94AZ0 1,520,932,215.15 1.52 billion 19
SMARTRONIX, LLC 03MT8 674,367,480.85 674.37 million 28
NAN, INC. 0U373 255,748,803.58 255.75 million 46
NAN INC 0U373 176,092,908.55 176.09 million 26
ECC CONSTRUCTORS LLC 63J28 138,464,315.70 138.46 million 29
HAWAII HARBORS CONSTRUCTORS JV 77Z67 136,343,287.00 136.34 million 2
CONTI FEDERAL SERVICES, LLC 86RR8 97,295,947.00 97.30 million 3
AMENTUM SERVICES, INC. 5W3V7 83,952,548.43 83.95 million 24
LEIDOS, INC. 52302 73,638,438.80 73.64 million 13
HENSEL PHELPS CONSTRUCTION CO 6TYN2 71,806,733.59 71.81 million 23

Insight

Visible obligations in Hawaii over the last full year appear concentrated among a relatively small set of leading vendors. DRAGADOS/HAWAIIAN DREDGING/ORION JV ranks first, followed by SMARTRONIX, LLC, 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 = 'HI'
        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
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,905,049,712.64 1.91 billion 58
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 938,583,578.70 938.58 million 808
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 731,056,028.51 731.06 million 94
541330 ENGINEERING SERVICES 500,397,861.03 500.40 million 825
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 190,823,859.01 190.82 million 339
561210 FACILITIES SUPPORT SERVICES 185,217,240.12 185.22 million 462
541512 COMPUTER SYSTEMS DESIGN SERVICES 179,467,589.91 179.47 million 135
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 165,908,927.65 165.91 million 344
531311 RESIDENTIAL PROPERTY MANAGERS 115,925,859.12 115.93 million 555
336611 SHIP BUILDING AND REPAIRING 112,899,079.59 112.90 million 642

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Hawaii 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 = 'HI'
        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
Y1ED CONSTRUCTION OF SHIP CONSTRUCTION AND REPAIR FACILITIES 1,521,646,451.45 1.52 billion 24
R423 SUPPORT- PROFESSIONAL: INTELLIGENCE 674,434,011.52 674.43 million 22
Z2PZ REPAIR OR ALTERATION OF OTHER NON-BUILDING FACILITIES 261,253,393.58 261.25 million 28
R499 SUPPORT- PROFESSIONAL: OTHER 189,546,470.42 189.55 million 7,949
F999 OTHER ENVIRONMENTAL SERVICES 175,478,259.04 175.48 million 65
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 170,906,624.09 170.91 million 202
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 155,746,765.90 155.75 million 125
Y1AZ CONSTRUCTION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 118,415,977.90 118.42 million 58
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 115,955,418.22 115.96 million 325
X1FA LEASE/RENTAL OF FAMILY HOUSING FACILITIES 115,925,859.12 115.93 million 555

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Hawaii 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 = 'HI'
        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 6,149,016,126.16 6.15 billion 35,398

Insight

The annual trend shows how obligations in Hawaii 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.