Xiaomi High-speed Ionic Hair Dryer - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi High-speed Ionic Hair Dryer

SKU: BHR9114EU
R 1 249.00
In Stock

Experience next-level hair care with the Xiaomi High-speed Ionic Hair Dryer, engineered for powerful performance and intelligent protection. Inspired by aircraft engine technology, this advanced dryer features a high-speed motor reaching up to 110,000 rpm and 13 wing-shaped turbine blades that...

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

Frequently Bought Together

Experience next-level hair care with the Xiaomi High-speed Ionic Hair Dryer, engineered for powerful performance and intelligent protection. Inspired by aircraft engine technology, this advanced dryer features a high-speed motor reaching up to 110,000 rpm and 13 wing-shaped turbine blades that compress airflow through a conical pressurised air duct. The result is an impressive airflow speed of up to 62m/s, delivering fast, root-deep drying that dramatically reduces styling time. Medium-length hair can be dried in as little as 3 minutes, while longer hair takes approximately 5 minutes — perfect for busy South African mornings when every minute counts.

Beyond speed, Xiaomi integrates smart heat control and ionic care to protect and enhance your hair’s natural shine. The built-in NTC smart temperature control system checks air temperature 100 times per second, ensuring consistent heat levels to help prevent overheating and hair damage. A high concentration negative ion generator works continuously during use, neutralising static electricity and reducing frizz for smoother, healthier-looking results. Weighing just 406g (without nozzle and cord), the ergonomically balanced body reduces arm fatigue, making it comfortable for daily styling. With up to 8 airflow mode combinations and precision cold-air control, you have complete flexibility to style your way.

FEATURES:

  • Powerful airflow for quick drying
  • Up to 110,000 RPM motor speed
  • 8 airflow modes for flexible combinations so you can dry your way
  • 4 temperature levels and 2 airflow speeds
  • High negative ion concentration to neutralise static electricity
  • 400g lightweight body for prolonged usage
  • Temperature check to prevent head damage to hair

SPECIFICATIONS:

  • Rated Voltage: 220-240V~
  • Rated Frequency: 50–60Hz
  • Rated Power: 1600W
  • Power Cord Length: 1.7m
  • Product Dimensions: 12.8 x 7 x 23.1 cm (without nozzle)
  • Product Weight: 406g (without nozzle and power cord)

WHAT'S IN THE BOX:

  • Xiaomi High-speed Ionic Hair Dryer - White x1
  • Air nozzle x1
  • User manual 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 Smart Jump Rope
Xiaomi

Xiaomi Smart Jump Rope

R 549.00

In Stock

Xiaomi Massage Gun 2
Xiaomi

Xiaomi Massage Gun 2

R 1 899.00

Out of Stock

Xiaomi Compact Hair Dryer H101
Xiaomi

Xiaomi Compact Hair Dryer H101

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