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

Patriot P300 256GB M.2 PCIe NVMe SSD

SKU: P300P256GM28
R 1 899.00
In Stock

Boost your computer’s performance with quicker application loading times while transferring heavy workloads with the Patriot P300 256GB M.2 PCIe NVMe SSD. It features a high-speed PCIe NVMe interface, 256GB capacity, a 2280 M.2 form factor, HMB technology and NANDXtend ECC technology.

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

Frequently Bought Together

The P300 is Patriot’s next generation of mid-tier PCIe gen 3x4 NVMe SSD to hit the market, offering 25% higher transfer speeds and IOPs than standard PCIe 3x2 solutions. The compact m.2 form factor is designed for easy installation and will fit into any PC or laptop, while its low power consumption helps extend laptop battery life. The P300 is guaranteed to improve start-up, loading, and transfer times over traditional hard disk drives.

The P300’s advanced firmware offers ECC technology and end-to-end data path protection to ensure data integrity throughout the life of the drive. Advanced wear-levelling and thermal management features extend the life of the drive for maximum use.

FEATURES:

  • High-speed PCIe NVMe SSD
  • 256GB Capacity
  • Built with the latest PCIe 3 x 4 controller
  • 2280 M.2 PCIe Gen3 x 4, NVMe 1.3
  • HMB technology
  • NANDXtend ECC technology

SPECIFICATIONS:

  • Type: M.2 PCIe NVMe SSD
  • Capacity: 256GB
  • Power Consumption: Full: 2.07W Idle: 0.37W
  • TBW: 80TB
  • 4K Aligned Random Read: up to 290K IOPs
  • 4K Aligned Random Write: up to 260K IOPs
  • Sequential Read (ATTO): up to 1,700MB/s
  • Sequential Write (ATTO): up to 1,100MB/s
  • Sequential Read (CDM): up to 1,700MB/s
  • Sequential Write (CDM): up to 1,100MB/s
  • O/S Supported: Windows® 7*/8.0*/8.1/10 (*May require drivers)
  • Dimensions: 8 x 2.2 x 0.38 cm
  • Weight: 9 g

WHAT'S IN THE BOX:

  • Patriot P300 256GB M.2 PCIe NVMe SSD x1
Brand Patriot
Colour Black
Form Factor M.2 2280
Interface M.2 NVMe PCIe
Capacity 256GB
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 P510 1TB M.2 Gen5 NVMe 3D NAND SSD
Crucial

Crucial P510 1TB M.2 Gen5 NVMe 3D NAND SSD

R 3 269.00

Out of Stock

Hiksemi V310N 512GB M.2 SATA Surveillance SSD
HIKSEMI

Hiksemi V310N 512GB M.2 SATA Surveillance SSD

R 4 299.00

Out of Stock

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

Crucial T705 2TB M.2 NVMe Gen5 NAND SSD

R 7 879.00

Out of Stock

HIKSEMI Future S 1TB M.2 NVME 2230 Solid State Drive
HIKSEMI

HIKSEMI Future S 1TB M.2 NVME 2230 Solid State Drive

R 4 299.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!