Xiaomi TV Box S 3rd Gen 4K UHD Media Player (Google TV, Dolby Vision) - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi TV Box S 3rd Gen 4K UHD Media Player (Google TV, Dolby Vision)

SKU: PFJ4191EU
R 1 399.00
In Stock

[embed]https://www.youtube.com/watch?v=LGSEcIJNpcw[/embed] Smart entertainment, made seamless | True 4K UHD playback | Ideal for smart home setups and streaming. The 3rd Gen Xiaomi TV Box S reimagines connected entertainment through a compact, high-performance streaming solution designed to elevate...

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

Frequently Bought Together

[embed]https://www.youtube.com/watch?v=LGSEcIJNpcw[/embed]

Smart entertainment, made seamless | True 4K UHD playback | Ideal for smart home setups and streaming.

The 3rd Gen Xiaomi TV Box S reimagines connected entertainment through a compact, high-performance streaming solution designed to elevate your viewing experience. Powered by a cutting-edge 6nm chipset platform with a quad-core Cortex-A55 processor, this pebble-shaped powerhouse delivers ultra-smooth 4K UHD visuals with support for Dolby Vision®, HDR10+, and up to 60FPS frame rate playback, ensuring crystal-clear picture quality with cinematic colour depth. The Xiaomi TV Box S 3rd Gen is 25% faster, features a massive 130% faster graphics, Dolby Vision, immersive surround sound, and a fast Wi-Fi 6 connection that outshines the popular Xiaomi TV Box S 2nd Gen, all in a sleek, lightweight design.

Dolby Atmos® and DTS:X® deliver multi-dimensional surround sound

Immersive audio comes standard with Dolby Atmos® and DTS:X® multi-dimensional surround sound, offering expansive clarity and a theatre-like audio experience in the comfort of your living room. Compared to the Xiaomi TV Box S (2nd Gen), the 3rd Gen Xiaomi TV Box S offers enhanced performance with a more advanced 6nm chipset (Quad-Core Cortex-A55 up to 2.5GHz vs. 2.0GHz), double the storage capacity (32GB vs. 16GB), upgraded GPU (ARM G310 vs. Mali-G31 MP2), DTS\:X® audio support (not present in 2nd Gen), and next-gen Wi-Fi 6 connectivity (compared to Wi-Fi 5). Delivering a more powerful and immersive experience across every stream.

Google TV™ with Google Assistant Built-in™

Running on Google TV™, the device brings together content from over 10,000 apps and platforms, with personalised recommendations and support for multiple user profiles. It works with popular streaming services like DStv Stream, Showmax, Netflix, YouTube, Disney+, Peacock, Paramount+, Prime Video, and more, so you can easily enjoy your favourite shows, movies, and live content in one place. With Google Assistant built in, you can search, ask questions, and control smart home devices using just your voice through the 360° Bluetooth remote.

With support for dual-band Wi-Fi, Wi-Fi 6, and Bluetooth 5.2, the 3rd Gen Xiaomi TV Box S ensures fast, stable connectivity for uninterrupted streaming. Casting functionality allows seamless screen mirroring from mobile devices, transforming your television into a multi-purpose smart hub with minimal setup.

Weighing just 91.2g and engineered for plug-and-play installation, the 3rd Gen Xiaomi TV Box S blends minimalist aesthetics with powerful functionality, making it an ideal choice for both new and existing smart home ecosystems.

GET SET UP IN 3 SIMPLE STEPS:

FEATURES:

  • 4K UHD resolution with Dolby Vision® and HDR10+
  • Dolby Atmos® and DTS:X® surround sound support
  • Google TV™ with over 10,000 app integrations
  • Google Assistant voice control with 360° Bluetooth remote
  • 2GB RAM and 32GB internal storage
  • Wi-Fi 6 + Bluetooth 5.2 for high-speed wireless connectivity
  • Minimalist compact design with plug-and-play setup
  • Casting support for smartphones and tablets
  • This is an upgrade to the Xiaomi TV Box S 2nd Gen (PFJ4151EU)

SPECIFICATIONS:

  • Display Output: 4K UHD (3840 x 2160), up to 60FPS
  • HDR Support: Dolby Vision®, HDR10+
  • Audio: Dolby Atmos®, DTS:X®, Dolby Audio® decoding
  • Processor: Quad-Core ARM Cortex-A55 (up to 2.5GHz)
  • GPU: ARM G310 V2
  • Memory: 2GB RAM
  • Storage: 32GB ROM
  • Operating System: Google TV™
  • Wireless Connectivity:
    • Wi-Fi 6 (2.4GHz / 5GHz, OFDMA & MU-MIMO)
    • Bluetooth 5.2
  • Ports:
  • HDMI 2.1 x 1
  • USB 2.0 x 1
  • Power input x 1
  • Dimensions: 9.7 x 9.7 x 1.7cm
  • Weight: 91.2g

WHAT'S IN THE BOX:

  • Xiaomi TV Box S 3rd Gen × 1
  • Bluetooth Voice Remote Control × 1
  • Power Adapter × 1
  • HDMI Cable × 1
  • User Manual × 1

WHY CHOOSE XIAOMI:

Xiaomi combines cutting-edge and innovative smart entertainment with accessible pricing, bringing flagship hardware and technology to more South Africans. With a global reputation for quality and value, Xiaomi is the trusted choice for future-ready entertainment. Experience the next evolution of visual immersion. Elevate your entertainment ecosystem with the Xiaomi TV Box S 3rd Gen today!

Brand Xiaomi
Colour -
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

Xiaomi TV Stick Media Player
Xiaomi

Xiaomi TV Stick Media Player

R 899.00

In Stock

Xiaomi TV Stick 4K (2nd Gen) Media Player
Xiaomi

Xiaomi TV Stick 4K (2nd Gen) Media Player

R 1 199.00

In Stock

WINX Connect Wireless CarPlay and Android Auto Adapter
WINX

WINX Connect Wireless CarPlay and Android Auto Adapter

R 759.00

Out of Stock

Xiaomi TV Stick HD (2nd Gen)
Xiaomi

Xiaomi TV Stick HD (2nd Gen)

R 999.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!