Forgot your password Google account on Redmi Note 7 and the phone requires data entry after reset? Or did you buy a used device with someone else’s profile linked to it? FRP (Factory Reset Protection) is Android protection that blocks the device after a hard reset if it had a Google account. On Redmi Note 7 (models lavender And violet) you can get around it in several ways - from official to technical workarounds.

In this article we will analyze 5 working methods reset Google account: via Mi Account, ADB, Fastboot, service codes and third-party utilities. Each method is illustrated with screenshots (where possible) and accompanied by risk warnings. If you are not confident in your skills, it is better to contact a service center Xiaomi, so as not to turn the phone into a “brick”.

Why does Redmi Note 7 require a Google account after a reset?

FRP lock appeared in Android 5.1 Lollipop as a security measure against theft. On Redmi Note 7 (with MIUI 10–14 firmware) it works if:

  • 🔄 You are done hard reset through Recovery or settings;
  • 📱 The phone was reset by the previous owner without unlinking the account;
  • 🔐 Enabled on the device two-factor authentication Google;
  • 🛠️ The firmware was updated or downloaded in violation of the patch chain.

The system asks for a login and password last linked account. If you don’t remember the data or the phone was purchased second-hand, you will have to bypass the blocking. Important: Some methods require unlocked bootloader (bootloader), which will void the warranty Xiaomi.

⚠️ Attention: FRP bypass methods may violate Google's user agreement. On some MIUI firmware, after bypassing the lock, problems with Google services (Play Market, Gmail) may occur.

Method 1: Reset via Mi Account (official method)

If on Redmi Note 7 was tied Xiaomi account (Mi Account), it can be used to unlock. This method works on 80% of devices with MIUI and does not require technical skills.

Instructions:

  1. On the lock screen, tap Forgot your password?Login via Mi Account.
  2. Enter your username and password for your profile Xiaomi (if you forgot, restore it via account.xiaomi.com).
  3. Confirm unlocking via SMS or email.
  4. After logging in, go to Settings → Accounts → Google and delete the old profile.

If the buttons Login via Mi Account no:

  • 📵 Reboot your phone and try again;
  • 🌐 Connect to another Wi-Fi network (sometimes blocking depends on the region);
  • 🔄Update the firmware via Recovery (see section below).
📊 Which reset method have you tried before?
  • Mi Account
  • ADB
  • Fastboot
  • Service center
  • Haven't tried anything

Method 2: Bypass FRP via ADB (advanced)

The method is suitable if you have computer with ADB drivers installed and cable USB Type-C. On Redmi Note 7 with MIUI 12+ this method does not always work - it depends on the firmware version.

Step by step instructions:

  1. Download Platform Tools from Google and unzip to the root of the disk C:\.
  2. Connect Redmi Note 7 to the PC while holding Volume Up + Power to login Fastboot.
  3. Open command prompt (Win + R → enter cmd) and do:
cd C:\platform-tools

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

If the command completed successfully:

  • 📱 Reboot your phone (adb reboot);
  • 🔧 Go through the initial setup, skipping the step with a Google account;
  • 🗑️ Delete your old account in Settings → Accounts.
⚠️ Attention: On MIUI 13+, Google has closed this vulnerability. If the command returns an error closed, try an alternative method with Fastboot (see next section).

☑️ Preparing for ADB reset

Done: 0 / 5

Method 3: Reset via Fastboot (requires bootloader unlocking)

This method most reliable, but requires unlocked bootloader. If the bootloader is locked, first get permission to unlock it through Xiaomi official website (may take up to 72 hours).

Instructions for Redmi Note 7:

  1. Turn off your phone and press Volume Down + Power to login Fastboot.
  2. Connect to your PC and run in the command line:
fastboot oem clean_frp
  1. If the command doesn't work, try the alternative:
fastboot erase frp
  1. Reboot your device (fastboot reboot).

After reboot:

  • 🔄 Go through the initial setup without linking Google;
  • 📲 Install MIUI updates via Settings → About phone;
  • 🔒 Turn on Mi Account protectionto avoid blocking again.
Team Description Powered by MIUI
fastboot oem clean_frp Clears FRP partition 10–12
fastboot erase frp Removes FRP partition completely 11–14
fastboot flashing unlock Unlocking the bootloader (needed for the commands above) All versions
💡

If the team fastboot oem clean_frp returns an error not allowed in locked state, which means the bootloader is locked. Unlock it via Mi Unlock Tool.

Method 4: Service codes and hidden menus

On some firmwares Redmi Note 7 you can bypass FRP through engineering menu. This method does not work on all devices, but does not require a PC.

Try these combinations:

  1. On the lock screen, enter the code *#*#4636#*#* → select TestingReset data.
  2. Or dial *#*#7780#*#* for soft reset (doesn't always remove FRP).
  3. On MIUI 11–12 try *#*#3646633#*#*ConnectivityWi-Fi → disable network check.

If the codes didn't work:

  • 🔢 Try entering ##2846579## (Project Menu);
  • 🔧 Helps in some cases change SIM card before reset;
  • 📡 Connect to mobile internet (not Wi-Fi) and try again.
⚠️ Attention: Entering service codes may result in firmware failure. Don't use codes like this *#06# or *#9900# - they are intended for diagnostic purposes, not FRP reset.
What should I do if my phone freezes after entering the code?

If Redmi Note 7 stopped responding after entering the service code, hold down the power button for 15-20 seconds to force a reboot. If the screen remains black, connect it to the charger for 30 minutes and try again.

Method 5: Third Party Utilities (Risky Method)

There are programs on the Internet like Mi FRP Bypass Tool or D&G FRP Unlock, promising to reset your Google account in 1 click. We we do not recommend use them for reasons:

  • 🦠 70% of such utilities contain viruses or mining scripts;
  • 🔐 They demand disable antivirus and give root access;
  • 📵 They can damage the firmware, making the phone inoperable;
  • 💰 They often ask for payment for the “full version” after a “successful” reset.

If you still decide to take the risk:

  1. Download programs only from XDA Developers;
  2. Check files for VirusTotal;
  3. Use a virtual machine to run;
  4. Create a backup of your data using TWRP (if installed).
💡

No third-party utility guarantees 100% results. On MIUI 13+, most tools stopped working due to Google's tightening of security.

Common mistakes and their solutions

When resetting your Google account to Redmi Note 7 users face typical problems. Here's how to solve them:

Error Reason Solution
Device not found in ADB No drivers or cable is defective Install Mi PC Suite and try another cable
Button Mi Account inactive The phone is not connected to the Internet Connect to Wi-Fi or mobile network
fastboot: command not found Invalid path to Platform Tools Check the folder location or use the full path (C:\platform-tools\fastboot...)
After the reset it asks for an account again FRP is not completely cleaned Repeat the command fastboot erase frp or flash a clean MIUI

If none of the methods worked:

  • 🔄 Try it roll back the firmware to an older version of MIUI (where FRP is weaker);
  • 🛠️ Contact Xiaomi service center with proof of purchase;
  • 📦 Buy box for firmware (For example, UFi Box or EasyJTAG) - they bypass FRP at the chip level.

FAQ: Answers to frequently asked questions

Is it possible to reset a Google account without losing data?

No. Any FRP reset method results in complete data deletion from internal memory. If you need to save files, first make a backup via TWRP (requires root) or connect your phone to PC in Fastboot and copy the data using ADB pull.

Why doesn't Play Market work after a reset?

This is a consequence of bypassing FRP. To restore Google services:

  1. Go to Settings → Applications → Manage applications;
  2. Find Google Play Services And Google Play Market;
  3. Clear cache and data for both applications;
  4. Restart your phone and sign in to your new Google account.
How to check if bootloader is unlocked on Redmi Note 7?

Turn off your phone and press Volume Down + Power. If the message appears at the bottom of the screen Unlocked - bootloader is unlocked. If Locked - you will need official unlocking via Mi Unlock Tool.

Is it possible to bypass FRP via SIM card?

On some firmware MIUI 10–11 helps change SIM card before reset. Algorithm:

  1. Insert a new SIM card;
  2. Reset via Settings → Advanced → Backup and reset;
  3. After a reboot, the system may skip the Google account step.

The success rate of the method is ~30%, depending on the firmware version.

What should I do if my phone asks for the old PIN code after resetting?

This MIUI lock, not FRP. If you don't remember your PIN:

  • Enter any password 5 times until the message appears Forgot your pattern key?;
  • Login via Mi Account (if attached);
  • Or perform a hard reset via Fastboot (fastboot erase userdata).