Store Offer Menu

  • Image
    Used TaylorMade P-DHY Single Utility 3-Iron - Right-Handed - Stiff Flex

    Used TaylorMade P-DHY Single Utility 3-Iron - Right-Handed - Stiff Flex

    Product information for Used TaylorMade P-DHY Single Utility 3-Iron - Right-Handed - Stiff Flex

    $209.99
    $179.9914% OFF

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 40.25 in Shaft Flex: Stiff Shaft Brand: KBS Shaft Model: Tour Lite Shaft Material: Steel Shaft Weight: 100g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade P-DHY Utility Iron blends the look of a traditional iron with the forgiveness and distance of a hybrid. Its hollow body construction and thin, forged face deliver fast ball speeds and high launch, while the wider sole improves playability from all lies. Designed for mid-handicap golfers who want an easy-to-hit long iron replacement, it excels on tee shots, tight fairways, or long approaches. Perfect for players seeking confidence and consistency in their long game. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-08-14-504641 Master SKU # 1017432

  • More Deals You’ll Love

    Used Srixon ZX MK II Single Utility 3-Iron - Left-Handed - Stiff Flex
    Next Round logo

    Used Srixon ZX MK II Single Utility 3-Iron - Left-...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Left-Handed Length: 39.25 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: UST Mamiya Shaft Model: Recoil 90 DART Shaft Material: Graphite Shaft Weight: 106g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Srixon ZX MK II Utility Iron is built for elite players who need a fast, forgiving long iron alternative. Its forged SUP10 face and hollow body construction combine to create exceptional ball speed, stability, and distance, even on off-center hits. A redesigned sole and improved weighting optimize launch and turf interaction, giving confident performance from tee or fairway. Ideal for low-handicap golfers seeking a powerful driving iron that maintains workability and precision. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About Srixon Srixon is a top-tier brand known for premium golf balls and forged irons. With models like the Z-Star and ZX series, Srixon gear blends innovation and feel—making it a favorite among competitive amateurs and tour players. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Srixon golf clubs. Stock # S2025-09-30-594797 Master SKU # 1017460
    $198.99
    $169.9915% OFF
    Used Callaway X Forged UT 21 Single Utility 2-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used Callaway X Forged UT 21 Single Utility 2-Iron...

    Club Condition: Excellent Club Number: 2-Iron Handedness: Right-Handed Length: 39.25 in Flex: Stiff Shaft Material: Graphite Shaft Brand: Oban Shaft Model: Revenge Hybrid Grip Size: Standard The Callaway X Forged UT 21 Utility Iron is crafted for better players seeking a tour-inspired design with explosive ball speed and control. Featuring a forged 1025 carbon steel body, tungsten weighting, and a thin, high-strength face insert, it delivers a powerful, low-spin flight with excellent forgiveness. Designed for confident shot-makers who want a long iron replacement that works off the tee or fairway, it offers a compact shape and soft feel. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Vintage and collectible clubs may show a little bit more wear, but will be remarkably clean for their age. Grip Condition: No Wear Our Recommendation About Callaway With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Callaway golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-05-14-583854 Master SKU# 1017452
    $321.99
    $190.9941% OFF
    Used Titleist 712U Single Utility 4-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used Titleist 712U Single Utility 4-Iron - Right-H...

    Club Condition: Good Club Number: 4-Iron Handedness: Right-Handed Length: 39.5 in Flex: Stiff Shaft Material: Graphite Shaft Brand: Mitsubishi Shaft Model: Diamana Grip Size: Mid-Size These clubs are in average condition for their age. They have been well played by their former owner, and show cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Grip Condition: No Wear Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-05-01-400396 Master SKU# 1017426
    $137.99
    $85.9938% OFF
    Used Mizuno Pro 24 Fli-Hi Single Utility 4-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used Mizuno Pro 24 Fli-Hi Single Utility 4-Iron - ...

    Club Condition: Excellent Club Number: 4-Iron Handedness: Right-Handed Length: 39.5 in Flex: Stiff Shaft Material: Graphite Shaft Brand: LA Golf Shaft Model: A Series Grip Size: Mid-Size This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Grip Condition: No Wear Our Recommendation About Mizuno Mizuno is revered for its forged irons, known for buttery feel and elegant shaping. With a strong tour presence and loyal following, Mizuno appeals to golfers who prioritize precision, feedback, and shot-making ability. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Mizuno golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-07-04-593247 Master SKU# 1017541
    $278.99
    $227.0019% OFF
    Used Ping G400 Crossover Single Utility 3-Iron - Left-Handed - Stiff Flex
    Next Round logo

    Used Ping G400 Crossover Single Utility 3-Iron - L...

    Club Condition: Very Good Club Number: 3-Iron Handedness: Left-Handed Length: 38.75 in Flex: Stiff Shaft Material: Graphite Shaft Brand: Ping Shaft Model: Alta CB Grip Size: Standard Lie Angle Color: Black The Ping G400 Crossover Utility Iron is a game-improvement utility designed for mid- to high-handicap golfers seeking distance, forgiveness, and accuracy. Its maraging steel face generates fast ball speeds, while internal weighting lowers the center of gravity for easy launch. The hydropearl finish improves turf interaction and reduces spin, making it ideal off the tee or fairway. Perfect for players looking to replace difficult long irons with a more forgiving, confidence-inspiring option. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Grip Condition: Heavy Wear Our Recommendation Our Experts at Next Round Recommend the Ping G400 Crossover Utility Iron for players who want the precision of an iron with the forgiveness of a hybrid. Featuring a maraging steel face and tungsten toe weighting, this club delivers faster ball speeds and higher launch while maintaining workability. It's a great option for golfers looking to replace long irons with something more forgiving without losing control. Perfect for tee shots, tight fairways, or tough lies in the rough. About Ping Ping is one of the most trusted names in golf, known for fitting innovation, perimeter weighting, and iconic designs. From the G-series drivers to the legendary Anser putter, Ping delivers reliable performance for golfers at every level. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Ping golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-07-15-599472 Master SKU# 1017446
    $129.99
    $106.0018% OFF
    Used Titleist U 505 2023 Single Utility 2-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used Titleist U 505 2023 Single Utility 2-Iron - R...

    Club Condition: Very Good Club Number: 2-Iron Handedness: Right-Handed Length: 39.5 in Flex: Extra Stiff Shaft Material: Graphite Shaft Brand: Project X Shaft Model: HZRDUS RDX Smoke Grip Size: Standard The 2023 Titleist U 505 Utility Iron is the latest evolution in Titleist’s utility line, delivering hybrid-like speed and forgiveness with precise iron control. Featuring a forged SUP-10 L-face, hollow body, and dense tungsten weighting, it offers explosive ball speeds, high launch, and improved feel. Geared toward better players and advanced ball-strikers, it’s a powerful tool off the tee or fairway, providing reliable long-game performance with added versatility. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Grip Condition: No Wear Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-06-20-599113 Master SKU# 1017420
    $284.99
    $234.0018% OFF
    Used TaylorMade SIM DHY Single Utility 4-Iron - Left-Handed - Stiff Flex
    Next Round logo

    Used TaylorMade SIM DHY Single Utility 4-Iron - Le...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 4-Iron Loft: 22° Lie Angle Color: Not Specified Handedness: Left-Handed Length: 39 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: Mitsubishi Shaft Model: Diamana Limited Shaft Material: Graphite Shaft Weight: 75g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade SIM DHY Utility Iron is designed for golfers seeking high launch, distance, and forgiveness in a sleek, hybrid-like iron shape. Featuring SpeedFoam technology inside a hollow body, it maximizes ball speed while providing soft feel and sound. The wider sole and low-profile head make it easy to launch from various lies, offering versatility off the tee, fairway, or rough. Ideal for mid- to high-handicap golfers needing a forgiving long iron replacement that bridges the gap between irons and hybrids. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-10-03-500274 Master SKU # 1017434
    $158.99
    $134.9915% OFF
    Used TaylorMade SIM DHY Single Utility 4-Iron - Right-Handed - Regular Flex
    Next Round logo

    Used TaylorMade SIM DHY Single Utility 4-Iron - Ri...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 4-Iron Loft: 22° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 38.75 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Regular Shaft Brand: Mitsubishi Chemical Shaft Model: Diamana Shaft Material: Graphite Shaft Weight: 65g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade SIM DHY Utility Iron is designed for golfers seeking high launch, distance, and forgiveness in a sleek, hybrid-like iron shape. Featuring SpeedFoam technology inside a hollow body, it maximizes ball speed while providing soft feel and sound. The wider sole and low-profile head make it easy to launch from various lies, offering versatility off the tee, fairway, or rough. Ideal for mid- to high-handicap golfers needing a forgiving long iron replacement that bridges the gap between irons and hybrids. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-08-20-504830 Master SKU # 1017434
    $146.99
    $124.9915% OFF
    Used Callaway X Forged UT 21 Single Utility 3-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used Callaway X Forged UT 21 Single Utility 3-Iron...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 3-Iron Loft: 21° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 38.75 in Shaft Flex: Stiff Shaft Brand: Project X Shaft Model: Loading Zone Shaft Material: Steel Shaft Weight: 110g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Callaway X Forged UT 21 Utility Iron is crafted for better players seeking a tour-inspired design with explosive ball speed and control. Featuring a forged 1025 carbon steel body, tungsten weighting, and a thin, high-strength face insert, it delivers a powerful, low-spin flight with excellent forgiveness. Designed for confident shot-makers who want a long iron replacement that works off the tee or fairway, it offers a compact shape and soft feel. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About Callaway Callaway is one of golf's leading brands, known for innovation across drivers, irons, wedges, balls, and more. Technologies like Jailbreak and AI-designed faces power their performance, making Callaway gear a trusted option for players at every skill level. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Callaway golf clubs. Stock # S2025-08-08-593363 Master SKU # 1017452
    $140.99
    $119.9915% OFF
    Used Ping G425 Crossover Single Utility 3-Iron - Left-Handed - Extra Stiff Flex
    Next Round logo

    Used Ping G425 Crossover Single Utility 3-Iron - L...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 3-Iron Loft: 18° Lie Angle Color: Black Handedness: Left-Handed Length: 39.5 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Extra Stiff Shaft Brand: KBS Shaft Model: Tour 120 Shaft Material: Steel Shaft Weight: 130g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Ping G425 Crossover Utility Iron delivers explosive ball speed, high launch, and added forgiveness, thanks to its maraging steel face and hollow construction. Tungsten toe and heel weights enhance stability, while a hydrophobic finish improves turf interaction. Designed for mid-handicap golfers, it offers hybrid-like distance with iron-like control, making it perfect for tee shots or long approaches. Its clean, confidence-inspiring profile provides versatility for players seeking a powerful long iron replacement. This utility iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation About Ping Ping is one of the most trusted names in golf, known for fitting innovation, perimeter weighting, and iconic designs. From the G-series drivers to the legendary Anser putter, Ping delivers reliable performance for golfers at every level. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Ping golf clubs. Stock # S2025-09-12-407143 Master SKU # 1017442
    $163.99
    $139.9915% OFF
    Used Titleist U 510 Single Utility 3-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used Titleist U 510 Single Utility 3-Iron - Right-...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 40 in Shaft Flex: Extra Stiff Shaft Brand: Project X Shaft Model: HZRDUS Smoke RDX Shaft Material: Graphite Shaft Weight: 90g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Titleist U 510 Utility Iron offers maximum forgiveness, high launch, and explosive distance in a hollow-body, hybrid-like design. With a forged SUP-10 L-face insert and tungsten weighting, it generates fast ball speeds while enhancing stability on off-center strikes. Designed for mid- to high-handicap golfers, it’s perfect as a long iron replacement for players wanting easier launch, added carry, and confidence-inspiring performance. Ideal for tee shots or long approaches. This hybrid is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-08-11-504409 Master SKU # 1017421
    $192.99
    $164.9915% OFF
    Used Callaway Apex UT 24 Single Utility 3-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used Callaway Apex UT 24 Single Utility 3-Iron - R...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 39.75 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: True Temper Shaft Model: Dynamic Gold MID 115 S300 Shaft Material: Steel Shaft Weight: 115g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Callaway Apex UT 24 Utility Iron is a premium option for advanced players looking for distance, control, and soft forged feel. Featuring a forged 455 face cup and hollow body construction, it generates impressive ball speed and forgiveness, while the redesigned sole improves turf interaction. Tungsten weighting optimizes launch, making it ideal for long approaches or driving off the tee. Designed for shot-makers and low-handicap golfers seeking a powerful, precise long iron alternative. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About Callaway Callaway is one of golf's leading brands, known for innovation across drivers, irons, wedges, balls, and more. Technologies like Jailbreak and AI-designed faces power their performance, making Callaway gear a trusted option for players at every skill level. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Callaway golf clubs. Stock # S2025-09-04-507064 Master SKU # 1017451
    $192.99
    $164.9915% OFF
    Used PXG 0311 X GEN2 Chrome Single Utility 2-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used PXG 0311 X GEN2 Chrome Single Utility 2-Iron ...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 2-Iron Loft: 17° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 39.75 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: Mitsubishi Chemical Shaft Model: Tensei Blue CK Series Shaft Material: Graphite Shaft Weight: 80g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The PXG 0311 X GEN2 Chrome Utility Iron is built for low-handicap and skilled golfers seeking a reliable long iron replacement. Its high-strength maraging steel face paired with a hollow body design maximizes ball speed, forgiveness, and distance on off-center strikes. PXG’s signature adjustable weighting lets players fine-tune trajectory and spin for optimal control. This utility iron produces a piercing, low-spin flight ideal for shot shapers and those who prefer workability off the tee or fairway. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About PXG PXG is known for premium, tech-forward clubs that combine bold styling with elite-level performance. With a direct-to-consumer model and a luxury price tag, PXG appeals to serious golfers who want custom-built equipment and standout aesthetics. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used PXG golf clubs. Stock # S2025-08-20-504811 Master SKU # 1017497
    $192.99
    $164.9915% OFF
    Used TaylorMade SIM UDI Single Utility 3-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used TaylorMade SIM UDI Single Utility 3-Iron - Ri...

    Club Condition: Excellent Club Number: 3-Iron Handedness: Right-Handed Length: 39 in Flex: Extra Stiff Shaft Material: Graphite Shaft Brand: KBS Shaft Model: Prototype Grip Size: Standard The TaylorMade SIM UDI Utility Iron delivers low-spin, piercing ball flights with explosive speed, thanks to its forged C300 face, SpeedFoam technology, and hollow-body construction. Designed for advanced players and low handicappers, it’s perfect as a driving iron or long iron replacement when precision and workability are key. Tungsten weighting ensures stability, while the sleek profile appeals to golfers who demand tour-level performance and control. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Grip Condition: Average Wear Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-07-15-578905 Master SKU# 1017435
    $192.99
    $164.9915% OFF
    Used TaylorMade Stealth DHY 3-Iron - HEAD ONLY - Right-Handed - 19 Degrees
    Next Round logo

    Used TaylorMade Stealth DHY 3-Iron - HEAD ONLY - R...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 3-Iron Brand: TaylorMade Model: Stealth DHY Loft: 19° Lie Angle Color: Not Specified Handedness: Right-Handed Headcover Included?: No (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade Stealth DHY Utility Iron is built for mid- to high-handicap golfers seeking a forgiving, high-launching long iron alternative. Its hollow body and low-profile head combine with SpeedFoam Air technology to deliver maximum forgiveness, fast ball speeds, and a towering launch. The wider sole improves turf interaction, making it playable from tight lies or off the tee. Ideal for players wanting hybrid-like performance with the look of an iron. This utility iron is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used club head, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-08-11-599164 Master SKU # 1017438
    $151.99
    $129.9914% OFF
    Used TaylorMade Stealth UDI Single Utility 4-Iron - Right-Handed - Stiff Flex
    Next Round logo

    Used TaylorMade Stealth UDI Single Utility 4-Iron ...

    Club Condition: Excellent Club Number: 4-Iron Handedness: Right-Handed Length: 38.5 in Flex: Stiff Shaft Material: Graphite Shaft Brand: Aldila Shaft Model: Ascent Grip Size: Standard The TaylorMade Stealth UDI Utility Iron delivers explosive ball speeds, penetrating ball flight, and maximum control. Featuring a forged C300 face, SpeedFoam Air, and a hollow body design, it’s built for low-handicap golfers and shot-makers looking for precision and power. Tungsten weighting enhances forgiveness, while the sleek, compact profile appeals to players seeking a tour-level driving iron. Ideal for tight tee shots or demanding long approaches. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Grip Condition: No Wear Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. By choosing this premium used club, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # S2025-07-24-573034 Master SKU# 1017429
    $221.99
    $189.9914% OFF
    Used Titleist U 510 Single Utility 3-Iron - Left-Handed - Stiff Flex
    Next Round logo

    Used Titleist U 510 Single Utility 3-Iron - Left-H...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Left-Handed Length: 38.25 in Shaft Flex: Stiff Shaft Brand: Xcaliber Shafts Shaft Model: Axe Rapid Taper Shaft Material: Graphite Shaft Weight: 95g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Titleist U 510 Utility Iron offers maximum forgiveness, high launch, and explosive distance in a hollow-body, hybrid-like design. With a forged SUP-10 L-face insert and tungsten weighting, it generates fast ball speeds while enhancing stability on off-center strikes. Designed for mid- to high-handicap golfers, it’s perfect as a long iron replacement for players wanting easier launch, added carry, and confidence-inspiring performance. Ideal for tee shots or long approaches. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-08-07-504092 Master SKU # 1017421
    $209.99
    $179.9914% OFF
    Used TaylorMade 2021 P790 UDI Single Utility 2-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used TaylorMade 2021 P790 UDI Single Utility 2-Iro...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 2-Iron Loft: 17° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 39 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Extra Stiff Shaft Brand: Nippon Shaft Shaft Model: Modus 3 Tour Shaft Material: Steel Shaft Weight: 130g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The 2021 TaylorMade P790 UDI Utility Iron offers advanced SpeedFoam technology inside a forged hollow body for exceptional speed, distance, and feel. Featuring a thin L-shaped face and tungsten weighting, it delivers low-spin, high-launch performance with forgiveness on off-center strikes. Designed for low- to mid-handicap golfers who want a powerful driving iron with precision, it’s perfect off the tee or fairway when accuracy matters most. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-10-03-594887 Master SKU # 1017439
    $244.99
    $209.9914% OFF
    Used Srixon ZX MK II Single Utility 4-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used Srixon ZX MK II Single Utility 4-Iron - Right...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 4-Iron Loft: 23° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 38.5 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Extra Stiff Shaft Brand: Project X Shaft Model: Hand Crafted HZRDUS Black Shaft Material: Graphite Shaft Weight: 85g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Srixon ZX MK II Utility Iron is built for elite players who need a fast, forgiving long iron alternative. Its forged SUP10 face and hollow body construction combine to create exceptional ball speed, stability, and distance, even on off-center hits. A redesigned sole and improved weighting optimize launch and turf interaction, giving confident performance from tee or fairway. Ideal for low-handicap golfers seeking a powerful driving iron that maintains workability and precision. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About Srixon Srixon is a top-tier brand known for premium golf balls and forged irons. With models like the Z-Star and ZX series, Srixon gear blends innovation and feel—making it a favorite among competitive amateurs and tour players. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Srixon golf clubs. Stock # S2025-08-21-506744 Master SKU # 1017460
    $273.99
    $234.9914% OFF
    Used Titleist U 505 Single Utility 3-Iron - Right-Handed - Extra Stiff Flex
    Next Round logo

    Used Titleist U 505 Single Utility 3-Iron - Right-...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Excellent Club Number: 3-Iron Loft: 20° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 39 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Extra Stiff Shaft Brand: Project X Shaft Model: HZRDUS Smoke Shaft Material: Graphite Shaft Weight: 80g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Titleist U 505 Utility Iron delivers hybrid-like performance with iron-like control. Featuring a forged SUP-10 L-face insert, hollow body, and tungsten weighting, it offers explosive ball speeds, high launch, and exceptional forgiveness. Its sleek, tour-inspired profile appeals to low- to mid-handicap golfers looking for a versatile long iron replacement that performs off the tee, fairway, or rough. Perfect for players seeking a combination of distance, forgiveness, and precision. This utility iron has seen minimal time on the course. Typical cosmetic wear may include a few ball marks faintly visible on the face and/or a few minor nicks and scratches and grips will be in top shape. Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used utility iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-08-20-506881 Master SKU # 1017422
    $273.99
    $234.9914% OFF
    Used Titleist 2023 U505 2-Iron - HEAD ONLY - Right-Handed - 18 Degrees
    Next Round logo

    Used Titleist 2023 U505 2-Iron - HEAD ONLY - Right...

    /* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: 2-Iron Brand: Titleist Model: 2023 U505 Loft: 18° Lie Angle Color: Not Specified Handedness: Right-Handed Headcover Included?: No (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); This hybrid is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used club head, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-08-11-599163 Master SKU # 1017614
    $203.99
    $174.9914% OFF

    Subscribe to Next Round coupon newsletter

    Get notified of offers and coupon codes from Next Round before they expire!