Micron 2400 2TB NVMe M.2 (22x80mm) Non-SED - Micron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Micron

Micron 2400 2TB NVMe M.2 (22x80mm) Non-SED

SKU: MTFDKBA2T0QFM-1BD1AABYYR
R 4 469.00
Out of Stock

The Micron 2400 NVMe™ SSD is the world’s first and most advanced 176-layer QLC NAND-based PCIe Gen4 NVMe SSD. Offered in three compact M.2 form factors, this QLC SSD is ideal for high-capacity storage in form factors to fit thin and light designs without compromising the user experience. The...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

The Micron 2400 NVMe™ SSD is the world’s first and most advanced 176-layer QLC NAND-based PCIe Gen4 NVMe SSD. Offered in three compact M.2 form factors, this QLC SSD is ideal for high-capacity storage in form factors to fit thin and light designs without compromising the user experience.

The Micron 2400 SSD, with its innovative 176-layer QLC NAND combined with PCIe Gen4, delivers up to two times the performance versus the previous generation, bringing quicker system startup and improved performance to client applications.

The Micron 2400 is designed to support the Project Athena specification, enabling over nine hours of battery life even with HD displays. The 2400 SSD helps reduce battery demand with active idle power consumption that is 50% lower than the prior generation for hours of untethered productivity and entertainment.

Features:

  • Most Advanced 176-layer QLC NAND
  • 2TB Capacity
  • Hardware-based AES 256-bit encryption
  • RAIN & S.M.A.R.T.
  • Non-SED TCG Pyrite
  • Micron Storage Executive management tool
  • Secure Boot

Specifications:

  • Capacity: 2TB
  • Sequential reads (MB/s): 4,500
  • Sequential writes (MB/s): 4,000
  • Random reads (K IOPS): 650K
  • Random writes (K IOPS): 700K
  • Endurance (Total Bytes Written in TB): 600TB
  • Interface: PCIe Gen4, NVMe 1.4
  • Form factor: M.2 (22×80)
  • NAND: Micron 176-layer QLC NAND
  • MTTF: 2 Million Hours
  • Power Consumption:
  • Sleep/PS4 Power (mW): <2.5
  • Active Idle Power (mW): <150
  • Weight: <10g

What’s In The Box:

  • Micron® 2400 2TB Non-SED NVMe™ SSD – Black x1
Brand Micron
Colour Black
Form Factor M.2 2280
Interface PCIe NVMe 4
Capacity 2TB
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 60 Months
0.0
0 reviews
Login to Review

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

Related Products

Micron
 7300 PRO 1.92TB M.2 SSD
Micron

Micron 7300 PRO 1.92TB M.2 SSD

R 8 549.00

Out of Stock

Micron 5400 240GB SATA M.2 (22x80mm) TCG-Opal
Micron

Micron 5400 240GB SATA M.2 (22x80mm) TCG-Opal

R 6 379.00

Out of Stock

Micron 7450 PRO 960GB SATA M.2 (22x80mm) TCG-Opal
Micron

Micron 7450 PRO 960GB SATA M.2 (22x80mm) TCG-Opal

R 13 379.00

Out of Stock

Micron 5400 MAX 480GB 2.5" SSD TCG-Opal
Micron

Micron 5400 MAX 480GB 2.5" SSD TCG-Opal

R 10 229.00

Out of Stock

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