{"product_id":"hayward-ax6009s-in-line-filter-screen","title":"Hayward AX6009S In-Line Filter Screen","description":"\u003cstyle\u003e\n  .atb-product-description {\n    --atb-blue: #0b5f8f;\n    --atb-dark-blue: #063f60;\n    --atb-orange: #f47b20;\n    --atb-light-blue: #eef8fc;\n    --atb-light-orange: #fff4ea;\n    --atb-border: #d9e3e8;\n    --atb-text: #24323a;\n    --atb-muted: #5d6d75;\n    --atb-white: #ffffff;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--atb-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .atb-product-description * {\n    box-sizing: border-box;\n  }\n\n  .atb-product-description .atb-hero {\n    background: linear-gradient(135deg, #073f60 0%, #0b5f8f 100%);\n    color: #ffffff;\n    border-radius: 14px;\n    padding: 30px;\n    margin: 0 0 22px;\n    box-shadow: 0 8px 22px rgba(6, 63, 96, 0.16);\n  }\n\n  .atb-product-description .atb-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.16);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  .atb-product-description .atb-hero h2 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: 30px;\n    line-height: 1.2;\n  }\n\n  .atb-product-description .atb-hero p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.94);\n    font-size: 16px;\n  }\n\n  .atb-product-description .atb-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0 0 24px;\n  }\n\n  .atb-product-description .atb-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 8px 12px;\n    border: 1px solid #cfe1ea;\n    border-radius: 999px;\n    background: #f8fcfe;\n    color: var(--atb-dark-blue);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .atb-product-description .atb-badge-orange {\n    border-color: #f7cda9;\n    background: var(--atb-light-orange);\n    color: #a34b0d;\n  }\n\n  .atb-product-description .atb-intro {\n    margin: 0 0 22px;\n    color: var(--atb-text);\n    font-size: 16px;\n  }\n\n  .atb-product-description .atb-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin: 0 0 24px;\n  }\n\n  .atb-product-description .atb-feature-card {\n    min-height: 100%;\n    padding: 20px;\n    border: 1px solid var(--atb-border);\n    border-radius: 12px;\n    background: var(--atb-white);\n    box-shadow: 0 4px 12px rgba(12, 55, 78, 0.05);\n  }\n\n  .atb-product-description .atb-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    margin-bottom: 12px;\n    border-radius: 10px;\n    background: var(--atb-light-blue);\n    color: var(--atb-blue);\n    font-size: 20px;\n    font-weight: 700;\n  }\n\n  .atb-product-description .atb-feature-card h3 {\n    margin: 0 0 7px;\n    color: var(--atb-dark-blue);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .atb-product-description .atb-feature-card p {\n    margin: 0;\n    color: var(--atb-muted);\n    font-size: 14px;\n  }\n\n  .atb-product-description .atb-callout {\n    margin: 22px 0;\n    padding: 20px 22px;\n    border-left: 5px solid var(--atb-orange);\n    border-radius: 10px;\n    background: var(--atb-light-orange);\n  }\n\n  .atb-product-description .atb-callout h3 {\n    margin: 0 0 8px;\n    color: #9a470d;\n    font-size: 17px;\n  }\n\n  .atb-product-description .atb-callout p {\n    margin: 0;\n    color: #5f3a22;\n  }\n\n  .atb-product-description .atb-callout p + p {\n    margin-top: 10px;\n  }\n\n  .atb-product-description .atb-expert-tip {\n    margin: 22px 0;\n    padding: 20px 22px;\n    border-left: 5px solid var(--atb-blue);\n    border-radius: 10px;\n    background: var(--atb-light-blue);\n  }\n\n  .atb-product-description .atb-expert-tip h3 {\n    margin: 0 0 8px;\n    color: var(--atb-dark-blue);\n    font-size: 17px;\n  }\n\n  .atb-product-description .atb-expert-tip p {\n    margin: 0;\n    color: #294c5d;\n  }\n\n  .atb-product-description details {\n    margin: 12px 0;\n    overflow: hidden;\n    border: 1px solid var(--atb-border);\n    border-radius: 10px;\n    background: var(--atb-white);\n  }\n\n  .atb-product-description summary {\n    position: relative;\n    padding: 17px 52px 17px 18px;\n    cursor: pointer;\n    list-style: none;\n    color: var(--atb-dark-blue);\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .atb-product-description summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .atb-product-description summary::after {\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    background: var(--atb-light-blue);\n    color: var(--atb-blue);\n    content: \"+\";\n    font-size: 21px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .atb-product-description details[open] summary {\n    border-bottom: 1px solid var(--atb-border);\n    background: #fbfdfe;\n  }\n\n  .atb-product-description details[open] summary::after {\n    content: \"−\";\n  }\n\n  .atb-product-description .atb-details-content {\n    padding: 18px;\n  }\n\n  .atb-product-description .atb-details-content p:first-child {\n    margin-top: 0;\n  }\n\n  .atb-product-description .atb-details-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .atb-product-description ul {\n    margin: 12px 0;\n    padding-left: 22px;\n  }\n\n  .atb-product-description li {\n    margin: 7px 0;\n  }\n\n  .atb-product-description .atb-spec-table {\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--atb-border);\n    border-radius: 8px;\n    border-collapse: collapse;\n  }\n\n  .atb-product-description .atb-spec-table th,\n  .atb-product-description .atb-spec-table td {\n    padding: 12px 14px;\n    border-bottom: 1px solid var(--atb-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .atb-product-description .atb-spec-table tr:last-child th,\n  .atb-product-description .atb-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .atb-product-description .atb-spec-table th {\n    width: 34%;\n    background: #f7fbfd;\n    color: var(--atb-dark-blue);\n    font-weight: 700;\n  }\n\n  .atb-product-description .atb-support-box {\n    margin-top: 28px;\n    padding: 26px;\n    border-radius: 14px;\n    background: #073f60;\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .atb-product-description .atb-support-box h3 {\n    margin: 0 0 9px;\n    color: #ffffff;\n    font-size: 21px;\n  }\n\n  .atb-product-description .atb-support-box p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.9);\n  }\n\n  @media (max-width: 749px) {\n    .atb-product-description .atb-hero {\n      padding: 23px 20px;\n    }\n\n    .atb-product-description .atb-hero h2 {\n      font-size: 24px;\n    }\n\n    .atb-product-description .atb-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .atb-product-description .atb-spec-table th,\n    .atb-product-description .atb-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .atb-product-description .atb-spec-table th {\n      padding-bottom: 5px;\n      border-bottom: 0;\n    }\n\n    .atb-product-description .atb-spec-table td {\n      padding-top: 5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"atb-product-description\"\u003e\n\n  \u003csection class=\"atb-hero\"\u003e\n    \u003cdiv class=\"atb-eyebrow\"\u003eLegacy Hayward Pressure Cleaner Part\u003c\/div\u003e\n    \u003ch2\u003eHayward AX6009S In-Line Filter Screen\u003c\/h2\u003e\n    \u003cp\u003e\n      Discontinued Hayward in-line filter screen formerly used in select Phantom, Phantom Turbo, Viper, and Viio Turbo pressure-cleaner hose filter assemblies.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"atb-badges\"\u003e\n    \u003cspan class=\"atb-badge atb-badge-orange\"\u003e⚠ Discontinued OEM Part\u003c\/span\u003e\n    \u003cspan class=\"atb-badge\"\u003e✓ Assembly-Level Repair Path Available\u003c\/span\u003e\n    \u003cspan class=\"atb-badge\"\u003e🔍 Cleaner Model Must Be Confirmed\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"atb-intro\"\u003e\n    The \u003cstrong\u003eHayward AX6009S In-Line Filter Screen\u003c\/strong\u003e has been discontinued and is no longer available as a standalone replacement part. This screen was installed inside the in-line hose filter section of certain Hayward pressure-side automatic pool cleaners to help prevent debris from entering internal cleaner components.\n  \u003c\/p\u003e\n\n  \u003csection class=\"atb-feature-grid\"\u003e\n    \u003cdiv class=\"atb-feature-card\"\u003e\n      \u003cdiv class=\"atb-feature-icon\"\u003e⚙\u003c\/div\u003e\n      \u003ch3\u003eOriginal Cleaner Function\u003c\/h3\u003e\n      \u003cp\u003eHelped screen debris from the pressurized water supply before it reached the cleaner's internal hose and filter components.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"atb-feature-card\"\u003e\n      \u003cdiv class=\"atb-feature-icon\"\u003e↻\u003c\/div\u003e\n      \u003ch3\u003eRepair, Not Full Cleaner Replacement\u003c\/h3\u003e\n      \u003cp\u003eA damaged or missing AX6009S does not automatically mean the complete pressure cleaner needs to be replaced.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"atb-feature-card\"\u003e\n      \u003cdiv class=\"atb-feature-icon\"\u003e✓\u003c\/div\u003e\n      \u003ch3\u003eModel-Specific Alternative Path\u003c\/h3\u003e\n      \u003cp\u003eThe correct repair depends on whether the cleaner is a Phantom-family or Viper\/Viio-family model.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"atb-callout\"\u003e\n    \u003ch3\u003eDiscontinued Part Notice and Correct Replacement Path\u003c\/h3\u003e\n    \u003cp\u003e\n      There is no confirmed universal direct replacement screen for the discontinued AX6009S. Do not substitute a generic screen unless its dimensions, sealing characteristics, and fitment have been confirmed for your exact cleaner assembly.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The practical repair path is usually replacement of the correct compatible upper in-line filter assembly for the specific Hayward cleaner model, rather than replacing the complete cleaner.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails open\u003e\n    \u003csummary\u003eProduct Overview\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003cp\u003e\n        The Hayward AX6009S was an in-line debris filter screen used within compatible hose filter sections on select Hayward pressure-side pool cleaners. Its purpose was to catch debris before that debris could travel farther into the cleaner's internal water path.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        When the screen becomes clogged, torn, distorted, or missing, the cleaner may experience restricted water flow, reduced pressure performance, inconsistent movement, or increased exposure to debris-related damage.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Since AX6009S is discontinued, the best repair option depends on the surrounding assembly and the exact cleaner platform. The original part should not be replaced with an unverified universal screen.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eCompatible Replacement Options\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003ch3\u003eFor Hayward Phantom and Phantom Turbo Cleaners\u003c\/h3\u003e\n      \u003cp\u003e\n        The compatible assembly-level repair path is typically:\n      \u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eHayward AX6000HWA2\u003c\/strong\u003e - Pressure Hose and Top of In-Line Filter Assembly\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\n        This assembly replaces the upper in-line filter section as a matched component when the original AX6009S screen is damaged or no longer available.\n      \u003c\/p\u003e\n\n      \u003ch3\u003eFor Hayward Viper and Viio Turbo Cleaners\u003c\/h3\u003e\n      \u003cp\u003e\n        The compatible assembly-level repair path is typically:\n      \u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eHayward AX5600HWA2\u003c\/strong\u003e - Pressure Hose and Top of In-Line Filter Cap Assembly\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\n        This assembly is specific to the Viper and Viio Turbo platform. Do not substitute it onto a Phantom-family cleaner without confirming fitment.\n      \u003c\/p\u003e\n\n      \u003ch3\u003eIf the Screen Is Intact but the Filter Section Is Leaking\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eHayward AX5010G19\u003c\/strong\u003e - In-Line Filter O-Ring\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\n        When the original screen remains intact and the issue is limited to a leaking in-line filter connection, the O-ring may be the appropriate repair instead of replacing the full upper filter assembly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eSpecifications\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003ctable class=\"atb-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eHayward\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOriginal Part Number\u003c\/th\u003e\n            \u003ctd\u003eAX6009S\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePart Type\u003c\/th\u003e\n            \u003ctd\u003eIn-Line Filter Screen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOriginal Application\u003c\/th\u003e\n            \u003ctd\u003eCompatible Hayward pressure-cleaner hose filter assemblies\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCommon Cleaner Families\u003c\/th\u003e\n            \u003ctd\u003ePhantom, Phantom Turbo, Viper, and Viio Turbo\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eStatus\u003c\/th\u003e\n            \u003ctd\u003eDiscontinued \/ no longer available as a standalone replacement part\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eCompatibility Guidance\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003cp\u003e\n        The AX6009S was used across more than one Hayward pressure-cleaner platform. Because the surrounding hose and filter-cap assemblies are not identical across all cleaner families, the correct alternative is not universal.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eConfirm the following before ordering an alternative:\u003c\/strong\u003e\u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eWhether your cleaner is a Phantom, Phantom Turbo, Viper, or Viio Turbo model.\u003c\/li\u003e\n        \u003cli\u003eYour original hose and in-line filter assembly configuration.\u003c\/li\u003e\n        \u003cli\u003eThe connector layout, hose connection, and cap style on the existing assembly.\u003c\/li\u003e\n        \u003cli\u003eWhether the screen itself is damaged, or whether the problem is limited to an O-ring or leaking connection.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eInstallation and Service Notes\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003cp\u003e\n        Shut off the pool pump and relieve pressure from the cleaner hose system before disconnecting the in-line filter section.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eInspect the screen, cap, hose connection, and O-ring before ordering repair components.\u003c\/li\u003e\n        \u003cli\u003eClean debris from surrounding fittings before reassembly.\u003c\/li\u003e\n        \u003cli\u003eInspect the O-ring for flattening, cracking, tears, or loss of flexibility.\u003c\/li\u003e\n        \u003cli\u003eDo not force incompatible hose or filter-cap components together.\u003c\/li\u003e\n        \u003cli\u003eConfirm the cleaner model and replacement part number before installation.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"atb-expert-tip\"\u003e\n    \u003ch3\u003eAqua Terra Backyard Expert Tip\u003c\/h3\u003e\n    \u003cp\u003e\n      If your Hayward pressure cleaner has weak movement or reduced performance, do not assume the AX6009S screen is the only issue. Inspect the hose, wall fitting, booster-pump supply, quick-connect components, filter assembly, and related seals. Proper diagnosis can prevent replacing parts that are not causing the problem.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eIs Hayward AX6009S still available?\u003c\/strong\u003e\u003cbr\u003e\n        No. The Hayward AX6009S in-line filter screen has been discontinued and is no longer available as a standard standalone replacement part.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eWhat replaces Hayward AX6009S?\u003c\/strong\u003e\u003cbr\u003e\n        There is no confirmed universal direct replacement screen. The appropriate repair path depends on the cleaner model: AX6000HWA2 for compatible Phantom and Phantom Turbo systems, or AX5600HWA2 for compatible Viper and Viio Turbo systems.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eDo I need to replace my entire Hayward pressure cleaner?\u003c\/strong\u003e\u003cbr\u003e\n        Usually not. If the issue is limited to the in-line filter section, replacing the correct compatible assembly may restore the cleaner without replacing the full unit.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eCan I use a generic aftermarket filter screen?\u003c\/strong\u003e\u003cbr\u003e\n        We do not recommend using a generic screen unless its dimensions, fitment, and sealing characteristics have been confirmed for your exact cleaner assembly.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eWhat if the in-line filter section leaks but the screen looks fine?\u003c\/strong\u003e\u003cbr\u003e\n        Inspect the in-line filter O-ring. For compatible Hayward cleaner systems, AX5010G19 may be the appropriate repair when the issue is limited to the seal.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\n    \u003cdiv class=\"atb-details-content\"\u003e\n      \u003cp\u003e\n        Please verify cleaner model and fitment before ordering any compatible replacement assembly. Keep all original packaging until fitment and operation are confirmed.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Review part numbers, hose connections, photos, and the existing cleaner configuration before installation. Electronic communication with a qualified pool professional may be helpful when the cleaner model or assembly layout is unclear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003csection class=\"atb-support-box\"\u003e\n    \u003ch3\u003eNeed Help Confirming the Correct Repair Path?\u003c\/h3\u003e\n    \u003cp\u003e\n      Contact Aqua Terra Backyard with your Hayward cleaner model number and clear photos of the cleaner, hose, and in-line filter section. We will help identify the correct available replacement path before you order.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Hayward","offers":[{"title":"Default Title","offer_id":52050196693266,"sku":"AX6009S","price":21.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/2279\/1186\/files\/HPPAX6009S_0.jpg?v=1771892868","url":"https:\/\/www.aquaterrabackyard.com\/products\/hayward-ax6009s-in-line-filter-screen","provider":"Aqua Terra Backyard","version":"1.0","type":"link"}