Federal Contractor

VSE CORPORATION Federal Contract Obligations (Last 5 Years)

VSE CORPORATION (CAGE 31902, UEI SD7ABX8S2G79) received 647.32 million in obligations across 3,903 awards over the last 5 years.

VSE CORPORATION’s federal activity is concentrated in defense and transportation-related procurement, led by the Department of the Navy, Department of the Air Force, and the Defense Logistics Agency. The largest NAICS categories are ship building and repairing, aircraft manufacturing, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and may include negative obligations in individual years, such as 2024.

CAGE Code
31902
UEI
SD7ABX8S2G79
Total Obligated
647.32 million
647,321,745.01
Award Actions
3,903
Average Action Value
165,852.35

About VSE CORPORATION federal contract activity

VSE CORPORATION (CAGE 31902, UEI SD7ABX8S2G79) recorded 647.32 million in obligated awards across 3,903 actions over the last 5 years, for an average award value of 165,852.35. The profile indicates a high-volume federal supplier with obligations concentrated in defense-related markets, especially maritime and aviation support.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for 466.45 million across 480 awards, or the clear majority of obligated value. The Department of the Air Force ranks second at 108.77 million, while Defense Logistics Agency shows the highest award count among smaller value channels at 3,131 awards for 25.92 million, indicating a mix of large program awards and more transactional activity.

Industry profile based on NAICS activity

The company’s work is heavily concentrated in NAICS 336611 Ship Building and Repairing, which accounts for 392.77 million across 423 awards. Aircraft Manufacturing (336411) and Engineering Services (541330) form the next tier, with 99.80 million and 57.92 million respectively, while 541199 and 336413 indicate additional work in legal support and aircraft component manufacturing.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at 232.56 million and remained elevated in 2023 at 199.36 million before falling to -2.54 million in 2024, which suggests net deobligations or downward adjustments in that year. The 2025 period shows 27.48 million to date, below prior peak years but still positive, while award volume has been highest in 2022 and 2023, indicating a decline in both value and activity after the 2022 peak.

How to interpret this page

This summary is based on FPDS Query data for the last 5 years and uses obligated dollars and award counts associated with the vendor’s CAGE and UEI identifiers. Agency, NAICS, and annual trend views reflect the reported top categories in the supplied dataset; negative annual obligation values are presented as recorded and may indicate deobligations or adjustments rather than new award activity.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '31902'
        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
1700 DEPT OF THE NAVY 466,451,388.39 466.45 million 480
5700 DEPT OF THE AIR FORCE 108,773,785.70 108.77 million 83
1501 OFFICES, BOARDS AND DIVISIONS 49,025,632.81 49.03 million 40
97AS DEFENSE LOGISTICS AGENCY 25,923,257.57 25.92 million 3,131
7524 FOOD AND DRUG ADMINISTRATION 5,569,645.28 5.57 million 11
7008 U.S. COAST GUARD 1,094,615.07 1.09 million 20
2800 SOCIAL SECURITY ADMINISTRATION 956,546.60 956.55 thousand 8
1341 NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY 72,454.00 72.45 thousand 4
4732 FEDERAL ACQUISITION SERVICE -57,172.77 -57.17 thousand 1
1560 ATF ACQUISITION AND PROPERTY MGMT DIV -314,403.25 -314.40 thousand 3

Insight

Over the last 5 years, VSE CORPORATION’s obligations are heavily concentrated in the Department of the Navy, which accounts for $466.45 million across 480 awards, or about 72% of total obligated value. The Department of the Air Force is the next largest buyer at $108.77 million, followed by Offices, Boards and Divisions at $49.03 million. Award volume is more dispersed than dollar value, with the Defense Logistics Agency issuing 3,131 awards but obligating only $25.92 million, indicating many lower-value transactions. Smaller obligations across civilian agencies are limited, and two agencies show net negative obligations, suggesting adjustments or deobligations within the period.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '31902'
        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
336611 SHIP BUILDING AND REPAIRING 392,766,729.61 392.77 million 423
336411 AIRCRAFT MANUFACTURING 99,802,594.22 99.80 million 69
541330 ENGINEERING SERVICES 57,923,146.02 57.92 million 90
541199 ALL OTHER LEGAL SERVICES 49,025,632.81 49.03 million 40
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 9,889,288.91 9.89 million 59
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 6,600,544.74 6.60 million 79
493190 OTHER WAREHOUSING AND STORAGE 6,316,643.16 6.32 million 10
336211 MOTOR VEHICLE BODY MANUFACTURING 2,016,980.13 2.02 million 91
332510 HARDWARE MANUFACTURING 1,991,140.56 1.99 million 300
332911 INDUSTRIAL VALVE MANUFACTURING 1,408,987.13 1.41 million 143

Insight

Over the last 5 years, VSE Corporation’s obligated dollars are highly concentrated in NAICS 336611, Ship Building and Repairing, which accounts for $392.77 million across 423 awards, or the clear majority of the vendor’s $647.32 million total. The next largest NAICS codes are Aircraft Manufacturing ($99.80 million) and Engineering Services ($57.92 million), with a sharp drop-off after the top three categories, indicating a business mix centered on maritime and aviation support activities. The remaining top NAICS codes are materially smaller in obligated value but still reflect a broader spread across repair, manufacturing, logistics, and related technical services, with award counts generally higher than dollar concentration in several lower-value categories.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '31902'
        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 27,479,386.34 27.48 million 174
2024 -2,538,352.24 -2.54 million 605
2023 199,360,283.26 199.36 million 1,199
2022 232,559,003.54 232.56 million 1,452
2021 190,461,424.11 190.46 million 473

Insight

Over the last 5 years, VSE CORPORATION (CAGE 31902) obligated $647.32 million across 3,903 awards, averaging $165.85 thousand per award. Obligations were heavily concentrated in 2021 through 2023, with annual totals of $190.46 million, $232.56 million, and $199.36 million, respectively, accounting for most of the period’s funding. Activity then declined in 2024 to a negative net obligation of $2.54 million and partially recovered in 2025 to $27.48 million, while award volume also fell from 1,452 in 2022 and 1,199 in 2023 to 605 in 2024 and 174 in 2025.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.