UGREEN Nexode 145W 20000mAh Power Bank with built-in USB Type-C Cable - - | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
-

UGREEN Nexode 145W 20000mAh Power Bank with built-in USB Type-C Cable

SKU: PB551-55992B
R 1 662.48
Out of Stock

145W max output for laptops and phones | 20000mAh capacity | Built-in USB-C cable with 100W output | Recharge in approximately 1.5 hours | 3-port simultaneous charging

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
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

145W max output for laptops and phones | 20000mAh capacity | Built-in USB Type-C cable with 100W output | Recharge in approximately 1.5 hours | 3-port simultaneous charging

The UGREEN Nexode 145W 20000mAh Power Bank is built for anyone who needs serious, reliable power on the move — from remote workers and frequent travellers to anyone who refuses to be slowed down by a dying battery. With a 20000mAh lithium-ion cell and up to 145W of combined output across three ports, it can fast charge two laptops simultaneously while keeping a third device topped up. The integrated USB Type-C cable outputs up to 100W and doubles as a carry strap, so you always have a cable to hand without digging through a bag. A second USB Type-C port delivers up to 45W via Super Fast Charging 2.0, while the USB-A port handles up to 33W — together covering MacBooks, iPads, iPhones, Galaxy devices, Xiaomi, Huawei smartphones, and more. When it is time to recharge the bank itself, the built-in cable accepts up to 80W input, taking it from flat to full in approximately 1.5 hours with an 80W+ PD charger. A digital display shows remaining charge at a glance, so you are never caught off guard.

Features

  • 145W combined max output — charge two laptops and a phone simultaneously across three ports
  • Built-in USB Type-C cable outputs up to 100W and accepts up to 80W input for recharging the power bank
  • Secondary USB Type-C port delivers up to 45W with PD3.0 and Super Fast Charging 2.0 support
  • USB-A port provides up to 33W output for smartphones and accessories
  • 20000mAh lithium-ion battery for extended multi-device power
  • Recharges from flat to full in approximately 1.5 hours using an 80W+ PD charger
  • Digital display shows remaining battery level at a glance
  • Laptop charging capable — compatible with MacBook, iPad, and USB Type-C laptops

Specifications

  • Capacity: 20000mAh
  • Max Output: 145W
  • Port Configuration:
    • 1x USB Type-C (built-in cable, 100W output / 80W input)
    • 1x USB Type-C port (45W output)
    • 1x USB-A port (33W output)
  • Fast Charge Protocols:
    • PD3.0
    • Super Fast Charging 2.0 (45W)
  • Wireless Charging: No
  • Laptop Charging Capable: Yes
  • Charge Display: Digital Display
  • Colour: Space Grey
  • Warranty: 24 months
  • Product Dimensions: 13.9 x 8 x 2.7 cm
  • Product Weight: 450g

What's in the Box

  • UGREEN Nexode Power Bank 145W 20000mAh with built-in USB Type-C Cable – Space Grey x1
Brand -
Colour Space Grey
Form Factor -
Interface -
Capacity 20000mAh
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

WINX GO Simple 10000mAh Power Bank
WINX

WINX GO Simple 10000mAh Power Bank

R 208.99

In Stock

WINX GO Fast 2 20000mAh Power Bank PD20W
WINX

WINX GO Fast 2 20000mAh Power Bank PD20W

R 416.63

In Stock

Xiaomi Super Slim Magnetic Power Bank 5000 - Black
Xiaomi

Xiaomi Super Slim Magnetic Power Bank 5000 - Black

R 831.91

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!