Federal Contractor

UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC Federal Contract Obligations (Last 10 Years)

UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC has 175 federal award actions totaling $2.65 billion over the last 10 years, all tied to the Defense Health Agency and NAICS 524114.

UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC (CAGE 53JY0, UEI VCMHC2WJD466) recorded 175 award actions and $2,646,133,216.15 in obligated federal spending over the last 10 years. Its activity is concentrated entirely with the Defense Health Agency under NAICS 524114, Direct Health and Medical Insurance Carriers.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations were highest in 2017 at $2.40 billion across 119 actions, then declined to $221.16 million in 2018 and $29.29 million in 2019.

CAGE Code
53JY0
UEI
VCMHC2WJD466
Total Obligated
2.65 billion
2,646,133,216.15
Award Actions
175
Average Action Value
15,120,761.23

About UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC federal contract activity

UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC (CAGE 53JY0, UEI VCMHC2WJD466) recorded $2.65 billion in FPDS obligations across 175 awards over the last 10 years, for an average award value of $15.12 million. The profile reflects a concentrated federal contracting history with substantial funding volume and a moderate award count, consistent with large recurring service obligations rather than many small transactions.

Agency mix and customer concentration

All observed obligations are concentrated with the Defense Health Agency (DHA), which accounts for the full $2.65 billion and all 175 awards. This indicates a single-agency dependency profile with no visible diversification across other federal buyers in the analyzed period.

Industry profile based on NAICS activity

The vendor’s contracting activity is entirely classified under NAICS 524114, Direct Health and Medical Insurance Carriers, with all $2.65 billion in obligations and all 175 awards falling in that category. The NAICS concentration suggests the vendor’s federal work is highly specialized and aligned to managed health/insurance-related services.

Annual contract trend over the analysis window

Annual obligations were highly uneven over the period shown, peaking in 2017 at $2.40 billion across 119 awards, then falling sharply to $221.16 million in 2018 and $29.29 million in 2019. The pattern indicates a major award or transition year in 2017 followed by substantially lower activity in subsequent years.

How to interpret this page

This summary is based on FPDS award records for the last 10 years using the vendor’s CAGE code and UEI, with obligations aggregated by agency, NAICS, and fiscal year. Totals reflect obligated dollars and award counts only from the provided dataset; no external sources or inferred contract details were used.

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 = '53JY0'
        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
97DH DEFENSE HEALTH AGENCY (DHA) 2,646,133,216.15 2.65 billion 175

Insight

Over the last 10 years, UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC’s obligations are fully concentrated with the Defense Health Agency (DHA), which accounts for the entire $2.65 billion in reported obligations. All 175 awards in the period are associated with DHA, indicating a highly concentrated award profile rather than a distributed customer base across multiple agencies. The average award value of about $15.1 million suggests a recurring, substantial procurement relationship within a single agency.

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 = '53JY0'
        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 2,646,133,216.15 2.65 billion 175

Insight

Over the last 10 years, UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC’s obligations are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. The vendor has received 175 awards totaling $2.65 billion, indicating a highly concentrated award profile within a single NAICS code. The average award value of about $15.1 million suggests repeated obligation activity at substantial contract values rather than broad diversification across industries.

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 = '53JY0'
        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
2019 29,294,057.49 29.29 million 6
2018 221,157,038.93 221.16 million 50
2017 2,395,682,119.73 2.40 billion 119

Insight

Obligations are highly concentrated in 2017, when UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC accounted for $2.40 billion across 119 awards, representing the dominant share of the 10-year total. Activity declined sharply in 2018 to $221.16 million over 50 awards and again in 2019 to $29.29 million over 6 awards, indicating a steep downward trend after the 2017 peak. Over the last 10 years, the vendor received $2.65 billion across 175 awards, with an average award value of $15.12 million.

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