{
  "slug": "pool-salt-pounds-calculator",
  "title": "Pool Salt Pounds Calculator",
  "heading": "Pool Salt Pounds Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/pool-salt-pounds-calculator",
  "summary": "Find how many pounds of salt to add to reach your target salt level for a saltwater chlorinator.",
  "description": "Saltwater pools rely on a salt chlorinator that converts dissolved salt into chlorine, and it needs the water's salt concentration to sit within a specific range, typically 2,700-3,400 ppm depending on the chlorinator model, to function correctly. This calculator takes your pool's total gallons, your current salt level in ppm (measured with a test strip or digital tester), and your target salt level, then calculates the pounds of salt needed to close that gap using the standard conversion that one pound of salt per 120 gallons raises salinity by roughly 100 ppm. Adding too little salt leaves the chlorinator unable to generate adequate chlorine, leading to algae and cloudy water, while adding too much can trip the chlorinator's high-salt safety cutoff or, in extreme cases, damage pool surfaces and equipment over time. This tool is meant for topping up an already-salted pool or converting a chlorine pool to salt for the first time — always add salt gradually and let it fully dissolve and circulate for several hours before retesting.",
  "formula": "Salt (lbs) = ((Target ppm − Current ppm) ÷ 100) × (Pool Gallons ÷ 120)",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=pool-salt-pounds-calculator",
  "inputs": [
    {
      "id": "poolGallons",
      "label": "Pool volume",
      "kind": "number",
      "hint": null,
      "default": 20000,
      "unit": "gal",
      "min": 500,
      "max": null
    },
    {
      "id": "currentPpm",
      "label": "Current salt level",
      "kind": "number",
      "hint": null,
      "default": 1500,
      "unit": "ppm",
      "min": 0,
      "max": 6000
    },
    {
      "id": "targetPpm",
      "label": "Target salt level",
      "kind": "number",
      "hint": null,
      "default": 3200,
      "unit": "ppm",
      "min": 0,
      "max": 6000
    }
  ],
  "outputs": [
    {
      "id": "saltLbs",
      "label": "Salt needed",
      "format": "number",
      "hint": "lbs",
      "primary": true
    },
    {
      "id": "bags40lb",
      "label": "40lb bags",
      "format": "number",
      "hint": null,
      "primary": false
    },
    {
      "id": "ppmGap",
      "label": "PPM gap to close",
      "format": "number",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Pool volume: 20000 gal",
      "Current salt level: 1500 ppm",
      "Target salt level: 3200 ppm"
    ],
    "outputs": [
      "Salt needed: 2,833",
      "40lb bags: 71",
      "PPM gap to close: 1,700"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter pool volume (gal).",
      "Enter current salt level (ppm).",
      "Enter target salt level (ppm).",
      "Read your salt needed 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": {
        "poolGallons": 12000,
        "currentPpm": 900,
        "targetPpm": 1900
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "poolGallons": 20000,
        "currentPpm": 1500,
        "targetPpm": 3200
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "poolGallons": 32000,
        "currentPpm": 2400,
        "targetPpm": 5100
      }
    }
  ],
  "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": "What salt level do saltwater chlorinators need?",
      "a": "Most residential salt chlorinators are rated for 2,700-3,400 ppm, but the exact ideal range varies by manufacturer, so always check your specific chlorinator's manual for its target range."
    },
    {
      "q": "How long does it take for added salt to dissolve?",
      "a": "Salt typically dissolves within a few hours with the pump running continuously, but it can take up to 24 hours to fully circulate and give an accurate retest reading, so avoid adding more salt too soon after the first dose."
    },
    {
      "q": "Can I use regular table salt in a pool?",
      "a": "No, use pool-grade salt (sodium chloride, 99%+ pure) without anti-caking agents or iodine additives, since additives found in table salt can cloud water or stain pool surfaces."
    },
    {
      "q": "What happens if salt levels get too high?",
      "a": "Most chlorinators have a high-salt cutoff that stops chlorine generation to protect the cell, and in the long run excessively high salt can accelerate corrosion of metal pool equipment and fixtures."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/pool-gallons-rectangular-calculator",
    "https://www.revenuelab.fyi/toolbox/pool-shock-calculator",
    "https://www.revenuelab.fyi/toolbox/hot-tub-gallons-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Pool Salt Pounds Calculator (https://www.revenuelab.fyi/toolbox/pool-salt-pounds-calculator)"
}