Tested on:
* MIUI Global 12.5.9 Stable | 12.5.9.0(RJQIDXM)
* com.miui.securitycenter 7.0.4-220913.1.2
This guide will help you in resetting MIUI default app lock password without factory reset or Mi Account.
1. Disable all apps using adb shell which are locked by app lock.
2. After that you can use forget password option to reset the password.
3. Now enable all apps from adb shell and open them using new password.
You can either choose to disable or uninstall the locked apps.
* MIUI Global 12.5.9 Stable | 12.5.9.0(RJQIDXM)
* com.miui.securitycenter 7.0.4-220913.1.2
This guide will help you in resetting MIUI default app lock password without factory reset or Mi Account.
1. Disable all apps using adb shell which are locked by app lock.
Code:
pm disable-user --user 0 <package-name>
3. Now enable all apps from adb shell and open them using new password.
Code:
pm enable --user 0 <package-name>
You can either choose to disable or uninstall the locked apps.
Last edited: