Corsair FRAME 4000D RS ARGB Modular Mid-Tower PC Case - Black | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair FRAME 4000D RS ARGB Modular Mid-Tower PC Case - Black

SKU: CC-9011296-WW
R 2 005.09
Available on Backorder

Modular mid-tower engineering for builders who refuse to compromise | Dual 360mm radiator support for extreme liquid cooling | InfiniRail™ precision fan placement | Reverse-connector motherboard ready | Stunning tempered glass showcase

This item is on backorder — new stock is expected around 25 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

Modular mid-tower engineering for builders who refuse to compromise | Dual 360mm radiator support for extreme liquid cooling | InfiniRail™ precision fan placement | Reverse-connector motherboard ready | Stunning tempered glass showcase

Quick Specs

  • Build without limits using the InfiniRail™ Fan Mounting System for precise, millimetre-level fan placement along a sliding steel rail.
  • Achieve extreme thermal performance with dual 360mm radiator support across front, top, and side positions simultaneously.
  • Enjoy a cable-free aesthetic with full reverse-connector motherboard compatibility, including ASUS BTF, MSI PROJECT ZERO, and GIGABYTE PROJECT STEALTH.
  • Dominate airflow with the 3D Y-pattern front panel, delivering a 12% improvement in intake over previous designs.
  • Start building immediately with three pre-installed RS120 ARGB performance fans and a GPU anti-sag stabilisation arm included.

The Mid-Tower Built for Builders Who Mean Business

The Corsair 4000D RS ARGB Modular Mid-Tower is engineered for the discerning South African PC builder who demands both thermal headroom and visual impact. Whether you're crafting a whisper-quiet workstation, an aggressive custom loop showpiece, or your very first high-performance gaming rig, the 4000D RS delivers the flexibility, cooling capacity, and clean aesthetics to support your vision from first component to final boot.

Slide Into Perfect Airflow with InfiniRail™

Tired of fighting with fixed screw holes that never quite align with your radiator or cooling components? The InfiniRail™ Fan Mounting System eliminates that frustration entirely. Fans slide freely along a steel rail, letting you position them with millimetre-level precision — aligned to GPU hotspots, RAM clearance gaps, or radiator inlets exactly as your build demands. It's a smarter approach to fan installation that saves time and opens up cooling configurations that traditional cases simply can't match.

Dual 360mm Radiator Support for Relentless Cooling

The 4000D RS supports simultaneous dual 360mm radiator installations across three mounting locations: front, top, and side panel. This means you can dedicate one 360mm radiator to your CPU and another to your GPU, or run a single large-surface loop for maximum thermal headroom during extended gaming sessions and benchmark runs. With support for up to 13 x 120mm fans in total and compatibility with radiator sizes from 120mm through to 360mm, this case handles the most demanding liquid cooling configurations without breaking a sweat.

A Zero-Cable Showcase Through Tempered Glass

Pair the 4000D RS with a reverse-connector motherboard — ASUS BTF, MSI PROJECT ZERO, or GIGABYTE PROJECT STEALTH — and every power and data cable disappears behind the motherboard tray. What remains visible through the tempered glass side panel is pure hardware: your GPU, RAM, CPU cooler, and motherboard on full display, unobstructed by a single cable. Three pre-installed RS120 ARGB fans bathe the interior in customisable lighting right out of the box, making this case as much a showpiece as a performance platform. The included GPU anti-sag stabilisation arm keeps your graphics card perfectly level, protecting your PCIe slot and completing the polished look.

Features

  • InfiniRail™ Fan Mounting System allows fans to slide along a steel rail for precise, flexible positioning without fixed screw-hole alignment.
  • Dual 360mm radiator support across front, top, and side mounting positions simultaneously — ideal for custom liquid cooling loops.
  • Compatible with reverse-connector motherboards (ASUS BTF, MSI PROJECT ZERO, GIGABYTE PROJECT STEALTH) for a completely cable-free visible interior.
  • 3D Y-pattern front panel delivers a 12% airflow improvement over the previous 4000D Airflow design, reducing intake restriction.
  • Three RS120 ARGB performance fans included — PWM-controllable and pre-installed for an out-of-box ready build.
  • GPU anti-sag stabilisation arm included to protect the PCIe slot and maintain a clean, level GPU presentation.
  • Accommodates up to a 430mm GPU, 170mm CPU cooler, and supports E-ATX, ATX, Micro-ATX, and Mini-ITX motherboards.
  • Supports vertical GPU mounting (riser card sold separately) and features dust filtration throughout.
  • Generous storage capacity with 2x internal 3.5" drive bays and 4x internal 2.5" drive bays.
  • Front I/O includes USB 3.2 Gen 2 Type-C, 2x USB 3.2 Gen 1 Type-A, and a combined audio in/out port.

Specifications

  • Motherboard Support: E-ATX, ATX, Micro-ATX, Mini-ITX
  • Side Panel: Tempered Glass
  • Included Fans: 3
  • Max GPU Length: 430 mm
  • Max CPU Cooler Height: 170 mm
  • Radiator Support:
    • Top: 360mm, 280mm, 240mm
    • Front: 360mm, 280mm, 240mm
    • Side: 360mm, 280mm, 240mm
    • Rear: 140mm, 120mm
    • Bottom: None
  • Front I/O:
    • 1x USB 3.2 Gen 2 Type-C
    • 2x USB 3.2 Gen 1 Type-A
    • 1x Audio in/out
  • RGB Lighting: Yes
  • PSU Included: No
  • Colour: Black
  • Warranty: 24 months
  • Product Dimensions: 49 x 23.9 x 48.6 cm
  • Product Weight: 10380g

What's in the Box

  • 1 x Corsair 4000D RS ARGB Modular Mid-Tower PC Case - Black
  • 3 x RS120 ARGB Performance Fan
  • 1 x GPU Anti-Sag Stabilisation Arm

Why Corsair

Corsair has built its reputation by pushing the boundaries of PC hardware — from high-performance memory and cooling to premium cases trusted by enthusiasts and professionals worldwide. The 4000D RS ARGB is a product of that engineering pedigree, giving South African builders a platform that is as capable as it is visually commanding. When you build with Corsair, you build with confidence.

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!