Geography

Guam Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations in Guam for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations in Guam for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

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

State Code
GU
State
Guam
Total Obligated
12.05 billion
12,046,857,020.97
Award Actions
43,502
Average Action Value
276,926.50

About Guam federal contract activity

This page summarizes last 5 years of federal contract activity associated with Guam. Based on the current FPDS Query dataset, this geography shows 12.05 billion in visible obligations across 43,502 award actions, with an average action value of 276,926.50. 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 Guam appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 9.68 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 Guam over the last 5 years. The current ranking is led by CORE TECH-HDCC-KAJIMA LLC, with 1.66 billion in obligations, followed by BLACK CONSTRUCTION-TUTOR PERINI JV. 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 Guam across the last 5 years, from 2021 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 5 years. 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 = 'GU'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 9,682,930,463.55 9.68 billion 9,163
5700 DEPT OF THE AIR FORCE 1,417,194,902.86 1.42 billion 2,872
97AS DEFENSE LOGISTICS AGENCY 329,263,738.21 329.26 million 18,607
2100 DEPT OF THE ARMY 212,195,826.11 212.20 million 431
9776 USTRANSCOM 124,706,050.93 124.71 million 276
4732 FEDERAL ACQUISITION SERVICE 70,003,889.82 70.00 million 9,555
97DH DEFENSE HEALTH AGENCY (DHA) 47,603,184.77 47.60 million 404
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 38,528,828.28 38.53 million 245
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) 27,124,459.55 27.12 million 100
7008 U.S. COAST GUARD 22,757,704.88 22.76 million 264

Insight

Guam contract activity over the last 5 years 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 AIR FORCE, 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 = 'GU'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
CORE TECH-HDCC-KAJIMA LLC 7HD12 1,655,203,524.61 1.66 billion 101
BLACK CONSTRUCTION-TUTOR PERINI JV 864S5 816,334,169.57 816.33 million 123
DZSP 21 LLC 3WUL3 587,875,278.19 587.88 million 224
TPC-NAN, A JOINT VENTURE 93X85 576,073,009.78 576.07 million 5
PACIFIC RIM CONSTRUCTORS INC 7KU41 370,707,160.90 370.71 million 68
HENSEL PHELPS CONSTRUCTION CO 6TYN2 357,172,279.88 357.17 million 87
AMENTUM SERVICES, INC. 5W3V7 356,729,639.55 356.73 million 57
GRANITE-OBAYASHI 2, A JOINT VENTURE 7QPU7 327,533,071.79 327.53 million 14
CADDELL-NAN A JOINT VENTURE 73SH0 315,724,991.32 315.72 million 87
GLOBAL PACIFIC DESIGN BUILDERS, LLC 8PN34 265,280,301.84 265.28 million 78

Insight

Visible obligations in Guam over the last 5 years appear concentrated among a relatively small set of leading vendors. CORE TECH-HDCC-KAJIMA LLC ranks first, followed by BLACK CONSTRUCTION-TUTOR PERINI JV, 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 = 'GU'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 4,615,557,438.12 4.62 billion 2,130
236116 NEW MULTIFAMILY HOUSING CONSTRUCTION (EXCEPT FOR-SALE BUILDERS) 1,456,203,892.87 1.46 billion 131
561210 FACILITIES SUPPORT SERVICES 1,345,918,380.85 1.35 billion 764
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,186,905,427.19 1.19 billion 62
541330 ENGINEERING SERVICES 633,081,889.08 633.08 million 1,300
237130 POWER AND COMMUNICATION LINE AND RELATED STRUCTURES CONSTRUCTION 278,103,139.65 278.10 million 43
311812 COMMERCIAL BAKERIES 242,032,347.54 242.03 million 14,732
336611 SHIP BUILDING AND REPAIRING 227,025,200.02 227.03 million 622
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 172,728,079.65 172.73 million 116
236210 INDUSTRIAL BUILDING CONSTRUCTION 165,729,548.20 165.73 million 70

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Guam over the last 5 years. 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 = 'GU'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 934,119,893.36 934.12 million 354
Y1FC CONSTRUCTION OF TROOP HOUSING FACILITIES 884,745,946.62 884.75 million 97
Y1BG CONSTRUCTION OF ELECTRONIC AND COMMUNICATIONS FACILITIES 713,629,768.61 713.63 million 56
Z2PZ REPAIR OR ALTERATION OF OTHER NON-BUILDING FACILITIES 614,441,070.29 614.44 million 73
Y1FA CONSTRUCTION OF FAMILY HOUSING FACILITIES 571,457,946.25 571.46 million 34
Y1AZ CONSTRUCTION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 488,471,880.16 488.47 million 123
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 444,576,093.76 444.58 million 162
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 360,766,907.18 360.77 million 457
Y1EB CONSTRUCTION OF MAINTENANCE BUILDINGS 312,866,356.01 312.87 million 17
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 290,631,381.81 290.63 million 762

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Guam over the last 5 years. 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 = 'GU'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 2,924,447,961.30 2.92 billion 8,146
2024 2,821,365,295.19 2.82 billion 8,163
2023 2,295,090,710.63 2.30 billion 8,019
2022 1,832,412,925.28 1.83 billion 9,287
2021 2,173,540,128.57 2.17 billion 9,887

Insight

The annual trend shows how obligations in Guam moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.