UGREEN 130W USB-C 3-port Car Charger - - | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
-

UGREEN 130W USB-C 3-port Car Charger

SKU: EC705-55511
R 676.18
Available on Backorder

130W total output across 3 ports | USB-C1 delivers up to 100W PD | Supports PD 3.0, QC 4.0, PPS & SCP | Charges laptops, tablets, and phones simultaneously | Includes 3.3 ft 100W 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

130W total output across 3 ports | USB-C1 delivers up to 100W PD | Supports PD 3.0, QC 4.0, PPS & SCP | Charges laptops, tablets, and phones simultaneously | Includes 3.3 ft 100W USB-C cable

The UGREEN 130W USB-C 3-Port Car Charger is built for anyone who needs to keep multiple devices powered on the move. With 130W of total output spread across three ports — a 100W USB-C port for laptops and tablets, a 30W USB-C port for phones, and a USB-A port delivering up to 22.5W via SCP or 18W via QC — you can charge a laptop, a phone, and a third device at the same time without compromise. Fast-charge protocols including PD 3.0, QC 4.0, PPS, and SCP 22.5W ensure that compatible devices draw power at the fastest rate they support. A 3.3 ft 100W USB-C cable is included in the box so you can get started straight away. Compact enough to sit discreetly in your car's power socket, it's a practical upgrade for the driver who carries a lot of gear.

Features

  • 130W total output across three ports for simultaneous multi-device charging
  • USB-C1 port delivers up to 100W via Power Delivery — capable of charging most laptops
  • USB-C2 port delivers up to 30W PD for fast smartphone and tablet charging
  • USB-A port supports SCP 22.5W and QC 18W for broad fast-charge compatibility
  • Supports PD 3.0, QC 4.0, PPS, and SCP 22.5W fast-charge protocols
  • Includes a 3.3 ft 100W USB-C cable in the box

Specifications

  • Brand: UGREEN
  • Model Number: 90889
  • Manufacturer Part Number: 90889
  • Warranty: 24 months
  • Product Weight: 45g
  • Product Dimensions (L x W x H): 7.77 x 2.39 x 3.56cm
  • Port Configuration:
    • USB-C1: PD 100W,
    • USB-C2: PD 30W,
    • USB-A: SCP 22.5W / QC 18W
  • Total Output: 130w
  • Fast Charge Protocols:
    • PD 3.0,
    • QC 4.0,
    • PPS,
    • SCP 22.5W,
    • QC 18W

What's in the Box

  • UGREEN 130W USB-C 3-Port Car Charger x1
  • 100W USB-C Cable (3.3 ft / 1 m) x1
  • User Manual x1
Brand -
Colour -
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

Xiaomi 67W Car Charger USB-A and Type-C
Xiaomi

Xiaomi 67W Car Charger USB-A and Type-C

R 728.09

In Stock

WINX view simple car phone holder - Black
WINX

WINX view simple car phone holder - Black

R 157.08

Out of Stock

New
UGREEN 63W Type-C + USB A Fast Car Charger
-

UGREEN 63W Type-C + USB A Fast Car Charger

R 364.72

Out of Stock

WINX POWER Fast 52W Car Charger
WINX

WINX POWER Fast 52W Car Charger

R 260.90

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!