The Digital Well-Being feature in MIUI 13 is designed to help users control smartphone usage time, but is often a source of annoyance: constant notifications of exceeding limits, blocking apps and forced reminders of โhealthyโ mode interfere with the full use of the device, especially for owners of the Xiaomi Redmi Note 11 Pro+, POCO F4 GT and other models based on MIUI 13, where the feature is activated by default and does not have an obvious button for a full shutdown.
In this article, we will look at all possible ways to deactivate Digital Well-being, from standard settings to using ADB and modifying system files. You will learn how to remove restrictions without root rights, what to do if a feature returns after an update, and what hidden parameters are responsible for its operation.
What is Digital Well-Being in MIUI 13 and Why You Want to Turn It Off
Digital Wellbeing is a set of tools from Xiaomi, integrated into MIUI 13 based on Android 12/13.
- ๐ Usage statistics โ time spent in each application, number of screen unlocks.
- โฐ Application timers โ Automatically lock programs after a set limit has expired.
- ๐ Sleep mode โ forced shutdown of notifications at night.
- ๐๏ธ Break reminders โ pop-ups with advice to โrest off the screen".
On paper, everything looks useful, but in practice, many users face problems:
- ๐ซ False positives โ the feature blocks apps even when actively used (e.g. YouTube while watching long videos).
- ๐ Automatic Enablement โ After Updating MIUI settings are reset and Digital Well-being is activated again.
- ๐ต Conflict with other services, such as Google Digital Wellbeing, which leads to double notifications.
โ ๏ธ Note: Some models (Xiaomi 12 Pro, Redmi) K50) Digital Well-Being is linked to parental control, and disabling it can affect child profile restrictions.
Method 1: Standard shutdown via MIUI 13 settings
The simplest method is to deactivate the function in the settings menu, which is suitable for most users and does not require technical skills.
- Open the Settings app (the gear icon on the home screen).
- Go to Digital Well-Being and Parental Control.
- Press on. โฎ (three dots in the upper right corner) and select Settings.
- Turn off the Digital Well-Being slider.
- Confirm the action by clicking Turn Off in the dialog box.
If there is no Digital Well-Being in the settings, check:
- ๐ Version MIUI โ on certain firmware (for example, MIUI 13.0.4. POCO X4 Pro) function hidden in Additional settings โ Special facilities.
- ๐ Firmware region - in global versions (MIUI The menu may be different from the Chinese menu (MIUI China).
Check the version of MIUI in Settings โ About the phone
Make sure the device has enough charge (minimum 30%)
Make a backup copy of important data
Close all background applications-->
โ ๏ธ Note: On some devices (Redmi Note 10 Pro, Mi 11 Lite) after disabling Digital Well-being through settings, the function may be activated again after restarting).
Method 2: Disconnecting through Developer Mode (without root rights)
If the standard method didnโt work, try deactivating the feature through the hidden developer settings, which works on all devices with MIUI 13, including the Xiaomi 12T and POCO F4.
Steps:
- Activate Developer Mode: Go to Settings โ About Phone. Click 7 times in a row on the MIUI Version (you will be notified "You are a developer").
Settings
Additional settings โ Developer parameters
Digital well-being
Digital Wellbeing
Usage Access
Turn off the slider next to it.
Reset the device.
If the option is not on the list, try:
- ๐ Enter the use request in the search settings - this will display all related options.
- ๐ฑ Install QuickShortcutMaker from Google Play and find hidden activity com.miui.digitalwellbeing.
What to do if the developer mode is not turned on?
Method 3: Use ADB to remove the function completely
For users who are ready for more radical measures, the ADB (Android Debug Bridge) method is suitable, which allows you to completely remove the Digital Well-Being package from the system, but requires a connection to a computer.
Step-by-step:
- Download and install ADB Tools on PC.
- Turn on your smartphone to USB Debug: Go to Settings โ Additional settings โ Developer settings. Activate the USB Debug slider.
Connect your phone to your computer and confirm your trust in the device.
cmd
ADB
adb shell
pm uninstall -k --user 0 com.miui.digitalwellbeingReset the device.
If the team doesnโt work, try an alternative:
adb shell pm disable-user --user 0 com.miui.digitalwellbeing| Team team. | Action. | Application |
|---|---|---|
| pm uninstall | Complete packet removal | It doesn't work on all firmware. |
| pm disable-user | Disconnection for the current user | Safer, but the function can return after resetting |
| pm hide | Hiding from the interface | Requires MIUI 13.1+ |
โ ๏ธ Note: Removing system packages through ADB It can lead to unstable work MIUI. On some devices (Xiaomi) 11T Pro) this causes errors in settings or a failure of Google Play services.Be sure to back up through Settings before executing commands โ System system โ Backup.
๐ก
If you have Digital Well-Being back after using ADB, check for package updates through Settings โ Applications โ Application Management โ Three Dots โ Show Systems. Find com.miui.digitalwellbeing and turn off automatic updates for it.
Method 4: Editing system files (for advanced users)
This method involves manually changing MIUI configuration files and requires root access or customized backup (TWRP) for unlocked bootloaders such as the POCO F3 or Redmi K40.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/DigitalWellbeing
- Find the files: DigitalWellbeing.apk DigitalWellbeing.odex (if any)
.bak
DigitalWellbeing.apk.bak
DigitalWellbeing
000
Reset the device.
An alternative option is to edit the build.prop file:
- Open /system/build.prop in the text editor.
- Add a line: ro.miui.digital_wellbeing=false
- Save the changes and reboot.
๐ก
Editing system files can lead to a bootloop if you make a mistake. Always check backups and only use proven tools like TWRP or Magisk.
Method 5: Retrace to the previous version of MIUI (extreme case)
If all previous methods have failed and Digital Well-being is critically disruptive, it is a good idea to roll back to an earlier version of MIUI, where the function is either not available or easier to disable, which is suitable for devices where the feature appeared after the update (for example, on Mi 11 when switching from MIUI 12.5 to MIUI 13).
Step-by-step:
- Download the stable firmware of the desired version from the official Xiaomi website (for example, MIUI 12.5.7 for Redmi Note 10).
- Rename the file to update.zip and place it in the root folder of internal memory.
- Go to Settings โ About the phone โ System update.
- Press on. โฎ โ Select the firmware file and specify update.zip.
- Confirm the rollback and wait for the process to be completed (it will take 10-15 minutes).