Modern operating systems, including MIUI 13, are actively implementing screen time control tools to help users less depend on gadgets. However, a feature called Digital Wellbeing often annoys advanced users who know how to manage their time.
Complete removal of this system component without obtaining root rights is impossible by standard means, since it is part of the system image. However, there is an effective method of βfreezingβ it or hidden disabling it through ADB debugging commands. This allows you to free RAM and save the interface from unnecessary visual noise associated with monitoring activity.
Before you start manipulating system services, you need to understand that you are disabling a mechanism that can be useful for parental control or self-organization. If your goal is maximum performance and no restrictions, then the deactivation procedure is the right solution. Next, we will look at the detailed steps necessary to safely perform this task on Xiaomi devices.
Why users are trying to turn off activity monitoring
The main reason Xiaomi smartphone owners are looking for ways to remove Digital Wellbeing is because of the intrusiveness of notifications, which can suddenly darken the screen or block the launch of applications after the set limit has expired, which disrupts the workflow. For many, this looks like excessive custody that prevents the device from being used at full capacity.
In addition, the background service constantly monitors the opening time of each application, which theoretically can affect battery autonomy, albeit insignificantly.In an optimized MIUI 13, where every megabyte of RAM is on the account, disabling excess services is a standard tuning procedure. Users want to see clean usage statistics, rather than constant reminders of "healthy" use.
It is important to note that disabling this component does not affect the performance of other system services such as Google Play Services or basic telephony.You simply remove one particular analytics module.This is especially true for those who use third-party launchers or specialized time tracking apps that provide more flexible settings.
Preparing the smartphone for system changes
Before any operations involving changing system settings or using debugging commands start, the device must be properly prepared. The first step is to activate the developer mode, which is hidden by default for security purposes. Without this step, the computer will not be able to access the phone's file system to execute commands.
You will need to go to the Settings menu. β On the phone and press fast. 7-10 field-by-field "Version" MIUIΒ». After the message "You became a developer" appears, you can go to the advanced settings. β For developers, you need to find and activate the Debugging item USB.
βοΈ Checklist of device preparation
Also make sure that your computer has the necessary drivers for Xiaomi and the platform tool package ADB. Without properly installed software on the PC, communication with the phone will not be established and commands will be ignored. It is recommended to use the original cable, as cheap analogues can only support charging, but not data transfer.
Method of disconnection via computer and ADB
The most reliable way to deactivate Digital Wellbeing on MIUI 13 is to use the command line via a computer, which does not require superuser rights, but gives you access to system packet management. Once you connect your smartphone to your PC and confirm the debugging request on your phone screen, you can start typing commands.
Open the terminal or command line on your computer in the ADB tool folder. Enter the command to check the connection: adb devices. If a device with a serial number appears on the list, then the connection is established. Next comes the command to delete or freeze the package responsible for well-being. Usually this is com.google.android.apps.wellbeing.
adb shell pm uninstall -k --user 0 com.google.android.apps.wellbeingExecuting this command will hide the application from the menu and stop all associated processes for the current user. It is important to understand that the files will physically remain in the system partition, but the system will assume that the application is not installed. This makes it easy to return everything back if necessary, simply by performing a restore command or resetting the phone.
What to do if the team is not executed?
Alternative ways to limit functions
If you find using a computer too difficult or risky, you can try to limit the functionality through the standard settings of the application itself. ADB If you don't, you can minimize the impact. β Digital Well-Being and Parental Control.
Inside the menu, find the βSleep Modeβ or βFocus Modeβ section and turn off all active profiles, and go to the notification settings for the Digital Wellbeing app itself and prevent it from showing any alerts, which will save you visual debris, although the background process will continue to work.
Another option is to use third-party substituent applications or modified versions of system components, but on the other hand, the system is not designed to be a single system. MIUI 13 this may lead to unstable operation of the system or the appearance of errors during the update. ADB remains the cleanest and safest solution that does not violate the integrity of the firmware.
π‘
Use the Mi Mover app or make a full backup to the cloud before making any system changes to have a rollback point.
Possible problems and solutions
When you turn off system components, you may encounter a variety of errors, most often the problem is USB drivers or the wrong connection mode choice, and make sure you choose file transfer mode (MTP) in the debugging menu, not just charging.
Sometimes, after completing the command, the application can visually remain in the list, but stop running, in which case cleaning the cache of the Google Play service will help, since it can cache information about installed packets, and it is also worth checking whether Safe Mode is turned on, which blocks changes.
| Problem. | Possible cause | Decision-making |
|---|---|---|
| The computer can't see the phone. | Drivers not installed | Install Mi PC Suite or ADB drivers |
| Error of execution of the command | Wrong package name. | Check the exact name through adb shell pm list packages |
| The app returns after restarting | Systemic recovery | Repeated execution of command or root rights is required |
| The phone got stuck after the team. | Conflict of System Processes | Recommended Reboot (Power + Vol Up) |
If you experience a cyclic bootloop after manipulating system packages, the only way out is often a full factory reset via the Recovery menu, which is why writing down the exact name of the packet being removed is critical before any action is taken so that a solution can be found quickly if an error occurs.
Return of the remote component to the system
There are different situations: you may have sold your phone and want to make it look factory-like, or you may have needed parental controls, and it's easy to recover a packet that's been deleted through ADB, because it hasn't been physically erased from the flash memory.
To do this, reconnect the smartphone to your computer and open the command line. You will need a command to re-install the system package for the current user. This action will return the icon to the menu and start the background services.
adb shell cmd package install-existing com.google.android.apps.wellbeingOnce the command is completed, it is recommended to restart the device so that all changes take effect and system services update their lists correctly. If the standard recovery command does not work, the only option is to reset the phone to a factory state, which will delete all user data.
π‘
Deleting through ADB is a reversible process, making it safer than trying to remove system files manually through Root Explorers.