OWC Mercury Electra 6G 1TB 2.5" SSD for Mac and PC - OWC | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
OWC

OWC Mercury Electra 6G 1TB 2.5" SSD for Mac and PC

SKU: OWCS3D7E6GD10
R 2 999.00
Out of Stock

The OWC Mercury Electra 1TB 6G SATA SSD delivers the latest flash NAND and controller technology, utilizing 3D NAND + SLC caching for long-lasting, power-efficient performance. They offer a powerful combination of performance and reliability for demanding everyday computer users. This SSD delivers...

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

The OWC Mercury Electra 1TB 6G SATA SSD delivers the latest flash NAND and controller technology, utilizing 3D NAND + SLC caching for long-lasting, power-efficient performance. They offer a powerful combination of performance and reliability for demanding everyday computer users. This SSD delivers fast, reliable performance thanks to its 6G SATA connection. It works as a hard drive upgrade internally and in bus-powered or self-powered external enclosures (any Mac, PC, or enclosure that supports 2.5″ SATA drives, must support 7mm drive height). OWC SSDs have no moving parts, resulting in a quiet, cool, highly rugged storage solution that also offers near-instantaneous system response. With real-world speeds over 500MB/s, the OWC Mercury Electra 6G SSD line delivers unbeatable performance.

FEATURES:

  • The best performance upgrade for Macs and PCs with SATA drive bay
  • Latest flash NAND and controller technology
  • Global wear leveling data distribution
  • Static data refresh technology for free space management
  • Hardware ECC (error correction)
  • S.M.A.R.T and TRIM command support
  • Standby power benefits to extend battery life for laptop road warriors

SPECIFICATIONS:

  • Capacity:
  • 960GB usable capacity
  • Total Flash Memory Components: 1024GB
  • 64GB Allocated to real-time data redundancy and error correction
  • Formatted Capacity: 894GiB
  • S.M.A.R.T. Attributes: Standard attributes supported
  • Native Command Queuing (NCQ): Up to 32 simultaneous commands
  • RAID Support: Yes
  • Form Factor: 2.5-inch 7mm
  • Storage Interface: SATA 6.0 Gb/s
  • Random 4K Read: Up to 100,000 IOPS
  • Random 4K Write: Up to 90,000 IOPS
  • Sequential Read (Max): Up to 540 MB/s
  • Sequential Write (Max): Up to 530 MB/s
  • Nonrecoverable Read Errors: 1 per 1016 bits read
  • MTBF (Mean Time Between Failures): 1,600,000 hours
  • Wear Leveling: Supported
  • TRIM Support: OS Dependent
  • Security:
    • TCG Opal
    • Secure Erase (SE): Chip Based Data Encryption: 256-bit AES-compliant
  • Endurance: 340TB total bytes written (TBW), equal to 187 GB per day for 5 years
  • Mac OS Compatibility: Yes
  • PC OS Compatibility: Yes
  • Other Requirements: Host or device with a built-in SATA connection.
  • Write Mode (Max): Up to 2 Watts
  • Seek Mode (Max): Up to 2.2 Watts
  • Idle Mode (Max): Up to 0.1 Watts
  • Product Dimensions: 10 x 7 x 0.7 cm
  • Product Weight: 55g

WHAT’S IN THE BOX:

  • OWC Mercury Electra 1TB 6G SATA SSD – Black x1
Brand OWC
Colour -
Form Factor 2.5"
Interface SATAIII (6Gb/s)
Capacity 1TB
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

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