Xiaomi Smart Standing Fan 2 - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Smart Standing Fan 2

SKU: BHR4828GL
R 1 973.94
In Stock

The Xiaomi Mi Smart Standing Fan 2 features smart control with support for the Mi Home app, Google Assistant and Amazon Alexa. This allows you to control the fan with your voice for a hands-free smart experience. The Xiaomi Mi Smart Standing Fan 2 features two layers of fan blades that rotate...

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

The Xiaomi Mi Smart Standing Fan 2 features smart control with support for the Mi Home app, Google Assistant and Amazon Alexa. This allows you to control the fan with your voice for a hands-free smart experience.

The Xiaomi Mi Smart Standing Fan 2 features two layers of fan blades that rotate simultaneously. This gives you increased airflow for more powerful cooling and with its wider reach, the dual blades also provide a more gentle three-dimensional breeze. You can easily switch between natural breeze or direct blow with fan speeds ranging from anything between 1 and 100 for fine-tuning. This can all be done in the Mi Home app, to achieve your desired airflow.

The Mi Smart Standing Fan 2 uses a DC copper-wire motor, which has higher operating efficiency and longer service life than an aluminium-wire motor. It also provides constant speed for more stable ventilation and lowers power consumption. To top it all off its wing-shaped blades produce a maximum airflow of 20m³/min.

The Fan is also very versatile, allowing for usage that is perfect for any room. Its innovative design allows you simply press a button to easily adjust the height of the stand. This allows you to place it on top of a table or on the floor for convenience.

Its ultra-wide angle of 140° provides great ventilation and can increase airflow. This adjustable wide-angle ventilation with a maximum range of 14m is able to cool the room for the whole family.

With its smooth-running brushless DC motor and dual fan blades, the fan has been optimized to deliver an exceptionally quiet and disturbance-free experience. Thanks to a minimal operating noise of as little as 30.2dB(A), the Fan 2 can be as quiet as spending some time in a library.

FEATURES:

  • Voice Control - Google Assistant, Mi Home and Alexa Support
  • Dual Blades - Surround Yourself with a Natural Breeze
  • DC Motor - Reducing Power Consumption
  • 14m Range - Long-range Ventilation
  • 100 Levels - Fine Wind Speed Adjustment
  • Table and Floor - Place it Wherever You Like
  • 140° Ventilation - Cools The Whole Room
  • Silent All Night - Noise as Low as 30.2 dB(A)

SPECIFICATIONS:

  • Airflow: 20m³/min
  • Noise emission: ≤58dB(A)
  • Rated frequency: 50/60Hz
  • Rated voltage: 100–240V
  • Rated power: 15W
  • Model Authorization Number: CMIIT ID 2017DP7231 Radio transmission module
  • Dimensions: 34.3 × 33 × 100 cm
  • Weight: 3000g

WHAT'S IN THE BOX:

  • Xiaomi Mi Smart Standing Fan 2 - White x1
Brand Xiaomi
Colour White
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 Mijia Smart Standing Fan Pro Slim
Xiaomi

Xiaomi Mijia Smart Standing Fan Pro Slim

R 2 804.51

In Stock

WINX MOVE Cool High-Speed Handheld Fan
WINX

WINX MOVE Cool High-Speed Handheld Fan

R 312.81

In Stock

Xiaomi Rechargeable Mini Fan
Xiaomi

Xiaomi Rechargeable Mini Fan

R 728.09

In Stock

Xiaomi Smart Standing Fan 2 Pro
Xiaomi

Xiaomi Smart Standing Fan 2 Pro

R 2 856.42

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!