Patriot Viper VP4300 Lite 2TB Gen 4 M.2 PCIe NVMe SSD - Patriot | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Patriot

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

SKU: VP4300L2TBM28H
R 10 559.00
In Stock

Built with the latest PCIe Gen4 x4 controller, fully compliant with NVMe 2.0 and fully compatible with both PCs and the PlayStation 5, the VP4300 Lite is the latest in Viper Gaming’s high-performance solid-state drive line. Featuring Viper Gaming’s newest DRAMLESS design, gamers can anticipate...

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

Frequently Bought Together

Built with the latest PCIe Gen4 x4 controller, fully compliant with NVMe 2.0 and fully compatible with both PCs and the PlayStation 5, the VP4300 Lite is the latest in Viper Gaming’s high-performance solid-state drive line. Featuring Viper Gaming’s newest DRAMLESS design, gamers can anticipate sharp performance with the VP4300 Lite’s host memory buffer support and Toggle 5 and ONFi 5 mode Flash support for double data rates up to 2400MT/s. Alongside its sequential read speeds up to 7400MB/s, sequential write speeds up to 6400MB/s, PS5 sequential read speeds up to 6100MB/s and 1600TBW, the VP4300 Lite will blow away the competition every time.

Along with its construction from world-class materials and a high-efficiency, slim graphene heatshield, the VP4300 Lite comes with the tools to ensure consistently strong performance with its embedded thermal sensor for throttling, low power consumption and SmartECC technology. With storage capacity starting at 500GB, the VP4300 Lite offers a premier combination of performance, security and reliability perfect for any gamer across multiple systems.

FEATURES:

  • Huge storage capacity of 2TB
  • Seq. Read/Write speeds up to 7,400 / 6,400MB/s
  • Special edition ultra-thin cooling heat spreader
  • PS5 compatible, Seq. Read up to 6,100MB/s
  • Latest NVMe 2.0 support
  • 5-year warranty

SPECIFICATIONS:

  • Capacity: 2,000 GB
  • Form Factor & Interface: M.2 2280 PCIe Gen4 x4 NVMe 2.0
  • Seq. Read/Write (MB/s): 7,400 / 6,400
  • Endurance (TBW): 1600TB
  • Operating Temperature: 0°C–70°C
  • Operating System: Windows® 7* / 8.0* / 8.1 / 10 / 11
  • MTBF: 1,800,000 hours
  • Dimension: 2.2 x 0.38cm x 8 cm
  • Weight: 9g

WHAT'S IN THE BOX:

  • Patriot Viper VP4300 Lite 2TB Gen 4 M.2 PCIe NVMe SSD x1
Brand Patriot
Colour Black
Form Factor -
Interface -
Capacity -
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

Patriot P210 256GB 2.5 Inch SATAIII SSD
Patriot

Patriot P210 256GB 2.5 Inch SATAIII SSD

R 1 339.00

Out of Stock

Crucial BX500 1TB 2.5" SATA SSD
Crucial

Crucial BX500 1TB 2.5" SATA SSD

R 2 559.00

Out of Stock

SPATIUM M460 M.2 NVME Gen 4 1TB
MSI

SPATIUM M460 M.2 NVME Gen 4 1TB

R 2 189.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

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