Acer Extensa 15.6″ Laptop | Intel Core i7-13620U | 16GB DDR5 | 1TB NVMe | Intel UHD Graphics | Windows 11 Pro - ACER | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ACER

Acer Extensa 15.6″ Laptop | Intel Core i7-13620U | 16GB DDR5 | 1TB NVMe | Intel UHD Graphics | Windows 11 Pro

SKU: NX.EJ8EA.00J
R 16 499.00
Out of Stock

Streamline your business tasks with the Acer Extensa 15.6″ Laptop, a reliable companion for small business professionals and entrepreneurs seeking power, portability, and performance. Equipped with a 13th Gen Intel® Core™ i7-13620U processor, this notebook offers impressive multi-core...

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

Frequently Bought Together

Streamline your business tasks with the Acer Extensa 15.6″ Laptop, a reliable companion for small business professionals and entrepreneurs seeking power, portability, and performance. Equipped with a 13th Gen Intel® Core™ i7-13620U processor, this notebook offers impressive multi-core efficiency and multitasking performance to tackle everyday productivity tasks. With up to 4.90GHz Turbo Boost speeds and 24MB Intel® Smart Cache, users can enjoy faster response times while managing emails, spreadsheets, presentations, and online meetings.

The Extensa comes with 16GB of high-speed DDR5 RAM and a 1TB PCIe Gen4 NVMe SSD, ensuring smooth system performance and ample space for your essential files and documents. The 15.6-inch display features Full HD resolution (1920 x 1080) and Acer ComfyView™ LED-backlit technology, reducing glare while delivering sharp, vibrant visuals—ideal for extended work sessions. Built-in Intel® UHD Graphics handles day-to-day visual tasks with ease, from video conferencing to light design work.

Ideal for users on the go, the Acer Extensa remains slim and lightweight without compromising connectivity. With a versatile HDMI® 2.1 port, two USB Type-C ports, and two USB 3.2 Gen 1 Type-A ports, you’re equipped for external displays and peripherals. Stay connected wirelessly with dual-band Wi-Fi 5 and Bluetooth® 5.2, ensuring stable, fast wireless communication in any workspace. Enjoy peace of mind with Acer’s 12 months carry-in warranty and the reassurance of their reliability promise for consistent performance.

FEATURES:

  • Intel® Core i7-13620U CPU with a boost clock of up to 4.90GHz
  • Built-in Intel® UHD Graphics
  • 15.6″ 1080P Full HD LCD Display
  • High-speed DDR5 memory
  • 1TB NVMe SSD
  • Firmware Trusted Platform Module (TPM) solution

SPECIFICATIONS:

  • Operating System: Microsoft Windows 11 Professional
  • Processor & Chipset:
    • Processor Type: Core™ i7
    • Processor Model: i7-13620U
    • Processor Speed: 2.40GHz
    • Processor Speed (Turbo): 4.90GHz
    • Processor Cache: 24 MB Intel® Smart Cache
    • Processor Generation: 13th Generation Intel® Core™ i7 Processors
  • Memory:
    • Standard Memory: 16GB DDR5
  • Storage:
    • SSD Storage Capacity: 1TB
    • SSD Interface: PCIe Gen4, 16 Gb/s, NVMe
    • Optical Drive Storage Capacity: No
  • Display and Graphics:
    • Display Size: 15.6″
    • Display Type: Active Matrix TFT LCD
    • Maximum Screen Resolution: 1920 x 1080
    • Display Screen Technology: High-brightness Acer Comfyview™ LED-backlit TFT LCD.
    • Graphics Card Manufacturer: Intel® UHD Graphics
    • Touchscreen: No
  • Network and Communication:
    • Wireless LAN Standard: 802.11a/b/g/n/ac wireless LAN
    • Ethernet Technology: Dual Band 2.4GHz and 5GHz
    • Bluetooth Standard: Bluetooth® 5.2 and later
    • LAN Network (RJ-45): No
  • Built In Devices:
    • Microphone: Yes (Two built-in digital microphones)
    • Fingerprint Reader: No
    • Webcam: T-Type HD 1280×720, 720p HD Video @ 30fps, Blue Glass
    • Speakers: Two built-in stereo speakers
    • Number of Speakers: 2
  • Interface/Ports:
    • Number of HDMI Ports: 1 x HDMI® 2.1 port with HDCP support
    • Number of USB Type-C ports: 2
    • Number of USB3.2 Gen 1 Type A Ports: 2
    • Audio: 3.5mm headphone/speaker jack supporting headsets with built-in microphones
  • Input Devices:
    • Pointing Device Type: Fully clickable touchpad. One-finger touch left-click, two-finger touch right-click, two-finger scrolling, Moisture resistant
    • Keyboard: Acer keyboard with international language support
  • Battery Information:
    • Battery Chemistry: Lithium Ion (Li-Ion)
    • Maximum Battery Run Time: Up to 11.5 Hours
    • Battery Energy: 53Wh
  • Product Dimensions: 36.2 x 23.7 x 1.9 cm
  • Product Weight: 1800g

WHAT’S IN THE BOX:

  • Acer Extensa 15.6″ Laptop | Intel Core i7-13620U | 16GB DDR5 | 1TB NVMe | Intel UHD Graphics | Windows 11 Pro x1
Brand ACER
Colour Silver
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
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!