FSP Slim 120W Universal Notebook Adapter - FSP | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
FSP

FSP Slim 120W Universal Notebook Adapter

SKU: PNA1200901
R 819.00 R 999.00
You save R 180.00 (18%)
In Stock
You save R 180.00 (18% off)

Keep your laptop fully charged with the FSP NB Slim PRO 120W Universal Laptop Adapter. It features an output wattage of 120W and an output voltage of 19V. Ideal for a wide variety of laptops, the power adapter comes with additional exchangeable tips for various laptop and notebook charging ports....

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Keep your laptop fully charged with the FSP NB Slim PRO 120W Universal Laptop Adapter. It features an output wattage of 120W and an output voltage of 19V. Ideal for a wide variety of laptops, the power adapter comes with additional exchangeable tips for various laptop and notebook charging ports. This makes it more versatile than a traditional power adapter that only has one port for your laptop only. Now you can take one charger with you for multiple devices. It's high-efficiency rating also ensures you get constant and reliable power to your devices at all times.

For additional safety, it features 360° safety circuit protection, which means you get over circuit protection(OVP), over-voltage protection(OVP), short circuit protection(SCP), and over-temperature protection(OTP) which helps prevent damage during use. With all these great features the FSP NB Slim PRO 120W is a great choice for anyone looking to add safe, reliable power to their laptop.

This model comes with tip No.1, No.2, No.3, No.4, No.5, No.8, No.9, No.10, No.U8 and No.U9 for a variety of laptops.

FEATURES:

  • 120W Output Wattage
  • 19V Output Voltage
  • Compatible with a variety of Laptops
  • Exchangeable Tips
  • High Efficiency ≥ 88%
  • OCP, OVP, SCP and OTP Protection
  • Tip No 1, 2, 3, 4, 5, 8, 9, 10, U8 and U9 Included

SPECIFICATIONS:

  • Product Name: NB Slim PRO 120
  • Output Wattage: 120W
  • Output Voltage: 19V
  • Output Current: 6.32A
  • Input Voltage: 100-240V
  • Input Frequency: 50-60Hz
  • Protection: OCP, OVP, SCP, OTP
  • Number of Tips: 10
  • Included Tips:
    • No.1: 4.75 (Outer)/1.7 (Inner)/Yellow
    • No.2: 5.5 (Outer)/1.7 (Inner)/Orange
    • No.3: 5.5 (Outer)/2.1 (Inner)/Blue
    • No.4: 5.5 (Outer)/2.5 (Inner)/White
    • No.5: 6.3 (Outer)/3 (Inner)/Green
    • No.10: 5.5 (Outer)/1 (Outer)/Yellow
    • No.8: 7.9 (Outer)/0.9 (Inner)/ Black
    • No.U8: 11 (Outer)/4.7 (Inner)/ Yellow
    • No.9: 7.4 (Outer)/0.6 (Inner)/ Red
    • No.U9: 4.5 (Outer)/3 (Inner)/ Blue
  • Product Dimensions: 15.1 x 7.6 x 2.5 cm
  • Product Weight: 415g

WHAT'S IN THE BOX:

  • FSP NB Slim PRO 120W Universal Laptop Adapter x1
  • Exchangeable Tips x10
  • User Manual x1
Brand FSP
Colour Black
Form Factor -
Interface Acer, Asus, DELL, HP, Lenovo, Samsung
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

FSP PSU 30W 2.5MM 12V 2.5A Adapter
FSP

FSP PSU 30W 2.5MM 12V 2.5A Adapter

R 199.00

In Stock

-16%
FSP 60W AC to DC 12V 5A PSU Adapter
FSP

FSP 60W AC to DC 12V 5A PSU Adapter

R 209.00 R 249.00

Save R 40.00

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!