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

Xiaomi Compact Hair Dryer H101

SKU: BHR7475EU
R 429.00
In Stock

The Xiaomi Compact Hair Dryer H101 features a 20,000rpm high-performance motor that delivers a powerful and high airflow of 15m/s. It comes with an ergonomic design for a comfortable and better grip. It achieves a strong, consistent flow by utilising a unique 6-wing aeroplane propeller bypass...

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

Frequently Bought Together

The Xiaomi Compact Hair Dryer H101 features a 20,000rpm high-performance motor that delivers a powerful and high airflow of 15m/s. It comes with an ergonomic design for a comfortable and better grip. It achieves a strong, consistent flow by utilising a unique 6-wing aeroplane propeller bypass arrangement. To satisfy diverse blow-drying needs, the two air temperature levels are matched with two airflow speed modes. Simply press to switch between hot and cold air. Heating coils with a conical design and stepwise distribution efficiently generate heat evenly, giving consistent results for your hair.

A built-in negative ion generator emits fifty million negative ions into the hair, neutralising static electricity, smoothing frizzy hair, and making it fluffy, smooth, and lustrous. The body has a matte finish that is warm to the touch. The simple silhouettes will not stand out in any home setting. When the temperature exceeds the safe range, automatic power-off protection is activated. In severe instances, fuses give irreversible fuse protection. Dual security for your peace of mind. The air nozzle spins 360 degrees for effortless styling from every angle. The double-layer thermal insulation design minimises the temperature of the air nozzle's outer surface when blowing, lowering the risk of unintentional burns.

FEATURES:

  • Compact and foldable
  • 15m/s high airflow
  • Up to 50 million negative ions
  • Multiple airflow modes
  • Adjustable Temperature and Speed
  • 20,000 rpm Motor
  • Fuse protection
  • Overheat protection

SPECIFICATIONS:

  • Product name: Xiaomi Compact Hair Dryer H101
  • Product model: CMJ04LXEU
  • Colour: White
  • Product dimensions: 160 × 70 × 212mm (including air nozzle)
  • Rated voltage: 220V-240V~
  • Rated frequency: 50-60Hz
  • Rated power: 1600W
  • Power cord length: 1.7m
  • Net weight: 433g (including air nozzle)
  • Hair care function: Negative ion hair care

WHAT’S IN THE BOX:

  • Xiaomi Compact Hair Dryer H101 – White/Silver 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 Oscillation Electric Toothbrush Pro - White
Xiaomi

Xiaomi Oscillation Electric Toothbrush Pro - White

R 999.00

In Stock

Xiaomi Nose Hair Trimmer
Xiaomi

Xiaomi Nose Hair Trimmer

R 349.00

In Stock

Xiaomi Cordless Hair Straightener Brush
Xiaomi

Xiaomi Cordless Hair Straightener Brush

R 1 199.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!