Corsair IRONCLAW WIRELESS SE 26000 DPI Gaming Mouse | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair IRONCLAW WIRELESS SE 26000 DPI Gaming Mouse

SKU: CH-9317110-WW
R 2 285.40
Available on Backorder

Precision 26000 DPI accuracy | True tri-mode wireless freedom | 10 programmable buttons | Up to 285 hours of battery life | Ergonomic right-handed comfort

This item is on backorder — new stock is expected around 28 Sep 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Precision 26000 DPI accuracy | True tri-mode wireless freedom | 10 programmable buttons | Up to 285 hours of battery life | Ergonomic right-handed comfort

Quick Specs

  • Dominate every match with a blazing-fast 26000 DPI CORSAIR MARKSMAN sensor for pinpoint accuracy.
  • Switch seamlessly between 2.4GHz, Bluetooth, and USB-C with true tri-mode wireless freedom.
  • Command 10 programmable buttons to bind your entire arsenal of in-game actions.
  • Play longer with up to 285 hours of battery life on a single charge.
  • Grip with confidence thanks to an ergonomic right-handed shape and textured side panels.

Built for the Serious Competitor

The Corsair IRONCLAW WIRELESS SE is a gaming mouse engineered for players who refuse to compromise between comfort and performance. Its ergonomic right-handed shape is designed to fit naturally in your palm during marathon sessions, while the underlying technology delivers the kind of accuracy and responsiveness that separates casual play from competitive edge. Whether you're tracking targets across a battlefield or executing split-second flicks, this mouse becomes an extension of your will.

Precision that Finds Its Mark

At the heart of the IRONCLAW WIRELESS SE sits the CORSAIR MARKSMAN sensor, capable of tracking movement up to 26000 DPI. That level of precision means every flick, swipe, and micro-adjustment translates faithfully on screen, giving you the confidence to line up the shot or execute the combo exactly as intended. For gamers who demand accuracy under pressure, this sensor is built to deliver.

Wireless Without Compromise

Tired of choosing between the convenience of wireless and the reliability of a wired connection? Tri-mode connectivity puts that decision to rest, letting you switch effortlessly between 2.4GHz wireless, Bluetooth, and USB-C depending on how and where you play. Pair it with your gaming rig for competitive-grade responsiveness, or connect over Bluetooth for everyday productivity — the choice is always yours.

Endurance to Outlast the Session

Long gaming sessions demand gear that keeps pace. With up to 285 hours of battery life without backlighting over 2.4GHz, the IRONCLAW WIRELESS SE is built to go the distance without leaving you scrambling for a charger. Combined with 10 programmable buttons and comfortable textured side grips, it's a mouse designed to keep you focused on the game, not the gear.

Features

  • Precise 26000 DPI CORSAIR MARKSMAN sensor for accurate, responsive tracking
  • Tri-mode connectivity — 2.4GHz wireless, Bluetooth, and USB-C wired
  • 10 programmable buttons for customised control over every action
  • Ergonomic right-handed shape designed for extended comfort
  • Comfortable textured side grips for a secure, confident hold
  • Up to 285 hours of battery life without backlighting over 2.4GHz
  • Backed by a 24-month warranty

Specifications

  • Max DPI: 26000 DPI
  • Connection: Tri-mode
  • Buttons: 10
  • Battery Life: 285 hours
  • Shape: Ergonomic Right-Handed
  • RGB Lighting: Yes
  • Colour: Black
  • Warranty: 24 months

What's in the Box

  • 1 x Corsair IRONCLAW WIRELESS SE 26000 DPI Gaming Mouse

Why Corsair

Corsair has built its reputation on delivering high-performance gear trusted by gamers worldwide, and the IRONCLAW WIRELESS SE carries that legacy forward. From precision sensors to durable, ergonomic designs, Corsair equips South African gamers with the tools to compete at the highest level, session after session.

0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!