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

Corsair NAUTILUS 360 RS ARGB Liquid CPU Cooler - Black

SKU: CW-9060093-WW
R 2 441.13
Available on Backorder

Efficient 360mm liquid cooling | Vivid customisable ARGB lighting | Whisper-quiet operation | Broad Intel and AMD socket support | Plug-and-play simplicity

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

Efficient 360mm liquid cooling | Vivid customisable ARGB lighting | Whisper-quiet operation | Broad Intel and AMD socket support | Plug-and-play simplicity

Quick Specs

  • Keep your CPU running cool under pressure with efficient, low-noise 360mm liquid cooling
  • Enjoy plug-and-play simplicity — no additional controllers required
  • Experience powerful airflow and static pressure from the RS120 ARGB fans
  • Fine-tune your system's acoustics with precise PWM control and Zero RPM mode
  • Build with confidence thanks to broad compatibility across the latest Intel and AMD sockets

Cool Performance for Serious Builds

Tired of watching your CPU throttle under a heavy load? The Corsair NAUTILUS 360 RS ARGB Liquid CPU Cooler is built for builders and enthusiasts who want their processor running at its full potential without the noise. A 360mm radiator paired with a copper cold plate handles serious heat loads, making this cooler a strong fit for high-performance gaming rigs and demanding workstations alike.

Powerful Airflow, Quiet Operation

The RS120 ARGB fans are engineered to deliver high airflow and strong static pressure while keeping noise in check, so your system stays cool without becoming a distraction. With noise levels ranging from a near-silent 10 dBA up to a still-modest 36 dBA under full load, you get serious thermal performance without the usual roar of high-speed fans.

Effortless Control, Zero Hassle

This cooler plugs directly into your motherboard, so there's no separate controller box to install or manage. Precise PWM fan speed control lets the system respond automatically to thermal demand, and Zero RPM mode keeps the fans completely still during light workloads for near-silent idle operation — cooling that works quietly in the background until you actually need it.

Built to Fit Your System

With support for Intel LGA 1851 and LGA 1700 sockets as well as AMD AM5 and AM4, the NAUTILUS 360 RS ARGB slots into most modern builds. Generous 450mm tubing gives you the flexibility to route the radiator wherever it fits best in your case, while striking ARGB lighting lets the cooler double as a centrepiece of your build's aesthetic.

Features

  • 360mm aluminium radiator for maximum heat dissipation
  • Copper cold plate for efficient heat transfer from the CPU
  • RS120 ARGB fans deliver airflow up to 72.8 CFM and static pressure up to 4.15 mm-H2O
  • PWM fan control with Zero RPM mode for near-silent idle operation
  • Plugs directly into the motherboard — no additional controllers necessary
  • Vivid ARGB lighting to complement your build
  • Compatible with Intel LGA 1851, LGA 1700 and AMD AM5, AM4 sockets
  • 450mm tubing length for flexible radiator placement

Specifications

  • Radiator Size: 360 mm
  • Socket Compatibility: LGA 1851, LGA 1700, AM5, AM4
  • Fan Count: 3 x 120mm
  • Max Noise Level: 36 dB
  • RGB Lighting: Yes
  • Tube Length: 450 mm
  • Colour: Black
  • Warranty: 60 months
  • Product Dimensions: 39.6 x 12.5 x 12.5 cm
  • Product Weight: 2000g

What's in the Box

  • 1 x Corsair NAUTILUS 360 RS ARGB Liquid CPU Cooler - Black

Why Corsair

Corsair has spent decades engineering cooling and performance components trusted by builders worldwide. The NAUTILUS 360 RS ARGB carries that same commitment to reliable thermal performance and refined aesthetics into your build. For South African PC enthusiasts chasing stable, quiet performance, Corsair remains a dependable choice.

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!