Crucial T500 2TB M.2 NVMe Gen4 NAND SSD - Crucial | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Crucial

Crucial T500 2TB M.2 NVMe Gen4 NAND SSD

SKU: CT2000T500SSD8
R 6 819.00
Out of Stock

[embed]https://youtu.be/HHYZE-_3h50[/embed] The Crucial T500 PCIe® Gen4 NVMe SSD will improve your gaming and content creation experience. The T500 is a game changer, designed for high-performance gaming, PS5 upgrades, and photo/video editing. With sequential read/write speeds of up to...

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

[embed]https://youtu.be/HHYZE-_3h50[/embed]

The Crucial T500 PCIe® Gen4 NVMe SSD will improve your gaming and content creation experience. The T500 is a game changer, designed for high-performance gaming, PS5 upgrades, and photo/video editing. With sequential read/write speeds of up to 7,400/7,000MB/s and random read/write speeds of up to 1.44M IOPs, you'll be able to load games 16% faster and enjoy a 42% increase in content creation app performance.

The T500's PCIe 4.0 NVMe® technology and PS5-ready heatsink option, combined with its ease of installation, make it an absolute must-have for console enthusiasts. It also comes with up to 2TB of storage for your gaming library and UHD/8K+ videos. With Microsoft® DirectStorage6 support, you can say goodbye to long load times and CPU strain.

Experience a 40% increase in performance-to-power ratio, allowing your computer to work faster while using less power. With the Crucial T500 SSD, you can easily upgrade your system and enjoy the benefits of lightning-fast performance.

FEATURES:

  • Sequential read/write speeds up to 7,400/7,000MB/s
  • Random read/write speeds up to 1.44M IOPs
  • PCIe® 4.0 NVMe® SSD
  • PS5™ console-ready heatsink option with easy installation (non-heatsink option available)
  • The T500’s 40% higher performance-to-power ratio helps your computer work faster with less power
  • Load games up to 16% faster
  • Up to 42% faster performance in content creation apps
  • Up to 2TB of storage for more gaming and UHD/8K+ videos
  • Reduce game texture load times and CPU utilisation with Microsoft® DirectStorage6
  • Easy to install

SPECIFICATIONS:

  • Interface: NVMe PCIe Gen 4 x 4
  • Capacity: 2TB
  • Raw Capacity: 2048 GB
  • Form factor: M.2 (2280)
  • SSD Endurance (TBW): 1200TB
  • Sequential Read: 7400 MB/s
  • Sequential Write: 7000 MB/s
  • MTTF: 1.5 million hours
  • 4KB Random Read: 1180K IOPS
  • 4KB Random Write: 1440K IOPS

WHAT’S IN THE BOX:

  • Crucial T500 2TB M.2 NVMe SSD – Black x1
Brand Crucial
Colour Black
Form Factor M.2 2280
Interface PCIe NVMe 4.0 x4
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

Crucial BX500 4TB 2.5" SATA SSD
Crucial

Crucial BX500 4TB 2.5" SATA SSD

R 8 989.00

Out of Stock

Crucial P310 500GB M.2 NVMe 3D NAND SSD
Crucial

Crucial P310 500GB M.2 NVMe 3D NAND SSD

R 1 639.00

Out of Stock

Hot
Patriot Viper VP4300 Lite 1TB Gen 4 M.2 PCIe NVMe SSD
Patriot

Patriot Viper VP4300 Lite 1TB Gen 4 M.2 PCIe NVMe SSD

R 5 879.00

Only 3 left - order soon!

Crucial T710 2TB M.2 NVMe Gen5 NAND SSD
Crucial

Crucial T710 2TB M.2 NVMe Gen5 NAND SSD

R 8 409.00

Only 1 left - order soon!

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