Geography

Utah Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Utah 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
UT
State
Utah
Total Obligated
5.73 billion
5,733,164,742.41
Award Actions
16,414
Average Action Value
349,285.04

About Utah federal contract activity

This page summarizes last full year of federal contract activity associated with Utah. Based on the current FPDS Query dataset, this geography shows 5.73 billion in visible obligations across 16,414 award actions, with an average action value of 349,285.04. 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 Utah 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 AIR FORCE, with 3.27 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 Utah over the last full year. The current ranking is led by NORTHROP GRUMMAN SYSTEMS CORPORATION, with 2.03 billion in obligations, followed by L3 TECHNOLOGIES, 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 Utah 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 = 'UT'
        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
5700 DEPT OF THE AIR FORCE 3,270,738,764.45 3.27 billion 2,235
2100 DEPT OF THE ARMY 412,434,175.66 412.43 million 851
1700 DEPT OF THE NAVY 370,237,814.27 370.24 million 907
2044 UNITED STATES MINT 337,210,147.65 337.21 million 121
97AS DEFENSE LOGISTICS AGENCY 223,939,159.52 223.94 million 6,527
12C2 FOREST SERVICE 148,089,212.93 148.09 million 1,423
3600 VETERANS AFFAIRS, DEPARTMENT OF 139,484,052.87 139.48 million 1,095
1425 BUREAU OF RECLAMATION 119,720,282.30 119.72 million 173
8900 ENERGY, DEPARTMENT OF 83,824,754.11 83.82 million 29
4732 FEDERAL ACQUISITION SERVICE 73,561,165.63 73.56 million 124

Insight

Utah 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 AIR FORCE, 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 = 'UT'
        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
NORTHROP GRUMMAN SYSTEMS CORPORATION 8MQW5 2,031,871,705.64 2.03 billion 10
L3 TECHNOLOGIES, INC. 06401 390,601,836.17 390.60 million 461
ASAHI REFINING USA INC. 8SRD6 333,585,873.07 333.59 million 114
UTAH STATE UNIVERSITY SPACE DYNAMICS LABORATORY 05924 178,125,238.08 178.13 million 221
AMES FEDERAL CONTRACTING GROUP LLC 9BA09 112,100,000.00 112.10 million 4
NORTHROP GRUMMAN SYSTEMS CORPORATION 68267 109,508,623.27 109.51 million 56
HHI CORPORATION 0DRY5 103,441,033.99 103.44 million 18
ADVANTAGED SOLUTIONS, INC. 37NY3 90,505,603.44 90.51 million 7
NORTH WIND PORTAGE, INC. 1C9S7 77,898,179.35 77.90 million 11
BOEING COMPANY, THE 0B0D7 72,452,797.10 72.45 million 78

Insight

Visible obligations in Utah over the last full year appear concentrated among a relatively small set of leading vendors. NORTHROP GRUMMAN SYSTEMS CORPORATION ranks first, followed by L3 TECHNOLOGIES, 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 = 'UT'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 2,031,871,705.64 2.03 billion 10
541330 ENGINEERING SERVICES 463,907,878.32 463.91 million 622
331491 NONFERROUS METAL (EXCEPT COPPER AND ALUMINUM) ROLLING, DRAWING, AND EXTRUDING 333,531,229.50 333.53 million 118
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 245,271,204.97 245.27 million 58
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 229,810,841.89 229.81 million 409
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 162,223,496.69 162.22 million 449
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 127,355,687.19 127.36 million 833
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 122,997,110.51 123.00 million 34
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 121,201,330.95 121.20 million 27
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 101,570,005.53 101.57 million 219

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Utah 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 = 'UT'
        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
AC24 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; R&D ADMINISTRATIVE EXPENSES 2,037,360,273.55 2.04 billion 15
9660 PRECIOUS METALS PRIMARY FORMS 337,000,104.77 337.00 million 115
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 333,601,200.77 333.60 million 423
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 190,498,927.07 190.50 million 73
L014 TECHNICAL REPRESENTATIVE- GUIDED MISSILES 168,818,276.28 168.82 million 77
R499 SUPPORT- PROFESSIONAL: OTHER 117,743,540.19 117.74 million 401
Z2KA REPAIR OR ALTERATION OF DAMS 112,100,000.00 112.10 million 5
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 110,708,292.21 110.71 million 212
Y1NZ CONSTRUCTION OF OTHER UTILITIES 103,058,740.75 103.06 million 12
5821 RADIO AND TELEVISION COMMUNICATION EQUIPMENT, AIRBORNE 96,190,762.44 96.19 million 13

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Utah 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 = 'UT'
        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 5,733,164,742.41 5.73 billion 16,414

Insight

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