Corsair NAUTILUS 240 RS Liquid CPU Cooler - Black | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair NAUTILUS 240 RS Liquid CPU Cooler - Black

SKU: CW-9060088-WW
R 1 714.39
Available on Backorder

Powerful 240mm liquid cooling | Whisper-quiet RS120 fans | Zero RPM silent mode | Plug-and-play simplicity | Broad socket compatibility

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

Powerful 240mm liquid cooling | Whisper-quiet RS120 fans | Zero RPM silent mode | Plug-and-play simplicity | Broad socket compatibility

Quick Specs

  • Keep your CPU cool and quiet with a 240mm aluminium radiator and copper cold plate built for serious heat transfer
  • Enjoy near-silent running down to 10 dBA thanks to intelligent Zero RPM fan mode
  • Simplify your build with direct motherboard connection — no extra controllers required
  • Fine-tune performance with precise PWM fan speed control that adapts to your workload
  • Fit confidently across current platforms, from Intel LGA 1851 to AMD AM5 and AM4

Cooling Performance Without the Noise

For PC builders who demand serious thermal performance without the roar of a wind tunnel, the Corsair NAUTILUS 240 RS Liquid CPU Cooler delivers efficient, low-noise cooling that helps your CPU reach its full potential. Built around a 240mm aluminium radiator and a copper cold plate, it's designed to handle sustained workloads and long gaming sessions alike, keeping temperatures in check while staying refreshingly quiet.

RS120 Fans: Built for Airflow and Silence

Tired of coolers that trade quiet running for cooling power? The NAUTILUS 240 RS pairs its radiator with RS120 fans engineered to deliver high airflow (13.3 - 72.8 CFM) and strong static pressure (0.2 – 4.15 mm-H2O), all while keeping noise to a minimum. Running at up to 2100 RPM, these fans push air efficiently through the radiator fins without turning your rig into a distraction, so you can focus on the work or the game in front of you.

Precise Control, Zero Fuss

PWM fan speed control puts you in charge of the balance between cooling and quiet, automatically adjusting fan speed to match your system's needs. When things ease off, Zero RPM mode lets the fans stop spinning altogether for genuinely silent operation at idle and under light loads. Better still, the NAUTILUS 240 RS plugs directly into your motherboard, with no additional controllers or software required to get it running.

Ready for Your Platform

Whether you're building on the latest Intel or AMD platform, the NAUTILUS 240 RS is ready to fit. It supports Intel LGA 1851 and LGA 1700 sockets alongside AMD AM5 and AM4, making it a dependable choice for current and recent-generation builds. With a 400mm tube length for flexible routing and a 60-month warranty backing it, this is a cooler built to stay part of your system for years to come.

Features

  • 240mm aluminium radiator with copper cold plate for efficient heat transfer
  • RS120 fans deliver high airflow and static pressure with low-noise operation
  • PWM fan speed control for automatic performance tuning
  • Zero RPM mode enables silent operation at idle and under light loads
  • Plugs directly into the motherboard — no additional controllers necessary
  • Broad socket support: Intel LGA 1851, LGA 1700, AMD AM5, AM4
  • 400mm tube length for flexible radiator placement
  • 60-month warranty for long-term peace of mind

Specifications

  • Radiator Size: 240 mm
  • Socket Compatibility: Intel LGA 1851, LGA 1700, AMD AM5, AM4
  • Fan Count: 2 x 120mm
  • Pump Display: None
  • Max Noise Level: 36 dB
  • RGB Lighting: None
  • Tube Length: 400 mm
  • Colour: Black
  • Warranty: 60 months
  • Product Dimensions: 27.5 x 12.5 x 12.5 cm
  • Product Weight: 1000g

What's in the Box

  • 1 x Corsair NAUTILUS 240 RS Liquid CPU Cooler - Black

Why Corsair

Corsair has built its reputation engineering high-performance PC components trusted by builders and gamers worldwide. With the NAUTILUS 240 RS, that same commitment to reliable, quiet cooling extends to South African enthusiasts building serious systems, backed by a 60-month warranty for lasting confidence in every build.

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!