Geography

Vermont Federal Contract Obligations (Last 5 Years)

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

Use this page to review federal contract obligations in Vermont 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
VT
State
Vermont
Total Obligated
3.15 billion
3,151,681,223.60
Award Actions
31,082
Average Action Value
101,398.91

About Vermont federal contract activity

This page summarizes last 5 years of federal contract activity associated with Vermont. Based on the current FPDS Query dataset, this geography shows 3.15 billion in visible obligations across 31,082 award actions, with an average action value of 101,398.91. 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 Vermont appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEFENSE LOGISTICS AGENCY, with 793.85 million in obligations, followed by DEPT OF THE NAVY. 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 Vermont over the last 5 years. The current ranking is led by GENERAL DYNAMICS-OTS, INC., with 858.04 million in obligations, followed by SCIENCE APPLICATIONS INTERNATIONAL CORPORATION. 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 Vermont 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 = 'VT'
        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
97AS DEFENSE LOGISTICS AGENCY 793,853,924.07 793.85 million 18,302
1700 DEPT OF THE NAVY 644,495,651.30 644.50 million 1,580
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 412,811,900.53 412.81 million 84
2100 DEPT OF THE ARMY 290,977,246.70 290.98 million 1,777
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 175,904,433.83 175.90 million 567
3600 VETERANS AFFAIRS, DEPARTMENT OF 170,372,325.75 170.37 million 1,759
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 142,573,658.27 142.57 million 73
5700 DEPT OF THE AIR FORCE 104,811,151.03 104.81 million 269
4740 PUBLIC BUILDINGS SERVICE 76,537,463.36 76.54 million 873
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 56,463,271.83 56.46 million 102

Insight

Vermont contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEFENSE LOGISTICS AGENCY, followed by DEPT OF THE NAVY, 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 = 'VT'
        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
GENERAL DYNAMICS-OTS, INC. 05606 858,035,084.12 858.04 million 1,074
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 216,996,803.98 217.00 million 633
GLOBALFOUNDRIES US 2 LLC 7D8V6 207,160,811.00 207.16 million 46
LANTANA CONSULTING GROUP, INC. 4N8M9 152,174,102.24 152.17 million 47
MARVELL GOVERNMENT SOLUTIONS, LLC 898N6 150,518,141.00 150.52 million 22
SIMMONDS PRECISION PRODUCTS INC 89305 118,582,504.72 118.58 million 3,013
GENERAL DYNAMICS ARMAMENT AND TECHNICAL PRODUCTS, INC. 05606 112,034,076.54 112.03 million 53
SIMMONDS PRECISION PRODUCTS, INC. 89305 88,677,383.37 88.68 million 557
GOVPLACE, INC. 1G9R3 46,939,842.93 46.94 million 14
INTERNATIONAL BUSINESS MACHINES CORPORATION 8W884 35,624,975.08 35.62 million 11

Insight

Visible obligations in Vermont over the last 5 years appear concentrated among a relatively small set of leading vendors. GENERAL DYNAMICS-OTS, INC. ranks first, followed by SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, 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 = 'VT'
        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
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 577,953,578.72 577.95 million 16
334413 SEMICONDUCTOR AND RELATED DEVICE MANUFACTURING 362,037,286.88 362.04 million 93
541519 OTHER COMPUTER RELATED SERVICES 289,867,990.98 289.87 million 422
541330 ENGINEERING SERVICES 274,251,554.62 274.25 million 978
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 177,652,261.44 177.65 million 1,898
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 146,323,796.64 146.32 million 336
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 119,263,144.21 119.26 million 191
334111 ELECTRONIC COMPUTER MANUFACTURING 115,781,487.75 115.78 million 98
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 75,261,803.54 75.26 million 561
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 73,227,966.61 73.23 million 390

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Vermont 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 = 'VT'
        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
1410 GUIDED MISSILES 574,691,740.22 574.69 million 6
5962 MICROCIRCUITS, ELECTRONIC 307,515,792.00 307.52 million 50
1210 FIRE CONTROL DIRECTORS 223,138,145.74 223.14 million 77
R499 SUPPORT- PROFESSIONAL: OTHER 184,415,808.03 184.42 million 195
L059 TECHNICAL REPRESENTATIVE- ELECTRICAL AND ELECTRONIC EQUIPMENT COMPONENTS 131,806,334.87 131.81 million 25
1680 MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS 115,741,997.20 115.74 million 1,146
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 113,916,517.10 113.92 million 198
1005 GUNS, THROUGH 30MM 79,239,185.32 79.24 million 668
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 76,283,859.71 76.28 million 57
AC32 NATIONAL DEFENSE R&D SERVICES; DEFENSE-RELATED ACTIVITIES; APPLIED RESEARCH 66,667,866.14 66.67 million 73

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Vermont 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 = 'VT'
        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 874,078,164.32 874.08 million 6,299
2024 794,612,822.66 794.61 million 7,722
2023 552,464,606.20 552.46 million 5,951
2022 519,493,243.39 519.49 million 4,593
2021 411,032,387.03 411.03 million 6,517

Insight

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