{
  "slug": "how-much-does-a-dog-cost-per-year",
  "title": "How Much Does a Dog Cost Per Year?",
  "heading": "How Much Does a Dog Cost Per Year?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-does-a-dog-cost-per-year",
  "summary": "A medium-sized dog typically costs about $1,800-$2,200 a year including food, vet care, and grooming.",
  "description": "Annual dog ownership cost adds up food, routine and preventive vet care, grooming, insurance, and incidentals like toys and treats — costs that scale somewhat with the dog's size. This calculator sums your inputs across these categories for a realistic yearly total.",
  "formula": "Annual Cost = Food + Vet Care + Grooming + Insurance + Supplies/Toys + Boarding/Walking.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-does-a-dog-cost-per-year",
  "inputs": [
    {
      "id": "food",
      "label": "Food per year",
      "kind": "number",
      "hint": null,
      "default": 600,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "vetCare",
      "label": "Routine vet care per year",
      "kind": "number",
      "hint": null,
      "default": 400,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "grooming",
      "label": "Grooming per year",
      "kind": "number",
      "hint": null,
      "default": 300,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "insurance",
      "label": "Pet insurance per year",
      "kind": "number",
      "hint": null,
      "default": 400,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "suppliesToys",
      "label": "Supplies/toys per year",
      "kind": "number",
      "hint": null,
      "default": 150,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "boardingWalking",
      "label": "Boarding/dog-walking per year",
      "kind": "number",
      "hint": null,
      "default": 300,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "annualCost",
      "label": "Annual cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "monthlyCost",
      "label": "Monthly equivalent",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Food per year: 600 $",
      "Routine vet care per year: 400 $",
      "Grooming per year: 300 $",
      "Pet insurance per year: 400 $",
      "Supplies/toys per year: 150 $",
      "Boarding/dog-walking per year: 300 $"
    ],
    "outputs": [
      "Annual cost: $2,150",
      "Monthly equivalent: $179"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter food per year ($).",
      "Enter routine vet care per year ($).",
      "Enter grooming per year ($).",
      "Enter pet insurance per year ($).",
      "Enter supplies/toys per year ($).",
      "Enter boarding/dog-walking per year ($).",
      "Read your annual cost 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": {
        "food": 350,
        "vetCare": 250,
        "grooming": 175,
        "insurance": 250,
        "suppliesToys": 90,
        "boardingWalking": 175
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "food": 600,
        "vetCare": 400,
        "grooming": 300,
        "insurance": 400,
        "suppliesToys": 150,
        "boardingWalking": 300
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "food": 950,
        "vetCare": 650,
        "grooming": 475,
        "insurance": 650,
        "suppliesToys": 240,
        "boardingWalking": 475
      }
    }
  ],
  "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": "How much does a dog cost per year?",
      "a": "With $600 in food, $400 in routine vet care, $300 in grooming, $400 in pet insurance, $150 in supplies, and $300 in boarding/walking, a dog costs about $2,150 a year, or roughly $179/month."
    },
    {
      "q": "Does dog size affect the annual cost much?",
      "a": "Yes — larger dogs eat more (raising food cost 30-50%+ over small breeds), often need bigger medication doses, and may cost more for boarding, while small dogs may need more frequent grooming depending on coat type."
    },
    {
      "q": "Are there big one-time costs beyond the annual budget?",
      "a": "Yes — initial adoption/purchase fees, spay/neuter surgery, initial vaccinations, and starter gear (crate, leash, bed) typically add $500-$2,000+ in the first year beyond ongoing annual costs."
    },
    {
      "q": "Is pet insurance worth it?",
      "a": "It depends on your risk tolerance — insurance smooths out the cost of an unexpected major illness or injury (which can run $2,000-$10,000+), trading a predictable premium for protection against a rare but expensive event."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-does-a-baby-cost-first-year",
    "https://www.revenuelab.fyi/toolbox/how-much-do-i-need-for-emergency-fund"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Does a Dog Cost Per Year? (https://www.revenuelab.fyi/toolbox/how-much-does-a-dog-cost-per-year)"
}