Xiaomi Portable Blender 300ml USB Type-C Rechargeable- White - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Portable Blender 300ml USB Type-C Rechargeable- White

SKU: BHR9226EU
R 799.00
Out of Stock

Enjoy fresh smoothies and shakes anywhere, anytime; powered by a 1300mAh battery for up to 12 blends per charge. Quick Specs

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

Enjoy fresh smoothies and shakes anywhere, anytime; powered by a 1300mAh battery for up to 12 blends per charge.

Quick Specs

  • Effortlessly blend nutritious smoothies and shakes on the go with its powerful 19,500rpm motor.
  • Crush ice and frozen fruits with ease for perfectly chilled beverages.
  • Enjoy up to 12 blends from a single charge thanks to the 1300mAh battery.
  • Conveniently recharge anywhere with the universal USB Type-C port.
  • Experience safe and durable blending with food-grade materials and robust safety features.

For the active South African who values health and convenience

The Xiaomi Personal Blender is engineered for those who lead a dynamic lifestyle but refuse to compromise on their nutritional intake. Whether you are heading to the gym, embarking on an outdoor adventure, or simply need a quick, healthy refreshment at the office, this smoothie maker portable is your perfect companion. Its compact and cordless design means you can prepare your favourite drinks wherever life takes you. It addresses the common challenge of finding time and access to healthy options when away from home, offering a seamless solution for maintaining your wellness goals without interruption.

Powerful performance in a compact form

Do not let its size deceive you; this portable blender packs a punch. Equipped with a robust motor spinning at up to 19,500rpm, it efficiently tackles fruits, vegetables, and even ice, transforming them into smooth, delicious beverages in approximately 40 seconds per cycle. This ice crushing blender capability ensures that your smoothies and shakes are always perfectly chilled and refreshing, providing a satisfying experience with every sip. This capability makes it more than just a blender; it's a personal refreshment station.

Uninterrupted power for your busy life

Freedom from cords is paramount for a portable device. The Xiaomi Personal Blender features a high-capacity 1300mAh battery, capable of delivering up to 12 blends on a single full charge. This extended battery life ensures you are not tethered to a power outlet, making it ideal for travel, outdoor activities, or even a full day of use without needing a recharge. When it is time to power up, the convenient USB Type-C port allows for easy and universal charging, whether from a power bank, laptop, or wall adapter.

Built for safety and durability

Your well-being is paramount. This blender is constructed with premium, food-grade PCTG for the cup and high-quality 304 stainless steel for the blades, ensuring that your beverages are free from harmful contaminants. Furthermore, it incorporates multiple built-in safety protections, meaning the blender will only operate when the cup is securely attached, preventing accidental operation and ensuring peace of mind during use. The leak-resistant design further guarantees a mess-free experience, allowing you to carry it with confidence.

The value of convenience and health combined

Investing in the Xiaomi Personal Blender is investing in your health and your time. It eliminates the need for expensive pre-made smoothies, offering a cost-effective way to enjoy fresh, personalised drinks. Its ease of use, portability, and powerful performance make it an indispensable tool for anyone seeking to incorporate more nutritious options into their daily routine effortlessly. This smoothie maker portable represents the pinnacle of convenience for the health-conscious individual in South Africa.

Features

  • Effortlessly create nutritious smoothies, shakes, and even crushed ice beverages with a powerful motor reaching up to 19,500rpm, making it an effective ice crushing blender.
  • Enjoy the freedom of cordless blending for up to 12 cycles per charge, thanks to the 1300mAh rechargeable battery, ideal for this personal blender.
  • Conveniently recharge your blender anywhere using the universal USB Type-C charging port, offering maximum portability for your smoothie maker portable.
  • Blend with confidence knowing your health is protected by food-grade PCTG cup material and durable 304 stainless steel blades.
  • Benefit from enhanced safety with multiple built-in protections that ensure the blender operates only when assembled correctly.
  • Experience a mess-free lifestyle with the thoughtfully designed leak-resistant cup.

Specifications

  • Capacity: 300ml
  • Rated Power: 45W
  • Motor Speed: Up to 19,500rpm
  • Ice Crushing Function: Yes
  • Blending Time: Approx. 40 seconds per cycle
  • Battery Usage: Up to 12 blends per full charge
  • Battery Capacity: 1300mAh
  • Charging Port: USB Type-C
  • Input Power: 5V ⎓ 1A
  • Operating Voltage: 7.4V
  • Blade Material: 304 Stainless Steel
  • Cup Material: Food-grade PCTG
  • Leak-Resistant Design: Yes
  • Safety Features: Multiple built-in safety protections
  • Portable Design: Cordless and lightweight
  • Colour: White
  • Product Dimensions: 8.2 × 8.2 × 19.7cm
  • Product Weight: Approx. 531g

What's in the Box

  • Xiaomi Portable Blender 300ml ×1
  • USB Type-C Charging Cable ×1
  • User Manual ×1

Why Xiaomi

Xiaomi is dedicated to bringing innovative and high-quality smart appliances to South Africa, focusing on user experience and practical solutions. Our portable personal blender embodies this commitment, offering advanced features and reliable performance to enhance your daily wellness routine.

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 Multifunctional Rice Cooker
Xiaomi

Xiaomi Smart Multifunctional Rice Cooker

R 1 399.00

In Stock

Xiaomi Smart Double Stack Air Fryer 12L
Xiaomi

Xiaomi Smart Double Stack Air Fryer 12L

R 4 799.00

Only 3 left - order soon!

Xiaomi Electric Kettle 2 Lite
Xiaomi

Xiaomi Electric Kettle 2 Lite

R 689.00

In Stock

Xiaomi Faucet Purifier Filter
Xiaomi

Xiaomi Faucet Purifier Filter

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