{
  "slug": "hot-tub-gallons-calculator",
  "title": "Hot Tub Gallons Calculator",
  "heading": "Hot Tub Gallons Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/hot-tub-gallons-calculator",
  "summary": "Estimate a hot tub or spa's total water volume for accurate chemical dosing.",
  "description": "Hot tubs and spas hold far less water than a pool, typically 300-600 gallons, but they're dosed with the same categories of sanitizer, pH adjuster, and shock, just at much smaller absolute quantities where an inaccurate gallon estimate causes proportionally bigger dosing errors. Because most hot tubs have molded seating, jets, and irregular contours rather than a flat rectangular or circular floor, this calculator uses a simplified rectangular-equivalent approach: length times width times average water depth times 7.5, with a seating/fixture correction factor of about 0.85 applied to account for the volume displaced by seats, jets, and headrests that a pure rectangle calculation would overstate. For an exact figure, many spa manufacturers publish the specific model's rated capacity, which should always be used over an estimate when available, but for older tubs, DIY builds, or unlabeled units, this measurement-based approach gets close enough for correct chemical dosing.",
  "formula": "Gallons = Length × Width × Average Depth × 7.5 × 0.85",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=hot-tub-gallons-calculator",
  "inputs": [
    {
      "id": "length",
      "label": "Length",
      "kind": "number",
      "hint": null,
      "default": 7,
      "unit": "ft",
      "min": 3,
      "max": 15
    },
    {
      "id": "width",
      "label": "Width",
      "kind": "number",
      "hint": null,
      "default": 7,
      "unit": "ft",
      "min": 3,
      "max": 15
    },
    {
      "id": "avgDepth",
      "label": "Average water depth",
      "kind": "number",
      "hint": null,
      "default": 2.8,
      "unit": "ft",
      "min": 1,
      "max": 5
    }
  ],
  "outputs": [
    {
      "id": "gallons",
      "label": "Estimated hot tub gallons",
      "format": "number",
      "hint": null,
      "primary": true
    },
    {
      "id": "cubicFeet",
      "label": "Estimated cubic feet",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Length: 7 ft",
      "Width: 7 ft",
      "Average water depth: 2.8 ft"
    ],
    "outputs": [
      "Estimated hot tub gallons: 875",
      "Estimated cubic feet: 116.6"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter length (ft).",
      "Enter width (ft).",
      "Enter average water depth (ft).",
      "Read your estimated hot tub gallons 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": {
        "length": 4.2,
        "width": 4.2,
        "avgDepth": 1.68
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "length": 7,
        "width": 7,
        "avgDepth": 2.8
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "length": 11.200000000000001,
        "width": 11.200000000000001,
        "avgDepth": 4.4799999999999995
      }
    }
  ],
  "limitations": [
    "Estimates assume standard, average conditions — local rules, pricing, and materials vary.",
    "Results are rounded for readability; add a buffer before ordering, booking, or committing.",
    "Double-check anything with a real cost attached against a local quote."
  ],
  "faq": [
    {
      "q": "How many gallons does a typical 6-person hot tub hold?",
      "a": "Most 6-7 person hot tubs hold roughly 350-450 gallons, though exact capacity varies by seating layout and jet configuration — always check the manufacturer's spec sheet if available."
    },
    {
      "q": "Why apply a 0.85 correction factor?",
      "a": "Molded seats, headrests, jets, and footwells inside a hot tub displace water compared to an empty rectangular tank of the same outer dimensions, so the correction factor accounts for that lost volume."
    },
    {
      "q": "Should I use the manufacturer's listed capacity instead of estimating?",
      "a": "Yes, always use the manufacturer's rated gallons if it's available on a nameplate, manual, or spec sheet, since it accounts for the exact molded shape far more precisely than any external measurement-based estimate."
    },
    {
      "q": "Does hot tub water need the same chemical balance as a pool?",
      "a": "The same core parameters — sanitizer level, pH, alkalinity — apply, but because hot tubs run hotter and have far less water to dilute contaminants, they typically need more frequent, smaller-dose chemical maintenance."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/pool-gallons-round-calculator",
    "https://www.revenuelab.fyi/toolbox/pool-shock-calculator",
    "https://www.revenuelab.fyi/toolbox/pool-salt-pounds-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Hot Tub Gallons Calculator (https://www.revenuelab.fyi/toolbox/hot-tub-gallons-calculator)"
}