Loss of access to a smartphone or the need to urgently sell a device often puts the user in front of a difficult choice, especially if the Mi Account logo or FRP lock is on the screen. Owners of Xiaomi, Redmi and POCO equipment are well aware that the MIUI security system is closely integrated with cloud services, which makes it impossible to simply delete an account without a password. Disabling the Find Device function through a computer is the only legitimate way to regain control of the gadget if access to the device itself is limited or forgotten.
There are several proven methods of solving this problem, ranging from the official web interface to the use of specialized software to work with system partitions. It is important to understand that the process requires care, since incorrect actions can lead to a complete locking of the device or loss of personal data. Below we will discuss in detail the algorithms of actions that will help you deactivate the protection and bring the smartphone back to life.
Before you start active actions, you need to make sure that there is a stable Internet connection on the PC and serviceable. USB-Without internet access, remote management of Mi Cloud services is technically impossible, so check the network before starting the procedure.
Official way to deactivate via the Mi Cloud web interface
The easiest and most secure method that does not require additional software installation is to use the official cloud storage site, which is suitable if you remember the username and password from the Mi Account, but do not have physical access to the phone or it is blocked. Go to i.mi.com and log in using your credentials.
Once you log in, you'll see a control panel where you can select "Find the device." In the list of available gadgets, find the model you want and click "Lost Mode." Here, it's critical to switch the switch to "Switch off" position, which will remove the activation lock. If you don't, even after flashing, the phone will ask for a password.
Sometimes the system may request confirmation via SMS or email if two-factor protection is enabled. Make sure your SIM card is active to receive the code. Once the operation is completed, the status of the device in the list will change and the account binding will be severed.
- π Open your browser on your PC and go to the address https://i.mi.com.
- π Enter the username and password from your Mi Account.
- π± Select the device from the list and click "Find the device".
- β Switch the Lost mode to the Off position or select "Erase data".
π‘
If you plan to sell the phone, be sure to perform a complete data cleanup through the web interface, not just a button reset so the new owner doesnβt face a lockdown.
Using ADB to Remove System Restrictions
A more advanced method that requires minimal technical training is to use the Android Debug Bridge (ADB) toolkit, which allows you to interact with the smartphone file system at a low level, sending commands directly to the operating system. First, you will need to download the Platform Tools package from the official Android developer site and unpack it on your computer's C disk.
Next, you need to connect the smartphone to the PC through USB-If there's a window on the phone screen, "Allow debugging by USB", Click "OK." If the settings menu is unavailable due to locking, this method may not work without first unlocking the bootloader. In the command prompt launched on behalf of the administrator, enter the command adb devices to check the visibility of the device.
To disable security services, a packet deletion command or a change of settings via shell is often used. For example, you can try to disable the FindDevice component, although in newer versions of MIUI this can be blocked at the kernel level. However, trying to enter the command adb shell pm disable-user --user 0 com.miui.findevice can give results on older firmware.
β οΈ Attention: Use ADB Incorrect removal of system packages can lead to a cyclic restart (bootloop) or inoperability of the basic functions of the phone.
If standard commands donβt help, you can try resetting your network or account settings through ADB, which sometimes allows you to bypass the welcome screen, but the effectiveness of this method depends heavily on the version of Android and the security patch installed on the device.
Application of specialized software for FRP reset
When official methods are powerless, specialized utilities developed by enthusiasts and engineers to work with FRP (Factory Reset Protection) protection come to the rescue. Programs like the Mi Unlock Tool (official) or third-party solutions like UnlockTool and Chimera Tool allow you to interact with the bootloader and partitions. The official Mi Unlock utility requires a wait of 7 to 168 hours after you bind an account.
Third-party software often uses bootloader exploits or diagnostic modes to reset protection. To work with such programs, the phone usually needs to be switched to Fastboot mode (clamping the volume button when connecting a cable) or EDL mode (Emergency Download), which requires disassembling the device and closing contacts on the board.
The process is as follows: you run the program on a PC, connect the smartphone in the desired mode and press the button "Unlock" or "Remove FRP." The program automatically determines the model and tries to apply the patch. The success of the operation depends on the device's processor (Snapdragon, MediaTek, Helio) and the version of MIUI.
- π οΈ Download and install drivers ADB Fastboot for your processor.
- π² Transfer the phone to Fastboot mode (volume button down) + feeding).
- π» Launch the unlocker program and wait for the connection.
- π Press the start button and follow the instructions on the screen.
What is an EDL mode?
Change region and reset settings via Fastboot
One effective way to bypass some types of locks is to change the firmware region or completely flash the device through Fastboot mode, which involves using the command line and firmware file in.tgz format, which you need to download from the official MIUI bootloader website. It is important to choose firmware for Fastboot, not for Recovery.
After downloading the archive and unpacking it to the root of the C disk, open the command line in the folder with the firmware files. Connect the phone in Fastboot mode and type the command flash_all_except_data_storage.bat (for Windows) or the corresponding script for Linux/Mac. This method allows you to update system files while saving user data, but in the case of an account lock, a complete cleanup command may be required.
Changing the region in settings (if you have access to the menu) sometimes helps to bypass the regional restrictions of services Google and Mi. However, if the phone is already blocked by the activation screen, this option is available only through flashing to the global version of the software, if previously stood Chinese, or vice versa.
| Type of firmware | File format | Data retention | Difficulty |
|---|---|---|---|
| Recovery | .zip | Maybe. | Low. |
| Fastboot | .tgz | No (usually) | Medium |
| EDL (Authorized) | .xml / .mbn | No. | Tall. |
| OTA | .zip | Yes. | Minimum |
β οΈ Note: When you are running through Fastboot, make sure that the battery is at least 60%. interruption of the data writing process can damage the boot or system partition.
π‘
Using Fastboot is a powerful tool that allows you to completely rewrite the software part of the phone, eliminating software conflicts and locks.
Unlocking the bootloader as a solution method
Unlocking the bootloader is a fundamental procedure for Xiaomi owners to give full control of the device. Having an unlocked Bootloader allows you to install custom recaps (TWRP), obtain root rights and, importantly for our topic, clear the sections responsible for linking the account. The standard procedure requires you to apply through the application "Mi Unlock Status" in the phone settings.
After submitting an application, you have to wait a certain time (usually 168 hours) during which Xiaomi servers check the device, after which you can start the Mi Unlock utility on your PC, log in to the same account and click the Unlock button.
It is worth noting that on some new models with MediaTek processors or fresh versions MIUI Additional restrictions may be in place that require VIP-account in the Mi community or use of paid services, but for most devices, the standard procedure remains.
- π Link your Mi Account to the developerβs settings on your phone.
- β³ Apply for Unblocking and Wait 7 Days.
- π» Run the Mi Unlock Tool on your computer.
- π Connect your phone to Fastboot and unlock it.
It is important to understand that unlocking the bootloader automatically erases all data from the device for security purposes, so if your goal is to save photos and contacts, this method should be used only after trying to back up in other ways.