{
  "slug": "daycare-vs-nanny-cost",
  "title": "Daycare vs Nanny Cost Calculator",
  "heading": "Daycare vs Nanny Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/daycare-vs-nanny-cost",
  "summary": "Compare the true annual cost of daycare against hiring a nanny, including taxes and backup care.",
  "description": "Daycare centers charge a predictable per-child weekly rate but close on holidays and sick days, while a nanny costs more per hour especially with multiple kids and adds payroll tax and benefits obligations, but offers flexibility and one-on-one care. This tool totals annual cost for each option including estimated backup-care days and employer payroll taxes for a nanny so you can compare true costs, not just headline rates.",
  "formula": "Daycare Total = Weekly Rate × 50 weeks + Backup Care Days × Daily Rate. Nanny Total = Hourly Rate × Hours/Week × 52 × (1 + Payroll Tax Rate).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=daycare-vs-nanny-cost",
  "inputs": [
    {
      "id": "daycareWeekly",
      "label": "Daycare weekly rate",
      "kind": "number",
      "hint": null,
      "default": 350,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "backupDays",
      "label": "Backup/sick care days needed",
      "kind": "number",
      "hint": null,
      "default": 8,
      "unit": null,
      "min": 0,
      "max": null
    },
    {
      "id": "backupDailyRate",
      "label": "Backup care daily rate",
      "kind": "number",
      "hint": null,
      "default": 100,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "nannyHourly",
      "label": "Nanny hourly rate",
      "kind": "number",
      "hint": null,
      "default": 22,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "nannyHoursWeek",
      "label": "Nanny hours per week",
      "kind": "number",
      "hint": null,
      "default": 45,
      "unit": null,
      "min": 0,
      "max": null
    },
    {
      "id": "payrollTaxRate",
      "label": "Nanny payroll tax/benefits rate",
      "kind": "number",
      "hint": null,
      "default": 12,
      "unit": "%",
      "min": 0,
      "max": 30
    },
    {
      "id": "numChildren",
      "label": "Number of children",
      "kind": "number",
      "hint": null,
      "default": 1,
      "unit": null,
      "min": 1,
      "max": 5
    }
  ],
  "outputs": [
    {
      "id": "winner",
      "label": "Lower annual cost option",
      "format": "raw",
      "hint": null,
      "primary": true
    },
    {
      "id": "daycareTotal",
      "label": "Daycare annual cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "nannyTotal",
      "label": "Nanny annual cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "diff",
      "label": "Annual difference",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Daycare weekly rate: 350 $",
      "Backup/sick care days needed: 8",
      "Backup care daily rate: 100 $",
      "Nanny hourly rate: 22 $",
      "Nanny hours per week: 45",
      "Nanny payroll tax/benefits rate: 12 %",
      "Number of children: 1"
    ],
    "outputs": [
      "Lower annual cost option: Daycare",
      "Daycare annual cost: $18,300",
      "Nanny annual cost: $57,658",
      "Annual difference: $39,358"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter daycare weekly rate ($).",
      "Enter backup/sick care days needed.",
      "Enter backup care daily rate ($).",
      "Enter nanny hourly rate ($).",
      "Enter nanny hours per week.",
      "Enter nanny payroll tax/benefits rate (%).",
      "Enter number of children.",
      "Read your lower annual cost option on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "daycareWeekly": 210,
        "backupDays": 5,
        "backupDailyRate": 60,
        "nannyHourly": 13,
        "nannyHoursWeek": 27,
        "payrollTaxRate": 7,
        "numChildren": 1
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "daycareWeekly": 350,
        "backupDays": 8,
        "backupDailyRate": 100,
        "nannyHourly": 22,
        "nannyHoursWeek": 45,
        "payrollTaxRate": 12,
        "numChildren": 1
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "daycareWeekly": 560,
        "backupDays": 13,
        "backupDailyRate": 160,
        "nannyHourly": 35,
        "nannyHoursWeek": 72,
        "payrollTaxRate": 19,
        "numChildren": 2
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "When does a nanny become cheaper than daycare?",
      "a": "Usually with three or more children, since daycare cost scales per child while a nanny's rate stays roughly flat regardless of how many kids they're watching."
    },
    {
      "q": "Do I really owe payroll taxes for a nanny?",
      "a": "Yes — the 'nanny tax' requires paying Social Security, Medicare, and often unemployment tax once you pay a household employee above the IRS threshold, which most families underestimate."
    },
    {
      "q": "Does daycare have hidden costs?",
      "a": "Registration fees, supply fees, and late pickup penalties are common — add a buffer of a few hundred dollars a year if your center charges these."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/public-vs-private-school-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Daycare vs Nanny Cost Calculator (https://www.revenuelab.fyi/toolbox/daycare-vs-nanny-cost)"
}