Micron 5400 MAX 1.92TB SATA 2.5" SSD Non-SED - Micron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Micron

Micron 5400 MAX 1.92TB SATA 2.5" SSD Non-SED

SKU: MTFDDAK1T9TGB-1BC1ZABYYR
R 27 295.78
Out of Stock

The Micron® 5400 series is a groundbreaking data centre SATA SSD that utilises 3D 176-layer TLC NAND2 technology. It offers significantly improved reliability, with a 50% increase compared to standard data centre SATA drives3. Additionally, it boasts 67% more endurance, making it a highly durable...

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
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

The Micron® 5400 series is a groundbreaking data centre SATA SSD that utilises 3D 176-layer TLC NAND2 technology. It offers significantly improved reliability, with a 50% increase compared to standard data centre SATA drives3. Additionally, it boasts 67% more endurance, making it a highly durable option. The Micron® 5400 is available in various capacities, ranging from 240GB to an impressive 7.68TB4, making it a leader in its class. The 5400 is Micron's 11th generation of data centre SATA SSDs, known for its proven architecture that provides peace of mind, unmatched reliability, and long-lasting performance. It is built on the industry's widest range of offerings. Make your data centre transition to flash-based storage easier by using our advanced data centre SATA SSD. It offers the stability and performance that you expect from the industry's best.

FEATURES:

  • Improve Application Storage Performance
  • High-speed SATA (6 Gb/s) Interface
  • Power loss signal support and power hold-up circuit
  • Up to 540MB/s Read and 520MB/s Writing Speeds
  • 1920GB Capacity
  • AES 256-bit encryption

SPECIFICATIONS:

  • Capacity: 1920GB
  • Sequential Read: 540 MB/s
  • Sequential Write: 520 MB/s
  • 4KB Random Read: 94K IOPS
  • 4KB Random Write: 63K IOPS
  • Form Factor: 2.5" 7mm
  • Interface: SATA (6 Gb/s)
  • MTTF: 3 million hours
  • SSD Endurance: 17520 TBW
  • Operating Temperature: 0°C to 70°C
  • Compliance: CE, FCC, UL/cUL, BSMI, RCM, KC RRL, W.E.E.E, TUV, VCCI, IC, Morocco, UkrSEPRO, UKCA
  • Certifications: SATA-IO
  • Product Dimensions: 69.85 mm x 100.45 mm x 7 mm
  • Product Weight: 70 g

WHAT’S IN THE BOX:

  • Micron 5400 Max 1920GB SATA SSD (2.5") - Black x1
Brand Micron
Colour Black
Form Factor 2.5" SATA
Interface SATA 6Gb/s (SATA III)
Capacity 1.92TB
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 9400 Pro 7.68TB U.3 NVMe SSD Enterprise SSD
Micron

Micron 9400 Pro 7.68TB U.3 NVMe SSD Enterprise SSD

R 41 674.94

Out of Stock

Micron 5400 PRO 480GB 2.5" SSD TCG-Enterprise
Micron

Micron 5400 PRO 480GB 2.5" SSD TCG-Enterprise

R 9 988.89

Out of Stock

Micron 5400 PRO 480GB SATA M.2 (22x80mm) Non-SED
Micron

Micron 5400 PRO 480GB SATA M.2 (22x80mm) Non-SED

R 9 064.89

Out of Stock

Micron 7450 PRO 1920GB SATA M.2 (22x110mm) TCG-Opal
Micron

Micron 7450 PRO 1920GB SATA M.2 (22x110mm) TCG-Opal

R 22 385.07

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!