Patriot P400 Lite 500GB M.2 PCIe NVMe SSD - Patriot | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Patriot

Patriot P400 Lite 500GB M.2 PCIe NVMe SSD

SKU: P400LP500GM28H
R 3 209.00
Only 3 left!
Only 3 left in stock - order soon!

Experience dependable high-speed storage with the Patriot P400 Lite 500GB PCIe Gen4 x4 NVMe SSD, an ideal solution for users seeking fast data access, low power consumption, and high compatibility. Engineered with the latest PCIe Gen4 x4 technology and conforming to the compact M.2 2280 form...

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

Frequently Bought Together

Experience dependable high-speed storage with the Patriot P400 Lite 500GB PCIe Gen4 x4 NVMe SSD, an ideal solution for users seeking fast data access, low power consumption, and high compatibility. Engineered with the latest PCIe Gen4 x4 technology and conforming to the compact M.2 2280 form factor, the P400 Lite delivers robust read and write performance of up to 3,500MB/s and 2,400MB/s respectively—perfect for elevating your system’s responsiveness across multiple applications, from gaming to general productivity.

The P400 Lite stands out with its slim graphene heatshield, a thermally efficient design that keeps the drive cool during demanding tasks without the need for bulky heatsinks. Advanced features such as Thermal Throttling Technology and SmartECC™ ensure long-term data integrity and system stability, while End-to-End Data Path Protection further reinforces reliability during high-speed transfers. Its 280TB endurance rating (TBW) and five-year warranty promise peace of mind and sustained performance over time.

Whether you're upgrading a laptop, building a new rig, or simply enhancing your current system, the Patriot P400 Lite offers a cost-effective, energy-efficient, and easy-to-install solution backed by Patriot’s renowned commitment to quality.

FEATURES:

  • 500GB storage capacity
  • Ideal for OS installations, games, and daily file storage
  • Thermal Throttling Technology
  • End-to-End Datapath Protection
  • High efficiency slim Graphene heatshield
  • SmartECC technology
  • O/S Supported: Windows® 7* / 8.0* / 8.1 / 10 (*May require driver)
  • Five-year warranty

SPECIFICATIONS:

  • Capacity: 500GB
  • Form Factor / Interface: PCIe Gen4 x4 M.2 2280 NVMe 1.4
  • Seq. Read/Write (MB/s): 3,500/2,400
  • Endurance (TBW): 280TB
  • Operating Temperature: 0 ~ 70°C
  • Operating System: Windows® 7*/8.0*/8.1/10
  • Dimension: 8 x 2.2 x 0.38 cm
  • Weight: 9 g

WHAT'S IN THE BOX:

  • Patriot P400 Lite 500GB 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 2TB 2.5 Inch SATAIII SSD
Patriot

Patriot P210 2TB 2.5 Inch SATAIII SSD

R 8 879.00

In Stock

Patriot P220 128GB 2.5" SSD
Patriot

Patriot P220 128GB 2.5" SSD

R 989.00

In Stock

Patriot Viper VP4000 Mini 1TB M.2 2230 PCIe Gen4x4 SSD
Patriot

Patriot Viper VP4000 Mini 1TB M.2 2230 PCIe Gen4x4 SSD

R 5 309.00

Out of Stock

Hiksemi Future Lite 512GB M.2 NVME Solid State Drive
HIKSEMI

Hiksemi Future Lite 512GB M.2 NVME Solid State Drive

R 3 529.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!