Forgot the password from the Xiaomi Redmi app or just want to disable it? MIUI offers several layers of privacy protection, but sometimes these security measures become an obstacle for the owner. Depending on the firmware version (MIUI 12/13/14) and the smartphone model (Redmi Note 10/11/12, Redmi 9/10/11), the methods of deleting the password can vary from standard settings to bypassing through ADB.
It is important to understand that the blocking of applications in Xiaomi can be implemented through:
- ๐ Built-in App Lock (in security settings)
- ๐ฑ Mi Account Password (if the application is linked to the account)
- ๐ Third-party password managers (e.g. LastPass or 1Password)
- ๐ฒ Biometric authorization (fingerprint/face) that may conflict with PIN-code
In this article, we will discuss all the current methods of password deletion, including those that work without resetting settings and data loss. If you have tried to enter the code several times and received the message "Too many attempts, try later again" - do not panic: there are solutions even for such cases.
1. Standard password removal through MIUI settings
The easiest way is to use the built-in MIUI tools, which is suitable if you remember the main screen lock password or data from the Mi Account.
Instructions:
- Open Settings โ Passwords and Security โ Block applications.
- Enter the current PIN/password/pattern lock from the lock screen.
- Click on the app icon you want to remove protection from.
- Select Remove Password or switch the slider to Off position..
If the application lock option is not in the menu:
- ๐ Try the way: Settings โ Additionally. โ Confidentiality โ Blocking applications (relevant to MIUI 12).
- ๐ Update the firmware: in older versions (MIUI 11 and below) the function could be called Application Protection.
โ๏ธ Preparation for password removal
โ ๏ธ Note: If you previously enabled the option "Reset passwords when resetting settings" in Mi Account, then after the hard reset, all blocked applications will be automatically unlocked!
2. Reset password through Mi Account (if the account is linked)
If the application is blocked through Mi Account, you can use the access recovery function, which works even if you lose your password from the lock screen, but requires:
- ๐ง Access to email/phone linked to Xiaomi account.
- ๐ Stable Internet connection (Wi-Fi or mobile network).
- ๐ Last time data synchronization (check in Settings) โ Mi Account โ Synchronization).
Step-by-step:
- On the lock screen, click Forgot Password? (or Forgot Password?).
- Select recovery through Mi Account.
- Enter email/phone and confirm your identity via SMS or email.
- After logging in, go to Settings โ Passwords and Security โ Lock apps and unprotect.
| MIUI version | The Way to Block Apps | Does it support recovery through your Mi Account? |
|---|---|---|
| MIUI 14 | Settings โ Passwords and Security โ Blocking applications | Yes. |
| MIUI 13 | Settings โ Privacy โ Blocking applications | Yes. |
| MIUI 12 | Settings โ Additional โ Privacy โ Application Protection | Yes (requires security updates) |
| MIUI 11 and below | Settings โ All settings โ Privacy โ Application protection | No (only reset) |
๐ก
If after recovering through Mi Account, apps remain blocked, try temporarily disabling Settings โ Accounts โ Sync โ Blocking apps, then restart the phone.
Password bypass through ADB (for advanced users)
If standard methods don't work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices.
- ๐ฅ๏ธ Computer with installed Xiaomi drivers and ADB.
- ๐ USB-cable (preferably original).
- ๐ง Included debugging by USB (Settings โ The phone. โ Version. MIUI โ 7 times press to unlock the developer mode).
Instructions:
- Connect Redmi to your PC and confirm your trust in your phone.
- Open the command line (Win + R โ cmd) and type: adb shell pm list packages | grep "lock" This will show all packets associated with the lock.
- To unblock a particular application (e.g. Gallery) use: adb shell pm clear com.miui.gallery Replace com.miui.gallery with your app package.
List of popular Xiaomi application packages:
- ๐ท Gallery: com.miui.gallery
- ๐ฑ Contact: com.android.contacts
- ๐ฌ Messages: com.android.mms
- ๐ Browser: com.android.browser
What if the ADB canโt see the device?
โ ๏ธ Attention: Use ADB This can cause app failures if you delete critical data. Do not use commands for system packages (e.g. com.android.settings)!
4. Resetting settings (extreme case)
If other methods fail, you'll have to have a hard reset, which is a factory reset, which will delete all the data, including the passwords from the apps, but it'll also be deleted.
- ๐ธ Photos and videos (if not saved in the cloud).
- ๐ Contacts (if not synchronized with the Google/Mi Account).
- ๐ฎ Installed applications and their data.
- ๐ Messages and call history.
How to reset:
- Turn off the phone.
- Press the Power button + Volume up until the Mi logo appears.
- In the Recovery menu, select Wipe Data โ Wipe All Data (manage volume buttons, confirmation โ power button).
- After restarting, set your phone as new.
๐ก
Resetting via Recovery bypasses the Mi Account lock, but if the phone was linked to a Xiaomi account, after the reboot you will need to enter a login and password for activation.
5.Using Safe Mode to Remove Third-Party Blockers
If the password is installed through a third-party application (for example, AppLock or Smart AppLock), you can delete it in Safe Mode - a mode where all user programs are disabled.
How to log in to Safe Mode:
- Press the power button before the off menu appears.
- Press and hold the option to Turn off (or turn off power) before a request to switch to Safe Mode appears.
- Confirm the action.
In Safe Mode:
- ๐๏ธ Go to Settings. โ Annexes โ Established.
- ๐ Find a blocker (like AppLock) and remove it.
- ๐ Restart your phone in normal mode.
If, after deleting, the application continues to request a password:
- ๐งน Clear cache and data through Settings โ Annexes โ [Name of the blocker] โ Warehouse.
- ๐ Reset the device.
Alternative methods (for specific models)
Some Redmi models have unique locking features, such as:
For the Redmi Note 10 Pro/11 Pro:
- ๐ Password from App Lock can be reset via Settings โ Special facilities โ Password management (hidden partition, activated after 5 failed attempts to enter).
For the Redmi K40/K50:
- ๐ฑ Use Double Tap on the Lock screen โ Emergency โ App Lock Reset (only with a Mi Account attached).
For Redmi 9/9A:
- ๐ After 10 unsuccessful attempts to enter a password, the system will offer to reset the lock through SMS (code is sent to the associated number).
Frequent Mistakes and How to Avoid Them
When trying to remove a password, users often face typical problems:
| Mistake. | Reason. | Decision |
|---|---|---|
| "Too many attempts, try again later" | Protection against password selection is activated | Wait 30 minutes or use your Mi Account to reset |
| Unable to remove lock in ADB | Insufficient rights or system application | Try adb shell pm uninstall -k --user 0 [package] |
| After reset, asks for a Mi Account password | Find Device Protection Activated | Enter information from your Xiaomi account or contact us for support |
Additional advice:
- ๐ Before any manipulations charge the phone at least 50% โ this will prevent the shutdown in the process.
- ๐ก If you use ADB, Disable the antivirus on your PC โ it can block commands.
- ๐ After successfully removing your password, restart your phone so that the changes take effect.