Password protection in MIUI is a useful feature for privacy, but sometimes it becomes a problem. Have you forgotten the combination, bought a used phone with blocked programs or just want to simplify access? In this article, we will discuss all the legal ways to remove passwords from applications on Xiaomi, Redmi and POCO โ from standard settings to technical bypasses for advanced users.
Complicating the problem, MIUI uses multiple layers of security: a local PIN/pattern lock, a Mi Account account, and even hardware encryption on some models. We won't look at hacking other people's devices (it's illegal!), but we'll show you how to get back access to your smartphone. Importantly, some methods require prior preparation, such as a USB Debugging enabled or a tied Mi Account.
If you've never set up an app lock yourself, there's a good chance that the previous owner set the password, and in this case, the only reliable way is to completely reset to factory settings and delete all the data. For the rest of the cases, read on from simple to complex.
1. Standard password removal through MIUI settings
The most obvious and secure way is to use the built-in tools of the system, which is suitable if you remember the primary password to unlock the screen or the Mi Account.
Open Settings โ Applications โ Application Lock. This will show you a list of protected programs. Click on the gear icon in the upper right corner and select Remove Password. The system will request confirmation via:
- ๐ Basic PIN/lock-screen
- ๐ฑ Fingerprint (if configured)
- ๐ค Mi Account (requires login and password entry)
If you see a message โIt is impossible to delete passwordโ, it means:
- Data Protection is enabled on the device (you need to disable Settings โ Mi Account โ Data Protection)
- The phone is tied to corporate policy (for example, through Android Enterprise)
- Installed custom firmware with modified security system
๐ก
If you forget your Mi Account password, restore it through the official account.xiaomi.com website โ it will take no more than 5 minutes if you have access to an email or phone.
2. reset lock via Mi Account (if phone is tied)
Mi Account is your main key to the device, and if the phone is linked to your profile, you can reset your lock settings remotely.
Instructions:
- Go to i.mi.com and log in.
- Select your device from the list (if it is online).
- Press Find the device. โ Block it.
- Set a new temporary password (it will replace the current one).
- Unlock your phone with a new password and remove the app lock through the settings.
โ ๏ธ Note: This method only works if:
- ๐ถ The phone is connected to the Internet (mobile data or Wi-Fi)
- ๐ Find the device was activated in advance
- ๐ค You are the owner of the Mi Account to which the phone is linked.
If the device is offline, try connecting it to the network and repeat the procedure. In extreme cases, use the ADB method (described below).
3.Use of ADB to remove the lock (advanced method)
Android Debug Bridge (ADB) is a debugging tool that lets you control your system through your computer, and it works if you have USB debugging enabled and you have access to your PC.
Step-by-step:
- Download ADB Tools and unpack it into a folder.
- Connect your phone to your computer via USB (select File Transfer mode).
- Open the command line in the ADB folder and type: Adb devices Make sure the device is defined.
- Run the command to unlock: adb shell pm uninstall -k --user 0 com.miui.guardprovider (this will remove the locking module for the current user)
- Reboot the phone.
โ ๏ธ Note: After this command, some security features may disappear MIUI. To return them, update the system through Settings โ The phone. โ Updating the system.
Install Xiaomi drivers on PC| Enable USB debugging in Developer Settings | Download the latest version of ADB Tools | Connect your phone with the original cable-->
If the team doesnโt work, try an alternative:
adb shell settings put global hidden_api_policy 1Then repeat the step with the removal of guardprovider.
4. Reset to factory settings (last resort)
If no other means have worked, it's a hard reset, which will delete all the data from the phone, including the application passwords, but it will also be deleted:
- ๐ธ Photos and videos
- ๐ฑ Contacts (if not synced with Google)
- ๐ฎ Preservation of games
- ๐ Files in internal memory
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 by volume buttons, confirm by power button).
- After resetting, the phone will reboot to its initial state.
โ ๏ธ Note: New Xiaomi models (released after 2022) may require you to enter the data of the Mi Account that was previously linked after reset. Without this data, the phone will turn into a โbrick!
What to do if you ask for an old Mi Account after a reset?
5. Bypassing locks through Safe Mode (for individual applications)
If only one or two apps are blocked, you can try temporarily disabling protection through Safe Mode, which doesn't work on all models, but it's worth the effort.
Instructions:
- Press the power button before the off menu appears.
- Press and hold the "Stop" option (a suggestion will appear to go to Safe Mode).
- Confirm the transition - the phone will restart.
- In Safe Mode, try to open a blocked application โ sometimes the protection is turned off.
- If you can, delete the application data through Settings โ Apps โ [Name] โ Storage โ Clear the data.
- Restart the phone to normal mode.
This helps if the lock is implemented at the application level, not the system level, for example, you can unlock the Gallery or Messages, but you can hardly bypass the protection of banking programs.
6. Alternative methods and warnings
There are dozens of magical ways to get around the block on the Internet, from using older versions of MIUI to flashing it over Fastboot, and we don't deliberately describe them in detail because:
- โ ๏ธ 90% of these methods do not work on modern devices (after the MIUI 12)
- ๐ง The risk of โbrickingโ the phone with incorrect actions
- ๐ก๏ธ Violation of security policy may result in the blocking of the Mi Account
If you are offered:
- ๐ "Universal Unblocking Codes are a Fraud
- ๐ฑ Installing "patched" versions of firmware - a high risk of viruses
- ๐ฐ Paid services for โhackingโ โ most often deception
It is better to close these sources immediately.
The only legal way to do complicated things is to contact Xiaomi with your phone ID, which can cost you money (from 1,000 to 3,000 rubles depending on the model), but it is guaranteed to be safe.
๐ก
None of these methods guarantee 100% results, and if the phone is bought with your hands and the previous owner has not untied the Mi Account, it is almost impossible to regain full control of the device without its help.
Comparison of Unlocking Methods
| Method | Difficulty | Conditions required | Risks. | Efficiency |
|---|---|---|---|---|
| Through MIUI settings | โญ | Knowledge of the primary password | No. | 90% |
| Reset via Mi Account | โญโญ | Online phone, account tied | It may not work on new models. | 70% |
| Use of ADB | โญโญโญ | USB debugging enabled | It may disrupt the system. | 60% |
| Safe Mode | โญ | No. | It doesn't work on all apps. | 30% |
| Total reset | โญโญโญโญ | No. | Loss of all data, possible link to Mi Account | 99% |