How to Unblock Google Account on Xiaomi After Settings Reset: The Complete Guide 2026

You did a setup reset on your Xiaomi, Redmi or POCO, but after a reboot, the phone requires you to enter data from a Google account that was previously linked? This situation is familiar to thousands of users - FRP (Factory Reset Protection) locks the device if it was reset without first deleting the account. 90% of the time the problem is solved in 10-30 minutes, but only if you know the right steps.

In this article, we will discuss all the working ways of unlocking – from official (through restoring access to Google) to technical (bypassing FRP through ADB or Fastboot).

Why does Xiaomi require a Google account after a reset?

FRP (Factory Reset Protection) was introduced by Google in Android 5.1 Lollipop as a security measure against theft.

  • πŸ”’ If a Google account was linked to the device and then reset via Settings β†’ Reset or Recovery, the system requests that account data when you first set up.
  • πŸ“± Xiaomi may additionally require data entry Mi Account – this is a separate protection of the manufacturer.
  • ⚠️ Without the correct username/password, the phone will not be activated, even if you are the owner.

It is important to understand that FRP only works when reset via standard menus or Recovery. If the reset is done via Fastboot (fastboot erase userdata command), there may be no lock. However, on new Xiaomi models (for example, Xiaomi 13/14, Redmi Note 12), protection works even in this case.

Another nuance: if the phone was bought with hands and the previous owner did not delete his account, unlocking may require his participation (for example, to confirm via SMS), in such cases it is easier to contact Xiaomi support with proof of purchase.

πŸ“Š What Xiaomi model are you trying to unlock?
Redmi Note 10/11/12
Xiaomi 11/12/13
POCO X3/X4/X5
Redmi 9/10/10A
Another model

Method 1: Restoring access to your Google account (official method)

This is the easiest and safest way to do this if you remember at least some of your account data, and Google provides several recovery tools:

  1. Password Recovery: Go to the Recovery page from another device. Enter an email or phone linked to your account. Google will offer confirmation options: SMS, backup email or answers to security questions.
  2. Confirmation via backup email: If you provided a backup address when registering, the password reset code will be sent there.
  3. Using the latest activity: Google may request confirmation through the device you recently logged in to that account (such as a laptop or tablet).

If you have created an account for a long time and do not remember any data, try:

  • πŸ” Remember old passwords (Google saves the history of the devices you logged in to).
  • πŸ“§ Check the Spam folder in your mail – there may be emails from Google with tips.
  • πŸ“… Specify an approximate date of account creation - this increases the chances of recovery.

⚠️ Note: If an account was deleted more than 20 days ago, it cannot be restored.

Try all possible email/phones that could be linked

Check the Spam and Recycle Bin folder in your mail for emails from Google

Make sure your device is connected to Wi-Fi (for SMS confirmation)

Use a computer to restore – it is easier to enter data-->

Method 2: Bypass FRP through Mi Account (for Xiaomi)

Xiaomi devices often require Mi Account data input in addition to Google account, and if you forget it, try the following steps:

  1. Recovery Mi Account: Go to the recovery page. Enter the linked email or phone. The confirmation code will come to your email or SMS.
  2. Use of backup email: If the primary email is unavailable, specify a backup email (if it has been added).
  3. Confirmation via a tied phone: If a number was linked to the account, the system will send an SMS with the code.

If you don’t remember Mi Account details, but the phone was officially purchased, contact Xiaomi with a check to buy.They can help with unlocking after checking the documents.

For devices with MIUI 12/13/14, there is an alternative way to bypass the developer mode:

  1. On the lock screen, press Emergency Call.
  2. Type ##4636## and it will open the test menu.
  3. Go to Usage statistics and find Settings – run the settings.
  4. In the settings, activate Developer Mode (click 7 times on the MIUI version).
  5. Return to the basic settings and turn off Factory Reset Protection.

⚠️ Note: This method does not work on all models.On new devices (for example, Xiaomi 13 Pro or Redmi Note 12 Pro)+) It could be blocked.

Method 3: Unlocking through ADB (for advanced users)

If the official methods don’t work, you can try removing FRP via the Android Debug Bridge (ADB), which requires a computer and basic command line knowledge.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS
  • πŸ”Œ USB-cable (preferably original)
  • πŸ“¦ Installed drivers Xiaomi and ADB Tools

Step-by-step:

  1. Connect your phone to your computer via USB.
  2. On the phone on the lock screen, press Emergency Call, then dial ##768368## (this will open the Test DPC menu).
  3. Turn on USB Debugging (USB debugging) in the menu that appears.
  4. On your computer, open the command line (Win + R β†’ cmd) and type:
adb devices

(Your device should show up. If not, check the drivers.)

adb shell


content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1




am start -n com.google.android.gsf.login/




am start -n com.google.android.gsf.login.LoginActivity

After completing the commands, restart your phone. If it's successful, the system will prompt you to create a new Google account.

Xiaomi modelSupport ADB-roundaboutNotes
Redmi Note 10/11βœ… Yes.It's powered by MIUI 12.5-13.
Xiaomi 11/12⚠️ Partially.Requires unlocking of the loader
POCO X3/X4βœ… Yes.You may need to revert to the old firmware.
Xiaomi 13/14❌ No.FRP is locked at the hardware level

⚠️ Note: On new devices (Xiaomi 13, Redmi Note 12 and later) bypass through ADB It may not work because of the hardware protection, in which case you will need to unlock the bootloader or firmware through Fastboot.

πŸ’‘

If the adb device command does not show your device, try reinstalling drivers manually through Device Manager (select "Xiaomi ADB Interface").

Method 4: Unlocking via Fastboot (for devices with unlocked bootloader)

If your Xiaomi has a Bootloader Unlocked, you can remove FRP via Fastboot, a method that is suitable for users who have previously unlocked the device to install custom firmware.

What you need:

  • πŸ–₯️ Computer with Fastboot Tools installed
  • πŸ”Œ Original. USB-cable
  • πŸ“± Unlocked bootloader (checked by the command fastboot oem device-info)

Instructions:

  1. Turn off the phone and press Volume Down + Power to log into the Fastboot.
  2. Connect the device to the computer.
  3. Open the command line and do:
fastboot devices

(Make sure the device is determined.)

fastboot erase frp


fastboot reboot

Once rebooted, the phone won’t require a Google account, but this method doesn’t work on devices with a locked bootloader (the default is on all new Xiaomis).

If the bootloader is locked, it can be unlocked officially through the Mi Unlock Tool, but this will require:

  • πŸ“± The Mi Account (the one you forgot).
  • ⏳ Waiting. 7-15 Days (unblocking time is set by Xiaomi).
  • πŸ“‘ Stable Internet connection.
What if the Fastboot doesn’t recognize the device?
1. Check that the cable is working (try another). 2. Install the drivers manually through Device Manager (select "Android Bootloader Interface"). 3. Try another one. USB-port (preferably) USB Disable the antivirus – it can block Fastboot. 5. Reinstall Platform Tools (download the latest version from Google website).

Method 5: Use of specialized programs (at your own risk)

If none of the above methods worked, you can find programs on the Internet to bypass FRP, for example:

  • πŸ› οΈ Mi FRP Tool (for Xiaomi devices)
  • πŸ› οΈ FRP Bypass APK (utility)
  • πŸ› οΈ D&G FRP Tool (supports many models)

Warnings:

  • ⚠️ Many of these programs contain viruses or spyware. download only from trusted sources (e.g., from a trusted source, XDA Developers).
  • ⚠️ Some utilities require payment but do not guarantee the result.
  • ⚠️ On new devices (Xiaomi) 13/14, Redmi Note 12) These methods often don’t work because of hardware protection.

How to use (for example, Mi FRP Tool):

  1. Download the program and unpack the archive.
  2. Connect your phone to your computer in Fastboot mode.
  3. Run MiFRP.exe and select your model.
  4. Follow the instructions on the screen (usually you need to press a button).

If the program requests unlocking the bootloader, but you have it blocked, bypassing FRP in this way is impossible.

πŸ’‘

Using third-party software to bypass FRP is a last resort: the risks of data loss, malware installation, device buildup. Backup (if possible) and check the reviews before using it.

What do you do if nothing helps?

If all methods are exhausted, but the phone is still locked, the following options remain:

  1. Contact the Xiaomi service center: Official services can unlock the device on a purchase check. The cost of the service is from 500 to 2000 rubles (depending on the model).
  2. Used as a "brick": Some devices can be reflashed in EDL-emergency loading mode, but it requires special equipment (Qualcomm) HS-USB QDLoader 9008) and Skills.

On new models Xiaomi (Xiaomi) 13/14, Redmi Note 12) circumvention FRP It's almost impossible without official unlocking. FRP required:

  • πŸ”‘ Original Mi Account with Confirmed Ownership.
  • πŸ“„ Documents of purchase (check, warranty card).
  • ⏳ Waiting for a check by Xiaomi (up to 7 days).

If you bought the phone with your hands and can’t contact the previous owner, the only legal way is to contact Xiaomi with proof of purchase (e.g., a screenshot of the seller’s correspondence and money transfer).

FAQ: Frequent questions about unlocking a Google account on Xiaomi

Can I unlock Xiaomi without a computer?
Yes, but only if you remember data from a Google account or Mi Account, in which case it is enough to restore access through another phone or computer, and then enter the data on the locked device. If you do not remember the data, without a computer, it is almost impossible to bypass FRP (except for some old models).
Why does Xiaomi ask for an old account after a reset even though I deleted it?
Chances are, you reset through Recovery or Settings, but you didn't delete your Google account before.The FRP system stores the information about the last linked account even after the reset.To avoid this problem, always delete your Settings β†’ Accounts β†’ Google account before resetting.
Does the roundabout work? FRP through SIM-map?
On some older Xiaomi models (e.g. Redmi) 4X, Redmi Note 5 can be bypassed FRP, insert SIM-map with the Internet and take advantage of loopholes in the settings. MIUI 12 and later) this method does not work – the system blocks access to settings without entering an account.
Can I unlock Xiaomi through service codes?
No, service codes (e.g. ##4636## or ##7780##) don't help bypass FRP. They can open hidden menus, but they won't disable Google's protection. The only working code is ##768368## (to enable debugging over USB), but it doesn't work on all models.
What happens if you enter your Google password 10 times wrong?
On Xiaomi devices, after 5-10 failed password attempts, the system can block the possibility of further attempts for 24 hours, in which case you can only wait or use alternative unlock methods (ADB, Fastboot), and on some models, after repeated errors, a button β€œForgot the password?” appears, which redirects to the Google recovery page.