Antec P20CE Mid-Tower E-ATX | ATX | Micro-ATX | ITX Gaming Chassis - Black - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec P20CE Mid-Tower E-ATX | ATX | Micro-ATX | ITX Gaming Chassis - Black

SKU: P20CE
R 1 419.00 R 1 499.00
You save R 80.00 (5%)
In Stock
You save R 80.00 (5% off)

The Antec P20CE Mid-Tower E-ATX Gaming Case is engineered for gamers and PC enthusiasts seeking superior cooling, exceptional compatibility, and a sleek, professional build. With its robust metal mesh front panel and strategically placed dust filters, this case provides optimised airflow while...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The Antec P20CE Mid-Tower E-ATX Gaming Case is engineered for gamers and PC enthusiasts seeking superior cooling, exceptional compatibility, and a sleek, professional build. With its robust metal mesh front panel and strategically placed dust filters, this case provides optimised airflow while keeping your components clean and dust-free. Ideal for high-performance gaming setups, the P20CE offers everything you need to build the ultimate rig.

Pre-installed with 3 x 120mm PWM fans at the front, this case ensures efficient heat dissipation and a balanced noise profile. For gamers who push their hardware to the limit, it supports up to 9 x 120mm fans and dual 360mm radiators at the front and top simultaneously, making it a cooling powerhouse.

With seamless customisation and upgrading in mind, the P20CE supports E-ATX, ATX, Micro-ATX, and ITX motherboards, plus dual CPU motherboards with a width of up to 330mm.

Whether you're building a high-performance gaming rig or an impressive showcase PC, the Antec P20CE Mid-Tower Case combines functionality, cooling efficiency, and modern aesthetics to power your next masterpiece.

FEATURES:

  • Massive metal mesh front panel
  • 3 x Pre-Installed Fans
  • High-speed connectivity
  • Flexible expansion options
  • Vertical GPU installation
  • Accommodates E-ATX, ATX, Micro-ATX, and ITX motherboards
  • Effortless cable management
  • Well-designed cable routing ensures clean, professional builds with minimal effort
  • Comprehensive dust protection
  • Fits up to 4 drives with removable hard drive cages and snap-in 2.5" drive trays for easy installation

SPECIFICATIONS:

  • Form Factor: Mid-Tower
  • Materials: Steel + Plastic
  • Mainboard Support: E-ATX, ATX, Micro-ATX, ITX
  • Front Access Controls: Power, Reset, USB 3.0 x 2, Type-C 10Gbps x 1, Headphone/Mic Combo Jack
  • Side Panel: Solid Side Panel
  • Drive Bays:
  • Expansion Slots: 7
    • 3.5" / 2.5" : 2
    • 2.5" : 2
  • Fan Support:
    • Front: 3 x 120mm / 3 x 140mm
    • Top: 3 x 120mm / 2 x 140mm
    • Power Supply Shroud: 2 x 120mm
    • Rear: 1 x 120mm
  • Radiator Support:
    • Front: 120 / 140 / 240 / 280 / 360mm
    • Top: 120 / 140 / 240 / 280 / 360mm
    • Rear: 120mm
  • Clearance:
    • Max GPU Length: ≤ 375mm
    • Max CPU Cooler Height: ≤ 170mm
    • Max PSU Length:
      • (Include cable) ≤ 205mm(with HDD)
      • (Include cable) ≤ 410mm(without HDD)
  • Dust Filter: Front / Top / Bottom
  • Dimensions: 46.9 x 22 x 49cm (DWH)
  • Product Weight: 7021 kg

WHAT’S IN THE BOX:

  • Antec P20CE Mid-Tower E-ATX | ATX | Micro-ATX | ITX Gaming Chassis - Black x1
  • User manual
Brand Antec
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

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

// 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!