How to permanently remove β€œDigital Well-Being” on Xiaomi: Working Techniques for 2026

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.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type β€œDigital Wellbeing”** (or Digital Wellbeing).
  3. Click on the app, then select Disable (if the button is active).
  4. Go to Battery β†’ Autostart and turn off autoboot for it.
  5. 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

Done: 0 / 4

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:

  1. 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 methodDo you need root rights?ReversibilityRisks.
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:

  1. Unlock the bootloader through the Mi Unlock Tool (requires waiting 7-15 days for new accounts).
  2. Installation of TWRP or other custom recaveri.
  3. 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?
Bootloop occurs when the system cannot complete the download due to corrupted or missing files. To minimize the risks: - Always check the firmware compatibility with your model. - Do not manually delete system files without a backup. - Use official tools (Mi Flash, TWRP) and verified firmware sources.

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:

  1. 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.

FAQ: Frequent questions about removing Digital Wellbeing on Xiaomi

Can you delete Digital Well-Being without a computer?
Yes, but with limitations. Without a PC, you can only disable the application through settings (see Method 1). ADB, So, the alternative is to use Termux on your phone to do the job. ADB-Teams, but it's more complicated and requires skills.
Will the app reappear after the MIUI update?
Yes, if you deleted it through ADB (method --user 0). When the firmware is fully updated (for example, with MIUI 13 on MIUI 14) System applications are restored. To avoid this, use the method 3 (remove via root) or install custom firmware without Digital Wellbeing.
Will parental controls work without this app?
No, MIUI's Digital Well-Being is integrated with Parental Control, and once it's removed, you can't: Set screen time limits for children, block apps on schedule, view activity reports, and alternatively, use third-party apps like Google Family Link or Kids Place.
Can I uninstall the app on Xiaomi with a blocked bootloader?
Yes, but only disable (see Method 1) or delete via ADB (see Method 2). Complete deletion of system files (Method 3) requires unlocking the bootloader.Please note: unlocking on new devices (Xiaomi 13/14 series) can take up to 15 days due to Xiaomi's policy.
How to check if the application has been completely removed?
Perform in ADB Termux command: pm list packages | grep wellbeing If the output is empty, the application is removed. Also check: No folder /data/data/com.google.android.apps.wellbeing. Disappearance of the icon from the app menu. no process com.google.android.apps.wellbeing in Settings β†’ Annexes β†’ Launched.