Xiaomi Cordless Pressure Washer - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Cordless Pressure Washer

SKU: BHR7532GL
R 2 569.00
In Stock

The Xiaomi Cordless Pressure Washer is a great and versatile way to keep your home and vehicles clean. It features a portable, cordless design that is easy to hold and light enough to carry. Its powerful pumping system uses 2.4MPa self-priming strong water pressure with an output of about 180L/h....

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

Frequently Bought Together

The Xiaomi Cordless Pressure Washer is a great and versatile way to keep your home and vehicles clean. It features a portable, cordless design that is easy to hold and light enough to carry. Its powerful pumping system uses 2.4MPa self-priming strong water pressure with an output of about 180L/h. Its dual-piston pump gives you excellent wear resistance and a much smoother water output. Its high-capacity 2000mAh lithium-ion battery is removable and can be fully charged in about 1.3 hours thanks to its widely compatible USB Type-C charging port. This versatile pressure washer is also IPX6 water-resistant so you don't need to worry about the elements.

Please note: The adapter needs to support the PD fast charging protocol, and the output is greater than 40W (20V/2A). The Type-C cable needs to support super-fast charging with power greater than 40W (20V/2A). When using a 5V/2A conventional adapter, the charging time is approximately 5 hours.

FEATURES:

  • A truly cordless washing experience
  • Flexible self-priming for easy water pick-up
  • Powerful pumping system
  • 2000mAh high-capacity lithium-ion battery
  • Five different water modes for versatility

SPECIFICATIONS:

  • Max. Inlet Water Pressure: 0.7MPa
  • Rated Pressure and Flow Rate:
  • Self-priming Way: High-pressure Mode: Pressure 2.2–2.4MPa, flow rate 100 ± 15 L/h
  • 0-degree/20-degree/40-degree Water Mode: Pressure 1.8 ± 0.3MPa, flow rate 110 ± 20 L/h
  • Foam/Shower Mode: Pressure 0.3± 0.2MPa, flow rate 140 ± 30 L/h
  • Water-supplying Way: The outlet water pressure and flow rate will vary along with the inlet water
  • Rated Input: 5 V 10 W/9 V 13.5 W/12 V 18 W/15 V 22.5 W/20 V 40 W
  • Battery Type: Lithium-ion battery pack
  • Rated Capacity: 2000mAh (18 V )
  • Nominal Energy: 36Wh
  • Product Dimensions: 46.4 × 24.5 × 8 cm
  • Product Weight: 1300g

WHAT'S IN THE BOX:

  • Xiaomi Cordless Pressure Washer - 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

Gizzu Patrol Walkie Talkie Set
Gizzu

Gizzu Patrol Walkie Talkie Set

R 519.00

In Stock

Xiaomi Mijia Tool Kit
Xiaomi

Xiaomi Mijia Tool Kit

R 1 459.00

In Stock

Xiaomi Portable Electric Air Compressor 2 Pro
Xiaomi

Xiaomi Portable Electric Air Compressor 2 Pro

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