Geography

Virginia Federal Contract Obligations (Last Year)

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

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

Generated at 03/21/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
VA
State
Virginia
Total Obligated
115.63 billion
115,629,336,968.52
Award Actions
539,930
Average Action Value
214,156.16

About Virginia federal contract activity

This page summarizes last full year of federal contract activity associated with Virginia. Based on the current FPDS Query dataset, this geography shows 115.63 billion in visible obligations across 539,930 award actions, with an average action value of 214,156.16. 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 full year. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 31.74 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 full year. The current ranking is led by OPTUM PUBLIC SECTOR SOLUTIONS, INC., with 18.80 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 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 = 'VA'
        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 31,742,116,862.76 31.74 billion 4,620
1700 DEPT OF THE NAVY 20,734,908,177.85 20.73 billion 37,268
97AS DEFENSE LOGISTICS AGENCY 8,594,511,348.63 8.59 billion 255,826
5700 DEPT OF THE AIR FORCE 7,393,995,589.64 7.39 billion 7,736
2100 DEPT OF THE ARMY 7,215,165,620.45 7.22 billion 9,789
4732 FEDERAL ACQUISITION SERVICE 5,759,992,544.80 5.76 billion 149,441
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 2,886,261,202.82 2.89 billion 622
7014 U.S. CUSTOMS AND BORDER PROTECTION 2,216,363,407.12 2.22 billion 1,256
1900 STATE, DEPARTMENT OF 2,159,258,612.54 2.16 billion 4,727
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,834,748,955.45 1.83 billion 2,546

Insight

In Virginia, obligations last year were led by the Department of Veterans Affairs at 31.74 billion, followed by the Department of the Navy at 20.73 billion, with the top visible agencies accounting for a large share of total activity. The Defense Logistics Agency had the most award actions at 255,826, while Federal Acquisition Service also showed high volume at 149,441, indicating concentration among a few high-activity buyers. Average action value across the state was 214,156.16, with a mix of large-obligation and high-volume agencies shaping the profile.

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 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
OPTUM PUBLIC SECTOR SOLUTIONS, INC. 4KU58 18,795,539,552.04 18.80 billion 30
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 9,403,837,447.98 9.40 billion 12
ATLANTIC DIVING SUPPLY, INC. 1CAY9 5,606,425,344.71 5.61 billion 66,305
LOCKHEED MARTIN CORPORATION 81755 3,965,007,849.57 3.97 billion 38
HUNTINGTON INGALLS INCORPORATED 43689 3,308,028,487.16 3.31 billion 504
BOOZ ALLEN HAMILTON INC. 17038 2,489,701,895.57 2.49 billion 1,545
ACCENTURE FEDERAL SERVICES LLC 1ZD18 2,129,800,139.94 2.13 billion 949
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 2,024,454,989.17 2.02 billion 1,847
LEIDOS, INC. 5UTE1 1,832,107,483.68 1.83 billion 12,024
CACI, INC. - FEDERAL 1QU78 1,770,230,792.83 1.77 billion 564

Insight

In Virginia, obligations are concentrated among a few large vendors, led by OPTUM PUBLIC SECTOR SOLUTIONS, INC. at 18.80 billion, followed by TRIWEST HEALTHCARE ALLIANCE CORP. at 9.40 billion and ATLANTIC DIVING SUPPLY, INC. at 5.61 billion. The visible top vendors combine high-value awards with wide action volume, especially ATLANTIC DIVING SUPPLY, INC. and LEIDOS, INC., while the overall average action value is 214,156.16 across 539,930 award actions.

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 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
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 28,199,377,000.02 28.20 billion 42
541512 COMPUTER SYSTEMS DESIGN SERVICES 13,297,755,711.51 13.30 billion 17,940
541330 ENGINEERING SERVICES 8,690,595,634.56 8.69 billion 11,651
541519 OTHER COMPUTER RELATED SERVICES 8,372,505,542.75 8.37 billion 19,226
336611 SHIP BUILDING AND REPAIRING 5,488,198,485.28 5.49 billion 3,672
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 5,092,577,234.24 5.09 billion 5,426
336411 AIRCRAFT MANUFACTURING 4,103,872,752.79 4.10 billion 200
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,662,076,143.94 3.66 billion 3,695
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,515,797,836.14 3.52 billion 8,379
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 3,229,400,415.93 3.23 billion 136,896

Insight

In Virginia, obligations last year were led by Direct Health and Medical Insurance Carriers at 28.20 billion, far ahead of every other NAICS and concentrated in just 42 award actions. The rest of the top group was dominated by technology and engineering categories such as Computer Systems Design Services, Engineering Services, and Other Computer Related Services, with much higher award action volumes and lower average action values than the top leader.

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 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
Q201 MEDICAL- MANAGED HEALTHCARE 19,012,202,313.30 19.01 billion 309
G007 SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS 9,403,837,447.98 9.40 billion 12
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 8,844,769,968.44 8.84 billion 15,795
R499 SUPPORT- PROFESSIONAL: OTHER 8,025,491,132.87 8.03 billion 8,269
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 6,061,062,596.42 6.06 billion 7,476
4220 MARINE LIFESAVING AND DIVING EQUIPMENT 5,042,106,566.01 5.04 billion 8,940
1905 COMBAT SHIPS AND LANDING VESSELS 4,109,489,365.98 4.11 billion 612
1510 AIRCRAFT, FIXED WING 3,769,448,637.13 3.77 billion 53
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 3,160,124,557.36 3.16 billion 5,647
DA10 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SOFTWARE AS A SERVICE 3,002,707,014.46 3.00 billion 3,090

Insight

In Virginia, obligations in the Top PSC list are led by Q201 Medical- Managed Healthcare at $19.01 billion, with G007 and DA01 following, showing a mix of health, IT, and professional support categories. The visible rows are somewhat concentrated in a few large PSCs, but award actions are more dispersed, with DA01, R499, R425, and 4220 accounting for most of the activity.

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 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 115,629,336,968.52 115.63 billion 539,930

Insight

Virginia shows 115.63 billion in obligations across 539,930 award actions in the visible annual trend for the last full year. The average action value is 214,156.16, indicating a high-volume procurement profile with substantial obligations concentrated in a large number of actions.

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.