Federal Contractor

DAVITA INC. Federal Contract Obligations (Last 10 Years)

DAVITA INC. has 139 federal award actions totaling $2.69 billion over the last 10 years, led by the Department of Veterans Affairs.

DAVITA INC. (CAGE 45JM2, UEI PCJQZRE36Z73) shows $2.686 billion in obligated federal spending across 139 award actions in the last 10 years. Most activity is with the Veterans Affairs, Department of, and the only reported NAICS is 621492, Kidney Dialysis Centers.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligation totals are concentrated in 2021 through 2025, with 2025 at $576.70 million and 2024 at $131.98 million.

CAGE Code
45JM2
UEI
PCJQZRE36Z73
Total Obligated
2.69 billion
2,685,998,374.56
Award Actions
139
Average Action Value
19,323,729.31

About DAVITA INC. federal contract activity

DAVITA INC. (CAGE 45JM2, UEI PCJQZRE36Z73) received $2.69 billion across 139 FPDS-recorded awards in the last 10 years, for an average award value of $19.32 million. The vendor’s federal activity is highly concentrated, with nearly all obligated dollars flowing through a single civilian healthcare customer set.

Agency mix and customer concentration

The VETERANS AFFAIRS, DEPARTMENT OF accounted for $2.69 billion and 120 awards, representing essentially the full observed federal spend in the period. The only other awarding agency in the data is the DEPT OF THE AIR FORCE, with $754,979.97 across 19 awards, indicating a very small secondary relationship.

Industry profile based on NAICS activity

All recorded obligations map to NAICS 621492, Kidney Dialysis Centers, with $2.69 billion across 139 awards. This suggests the vendor’s federal contracting profile is fully aligned to dialysis service delivery rather than a diversified mix of products or services.

Annual contract trend over the analysis window

Annual obligations were highest in 2025 at $576.70 million across 20 awards, following $131.98 million in 2024 and $250.98 million in 2023. The series shown for 2021 through 2025 indicates sustained annual federal spending at scale, with no visible diversification across multiple NAICS or agencies.

How to interpret this page

This summary is based on FPDS award records associated with DAVITA INC. over the last 10 years, using the provided CAGE code and UEI as identifiers. Agency, NAICS, and annual trend sections reflect the totals in the supplied analysis window and should be interpreted as obligated dollars and award counts reported in FPDS.

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 = '45JM2'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,685,243,394.59 2.69 billion 120
5700 DEPT OF THE AIR FORCE 754,979.97 754.98 thousand 19

Insight

Over the last 10 years, DAVITA INC. has had highly concentrated federal obligations, with 2.69 billion of 2.69 billion total obligated by the Department of Veterans Affairs. VA accounts for 120 of 139 awards and essentially all funding, indicating a strong dependence on a single customer. The Department of the Air Force represents a minor secondary source at 754,979.97 across 19 awards, with no meaningful diversification across 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 = '45JM2'
        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
621492 KIDNEY DIALYSIS CENTERS 2,685,998,374.56 2.69 billion 139

Insight

Over the last 10 years, DAVITA INC.’s obligations are fully concentrated in NAICS 621492, Kidney Dialysis Centers, accounting for the full $2.69 billion obligated across 139 awards. This indicates a highly specialized federal procurement profile with no diversification across other NAICS codes in the provided window. The average award value of about $19.3 million suggests recurring, sizable obligations within the same service 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 = '45JM2'
        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
2025 576,696,027.02 576.70 million 20
2024 131,979,963.85 131.98 million 10
2023 250,975,398.71 250.98 million 9
2022 281,277,488.63 281.28 million 16
2021 281,179,318.43 281.18 million 21
2020 327,166,932.59 327.17 million 18
2019 224,001,987.39 224.00 million 15
2018 284,800,390.00 284.80 million 17
2017 270,692,201.56 270.69 million 12
2016 57,228,666.38 57.23 million 1

Insight

Over the last 10 years, DAVITA INC. recorded $2.69 billion across 139 awards, with an average award value of $19.32 million. Obligation activity is unevenly distributed, with a low point in 2016 ($57.23 million, 1 award) followed by sustained annual obligations generally in the $224.00 million to $327.17 million range from 2017 through 2023. FY2025 is the highest annual obligation in the period at $576.70 million across 20 awards, while FY2024 declines to $131.98 million across 10 awards, indicating recent volatility after a multi-year high-obligation pattern.

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.