Why this dataset exists
Families planning in-home care for an older parent in California keep hitting the same wall: it is genuinely hard to find out, county by county, what the state actually pays an in-home caregiver, and easy to confuse that number with what a private agency charges. This dataset publishes the one figure the state does release, the IHSS Individual Provider wage for each of the 58 counties, in a clean, citable, reproducible form, and is careful to say what it is not.
Methodology
Where the numbers come from. The wage for each county is taken from the California Department of Social Services IHSS county wage workbook (the “Individual Provider wages by county” file), specifically the current effective-wage worksheet, accessed on 2026-07-22. A published Python script downloads that workbook and reads the wage and effective date for every county directly from it.
What is calculated. Nothing is estimated. The hourly wage and its effective date are reproduced as published. The one derived column, the full-time monthly illustration, is simply the hourly wage multiplied by 173.33 (a nominal 40-hour week averaged across a month) and is labeled throughout as an illustration, not an observed cost.
What is not published, and not invented. The state does not publish private-pay home-care prices, and neither does this dataset. Where a number does not exist in public data, this page says so rather than filling the gap with an estimate.
What the dataset is and is not
This dataset tells you the IHSS Individual Provider wage the state pays an in-home caregiver in each California county in 2026. It does not tell you what a private, non-medical home-care agency will charge a family, which is higher and varies by agency, and it does not cover assisted living, memory care, or skilled nursing. We could not find a reproducible, provider-level file of private-pay facility prices in public California data. The most widely cited source for private-pay medians is the CareScout (formerly Genworth) Cost of Care Survey, which remains active as of 2026 and should be cited directly rather than reproduced here.
How to use IHSS as a family
IHSS is a Medi-Cal program that pays for personal-care hours at home for people who qualify, and a family member can often be the paid provider. Eligibility runs through the county, and the number of authorized hours depends on an assessment of the recipient’s needs, not on a flat schedule. To see whether IHSS fits, start with the county IHSS office or a benefits counselor.
License and citation
This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You may freely cite, reproduce, and build on the data, with attribution.
Recommended citation:
California Care Compass. California IHSS Individual Provider County Wage Rates 2026. Version 2026.1, published July 2026. https://californiacarecompass.com/data/california-ihss-county-wages-2026
Refresh cadence and updates
Counties change IHSS wages on their own schedules through the year, and CDSS updates the workbook periodically. Because the dataset is script-generated, refreshing it means re-running the fetch against the current CDSS file. Version 2026.1 (July 2026) is the initial publication covering all 58 counties, retrieved 2026-07-22.