UGreen X860 GaN 65W PD USB Type-C Fast Charger - - | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
-

UGreen X860 GaN 65W PD USB Type-C Fast Charger

SKU: X860-95437B
R 572.36
Available on Backorder

65W GaN fast charging | Compact single-port design | Power Delivery support | Euro 2-pin plug | Includes USB-C to USB-C cable

This item is on backorder — new stock is expected around 2 Oct 2026. Order now and we'll ship yours as soon as it arrives.

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

65W GaN fast charging | Compact single-port design | Power Delivery support | Euro 2-pin plug | Includes USB Type-C to USB Type-C cable

The Ugreen X860 is a compact 65W GaN wall charger built for anyone who needs fast, reliable power without the bulk of a traditional adapter. GaN (Gallium Nitride) technology allows the charger to deliver up to 65W of power through a single USB Type-C port while keeping the unit noticeably smaller and cooler than conventional chargers. Power Delivery support ensures compatible smartphones, tablets, and USB Type-C laptops charge quickly and efficiently. The Euro 2-pin plug fits standard South African round-pin sockets, and the included USB Type-C to USB Type-C cable means you're ready to charge straight out of the box. A practical, space-saving upgrade for home or office use.

Features

  • 65W total output via a single USB Type-C port for fast, efficient charging
  • GaN technology delivers high power in a compact, slim form factor
  • Power Delivery (PD) support for quick charging of compatible smartphones, tablets, and laptops
  • Euro 2-pin (Type C) plug for use with standard round-pin sockets
  • Includes a USB Type-C to USB Type-C cable — ready to use immediately

Specifications

  • Port Configuration: 1 x USB Type-C
  • Total Output: 65W
  • Fast Charge Protocols: Power Delivery
  • GaN Technology: Yes
  • Plug Type: Euro 2-pin (USB Type-C)
  • Colour: Grey
  • Warranty: 24 months

What's in the Box

  • Ugreen X860 GaN 65W PD USB Type-C Fast Charger – Grey x1
  • USB Type-C to USB Type-C Cable x1
Brand -
Colour Grey
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty -
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Gizzu 2-Port 45W GaN Wall Charger
Gizzu

Gizzu 2-Port 45W GaN Wall Charger

R 312.81

In Stock

Gizzu 2-Port 65W GaN Wall Charger
Gizzu

Gizzu 2-Port 65W GaN Wall Charger

R 343.96

In Stock

Gizzu 2-Port 30W GaN Wall Charger
Gizzu

Gizzu 2-Port 30W GaN Wall Charger

R 167.46

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