Micron 5400 PRO 240GB SATA M.2 (22x80mm) TCG-Opal - Micron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Micron

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

SKU: MTFDDAV240TGA-1BC15ABYYR
R 7 189.00
Out of Stock

The Micron® 5400 series is a groundbreaking data center SATA SSD that utilises 3D 176-layer TLC NAND technology. It offers significantly improved reliability, with a 50% increase compared to standard data center SATA drives. 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

Frequently Bought Together

The Micron® 5400 series is a groundbreaking data center SATA SSD that utilises 3D 176-layer TLC NAND technology. It offers significantly improved reliability, with a 50% increase compared to standard data center SATA drives. Additionally, it boasts 67% more endurance, making it a highly durable option. The Micron® 5400 is available in various capacities, including 240GB, making it a leader in its class. The 5400 is Micron’s 11th generation of data center SATA SSDs, known for its proven architecture that provides peace of mind, unmatched reliability, and long-lasting performance. It is also built on the industry’s widest range of offerings. Make your data center transition to flash-based storage easier by using our advanced data center 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 350MB/s Writing Speeds
  • 240GB Capacity
  • TCG-Opal hardware encryption

SPECIFICATIONS:

  • Capacity: 240GB
  • Sequential Read: 540 MB/s
  • Sequential Write: 350 MB/s
  • 4KB Random Read: 70K IOPS
  • 4KB Random Write: 37K IOPS
  • Form Factor: M.2 22x80mm
  • Interface: SATA (6 Gb/s)
  • MTTF: 3 million hours
  • SSD Endurance: 657 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
  • Hardware Encryption: TCG-Opal
  • Product Dimensions: 2.2 x 8 x 0.39 cm
  • Product Weight: 70g

WHAT’S IN THE BOX:

  • Micron 5400 Pro 240GB M.2 TCG-Opal SATA SSD x1
Brand Micron
Colour -
Form Factor M.2 2280
Interface SATA 6Gb/s (SATA III)
Capacity 240GB
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 40 139.00

Out of Stock

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

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

R 4 469.00

Out of Stock

Micron 7450 PRO 960GB M.2 NVMe SSD Non-SED
Micron

Micron 7450 PRO 960GB M.2 NVMe SSD Non-SED

R 13 699.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!