Micron 7300 PRO 1.92TB M.2 SSD - Micron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Micron

Micron 7300 PRO 1.92TB M.2 SSD

SKU: MTFDHBG1T9TDF-1AW1ZABYYR
R 8 549.00
Out of Stock

Enterprise IT and cloud managers want the fast, low latency and consistent performance of NVMe storage that won’t break the budget. Micron offers the 7300 series of mainstream NVMe SSDs. Micron’s 7300 NVMe SSDs leverage the low power consumption and price-performance efficiencies of 3D NAND technology and deliver fast NVMe IOPS and GB/s for a wide array of workloads. Features:

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

Enterprise IT and cloud managers want the fast, low latency and consistent performance of NVMe storage that won’t break the budget. Micron offers the 7300 series of mainstream NVMe SSDs. Micron’s 7300 NVMe SSDs leverage the low power consumption and price-performance efficiencies of 3D NAND technology and deliver fast NVMe IOPS and GB/s for a wide array of workloads.

Features:

  • Flex capacity
  • AES 256-bit encryption
  • 256-bit SED
  • Power loss protection for data in-flight
  • End-to-end enterprise data path protection
  • Secure firmware
  • Adaptive thermal monitoring
  • Easy to install (hot-pluggable)
  • Storage Executive SSD management tool
  • RAIN
  • TAA-compliant capable

Specifications:

  • Capacity: 1920GB
  • Sequential reads (MB/s): 3000
  • Sequential writes (MB/s): 1550
  • Random reads (K IOPS): 220
  • Random writes (K IOPS): 30
  • Endurance (Total Bytes Written in TB): 1.92
  • Interface: 2x2 NVMe
  • Form factor: M.2
  • NAND: Micron 3D TLC NAND
  • Ave Latency: Random read: 90µs; Random write 25µs
  • MTTF: 2 million device hours
  • UBER: <1 sector per 1017 bits read
  • Power Consumption:
  • Seq Write: 8.25W
  • Seq Read: 8.25W
  • Temperature (operating): 0-70°C

1. Unformatted. 1GB = 1 billion bytes. Formatted capacity is less.
2. 128KB transfer size, QD = 32, steady state.
3. 4KB transfer size, QD = 512, steady state.

What's In The Box:

  • Micron 7300 PRO 1920GB M.2 SSD - White x1

*No hardware, software or system can provide absolute security under all conditions. Micron assumes no liability for lost, stolen or corrupted data arising from the use of any Micron products, including those products that incorporate any of the mentioned security features.

Brand Micron
Colour White
Form Factor M.2 2280
Interface PCIe NVMe 2x2
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 7450 Pro 7.84TB U.3 NVMe SSD Non-SED
Micron

Micron 7450 Pro 7.84TB U.3 NVMe SSD Non-SED

R 75 009.00

Out of Stock

Micron 7450 PRO 1.92TB M.2 NVMe SSD Non-SED
Micron

Micron 7450 PRO 1.92TB M.2 NVMe SSD Non-SED

R 21 409.00

Out of Stock

Micron 7450 Pro 1.92TB U.3 NVMe SSD Non-SED
Micron

Micron 7450 Pro 1.92TB U.3 NVMe SSD Non-SED

R 23 489.00

Out of Stock

Micron 7450 PRO 3840GB U.3 NVME SSD TCG-Opal
Micron

Micron 7450 PRO 3840GB U.3 NVME SSD TCG-Opal

R 40 069.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!