Federal Contractor

VECTRUS SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for VECTRUS SYSTEMS CORPORATION (CAGE 1D510, UEI RRFJZGASZJ41) covering last full year obligations, agencies, and NAICS activity.

In the last full year, VECTRUS SYSTEMS CORPORATION recorded 1,528 award actions totaling $1,879,097,637.73, with an average action value of $1,229,775.94. Most obligations came from the Department of the Army, followed by the Department of the Air Force and the Department of the Navy, with activity concentrated in Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligations and award actions, grouped by agency, NAICS, and annual trend.

CAGE Code
1D510
UEI
RRFJZGASZJ41
Total Obligated
1.88 billion
1,879,097,637.73
Award Actions
1,528
Average Action Value
1,229,775.94

About VECTRUS SYSTEMS CORPORATION federal contract activity

VECTRUS SYSTEMS CORPORATION (CAGE 1D510, UEI RRFJZGASZJ41) recorded 1.88 billion in obligations across 1,528 awards in the last full year, for an average award value of 1.23 million. The profile indicates a high-volume federal contractor with substantial spend concentrated in defense-related support activities.

Agency mix and customer concentration

The DEPT OF THE ARMY accounted for the largest share of obligations at 1.25 billion across 196 awards, making it the clear primary customer. The DEPT OF THE AIR FORCE and DEPT OF THE NAVY were the next largest obligators, while the STATE, DEPARTMENT OF STATE and DEFENSE LOGISTICS AGENCY contributed materially smaller amounts; the DLA relationship is notable for its high award count relative to dollars obligated.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 561210, Facilities Support Services, at 1.61 billion across 442 awards, indicating that facility operations and support are the core of the vendor’s federal work. Secondary lines include Communication Equipment Repair and Maintenance, Engineering Services, All Other Telecommunications, and Other Computer Related Services, showing a narrower mix of technical sustainment and communications support work.

Annual contract trend over the analysis window

The annual trend shows 1.88 billion obligated in 2025, with 1,528 awards recorded in the analysis window. Because only one year is available, the data support a point-in-time profile rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS-observed obligations for the last full year and grouped by vendor identifiers, agency, and NAICS classifications. Dollar figures and award counts reflect the provided analysis window and may not capture modifications or awards outside FPDS-recorded activity in that period.

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 = '1D510'
        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
2100 DEPT OF THE ARMY 1,253,505,543.68 1.25 billion 196
5700 DEPT OF THE AIR FORCE 350,087,502.93 350.09 million 50
1700 DEPT OF THE NAVY 240,740,249.18 240.74 million 334
1900 STATE, DEPARTMENT OF 27,077,634.96 27.08 million 15
97AS DEFENSE LOGISTICS AGENCY 7,759,396.49 7.76 million 877
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 2,095,729.00 2.10 million 3
7524 FOOD AND DRUG ADMINISTRATION 748,155.99 748.16 thousand 2
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 250.00 250.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,916,824.50 -2.92 million 50

Insight

VECTRUS SYSTEMS CORPORATION obligated $1.88 billion across 1,528 awards in the last full year, with funding heavily concentrated in the Department of the Army, which accounted for $1.25 billion and 196 awards. The Department of the Air Force and Department of the Navy were the next largest obligators at $350.09 million and $240.74 million, respectively, indicating a strong DoD concentration. Non-DoD obligations were comparatively limited, led by the Department of State at $27.08 million, while Defense Logistics Agency activity was high in award count (877) but low in dollars ($7.76 million). A negative obligation of $2.92 million at DCMA suggests downward adjustments or deobligations within the portfolio.

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 = '1D510'
        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
561210 FACILITIES SUPPORT SERVICES 1,612,680,863.99 1.61 billion 442
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 143,409,298.86 143.41 million 18
541330 ENGINEERING SERVICES 70,536,154.72 70.54 million 61
517810 ALL OTHER TELECOMMUNICATIONS 16,979,219.59 16.98 million 4
541519 OTHER COMPUTER RELATED SERVICES 15,068,691.83 15.07 million 11
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 4,204,360.54 4.20 million 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,782,523.53 3.78 million 36
811111 GENERAL AUTOMOTIVE REPAIR 2,605,219.35 2.61 million 3
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,404,065.79 2.40 million 6
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 1,470,295.00 1.47 million 5

Insight

VECTRUS SYSTEMS CORPORATION’s obligations over the last full year are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $1.61 billion across 442 awards, or the vast majority of the vendor’s $1.88 billion total obligated. The next largest NAICS, 811213, Communication Equipment Repair and Maintenance, is materially smaller at $143.41 million across 18 awards, followed by 541330, Engineering Services, at $70.54 million across 61 awards. Remaining obligations are dispersed across several lower-value NAICS codes, indicating a broad but secondary portfolio outside the dominant facilities support work.

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 = '1D510'
        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 1,879,097,637.73 1.88 billion 1,528

Insight

In the last full year, VECTRUS SYSTEMS CORPORATION (CAGE 1D510) recorded $1.88 billion in obligated value across 1,528 awards, for an average award value of approximately $1.23 million. The annual activity is concentrated in a single year in the 1-year window, so this section reflects the full observed period rather than a multi-year trend. The volume of awards relative to total obligated value suggests a broad distribution of obligations across many transactions rather than reliance on a small number of awards.

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.