How to permanently disable Digital Well-Being on Xiaomi MIUI 13: 5 proven methods

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.

๐Ÿ“Š How Often Are You Irritated by Digital Well-Being Notifications?
Constantly.
Sometimes.
They used to be disturbed, but I turned them off.
Never noticed.

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.

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to Digital Well-Being and Parental Control.
  3. Press on. โ‹ฎ (three dots in the upper right corner) and select Settings.
  4. Turn off the Digital Well-Being slider.
  5. 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:

  1. 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?
If after 7 clicks on the MIUI version, the mode is not activated, check: 1. Gesture blocking - some shells (for example, POCO Launcher) can intercept touches. Try to press more accurately or use the stylus. 2. MIUI restrictions - some firmware (MIUI China Stable) requires a password from the Mi Account account to unlock the mode. 3. System update - if you have an outdated version of MIUI 13.0.1, upgrade to the latest stable firmware through Settings โ†’

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:

  1. Download and install ADB Tools on PC.
  2. 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.digitalwellbeing

Reset 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 uninstallComplete packet removalIt doesn't work on all firmware.
pm disable-userDisconnection for the current userSafer, but the function can return after resetting
pm hideHiding from the interfaceRequires 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:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/DigitalWellbeing
  3. 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:

  1. Open /system/build.prop in the text editor.
  2. Add a line: ro.miui.digital_wellbeing=false
  3. 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:

  1. Download the stable firmware of the desired version from the official Xiaomi website (for example, MIUI 12.5.7 for Redmi Note 10).
  2. Rename the file to update.zip and place it in the root folder of internal memory.
  3. Go to Settings โ†’ About the phone โ†’ System update.
  4. Press on. โ‹ฎ โ†’ Select the firmware file and specify update.zip.
  5. Confirm the rollback and wait for the process to be completed (it will take 10-15 minutes).
Can you turn off digital well-being without a computer?
Yes, use Method 1 (settings) or Method 2 (Developer Mode). If they don't work, try apps like App Inspector to deactivate system services, but that requires caution.
Why did the MIUI 13 update turn on again?
When you upgrade your system, Xiaomi restores standard packages. To prevent this: Before upgrading, disable Digital Well-Being via ADB. Use Magisk to block the com.miui.digitalwellbeing update.
Is it safe to remove Digital Well-Being through ADB?
In most cases, yes, but there are risks: ๐Ÿšจ Nana MIUI 13.1+ Deleting a package may disrupt Google Play Services. ๐Ÿ”„ Always create a backup through TWRP For minimal risk, use pm disable-user instead of pm uninstall.
Are there any alternatives to Xiaomiโ€™s digital well-being?
Yes, we can use it: ๐Ÿ“Š Google Digital Wellbeing (installed from Play Market). โฑ๏ธ ActionDash โ€“ analogue with advanced statistics. ๐ŸŒ™ StayFree is a lightweight time-control app that doesn't conflict with the system or force applications to be blocked.
How to check if digital well-being is disabled?
Follow the steps: Open Settings โ†’ Applications โ†’ Application Management. Turn on system applications display (three dots in the corner). Find Digital Well-Being or com.miui.digitalwellbeing. Check status: Must be Disabled or Deleted. Also run any application longer than 1 hour - no notifications of over-the-limit should appear.