Hiksemi Wave(P) 128GB Gen3 M.2 NVMe 3D NAND SSD - HIKSEMI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
HIKSEMI

Hiksemi Wave(P) 128GB Gen3 M.2 NVMe 3D NAND SSD

SKU: HS-SSD-WAVE-P-128G
R 679.00 R 869.00
You save R 190.00 (22%)
In Stock
You save R 190.00 (22% off)

The HIKSEMI Wave(P) Series SSDs are high-performance storage solutions designed for speed, capacity, and reliability. Leveraging PCIe 3.0 NVMe technology, it offers impressive read speeds of up to 1,200MB/s, making it ideal for demanding applications like gaming, content creation, and...

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

The HIKSEMI Wave(P) Series SSDs are high-performance storage solutions designed for speed, capacity, and reliability. Leveraging PCIe 3.0 NVMe technology, it offers impressive read speeds of up to 1,200MB/s, making it ideal for demanding applications like gaming, content creation, and data-intensive tasks. Its 3D NAND technology enables higher capacity and enhanced performance, delivering a seamless experience with fast load times and efficient data handling. With an M.2 2280 format, the SSD is easy to install and compatible with a wide range of devices, ensuring smooth integration into most systems.

Technologically, the Wave(P) Series is equipped with an advanced SSD controller and 3D NAND Flash technology, ensuring fast read/write speeds and enhanced data security. On the product side, it utilises top-tier 3D NAND Flash and BGA patches, manufactured through automated processes and subjected to HIKSEMI Wave(P)s rigorous testing standards. This guarantees stability and reliability in any system, making the Wave Series perfect for personal computers, gaming consoles, and other high-demand devices. Enjoy stable, high-speed performance designed to elevate your computing experience.

FEATURES:

  • Read speed up to 1,200MB/s
  • PCIe 3.0 NVMe Technology
  • 3D NAND technology helps to develop higher capacity and performance.
  • Easy Installation
  • Widely Compatible

SPECIFICATIONS:

  • Format: M.2 2280
  • Interface: PCIe 3.0
  • Capacity: 128GB
  • 4K Aligned Random Read: up to 55K IOPs
  • 4K Aligned Random Write: up to 180K IOPs
  • Sequential Read (CDM): up to 1,200 MB
  • Sequential Write (CDM): up to 950 MB/s
  • Terabytes Written (TBW): up to 80TB
  • MTBF: 1,500,000 hours
  • O/S Supported: Windows® 7/8.0/8.1/10 (Drivers may be required on older Operating Systems)
  • Operation temperature: 0-70℃
  • Product Weight: 7g

WHAT’S IN THE BOX:

  • HIKSEMI Wave(P) 128GB Gen3 M.2 NVMe 3D NAND SSD – Black x1
Brand HIKSEMI
Colour Black
Form Factor M.2 2280
Interface M.2 NVMe
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

-21%
HIKSEMI Future Lite 2TB M.2 NVME Solid State Drive
HIKSEMI

HIKSEMI Future Lite 2TB M.2 NVME Solid State Drive

R 7 039.00 R 8 859.00

Save R 1 820.00

In Stock

-34% Hot
HIKSEMI WAVE(S) 2.5″ 512GB SATAIII SSD
HIKSEMI

HIKSEMI WAVE(S) 2.5″ 512GB SATAIII SSD

R 1 559.00 R 2 349.00

Save R 790.00

In Stock

-13%
Crucial BX500 240GB 2.5" SATA SSD
Crucial

Crucial BX500 240GB 2.5" SATA SSD

R 899.00 R 1 029.00

Save R 130.00

In Stock

-14%
HIKSEMI Wave(P) 512GB Gen3 M.2 NVMe 3D NAND SSD
HIKSEMI

HIKSEMI Wave(P) 512GB Gen3 M.2 NVMe 3D NAND SSD

R 2 169.00 R 2 519.00

Save R 350.00

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