A blocked Xiaomi smartphone is a problem that thousands of users face every day. Have you forgotten your password, a child accidentally entered the wrong pattern lock 10 times, or the phone fell into your hands after buying with an active lock? In any case, you should not panic: there are legal ways to unlock that do not require contacting the service center. In this article, we will analyze all the current methods of delocking the screen on Xiaomi, Redmi and POCO, including models from 2023 to 2026.
It's important to understand that the choice of method depends on whether the phone is linked to the Mi Account, whether debugging is enabled over USB, and whether you have a backup. Some methods (for example, reset via Fastboot) work on all devices, others (like unlocking through ADB) require preliminary preparation, we will describe each option in detail, specify their pros and cons, and also warn against common errors that can turn the phone into a brick.
1 Unlocking through Mi Account (official method)
If your Xiaomi is tied to your Mi Account, this is the easiest and safest way to unblock it, and it works even after a hard reset if sync with Xiaomi servers was previously enabled.
- πΉ Enter the wrong password or pattern lock 5 times in a row until the message βForgot the password?β or βUnblock through Mi Accountβ appears".
- π± Click on this link and enter details from your Mi Account (email or phone number) + password).
- π If the data is correct, the phone will unlock automatically. SMS email.
β οΈ Note: If you bought your phone with your hands and the previous owner didnβt untie your Mi Account, this method will not work, in which case you will have to contact Xiaomi with proof of purchase (check, purchase agreement) to force the account to be detached.
If the button "Unlock via Mi Account" does not appear, it means:
- π« The phone has disabled synchronization with the account (check in Settings). β Accounts. β Mi Account).
- π The device was purchased in China (the domestic version) β such models often do not support global accounts.
- π The phone was dropped via Fastboot without detachment of the account (then you will need to unlock the bootloader).
2.Reset to factory settings via Recovery
If Mi Account doesnβt work or the phone isnβt tied to the account, the next step is hard resetting through Recovery Mode, which will remove all data from the device, including photos, contacts and apps, but will return access to the system, which is suitable for most Xiaomi, Redmi and POCO models released after 2018.
Instructions:
- Turn off the phone with a long press of the power button.
- Press Volume Up + Power Button at the same time and hold for 10-15 seconds until the Mi logo appears.
- From the Recovery menu, select the language (usually English or Chinese), then go to Wipe Data β Wipe All Data.
- Confirm the action and wait for the process to be completed (it will take 2-5 minutes).
- Reboot your phone with Reboot β Reboot to System.
β οΈ Note: Some models (e.g. Xiaomi) 12T Or the Redmi Note 11 Pro.+) After the reset, you may need to enter data from Mi Account if you have previously activated the "Find Device" function.
Turn off the phone from charging.
Make sure that the battery is >30%
Download Xiaomi drivers on PC (if you need Fastboot)
Prepare data from Mi Account (in case of blocking after resetting)-->
| Xiaomi model | Combination of buttons for Recovery | Is a Mi Account Required After a Reset? |
|---|---|---|
| Redmi Note 10/11/12 | Volume up + Nutrition | Yes, if the synchronization was on. |
| Xiaomi 13/13 Pro | Volume up + Nutrition (hold 20 seconds) | Yes, I will. |
| POCO F4/F5 | Loudness down + Nutrition | Not if Find Device is disabled |
| Xiaomi Mi A1/A2 (Android One) | Volume up + Nutrition | Not if you had a Google account. |
3. Unlock via Fastboot (for advanced users)
If resetting through Recovery didn't work because of the Mi Account binding, you can try flashing your phone through Fastboot mode, USB-Cable and basic command line knowledge, suitable for unlocked bootloader devices (if you previously received permission from Xiaomi via the Mi Unlock Tool).
Step-by-step:
- Download and install the Mi Flash Tool (the official utility from Xiaomi).
- Download the firmware for your model from the Xiaomi Firmware Updater website (choose the Fastboot version).
- Turn off your phone and put it in Fastboot mode: Press Volume Down + Power.
- Connect your phone to your PC, open the Mi Flash Tool, select the downloaded firmware and press Flash.
- Wait for the process to complete (10-15 minutes) and restart the device.
β οΈ Warning: Firmware through Fastboot without unlocking the bootloader will cause the "Anti-Rollback" error and turn the phone into a "brick". Before the procedure, make sure that the bootloader is unlocked (checked by the fastboot oem device-info command in the terminal).
What if the Mi Flash Tool can't see the phone?
4. Unlock via ADB (if USB debugging is enabled)
If the phone has previously been enabled to debug via USB (Settings β About Phone β MIUI Version β 7 times press to activate the developer mode), you can unblock through ADB without losing data.
Instructions:
- Connect your phone to your PC via USB.
- Open the command line (Win + R β cmd) and type:
adb shell
su
rm /data/system/gesture.key
rm /data/system/locksettings.db
rm /data/system/locksettings.db-wal
rm /data/system/locksettings.db-shm
rebootAfter the reboot, the screen lock will be reset.
β οΈ Note: On newer models (Xiaomi 13, Redmi Note 12), this method may not work due to enhanced protection. MIUI 14+. In this case, try an alternative team:
adb shell am start -n com.android.settings/.ChooseLockGenericπ‘
If the su command doesn't work, there's no root permission on the phone. Try rooting through Magisk first or using another method.
5. Contact the Xiaomi Service Center
If all of these methods fail, the last option is the official service, Xiaomi provides an unlock service for confirmed purchase devices.
- π Check or sales contract (if the phone was bought with hands).
- π Passport of the holder (to confirm the identity).
- π± Serial number of the device (you can find it on the box or under the battery).
The cost of the service varies from 500 to 2000 rubles depending on the model and region. In some cases (for example, if the phone was stolen), Xiaomi may refuse to unlock.
πΉ How to find an official service:
- Go to the Mi Service website.
- Choose your country and city.
- Check the reviews about the service center (some informal workshops offer a Mi Account bypass, but this violates the warranty terms).
π‘
Official unlocking through Xiaomi is the only legal way to bypass the binding to someone elseβs Mi Account without the risk of losing the warranty.
6. Alternative methods (at your own risk)
There are dozens of magical ways to unlock Xiaomi online, from using paid software to flashing it through EDL (Emergency Mode), and we donβt recommend using them, because:
- πΈ Most paid utilities (such as Mi Account Unlock Tool) are frauds, and they either don't work or they contain viruses.
- π§ Flip-through EDL Requires an authorized Xiaomi account (only available to service centers) and attempts will lead to hard bricks.
- π΅ Test Point methods are risky and can damage the phone irrevocably.
If you still decide to experiment, at least do a backup of data through TWRP (if installed) or remove the memory card before manipulation.