Geography

Wisconsin Federal Contract Obligations (Last Year)

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

Use this page to review federal contract obligations in Wisconsin 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
WI
State
Wisconsin
Total Obligated
5.90 billion
5,904,953,160.93
Award Actions
81,159
Average Action Value
72,757.83

About Wisconsin federal contract activity

This page summarizes last full year of federal contract activity associated with Wisconsin. Based on the current FPDS Query dataset, this geography shows 5.90 billion in visible obligations across 81,159 award actions, with an average action value of 72,757.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 Wisconsin appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 3.81 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 Wisconsin over the last full year. The current ranking is led by OPTUMSERVE HEALTH SERVICES INC, with 3.17 billion in obligations, followed by OSHKOSH DEFENSE 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 Wisconsin 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 = 'WI'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 3,810,451,754.27 3.81 billion 2,190
2100 DEPT OF THE ARMY 1,760,683,987.68 1.76 billion 1,449
97AS DEFENSE LOGISTICS AGENCY 529,441,374.13 529.44 million 60,818
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 211,542,136.70 211.54 million 37
12K2 AGRICULTURAL MARKETING SERVICE 91,822,164.81 91.82 million 425
1542 FEDERAL PRISON INDUSTRIES, INC. 50,942,020.25 50.94 million 637
97DH DEFENSE HEALTH AGENCY (DHA) 41,344,757.41 41.34 million 62
5700 DEPT OF THE AIR FORCE 30,519,626.55 30.52 million 73
7008 U.S. COAST GUARD 29,692,955.03 29.69 million 220
4732 FEDERAL ACQUISITION SERVICE 25,318,610.90 25.32 million 11,791

Insight

Wisconsin contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, 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 = 'WI'
        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
OPTUMSERVE HEALTH SERVICES INC 1RTW6 3,171,599,301.95 3.17 billion 29
OSHKOSH DEFENSE LLC 75Q65 642,762,165.73 642.76 million 5,791
OSHKOSH DEFENSE, LLC 75Q65 534,016,766.04 534.02 million 2,693
AMTEC CORPORATION 03MS2 401,095,812.40 401.10 million 17
LOGISTICS HEALTH, INC. 1RTW6 245,965,454.78 245.97 million 17
OPTUMSERVE HEALTH SERVICES, INC. 1RTW6 224,266,582.34 224.27 million 11
WISCONSIN PHYSICIANS SERVICE INSURANCE CORPORATION 2R921 161,047,918.58 161.05 million 60
GE PRECISION HEALTHCARE LLC 9CB48 127,024,254.99 127.02 million 662
SUPERIOR HEALTH QUALITY ALLIANCE, INC. 85C74 91,742,738.77 91.74 million 10
PIERCE MANUFACTURING INC 04664 73,502,895.00 73.50 million 27

Insight

Visible obligations in Wisconsin over the last full year appear concentrated among a relatively small set of leading vendors. OPTUMSERVE HEALTH SERVICES INC ranks first, followed by OSHKOSH DEFENSE 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 = 'WI'
        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
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 3,633,391,520.38 3.63 billion 67
336212 TRUCK TRAILER MANUFACTURING 1,058,422,973.44 1.06 billion 248
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 424,946,444.40 424.95 million 19
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 120,277,647.07 120.28 million 32
334517 IRRADIATION APPARATUS MANUFACTURING 113,099,859.45 113.10 million 473
541618 OTHER MANAGEMENT CONSULTING SERVICES 91,762,237.77 91.76 million 12
333120 CONSTRUCTION MACHINERY MANUFACTURING 90,572,786.90 90.57 million 77
333923 OVERHEAD TRAVELING CRANE, HOIST, AND MONORAIL SYSTEM MANUFACTURING 65,654,238.25 65.65 million 95
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 63,122,625.36 63.12 million 424
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 62,750,686.38 62.75 million 255

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Wisconsin 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 = 'WI'
        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
Q403 MEDICAL- EVALUATION/SCREENING 3,612,491,300.55 3.61 billion 49
2320 TRUCKS AND TRUCK TRACTORS, WHEELED 513,235,207.61 513.24 million 121
1310 AMMUNITION, OVER 30MM UP TO 75MM 401,095,812.40 401.10 million 17
2355 COMBAT, ASSAULT, AND TACTICAL VEHICLES, WHEELED 335,587,250.41 335.59 million 246
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 177,257,196.32 177.26 million 95
6525 IMAGING EQUIPMENT AND SUPPLIES: MEDICAL, DENTAL, VETERINARY 139,772,117.61 139.77 million 850
G007 SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS 120,050,595.00 120.05 million 26
Q101 MEDICAL- DEPENDENT MEDICARE 91,742,738.77 91.74 million 10
3805 EARTH MOVING AND EXCAVATING EQUIPMENT 90,109,103.50 90.11 million 64
Q201 MEDICAL- MANAGED HEALTHCARE 84,943,615.92 84.94 million 117

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Wisconsin 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 = 'WI'
        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,904,953,160.93 5.90 billion 81,159

Insight

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