After buying a used Xiaomi smartphone or resetting to factory settings, many people face a mandatory binding to a Google account (FRP - Factory Reset Protection), which is a security system that blocks access to the device without entering the data of the previous owner. But what if you do not know this data or fundamentally do not want to use Google services?
In this article, we will discuss 5 proven ways to bypass FRP on Xiaomi devices (including Redmi, POCO and Black Shark models) running MIUI 12-14 and Android 11-13. Importantly, the methods vary in complexity - from basic manipulation of settings to using ADB and specialized utilities.
β οΈ Warning: Bypassing FRP We describe methods solely for the legitimate purpose of restoring access to our own device, and using these instructions to hack into other people's gadgets is punishable by law.
Method: Bypassing an emergency call (for MIUI 12-13)
The simplest method, which works on most Xiaomi devices with Android 10-12, is suitable for the Redmi Note 10/11, POCO X3/X4, Mi 11 Lite and others, and the essence is to exploit a vulnerability in the emergency call interface to access settings.
Instructions:
- π± On the lock screen, press Emergency Call).
- π’ Enter #4636### and it will open the test menu.
- π§ Go to Settings. β About the device β Version. MIUI and tap it 7 times to activate the developer mode.
- π Go back to the main settings, find a new section for developers and enable debugging by USB.
- π₯οΈ Connect your smartphone to your PC and use it ADB discharged FRP (lower).
Charge your phone at least to 50%|Prepare. USB-cable (original)|Install ADB PC-only|Turn off the Internet on your phone (Wi-Fi/mobile data)
-->
After activating debugging, perform in ADB:
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1This command simulates the completion of the initial setup, allowing you to skip the Google account entry step, and if the method doesn't work, move on to the next method.
2. Method: Use of Mi Account (official bypass)
If a Xiaomi account (Mi Account) was previously linked to the device, it can be used to unlock without Google, which works even on the latest versions of MIUI 14 with Android 13, but requires access to an email/phone associated with the account.
Step-by-step:
- On the lock screen, select Sign in via Mi Account (if the option is available).
- Enter the email or phone number associated with your Xiaomi account.
- Confirm the login via SMS or email (the code will come to the specified data).
- After logging in, go to Settings β Accounts and delete the Google link.
π‘
If you buy used Xiaomi, always ask the seller to unplug the Mi Account before handing over the device, which will eliminate FRP problems and allow you to use all the functions of the smartphone.
β οΈ Note: If the previous owner has not untied his Mi Account, you will not be able to use it, in which case you will need to contact the seller or use alternative methods (see section 3).
3. Method: Reset via Fastboot (for advanced users)
The method is suitable for devices with unlocked bootloader or if you are ready to unlock it. Requires a PC with installed Xiaomi drivers and the Fastboot utility. Works on all models, including Xiaomi 12/13, Redmi K50, POCO F4.
Algorithm of action:
- Turn off your smartphone and press Power + Volume Down to log into Fastboot.
- Connect the device to the PC and check for detection by the command: fastboot devices
- FRP: Fastboot erase frp
- Reboot the device: fastboot reboot
If the bootloader is locked, unlock it first through the official Mi Unlock Tool (requires a binding to Mi Account and waiting 72-168 hours).
What if Fastboot doesnβt see the device?
4. Method: Use of third-party utilities (FRP Bypass Tools)
For devices with Android 8-11, there are specialized utilities that automate FRP bypass.
- π οΈ Mi Account Bypass Tool β works with most Xiaomi models until 2021.
- π FRP Hijacker - Supports MIUI 12 and some versions of Android 12.
- π± GSMTherapy is a paid service with a high success rate (requires a PC).
β οΈ Note: Download utilities only from trusted sources (for example, XDA Developers or 4PDA). Many "free" tools contain malware. Disable the antivirus before use - it can block legitimate functions of the utilities.
Example of working with FRP Hijacker:
- Download and unpack the archive with the utility.
- Connect your smartphone in Fastboot mode.
- Launch it. FRP_Hijacker.bat and select a device model.
- Follow the instructions on the screen (usually you need to enter a command to reset FRP).
Emergency call |Mi Account|Fastboot|Utility side |Never tried |Another way
-->
5. Method: Manual file editing (for power users)
On some Xiaomi devices (e.g. Redmi 9, POCO M3), you can manually delete files responsible for FRP. The method requires access to TWRP or ADB in recovery mode.
Instructions for ADB:
- Enter Recovery Mode (Press Power + Volume Up)
- Connect to your PC and run: adb shell mount -o rw,remount /system rm /data/system/gesture.key rm /data/system/gatekeeper* rm /data/system/locksettings.db rm /data/system/locksettings.db-wal rm /data/system/locksettings.db-shm reboot
For TWRP:
- π Go to Advanced. β File Manager.
- ποΈ Delete files along the way /data/system/ (see list above).
- π Reset the device.
This method does not guarantee 100% results β newer versions of MIUI 14 can store files in other directories or recover them after a reboot.
Comparison of FRP bypass methods on Xiaomi
| Method | Difficulty | PC required | It's working on MIUI 14. | The risk of bricks |
|---|---|---|---|---|
| Emergency Call + ADB | Low. | Yes. | Partially. | Low. |
| Mi Account | Medium | No. | Yes. | Absent. |
| Fastboot | Tall. | Yes. | Yes. | Medium. |
| side of the utility | Medium | Yes. | Partially. | High-pitched |
| Manual editing | Very high. | Yes. | No. | Very tall. |
π‘
The most versatile and secure method is to use Mi Account. If you have access to a Xiaomi account linked to a device, always start with it.
Frequent Mistakes and How to Avoid Them
When circumventing FRP, users often face typical problems:
- π "The device is not defined in Fastboot/ADB" β Check the cable (use the original), drivers and port USB 2.0.
- π "Google Refuses to Delete Again β You Havenβt Deleted All Files FRP or not disconnected the internet during the setup.
- π± "The phone is stuck on the logo. MI" β This is a bootloop, you need to flash through Fastboot.
- π§ "ADB Issues a βdevice unauthorizedβ error β confirm the debugging on the phone screen (if available).
β οΈ Attention: If after manipulation, the smartphone stopped turning on or got stuck on the screensaver, do not try to repeat the actions. In 90% of cases, this is solved by the official firmware ROM via the Mi Flash Tool (instructions for the 4PDA or XDA).