The Digital Wellbeing app on Xiaomi, Redmi and POCO smartphones is designed to monitor device usage times, block distractions and analyze digital habits. However, many users find it not being removed in standard ways, takes up space in memory and sometimes slows down the system with background processes, especially for owners of devices with limited resources or those who prefer alternative screen time control tools.
In this article, you will find 5 proven methods of removing an application, from simple (no root rights) to radical (using ADB and custom firmware).We will also discuss what the threat of removing system software, how to restore the application if necessary and what hidden MIUI settings allow you to disable it without consequences for the system. Instructions are relevant for MIUI 12/13/14 and all modern Xiaomi models, including Redmi Note 12 Pro+, POCO F5 and Xiaomi 13 Ultra.
Why Digital Well-Being is Not Deleted Through the App Menu
Unlike custom software, MIUI's Digital Wellbeing refers to system applications with privileged rights.
- π It is protected from accidental deletion (like other services). Google/Mi).
- π± Its code is integrated into the firmware, rather than being installed separately through APK.
- βοΈ It is linked to com.google.android.apps.wellbeing and com.miui.analytics, which can affect system stability.
Even if you see the βDeleteβ button in the app settings, it often simply disables updates but doesnβt erase files.Moreover, on some devices (e.g. Redmi 10C or POCO M5), an attempt to uninstall via Settings β Apps leads to a message: βYou canβt uninstall this application because itβs part of the operating system.β**
β οΈ Attention: On devices with MIUI Global (European/Indian) app can be linked to Google Play services, and its removal without preparation can cause disruptions in the work of Google Mobile Services (GMS), including issues with push notifications and account authorization.
Method 1: Disable (without deleting) through MIUI settings
If your goal is to free up resources and stop collecting statistics, but not to delete the application completely, just deactivate it and prevent auto-start.
- Open Settings β Applications β Application Management.
- In the search box, type βDigital Wellbeingβ** (or Digital Wellbeing).
- Click on the app, then select Disable (if the button is active).
- Go to Battery β Autostart and turn off autoboot for it.
- Return to the app menu and click Restrictions β Background Activity β Limit.
After this, the application will stop consuming resources, but will remain in the system, its icon will disappear from the menu, and the background processes will be stopped, this method is suitable for MIUI 14 and later, where the possibility of completely removing system components is limited.
βοΈ Preparing for Digital Wellbeing Disconnection
Method 2: Removal via ADB (without root rights)
For users who are ready for more radical measures, uninstalling via ADB (Android Debug Bridge) is the best option, a method that does not require superuser rights, but requires a computer and enabled USB debugging, the advantage is that the application will be removed completely, including cache and data.
Instructions:
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on the MIUI Version until the notification βYou are a developerβ appears.
USB debugging
- Back to Settings β Additionally. β For developers.
- Activate the debugging switch over USB.
- Connect your phone to your PC and execute commands: adb shell pm uninstall --user 0 com.google.android.apps.wellbeing For the Xiaomi version of the app (if any): pm uninstall --user 0 com.miui.analytics
For Magisk users, an alternative way to use the Universal System App Remover module is to:
- Download the module from the Magisk repository.
- Install it through Magisk Manager.
- In the list of system applications, find Digital Wellbeing and tick.
- Reset the device.
| Deleting method | Do you need root rights? | Reversibility | Risks. |
|---|---|---|---|
| Disconnection through settings | β No. | β Yes. | No. |
| ADB-team | β No. | β οΈ Partially (before discharge) | Google services failures |
| Removal through root | β Yes. | β No (no backup) | Bootloop, loss of functionality |
| Custom firmware | β Yes. | β Yeah) | Loss of warranty, risk of brick |
π‘
Before deleting system files, back up /system partition via TWRP. This will allow you to restore the device in the event of a failure.
Method 4: Removal through custom firmware
The most reliable, but also the most time-consuming way is to install custom firmware without Digital Wellbeing.
- π± LineageOS (Pure Android without a free Android) MIUI)
- π± Pixel Experience (with Google Pixel functionality)
- π± Xiaomi.eu (MIUI without Chinese services)
The process includes:
- Unlock the bootloader through the Mi Unlock Tool (requires waiting 7-15 days for new accounts).
- Installation of TWRP or other custom recaveri.
- The firmware of the selected build (e.g., Xiaomi.eu already removes unnecessary system applications, including Digital Well-being**).
The advantage of this method is that you have full control of the system and you can choose the firmware without unnecessary services, but the warranty on the device will be canceled, and the process requires technical skills.
What is bootloop and how to avoid it?
Method 5: Alternative solutions (if deletion is not possible)
If none of the methods are suitable (e.g., on Xiaomi with a locked bootloader), consider alternative screen time control tools:
- π‘οΈ ActionDash (analogue of Digital Wellbeing with advanced statistics).
- β±οΈ StayFree (tracking the use of applications without system rights).
- π AppBlock (Blocking Distraction Programs on Schedule).
These apps do not require root rights and offer similar functionality, but with greater flexibility, such as StayFree, which allows you to set limits on categories of applications (social networks, games) and shows detailed statistics in the form of graphs.
If your goal is to save battery, instead of removing Digital Wellbeing, try:
- β‘ Install Greenify for Forced Background Process Hibernation.
What to do if there are problems after removal
In rare cases, deleting Digital Wellbeing may result in:
- π¨ Google Play Services Errors (code 495 or 504).
- π Self-rebooting of the device.
- π± Disappearance of icons of other system applications.
Decisions:
- Reset to factory settings (without deleting data): Go to Settings β About Phone β Settings Reset. Select App Settings Reset (does not affect user files).
Mi Flash Tool
(If the problem is critical).
β οΈ Attention: On devices with MIUI China (Chinese version of firmware) removing Digital Well-being** may affect Mi Account and sync services. Before experimenting, make sure you have a backup of your data in Mi Cloud or locally.
π‘
If the device is unstable after removing the system application, try to restore it through ADB or roll back changes using the TWRP backup first.