Geography

Alaska Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Alaska 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
AK
State
Alaska
Total Obligated
3.61 billion
3,609,579,402.92
Award Actions
15,514
Average Action Value
232,665.94

About Alaska federal contract activity

This page summarizes last full year of federal contract activity associated with Alaska. Based on the current FPDS Query dataset, this geography shows 3.61 billion in visible obligations across 15,514 award actions, with an average action value of 232,665.94. 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 Alaska 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 ARMY, with 1.14 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 Alaska over the last full year. The current ranking is led by KIEWIT INFRASTRUCTURE WEST CO., with 413.86 million in obligations, followed by TRIWEST HEALTHCARE ALLIANCE CORP.. 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 Alaska 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 = 'AK'
        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
2100 DEPT OF THE ARMY 1,138,570,010.78 1.14 billion 1,531
5700 DEPT OF THE AIR FORCE 478,239,422.58 478.24 million 1,178
97AS DEFENSE LOGISTICS AGENCY 351,698,833.40 351.70 million 2,207
3600 VETERANS AFFAIRS, DEPARTMENT OF 337,397,499.79 337.40 million 179
7008 U.S. COAST GUARD 220,062,892.86 220.06 million 849
1700 DEPT OF THE NAVY 127,185,500.97 127.19 million 607
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 79,491,404.02 79.49 million 33
1900 STATE, DEPARTMENT OF 63,805,813.57 63.81 million 174
1406 DEPARTMENTAL OFFICES 49,432,755.48 49.43 million 681
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 48,448,110.94 48.45 million 259

Insight

Alaska 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 ARMY, 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 = 'AK'
        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
KIEWIT INFRASTRUCTURE WEST CO. 4TJJ4 413,858,928.70 413.86 million 39
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 314,157,423.47 314.16 million 17
PETRO STAR INC. 1FZR6 175,120,040.84 175.12 million 606
DOYON UTILITES LIMITED LIABILITY COMPANY 4A1N6 123,608,860.09 123.61 million 47
ASRC BUILDERS-CADDELL, LLC 0TQ26 110,962,000.00 110.96 million 1
PARAGON PROFESSIONAL SERVICES LLC 7BV53 84,968,017.79 84.97 million 48
ARCTICOM, LLC 7CB39 67,395,506.09 67.40 million 24
KONIAG IT SYSTEMS, LLC 8H7D3 61,316,410.12 61.32 million 34
ASRC COMMUNICATIONS, LTD. 1TBH2 58,269,888.32 58.27 million 20
KONIAG DATA SOLUTIONS LLC 8H6Y4 53,732,207.21 53.73 million 50

Insight

Visible obligations in Alaska over the last full year appear concentrated among a relatively small set of leading vendors. KIEWIT INFRASTRUCTURE WEST CO. ranks first, followed by TRIWEST HEALTHCARE ALLIANCE CORP., 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 = 'AK'
        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 471,682,762.62 471.68 million 70
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 434,688,909.86 434.69 million 575
524292 PHARMACY BENEFIT MANAGEMENT AND OTHER THIRD PARTY ADMINISTRATION OF INSURANCE AND PENSION FUNDS 314,157,423.47 314.16 million 17
561210 FACILITIES SUPPORT SERVICES 273,284,676.33 273.28 million 553
541330 ENGINEERING SERVICES 209,384,573.52 209.38 million 678
324110 PETROLEUM REFINERIES 192,351,998.82 192.35 million 1,353
541512 COMPUTER SYSTEMS DESIGN SERVICES 151,762,029.35 151.76 million 155
221112 FOSSIL FUEL ELECTRIC POWER GENERATION 125,983,612.44 125.98 million 84
561612 SECURITY GUARDS AND PATROL SERVICES 125,272,985.31 125.27 million 119
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 99,774,642.51 99.77 million 260

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Alaska 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 = 'AK'
        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
Y1KZ CONSTRUCTION OF OTHER CONSERVATION AND DEVELOPMENT FACILITIES 399,443,425.00 399.44 million 3
Q999 MEDICAL- OTHER 314,909,680.82 314.91 million 26
R499 SUPPORT- PROFESSIONAL: OTHER 213,801,848.76 213.80 million 5,104
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 166,936,625.07 166.94 million 483
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 146,430,576.41 146.43 million 132
S112 UTILITIES- ELECTRIC 144,747,213.58 144.75 million 106
Y1BG CONSTRUCTION OF ELECTRONIC AND COMMUNICATIONS FACILITIES 110,962,000.00 110.96 million 2
S206 HOUSEKEEPING- GUARD 107,279,970.46 107.28 million 99
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 88,826,980.53 88.83 million 47
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 88,647,499.18 88.65 million 211

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Alaska 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 = 'AK'
        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,609,579,402.92 3.61 billion 15,514

Insight

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