Modern Xiaomi smartphones require a binding to a Google account when you first turn on β this is part of the FRP (Factory Reset Protection) protection system. But what to do if you bought the device from hand, forgot the data of your old account or fundamentally do not want to use Google services? In this article, we will discuss all working ways to circumvent this protection on current MIUI 14/15 firmware, including official and alternative methods.
It is important to understand that bypassing FRP may violate the terms of the license agreement Xiaomi, and some methods require technical skills. We do not recommend using them to hack into other people's devices - only to unlock your own phone. If you bought a smartphone with your hands and can not contact the previous owner, it is better to contact the service center with purchase documents.
This article is relevant for the Redmi Note 12/13, POCO X5/F5, Xiaomi 13/14 and other devices based on MIUI 14/15 (Android 12-14). For older versions (MIUI 12 and below), some methods may not work - check compatibility in the comments.
Why does Xiaomi require a Google account when enabled?
The requirement to link to a Google account came about for a reason, but it's part of a layered security system.
- π FRP (Factory Reset Protection β locking after resetting settings so attackers canβt use stolen phone.
- π± Mi Account β an additional link to the Xiaomi ecosystem that syncs data and locks the device when stolen.
- π‘οΈ Fraud Protection: Google and Xiaomi Collaborate to Reduce the Number of Grey Devices on the Market.
In practice, this means that after resetting your settings (Wipe Data in Fastboot mode) or first turning on a new phone, the system will ask for:
- Connect to Wi-Fi/mobile network.
- Entering Google account data that was previously linked to the device.
- Confirmation via SMS/email (if two-factor authentication is enabled).
β οΈ Warning: If you see a message saying, "This device has been reset. Please log in to the Google account that was previously used on this device" - that's it. FRP-You can bypass it, but some methods require unlocking the bootloader Unlock, which cancels the warranty.
Method 1: Bypassing FRP through MIUI settings (official method)
This is the most secure way, which works on most Xiaomi devices with MIUI 14/15.It doesnβt require unlocking the bootloader and is suitable for phones where Mi Account was previously tied (even if you donβt remember Google data).
Instructions:
- On the Google account input screen, click Do not remember email (or Forgot your password?).
- In the browser window that opens, enter the address: https://account.xiaomi.com/pass/serviceLogin?callback=https%3A%2F%2Faccount.xiaomi.com%2Fpass%2Fhealth&sid=miui_activation&_locale=ru_RU
- Log in via Mi Account (if you remember the login / password) or restore access to the linked phone number.
- After successful login, return to the activation screen β the lock will be removed.
If you donβt have access to Mi Account, try an alternative route:
- π± On the Google account input screen, click Emergency Call.
- π€ Enter #4636### and the test menu will open.
- π§ Go to Settings. β The phone. β Version. MIUI Tap 7 times to activate the developer mode.
- π Go back and turn on the debugging. USB on the Developer Menu.
Battery charge > 50%
Stable Wi-Fi connection
Disabled PIN-code of the SIM-card (if any)
USB cable for connecting to PC (in case of failure)
-->
Method 2: Use the Mi Account Unlock Tool
If the official method didn't work, you can use specialized unlocking software. One of the most reliable tools is the Mi Account Unlock Tool (not to be confused with Mi Unlock for bootloader!). USB-cable.
Step-by-step:
- Download the archive with the tool from the official Xiaomi forum (for example, here).
- Unpack the archive and run MiAccountUnlock.exe on behalf of the administrator.
- Connect your phone to your PC in Fastboot mode (clip Volume Down + Power when the device is off).
- In the program, select the model of your device and press Unlock.
- Wait until the process is completed (usually 5-10 minutes).
| Xiaomi model | Mi Account Unlock Tool Support | Notes |
|---|---|---|
| Redmi Note 12/13 | β Yes. | Requires to disable driver signature verification in Windows |
| POCO X5/F5 | β Yes. | POCO F5 requires a 2.4+ version of the tool |
| Xiaomi 13/14 | β οΈ Partially. | Some of the patches require additional patches. |
| Redmi 10/11 | β Yes. | It works on all versions of MIUI. |
β οΈ Note: Using third-party tools may result in blocking IMEI Before using, back up your data via Fastboot with the command: fastboot backup create_backup.img
Officially through Mi Account|The Unlock Tool (Mi Unlock Tool)|Through ADB-team|Never encountered it.|Another way.-->
Method 3: Bypass ADB (for advanced users)
The Android Debug Bridge (ADB) method is suitable for devices that have developer mode on, and if you can activate Debugging over USB (even on the lock screen), it will work with a 90% probability.
What you need:
- π₯οΈ Computer with installed ADB and Fastboot.
- π Cable USB (preferably original).
- π± Phone with debugging enabled (or the ability to turn it on).
Instructions:
- Connect your phone to your PC and open the command line in the folder with the platform-tools.
- Check the connection command: adb devices (the name of your device should be displayed).
- Follow the commands in turn: adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1 adb shell am start -n com.google.android.gsf.login/ adb shell am start -n com.google.android.gsf.login.LoginActivity
- Reboot your phone: adb reboot
If the lock is still locked after the restart, try an alternative set of commands:
adb shell am start -a android.settings.SETTINGS
adb shell input text "12345678" && adb shell input keyevent 66π‘
If ADB doesnβt see the device, try reinstalling drivers via Google USB Driver or using MiFlash to install automatically.
Method 4: Reset via Fastboot and EDL modes
If the software methods donβt work, itβs hard to reset through low-level modes, which is suitable for devices with an unlocked bootloader or if youβre ready to unlock it (which voids the warranty).
Option 1: Through Fastboot (without data loss)
fastboot erase frp
fastboot rebootOption 2: Through EDL (full reset, requires firmware)
- Transfer your phone to EDL mode (close the Test Point contacts on the board or use the adb reboot edl command).
- Swipe the device through MiFlash with a tick clean_all_lock.
- Use the firmware for your model (you can download it at xiaomifirmwareupdater.com).
β οΈ Attention: Incorrect firmware in mode EDL If you're not sure what you're doing, you can go to a service center. FRP in official centers of Xiaomi β from 1000 to 3000 rubles (depending on the model).
What is Test Point and where to find it?
Method 5: Alternative launchers and firmware
If you need to use a phone without a Google account on a regular basis, consider installing custom firmware or a launcher without Google services. It's a radical method, but it completely solves the FRP problem.
Popular solutions:
- π± LineageOS β firmware without Google services (requires an unlocked bootloader).
- π§ MicroG is an open source alternative to Google Services.
- π BlankStore β an app store without Google binding.
- π οΈ De-Google launchers (e.g. Lawnchair or KISS Launcher).
Instructions for installing LineageOS:
- Unlock the bootloader through the Mi Unlock Tool (waiting 7-15 days for new Mi accounts).
- Install custom recovery (TWRP or OrangeFox).
- Download the LineageOS firmware for your model from the official website.
- Sweat through recovery by pre-doing Wipe Dalvik/Cache.
Advantages of this method:
- β Full control of the device.
- β No link to Google or Mi Account.
- β Possibility of updates through OTA.
Disadvantages:
- β Loss of guarantee.
- β No Google Play (you need to install manually or use alternatives).
- β Risk of errors in firmware.
π‘
Installing custom firmware is the only way to get rid of FRP and Google dependency completely, but it requires technical skills and lacks security, and for most users, a temporary bypass through ADB or Mi Account Unlock Tool is enough.
Frequent Mistakes and How to Avoid Them
When bypassing FRP, users often encounter typical problems, and here are the most common mistakes and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| Could not connect to ADB | Drivers not installed or debugging not activated | Reinstall drivers, check debugging over USB |
| Device is locked (in MiFlash) | The bootloader is not unlocked | Use the Mi Unlock Tool to unlock the device |
| The phone will not turn on after resetting | The firmware in EDL mode is damaged | Swipe the full image through MiFlash with a tick clean_all |
| Invalid IMEI after bypass | Information on the communication module erased | Restore. IMEI through QCN maui META |
If none of the methods worked:
- π Try updating the firmware through Fastboot (instructions on xiaomi-adb-fastboot-tools.ru).
- π Contact the Xiaomi service center with documents on the phone.
- π¬ Ask a question in the forums 4PDA or XDA (specify the model and version MIUI).