OWC Thunderbolt 5 0.8m Cable - Black | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

OWC Thunderbolt 5 0.8m Cable - Black

SKU: OWCCBLTB5C0.8M
R 624.27
In Stock

The OWC Thunderbolt 5 0.8m Cable connects your Thunderbolt 5, Thunderbolt 4, Thunderbolt 3, USB4, and USB-C devices with a single universal USB Type-C connector at each end. It's built for demanding workflows, moving data at up to 80Gb/s bi-directional and supporting up to 120Gb/s of video...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

The OWC Thunderbolt 5 0.8m Cable connects your Thunderbolt 5, Thunderbolt 4, Thunderbolt 3, USB4, and USB-C devices with a single universal USB Type-C connector at each end. It's built for demanding workflows, moving data at up to 80Gb/s bi-directional and supporting up to 120Gb/s of video bandwidth so you can drive high-resolution external displays without a bottleneck. Need to charge a power-hungry notebook or bus-power a connected drive? This cable handles up to 240W of power delivery. Fully backwards compatible with older Thunderbolt and USB-C hardware, it's finished in a durable black jacket and built to OWC's usual standard of reliability.

Features

  • Delivers up to 80Gb/s bi-directional data transfer over Thunderbolt 5
  • Supports up to 120Gb/s of video bandwidth for driving high-resolution external displays
  • Delivers up to 240W of power for charging notebooks or bus-powering connected devices
  • Backwards compatible with Thunderbolt 4, Thunderbolt 3, USB4, and USB-C hosts and devices
  • USB Type-C connectors at both ends for universal plug-and-play connection
  • Compact 0.8m length in a durable black cable jacket

Specifications

  • Colour: Black
  • Connector A: USB Type-C
  • Connector B: USB Type-C
  • Cable Length: 0.8 m
  • Standard / Version: Thunderbolt 5
  • Max Resolution / Bandwidth: Up to 80Gb/s bi-directional data (Thunderbolt 5) and up to 120Gb/s video bandwidth
  • Power Delivery: 240 W
  • Braided: No

What's in the Box

  • 1 x OWC Thunderbolt 5 0.8m Cable - Black

Why OWC

Choose OWC for a USB cables with clearly documented capabilities and specifications, making it easier to select the right fit with confidence.

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!