Geography

Virginia Federal Contract Obligations (Last 10 Years)

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

Use this page to review federal contract obligations in Virginia for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

State Code
VA
State
Virginia
Total Obligated
801.36 billion
801,356,001,338.51
Award Actions
5,335,256
Average Action Value
150,200.10

About Virginia federal contract activity

This page summarizes last 10 years of federal contract activity associated with Virginia. Based on the current FPDS Query dataset, this geography shows 801.36 billion in visible obligations across 5,335,256 award actions, with an average action value of 150,200.10. 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 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 150.28 billion in obligations, followed by VETERANS AFFAIRS, DEPARTMENT OF. 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 10 years. The current ranking is led by OPTUM PUBLIC SECTOR SOLUTIONS, INC., with 65.93 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 10 years, from 2016 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 10 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 10 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
1700 DEPT OF THE NAVY 150,278,546,923.24 150.28 billion 344,441
3600 VETERANS AFFAIRS, DEPARTMENT OF 134,473,256,460.85 134.47 billion 57,548
2100 DEPT OF THE ARMY 78,566,019,928.64 78.57 billion 131,355
5700 DEPT OF THE AIR FORCE 59,907,437,006.66 59.91 billion 85,594
97AS DEFENSE LOGISTICS AGENCY 54,829,866,689.13 54.83 billion 2,798,694
4732 FEDERAL ACQUISITION SERVICE 37,291,822,782.87 37.29 billion 994,859
1900 STATE, DEPARTMENT OF 23,758,861,712.57 23.76 billion 65,224
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 20,952,508,133.64 20.95 billion 6,060
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 18,012,740,631.83 18.01 billion 256,918
7014 U.S. CUSTOMS AND BORDER PROTECTION 14,012,504,521.00 14.01 billion 19,994

Insight

Virginia contract activity over the last 10 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by VETERANS AFFAIRS, DEPARTMENT OF, 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 10 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,933,874,971.84 65.93 billion 129
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 38,101,702,941.44 38.10 billion 40
ATLANTIC DIVING SUPPLY, INC. 1CAY9 30,812,328,330.18 30.81 billion 437,262
HUNTINGTON INGALLS INCORPORATED 43689 28,870,407,504.84 28.87 billion 8,931
BOOZ ALLEN HAMILTON INC. 17038 20,314,225,134.27 20.31 billion 18,624
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 14,719,830,477.08 14.72 billion 14,186
ACCENTURE FEDERAL SERVICES LLC 1ZD18 11,382,793,374.48 11.38 billion 5,590
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 10,947,860,221.32 10.95 billion 11,641
THE MITRE CORPORATION 7L030 10,667,215,660.48 10.67 billion 7,545
LEIDOS, INC. 5UTE1 9,984,566,864.86 9.98 billion 33,451

Insight

Visible obligations in Virginia over the last 10 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 10 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 104,391,468,166.12 104.39 billion 205
541512 COMPUTER SYSTEMS DESIGN SERVICES 98,469,031,257.60 98.47 billion 100,012
541330 ENGINEERING SERVICES 73,771,597,845.31 73.77 billion 129,787
541519 OTHER COMPUTER RELATED SERVICES 65,113,243,992.18 65.11 billion 172,090
336611 SHIP BUILDING AND REPAIRING 46,640,661,862.15 46.64 billion 45,657
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 36,130,140,273.28 36.13 billion 83,169
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 26,886,761,988.99 26.89 billion 34,902
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 26,231,524,452.91 26.23 billion 30,935
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 22,573,094,843.39 22.57 billion 36,882
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 21,322,941,764.17 21.32 billion 621,188

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Virginia over the last 10 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 10 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 68,039,380,610.89 68.04 billion 3,643
R499 SUPPORT- PROFESSIONAL: OTHER 61,690,899,038.75 61.69 billion 88,148
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 47,782,789,770.74 47.78 billion 75,144
G007 SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS 38,096,983,133.90 38.10 billion 53
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 33,053,230,511.51 33.05 billion 58,377
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 31,434,066,580.21 31.43 billion 36,664
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 31,170,265,191.06 31.17 billion 34,134
1905 COMBAT SHIPS AND LANDING VESSELS 31,000,292,006.82 31.00 billion 9,053
4220 MARINE LIFESAVING AND DIVING EQUIPMENT 29,034,688,805.95 29.03 billion 86,441
7030 INFORMATION TECHNOLOGY SOFTWARE 15,234,961,863.75 15.23 billion 43,951

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Virginia over the last 10 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 10 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
2020 73,212,276,067.30 73.21 billion 539,285
2019 60,008,989,484.69 60.01 billion 544,118
2018 59,624,796,889.37 59.62 billion 507,449
2017 54,232,148,679.88 54.23 billion 404,418
2016 50,752,197,829.27 50.75 billion 409,811

Insight

The annual trend shows how obligations in Virginia moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.