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

Corsair FRAME 5000D RS High-Airflow Mid-Tower PC Case - Black

SKU: CC-9011307-WW
R 2 794.12
Available on Backorder

Fully modular. High-airflow optimised. Built for ambitious builds | Triple 420mm radiator support across three panels | InfiniRail fan mounting for tool-friendly assembly | GPU anti-sag arm and RapidRoute 2.0 cable management included

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

Fully modular. High-airflow optimised. Built for ambitious builds | Triple 420mm radiator support across three panels | InfiniRail fan mounting for tool-friendly assembly | GPU anti-sag arm and RapidRoute 2.0 cable management included

Quick Specs

  • Achieve exceptional thermal performance with triple 420mm radiator support across the top, front, and side panels.
  • Build with ease thanks to the InfiniRail Fan Mounting System and RapidRoute 2.0 pegboard motherboard tray.
  • Dominate cable management with 42mm of routing space and included cable looms for a clean, professional build.
  • Connect everything at the front with USB 3.2 Gen 2 Type-C, four USB 3.2 Gen 1 Type-A ports, and audio in/out.
  • Support the latest hardware including reverse connector motherboards, E-ATX boards, and GPUs up to 450mm long.

Engineering freedom for your next serious build

The Corsair 5000D RS is a high-airflow mid-tower PC case designed for builders who refuse to compromise. Whether you're crafting a high-performance gaming rig or a powerful workstation, the 5000D RS delivers a fully modular, feature-laden platform that accommodates your ambition — from compact Mini-ITX boards right up to E-ATX (305mm x 277mm) motherboards, with GPU clearance up to 450mm and CPU cooler support up to 175mm tall.

Airflow architecture that means business

Tired of cases that force you to choose between thermals and aesthetics? The 5000D RS solves this with its 3D-Y Airflow Steel mesh construction and triple 420mm radiator support across the top, front, and side panels simultaneously. Four included RS140 fans with daisy-chain connections get you moving air from the moment you power on, while extensive fan mount positions — including support for up to three 140mm fans at the top, three at the front, and more at the side and rear — mean you can scale cooling precisely as your system demands.

Smarter building from the first screw

The InfiniRail Fan Mounting System removes the frustration of fiddly fixed mounting points, letting you position fans and radiators exactly where you need them without repeated disassembly. The RapidRoute 2.0 pegboard motherboard tray and integrated cable looms guide your cables cleanly behind the shroud, backed by a generous 42mm of cable routing space. The right-side steel panel keeps the build tidy, while the left tempered glass panel puts your components on full display. Vertical GPU mounting is also supported — a riser card is sold separately.

Hardware compatibility built for today and tomorrow

The 5000D RS supports reverse connector motherboards natively, future-proofing your investment as this board format gains traction. Eight horizontal plus three vertical expansion slots accommodate a wide range of add-in cards, while the dedicated GPU anti-sag stabilisation arm protects your graphics card over the long haul. Storage is handled by two internal 3.5-inch drive bays and six 2.5-inch drive bays, giving you ample room to grow. Dust filtration is included throughout to keep your system clean between maintenance cycles.

Features

  • Fully modular design for flexible, customisable system configuration
  • 4x RS140 fans included with daisy-chain connections for simplified fan control
  • InfiniRail Fan Mounting System allows tool-friendly repositioning of fans and radiators
  • Triple 420mm radiator support at the top, front, and side panels simultaneously
  • GPU anti-sag stabilisation arm protects long or heavy graphics cards
  • Compatible with reverse connector motherboards for next-generation builds
  • RapidRoute 2.0 pegboard motherboard tray with integrated cable looms and 42mm routing space
  • Supports Mini-ITX, Micro-ATX, ATX, and E-ATX (305mm x 277mm) motherboards
  • Tempered glass left side panel for a clear view of your build
  • Dust filtration included to maintain long-term system cleanliness

Specifications

  • Motherboard Support: Mini-ITX, Micro-ATX, ATX, E-ATX
  • Side Panel: Tempered Glass
  • Included Fans: 4
  • Max GPU Length: 450 mm
  • Max CPU Cooler Height: 175 mm
  • Radiator Support:
    • Top: 420mm, 360mm, 280mm, 240mm
    • Front: 420mm, 360mm, 280mm, 240mm
    • Side: 420mm, 360mm, 280mm, 240mm
    • Rear: 140mm, 120mm
  • Front I/O:
    • 1x USB 3.2 Gen 2 Type-C
    • 4x USB 3.2 Gen 1 Type-A
    • 1x Audio in/out
  • RGB Lighting: No
  • PSU Included: No
  • Warranty: 24 Months
  • Colour: Black
  • Warranty: 24 months
  • Product Dimensions: 55.6 x 25 x 54.2 cm
  • Product Weight: 15480g

What's in the Box

  • 1 x Corsair FRAME 5000D RS High-Airflow Mid-Tower PC Case - Black

Why Corsair

Corsair has been engineering premium PC components and systems for builders who demand the best. Known for relentless innovation in cooling, storage, and chassis design, Corsair equips South African PC enthusiasts with the tools to build confidently — combining build quality, thoughtful engineering, and long-term reliability in every product.

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!