Federal Contractor

OPTUM PUBLIC SECTOR SOLUTIONS, INC. Federal Contract Obligations (Last Year)

Federal procurement activity for OPTUM PUBLIC SECTOR SOLUTIONS, INC. (CAGE 4KU58, UEI XMUZGJN98231) in the last full year.

In the last full year, OPTUM PUBLIC SECTOR SOLUTIONS, INC. recorded 40 award actions totaling $18.80 billion, with an average action value of $469.89 million. All obligated dollars in this period were associated with the Department of Veterans Affairs and NAICS 524114, Direct Health and Medical Insurance Carriers.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the most recent full-year FPDS activity captured in the provided dataset and reflects obligated dollars and award counts only.

CAGE Code
4KU58
UEI
XMUZGJN98231
Total Obligated
18.80 billion
18,795,539,552.04
Award Actions
40
Average Action Value
469,888,488.80

About OPTUM PUBLIC SECTOR SOLUTIONS, INC. federal contract activity

OPTUM PUBLIC SECTOR SOLUTIONS, INC. recorded 18.80 billion in obligated obligations across 40 awards in the last full year, with an average award value of 469.89 million. The activity profile indicates a highly concentrated federal contracting footprint at the vendor level, with all observed obligations tied to a single primary customer and a single dominant industry classification.

Agency mix and customer concentration

The agency mix is fully concentrated in the VETERANS AFFAIRS, DEPARTMENT OF, which accounted for the entire 18.80 billion in obligations and all 40 awards. This pattern indicates exclusive or near-exclusive dependence on VA as the contracting agency during the analysis period.

Industry profile based on NAICS activity

The NAICS distribution is entirely concentrated in 524114, Direct Health and Medical Insurance Carriers, which represents the full 18.80 billion in obligations and all 40 awards. This classification is consistent with a specialized health insurance or managed care services profile rather than a diversified contracting portfolio.

Annual contract trend over the analysis window

Annual activity in 2025 totals 18.80 billion across 40 awards, which is the complete observed volume for the last full year. Because only one annual data point is present, the trend view reflects a point-in-time level rather than a directional change over multiple years.

How to interpret this page

This summary is based on FPDS award data for the last full year using the provided CAGE code 4KU58 and UEI XMUZGJN98231. Metrics reflect obligated dollars and award counts aggregated by vendor, agency, NAICS code, and year; no additional assumptions or external sources 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 = '4KU58'
        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 18,795,539,552.04 18.80 billion 40

Insight

For the last full year, OPTUM PUBLIC SECTOR SOLUTIONS, INC. received all reported obligations from a single agency: the Department of Veterans Affairs. The vendor’s $18.80 billion in obligations across 40 awards indicates complete agency concentration and a very high average award value of about $469.9 million. This pattern suggests the vendor’s federal activity in the period was narrowly concentrated within VA rather than distributed across multiple agencies.

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 = '4KU58'
        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 18,795,539,552.04 18.80 billion 40

Insight

OPTUM PUBLIC SECTOR SOLUTIONS, INC. shows complete concentration in NAICS 524114, Direct Health and Medical Insurance Carriers, for the last full year. All 40 awards and the full $18.80 billion in obligated value are associated with this single NAICS, indicating a highly concentrated procurement profile with no diversification across other industry codes in this period. The average award value was approximately $469.9 million, suggesting a small number of very large obligations within the category.

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 = '4KU58'
        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 18,795,539,552.04 18.80 billion 40

Insight

Over the last full year, OPTUM PUBLIC SECTOR SOLUTIONS, INC. (CAGE 4KU58) obligated $18.80 billion across 40 awards, indicating very high value concentration in a relatively small number of actions. The average award value was approximately $469.9 million, which suggests the vendor’s annual activity is driven by large-dollar obligations rather than a broad distribution of lower-value awards. Because only one year is provided, this window supports a snapshot of current magnitude, not a multi-year trend assessment.

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.