Geography

Wyoming Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Wyoming 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
WY
State
Wyoming
Total Obligated
422.13 million
422,125,390.80
Award Actions
4,869
Average Action Value
86,696.52

About Wyoming federal contract activity

This page summarizes last full year of federal contract activity associated with Wyoming. Based on the current FPDS Query dataset, this geography shows 422.13 million in visible obligations across 4,869 award actions, with an average action value of 86,696.52. 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 Wyoming 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 102.34 million in obligations, followed by NATIONAL PARK SERVICE. 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 Wyoming over the last full year. The current ranking is led by RECORD STEEL AND CONSTRUCTION, INC., with 45.50 million in obligations, followed by TETRA TECH, 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 Wyoming 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 = 'WY'
        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 102,338,691.58 102.34 million 225
1443 NATIONAL PARK SERVICE 84,050,464.35 84.05 million 260
3600 VETERANS AFFAIRS, DEPARTMENT OF 70,277,603.55 70.28 million 459
12C2 FOREST SERVICE 34,341,465.28 34.34 million 486
5700 DEPT OF THE AIR FORCE 31,530,061.45 31.53 million 297
1422 BUREAU OF LAND MANAGEMENT 22,804,645.83 22.80 million 259
97AS DEFENSE LOGISTICS AGENCY 19,138,081.35 19.14 million 2,111
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 12,492,279.62 12.49 million 17
1425 BUREAU OF RECLAMATION 11,212,309.52 11.21 million 81
1406 DEPARTMENTAL OFFICES 5,193,104.02 5.19 million 63

Insight

Wyoming 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 NATIONAL PARK SERVICE, 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 = 'WY'
        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
RECORD STEEL AND CONSTRUCTION, INC. 0JR90 45,502,249.00 45.50 million 6
TETRA TECH, INC. 6X204 25,216,117.98 25.22 million 3
BRIDGER NATIONAL CONSTRUCTION LLC 9BHM2 21,622,752.38 21.62 million 3
RECCO INC 0DSH9 17,336,000.00 17.34 million 2
RESPEC COMPANY, LLC 892V7 15,971,580.00 15.97 million 2
AFFIRMATIVE SOLUTIONS, LLC 54J23 15,865,376.04 15.87 million 1,025
HENSEL PHELPS CONSTRUCTION CO 4D097 12,186,513.00 12.19 million 18
ARBOR E&T, LLC 7BW92 12,019,425.53 12.02 million 13
EAGLE PEAK ROCK AND PAVING INC 3T3Q3 9,400,000.00 9.40 million 1
SIDEWINDERS LLC 7H4U0 7,492,138.90 7.49 million 3

Insight

Visible obligations in Wyoming over the last full year appear concentrated among a relatively small set of leading vendors. RECORD STEEL AND CONSTRUCTION, INC. ranks first, followed by TETRA TECH, 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 = 'WY'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 102,585,180.71 102.59 million 261
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION 62,235,179.11 62.24 million 21
541330 ENGINEERING SERVICES 39,958,259.23 39.96 million 155
115310 SUPPORT ACTIVITIES FOR FORESTRY 15,053,549.48 15.05 million 194
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 14,910,990.55 14.91 million 1,007
611519 OTHER TECHNICAL AND TRADE SCHOOLS 12,492,279.62 12.49 million 17
481211 NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION 9,589,796.30 9.59 million 94
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 9,526,829.56 9.53 million 25
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 8,831,054.43 8.83 million 52
115210 SUPPORT ACTIVITIES FOR ANIMAL PRODUCTION 7,963,224.14 7.96 million 25

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Wyoming 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 = 'WY'
        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
Y1NE CONSTRUCTION OF WATER SUPPLY FACILITIES 45,992,385.00 45.99 million 10
Y1JZ CONSTRUCTION OF MISCELLANEOUS BUILDINGS 32,230,727.92 32.23 million 65
F003 NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION 27,688,445.82 27.69 million 269
F114 ENVIRONMENTAL SYSTEMS PROTECTION- ENVIRONMENTAL LICENSING AND PERMITTING 25,216,117.98 25.22 million 1
Y1DA CONSTRUCTION OF HOSPITALS AND INFIRMARIES 21,976,101.86 21.98 million 7
Y1NZ CONSTRUCTION OF OTHER UTILITIES 15,971,580.00 15.97 million 2
6640 LABORATORY EQUIPMENT AND SUPPLIES 15,487,943.76 15.49 million 1,191
Z2DA REPAIR OR ALTERATION OF HOSPITALS AND INFIRMARIES 13,951,192.57 13.95 million 32
Z2JZ REPAIR OR ALTERATION OF MISCELLANEOUS BUILDINGS 13,747,136.94 13.75 million 74
U006 EDUCATION/TRAINING- VOCATIONAL/TECHNICAL 12,043,538.38 12.04 million 15

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Wyoming 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 = 'WY'
        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 422,125,390.80 422.13 million 4,869

Insight

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