Federal Contractor

VSE CORPORATION Federal Contract Obligations (Last Year)

VSE CORPORATION (CAGE 31902, UEI SD7ABX8S2G79) received 174 federal award actions in the last full year totaling $27.48 million in obligations.

In the last full year, VSE CORPORATION recorded $27,479,386.34 in federal obligations across 174 award actions, for an average action value of $157,927.50. Most of the spending came from the Department of the Navy, followed by the Department of the Air Force and the Defense Logistics Agency, with engineering services as the leading NAICS category.

Generated at 03/21/2026

Analysis period: Last full year

Totals, counts, and rankings reflect the provided FPDS analysis window and may not capture modifications or records outside the selected period.

CAGE Code
31902
UEI
SD7ABX8S2G79
Total Obligated
27.48 million
27,479,386.34
Award Actions
174
Average Action Value
157,927.50

About VSE CORPORATION federal contract activity

VSE CORPORATION (CAGE 31902, UEI SD7ABX8S2G79) received 27.48 million in obligated federal awards across 174 actions in the last full year, for an average award value of 157,927.50. The profile is heavily weighted toward defense-related procurement, with most dollars concentrated in a small number of agencies and technical/manufacturing NAICS codes.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for the largest share of obligations at 21.61 million across 23 awards, representing the dominant customer relationship in the period. The DEPT OF THE AIR FORCE and DEFENSE LOGISTICS AGENCY were the next largest agencies by obligated dollars, while the remaining agencies contributed materially smaller totals and a higher degree of fragmentation.

Industry profile based on NAICS activity

NAICS 541330, Engineering Services, led by a wide margin with 22.33 million across 18 awards, indicating that professional and technical services were the primary revenue driver. The next largest categories were 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, and smaller manufacturing codes including 332510, 336992, and 336211, showing a mix of engineering and defense/aerospace manufacturing activity.

Annual contract trend over the analysis window

The annual trend shows all obligations and award actions occurring in 2025, totaling 27.48 million across 174 awards. With only one year represented in the analysis window, the data support a point-in-time view rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS obligations for the last full year and uses reported obligated dollars, award counts, and categorical rollups by agency and NAICS. Dollar figures are rounded to the nearest hundredth where provided and summarized at the top-customer and top-industry levels only.

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 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
1700 DEPT OF THE NAVY 21,608,288.94 21.61 million 23
5700 DEPT OF THE AIR FORCE 3,687,122.47 3.69 million 12
97AS DEFENSE LOGISTICS AGENCY 1,946,465.78 1.95 million 98
2100 DEPT OF THE ARMY 355,479.99 355.48 thousand 11
2800 SOCIAL SECURITY ADMINISTRATION 220,000.00 220.00 thousand 4
7524 FOOD AND DRUG ADMINISTRATION 0.00 0.00 1
7008 U.S. COAST GUARD 0.00 0.00 3
1501 OFFICES, BOARDS AND DIVISIONS -1,977.00 -1.98 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -335,993.84 -335.99 thousand 21

Insight

VSE CORPORATION’s last full year obligations were concentrated in the DEPT OF THE NAVY, which accounted for $21.61 million across 23 awards, or about 79% of total obligated dollars. The DEPT OF THE AIR FORCE added $3.69 million and DEFENSE LOGISTICS AGENCY contributed $1.95 million, while the remaining agencies were individually minor in dollar value. Award volume was more distributed than dollars, with DLA accounting for 98 of 174 awards despite relatively low obligated value, indicating many smaller transactions. Negative obligations were recorded for DEFENSE CONTRACT MANAGEMENT AGENCY (-$335.99 thousand) and OFFICES, BOARDS AND DIVISIONS (-$1.98 thousand).

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 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
541330 ENGINEERING SERVICES 22,325,062.78 22.33 million 18
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 3,809,210.05 3.81 million 13
332510 HARDWARE MANUFACTURING 710,846.50 710.85 thousand 5
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 355,479.99 355.48 thousand 10
336211 MOTOR VEHICLE BODY MANUFACTURING 312,837.21 312.84 thousand 3
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 305,784.00 305.78 thousand 5
336340 MOTOR VEHICLE BRAKE SYSTEM MANUFACTURING 278,783.75 278.78 thousand 20
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 170,796.06 170.80 thousand 4
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 128,003.89 128.00 thousand 2
336320 MOTOR VEHICLE ELECTRICAL AND ELECTRONIC EQUIPMENT MANUFACTURING 102,496.18 102.50 thousand 8

Insight

VSE Corporation’s last full year obligations were concentrated in NAICS 541330 Engineering Services, which accounted for $22.33 million across 18 awards, or about 81% of the vendor’s $27.48 million total. The next largest NAICS, 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, contributed $3.81 million across 13 awards, bringing the top two NAICS to roughly 95% of obligated dollars. Remaining obligations were dispersed across smaller manufacturing, repair, and vehicle-related codes, with no other NAICS exceeding $0.71 million.

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 1 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

Insight

Over the last full year, VSE CORPORATION (CAGE 31902) recorded $27.48 million in obligated awards across 174 awards, indicating a relatively broad distribution of obligation activity. The average award value was approximately $157.9K, suggesting the vendor’s annual activity was weighted toward smaller, repeated obligations rather than a small number of large awards. With only one year in the window, no multi-year trend can be assessed from the provided data.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.