Xiaomi Body Composition Scale S400 PRO - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Body Composition Scale S400 PRO

SKU: BHR096UGL
R 935.74
Out of Stock

25 body metrics on a vivid colour display | Dual-frequency precision measurement | 150-day battery life | 300 mm ITO-coated platform

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
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

25 body metrics on a vivid colour display | Dual-frequency precision measurement | 150-day battery life | 300 mm ITO-coated platform

Quick Specs

  • See your full body picture at a glance on a vivid 3.5" TFT colour display built right into the scale
  • Track up to 25 body metrics — from weight and BMI to muscle mass and body fat percentage — in one step
  • Achieve more precise readings with dual-frequency bioelectrical impedance measurement technology
  • Enjoy up to 150 days of battery life so you can focus on your health goals, not on charging
  • Step on a generously sized 300 x 300 mm ITO-coated surface designed for stable, accurate measurement

More than a scale — a window into your body

The Xiaomi Body Composition Scale S400 Pro is designed for anyone who wants to go beyond a simple weight reading and truly understand their body. With 25 tracked body metrics displayed on an upgraded 3.5" TFT colour screen, you get richer, more actionable data the moment you step off — no need to reach for your phone first.

Precision you can rely on

Tired of scales that give you a number but not the full story? The S400 Pro uses dual-frequency bioelectrical impedance measurement to deliver more precise body composition readings, capturing metrics like body fat percentage, muscle mass, and more with greater accuracy than single-frequency alternatives. Pair it with the Mijia app to track your progress over time and view detailed reports that help you make sense of your health journey.

A design built for daily use

The S400 Pro isn't just capable — it looks the part too. A seamless fusion of technology and aesthetics, it features a large 300 x 300 mm ITO-coated scale surface that provides a stable, comfortable platform for measurement, finished with a distinctive metallic Mijia logo. Its major design upgrade makes stepping on and reading results genuinely effortless.

Set it up and step on — for months

With up to 150 days of battery life, the S400 Pro is built to stay out of your way. There's no need to worry about frequent battery changes disrupting your routine — simply step on and let the scale do the rest, day after day.

Features

  • Upgraded 3.5" TFT colour display shows rich body data at a glance — no app required for a quick read
  • Tracks 25 body metrics including weight, BMI, body fat percentage, and muscle mass
  • Dual-frequency bioelectrical impedance measurement for greater precision
  • Large 300 x 300 mm ITO-coated scale surface for stable, comfortable measurement
  • Up to 150 days battery life for long-term, hassle-free use
  • Connects to the Mijia app for detailed reports and progress tracking
  • Premium design with metallic Mijia logo

Specifications

  • Brand: Xiaomi
  • Colour: Black
  • Warranty: 12 Months
  • Product Dimensions (L x W x H): 30 x 30cm
  • Device Type: Other

What's in the Box

  • 1 x Xiaomi Body Composition Scale S400 PRO

Why Xiaomi

Xiaomi has built its reputation on making intelligent technology accessible — and the S400 Pro is a clear expression of that commitment. Combining precision engineering with a refined design, it brings professional-grade body composition tracking into the everyday home. For South African customers looking to take their wellness seriously, Xiaomi delivers smarter tools without compromise.

Brand Xiaomi
Colour Black
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 - Purple
Xiaomi

Xiaomi Oscillation Electric Toothbrush Pro - Purple

R 1 039.56

In Stock

Xiaomi Massage Gun 2
Xiaomi

Xiaomi Massage Gun 2

R 2 077.76

In Stock

Xiaomi Handheld Steam Iron
Xiaomi

Xiaomi Handheld Steam Iron

R 1 662.48

In Stock

Xiaomi Smart Jump Rope
Xiaomi

Xiaomi Smart Jump Rope

R 603.51

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!