Geography

Virginia Federal Contract Obligations (Last 5 Years)

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

Use this page to review federal contract obligations in Virginia 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
VA
State
Virginia
Total Obligated
503.53 billion
503,525,592,388.00
Award Actions
2,930,175
Average Action Value
171,841.47

About Virginia federal contract activity

This page summarizes last 5 years of federal contract activity associated with Virginia. Based on the current FPDS Query dataset, this geography shows 503.53 billion in visible obligations across 2,930,175 award actions, with an average action value of 171,841.47. 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 Virginia appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 118.47 billion 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 Virginia over the last 5 years. The current ranking is led by OPTUM PUBLIC SECTOR SOLUTIONS, INC., with 65.09 billion 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 Virginia 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 = 'VA'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 118,466,366,381.52 118.47 billion 27,124
1700 DEPT OF THE NAVY 84,501,387,212.64 84.50 billion 170,368
2100 DEPT OF THE ARMY 39,822,758,272.28 39.82 billion 54,692
5700 DEPT OF THE AIR FORCE 33,717,714,565.10 33.72 billion 41,613
97AS DEFENSE LOGISTICS AGENCY 33,657,338,838.07 33.66 billion 1,423,294
4732 FEDERAL ACQUISITION SERVICE 25,503,259,992.53 25.50 billion 774,305
1900 STATE, DEPARTMENT OF 12,745,821,676.86 12.75 billion 28,636
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 12,594,777,133.32 12.59 billion 3,486
97DH DEFENSE HEALTH AGENCY (DHA) 8,559,423,709.54 8.56 billion 9,142
7014 U.S. CUSTOMS AND BORDER PROTECTION 7,733,518,291.89 7.73 billion 6,121

Insight

Virginia contract activity over the last 5 years 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 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 = 'VA'
        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
OPTUM PUBLIC SECTOR SOLUTIONS, INC. 4KU58 65,089,347,481.09 65.09 billion 111
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 34,417,958,136.24 34.42 billion 35
ATLANTIC DIVING SUPPLY, INC. 1CAY9 20,788,972,522.78 20.79 billion 305,394
HUNTINGTON INGALLS INCORPORATED 43689 16,565,821,701.54 16.57 billion 4,565
BOOZ ALLEN HAMILTON INC. 17038 12,037,119,573.77 12.04 billion 9,227
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 9,624,654,331.10 9.62 billion 9,145
ACCENTURE FEDERAL SERVICES LLC 1ZD18 8,469,863,559.98 8.47 billion 3,858
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 7,829,717,571.73 7.83 billion 5,996
LEIDOS, INC. 5UTE1 7,748,972,761.92 7.75 billion 32,975
DELOITTE CONSULTING LLP 1TTG5 6,768,214,336.87 6.77 billion 4,392

Insight

Visible obligations in Virginia over the last 5 years appear concentrated among a relatively small set of leading vendors. OPTUM PUBLIC SECTOR SOLUTIONS, INC. 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 = 'VA'
        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
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 99,552,309,449.85 99.55 billion 148
541512 COMPUTER SYSTEMS DESIGN SERVICES 61,259,348,413.45 61.26 billion 64,899
541330 ENGINEERING SERVICES 42,106,187,992.66 42.11 billion 60,626
541519 OTHER COMPUTER RELATED SERVICES 40,780,162,096.86 40.78 billion 93,061
336611 SHIP BUILDING AND REPAIRING 24,806,509,836.80 24.81 billion 21,639
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 21,694,921,221.85 21.69 billion 24,546
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 19,886,276,267.24 19.89 billion 42,859
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 17,845,058,824.40 17.85 billion 18,482
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 11,163,879,179.80 11.16 billion 595,033
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 9,837,249,250.55 9.84 billion 17,149

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Virginia 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 = 'VA'
        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
Q201 MEDICAL- GENERAL HEALTH CARE 66,474,693,637.13 66.47 billion 1,812
R499 SUPPORT- PROFESSIONAL: OTHER 37,500,462,863.82 37.50 billion 42,693
G007 SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS 34,418,000,444.70 34.42 billion 35
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 30,952,213,630.19 30.95 billion 34,079
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 28,844,803,150.49 28.84 billion 39,073
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 19,309,643,000.00 19.31 billion 30,070
4220 MARINE LIFESAVING AND DIVING EQUIPMENT 18,861,803,407.91 18.86 billion 45,693
1905 COMBAT SHIPS AND LANDING VESSELS 17,881,462,702.38 17.88 billion 4,371
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 11,562,922,460.05 11.56 billion 8,428
7A21 IT AND TELECOM - BUSINESS APPLICATION SOFTWARE (PERPETUAL LICENSE SOFTWARE) 8,689,729,989.39 8.69 billion 18,760

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Virginia 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 = 'VA'
        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 113,387,351,040.62 113.39 billion 534,227
2024 111,412,257,687.73 111.41 billion 607,859
2023 109,744,287,159.01 109.74 billion 621,202
2022 93,201,959,838.61 93.20 billion 628,663
2021 75,779,736,662.03 75.78 billion 538,224

Insight

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