The step meter on Xiaomi devices is a useful feature for monitoring activity, but not everyone needs it, some find it intrusive, some worry about battery consumption, and some just want to hide their travel data for privacy reasons. In this article, we will discuss all the current ways to disable step counting on MIUI smartphones, Mi Band fitness bracelets and Zepp OS smartwatches.
It is important to understand that the steps counting mechanisms differ from device to device, for example, on Xiaomi smartphones, Google Fit or built-in MIUI services are responsible for this, and on Mi Band, Zepp Life firmware. We will look at each case separately, including hidden settings and possible limitations (for example, on some models you can not completely remove the function, but you can minimize its impact).
If youโre using a device with MIUI 14/15 or later, some of the instructions may be different โ the manufacturer regularly changes the menu layout of options. For accuracy, here are the current screenshots and paths to settings for 2026.
Why the step counter can work even after shutdown
Many users complain that after disabling the function in the settings, the steps still count, because of the parallel operation of several services:
- ๐ Google Fit (if installed) โ syncs with MIUI and can restart the counting.
- ๐ฑ Built-in motion sensor in the smartphone (accelerometer) - works at the system level.
- โ๏ธ Mi Fitness or Zepp application background processes โ even after deletion can leave cache.
- โ๏ธ Cloud sync โ data can be restored when you log in to your Xiaomi account.
To make sure that you stop counting, you have to shut down each of these components, and below we'll look at all the options, from the simple to the radical (including the radical ones). ADB-Teams for experienced users).
Method 1: Disabling the step count on the Xiaomi smartphone (MIUI)
On MIUI smartphones, step counting is controlled through the Health app (or Mi Fitness in older versions).
- Open the Health app (green leaf icon).
- Go to Profile โ Settings (cog icon in the upper right corner).
- Select Data Management โ Steps.
- Turn off the step count slider.
- Confirm the action by pressing OK in the dialog box.
If Steps are not on the menu, try an alternative path:
Settings โ Applications โ App Management โ Health โ Permits โ Physical Activity (disable)Close all background apps |Reboot phone |Check if the steps widget on the home screen has disappeared |Delete the Health app cache-->
Important: On some firmware (e.g. MIUI Global) the meter can be turned on automatically when you update your system after you turn off. To avoid this, block the auto-update for Health:
Settings โ Appendices โ Health โ Triplet (โฎ) โ Disable Auto Update๐ก
If steps still count after you turn off, check if you have Google Fit installed. It can duplicate the function โ delete it or turn off sync in your Google account settings.
Method 2: Disable steps on Mi Band (all generations)
On the Mi Band fitness bracelets (from Mi Band 3 to Mi Band 8), the step counter is sewn into firmware, but it can be deactivated through the Zepp Life app (formerly Mi Fit).
- Open Zepp Life and select your bracelet.
- Go to Device Profile โ Settings โ Activity Monitoring.
- Turn off the Steps Slider (some versions call Step Tracking).
- Save the changes and sync the bracelet.
If you donโt have an option, try an alternative method:
- ๐ง Install a third-party app Notify & Fitness for Mi Band (available on Google Play).
- ๐ต In the application settings, find the Activity Tracking section and disable Step Counter.
- โ ๏ธ Warning: Third-party applications may require additional permissions, which increases the risk of data leakage.
On Mi Band 7/8 with Zepp OS firmware, you can't completely turn off the step counter -- you can only hide the way it's displayed on the bracelet screen.
Zepp Life โ Device Profile โ Bracelet Screen โ Remove the Steps widgetMethod 3: Disconnect on Xiaomi smartwatch (Zepp OS)
Xiaomi smartwatches (such as Watch 2 Pro, Watch S3) run on the Zepp OS platform, where the step counter is integrated into the system. You can not completely remove it, but you can minimize the impact:
| Model clock | Method of shutting down | Limitations |
|---|---|---|
| Xiaomi Watch 2 Pro | Zepp Life โ Profile โ Activity Monitor โ Disable โStepsโ | The data is still collected, but not displayed. |
| Xiaomi Watch S3 | On the clock: Settings โ Screen โ Widgets โ Remove โStepsโ | The meter works in the background. |
| Amazfit GTR 4 | Zepp โ Device โ Settings โ Disable โAuto Trackingโ | Requires a clock reset |
For power users, there is a radical method โ disabling the motion sensor via ADB (requires an unlocked bootloader):
adb shell settings put global motion_sense_enabled 0What happens if you turn off the motion sensor?
Method 4: Block sync with Google Fit and Mi Account
Even after disabling the step count on the device, data can be transferred to the Xiaomi or Google Fit cloud.
- ๐ Turn off sync in Zepp Life: Profile โ Settings โ Accounts. โ Disable Google Fit/Mi Account
- ๐ต Remove permissions for Google Fit: Phone Settings โ Annexes โ Google Fit โ Permits โ Deactivate "Physical activity"
- ๐๏ธ Clear the data history: Zepp Life โ Profile โ Data management โ Clear the history of steps
Note: If you use multiple Xiaomi devices (e.g., a smartphone + bracelet), the steps may be duplicated. To avoid this, disable cross-integration:
MIUI Settings โ Xiaomi Account โ Synchronization โ Disable โHealth and FitnessโMethod 5: Radical measures (for power users)
If standard methods fail, extreme measures can be taken, requiring technical skills and can lead to loss of warranty or unstable operation of the device.
- ๐ ๏ธ Removing System Applications (Requires root): Adb shell pm uninstall --user 0 com.mi.health โ ๏ธ Note: Removal of com.mi.health may disrupt other functions MIUI, sensory.
- ๐ง Configuration File Change (for Mi Band): With the Mi Band Tools tool, you can edit the config.ini file in the bracelet firmware, but it is risky.
- ๐ Blocking Xiaomi servers (via hosts): Add to file /etc/hosts line: 127.0.0.1 api.mi.com 127.0.0.1 account.xiaomi.com This will block the transfer of step data, but may disrupt other services.
๐ก
Before using radical methods, back up the device data. rollback changes may require a factory reset.
Frequent problems and their solutions
When you turn off your step count, you're going to see some common mistakes.
| Problem. | Reason. | Decision |
|---|---|---|
| Steps count after disconnection | Background work by Google Fit | Remove the application or disable permissions |
| No option to โturn off stepsโ in Zepp Life | An outdated version of the app | Update Zepp Life to Google Play |
| After resetting the settings, the counter turned on again. | Recovery from the Mi Account cloud | Turn off sync before resetting |
| Mi Band 8 does not turn off the counter | Restriction of Zepp OS firmware | Hide the widget on the bracelet screen |
If none of these methods worked, check:
- ๐ฑ The firmware version - on beta versions MIUI It could be bugs.
- ๐ Application updates โ New versions of Zepp Life sometimes have additional settings.
- ๐ก๏ธ Antivirus โ some programs (e.g. Avast) block changes to system files.