Resetting Xiaomi Redmi Note 7 to factory settings is a standard procedure when selling a device, fixing system failures or preparing for firmware. However, after a hard reset, many users face an unpleasant surprise: the phone requires you to enter data from a previously tied Mi Account or is blocked by FRP (Factory Reset Protection) protection. If you forget your password, do not remember your login or bought a used device with a tied someone elseβs account, this instruction will help return access to the smartphone without losing functionality.
In this article, we will discuss all the current ways to unlock the Redmi Note 7 after reset, including official methods through the Mi Cloud, bypassing FRP using a PC, using service modes and alternative solutions for devices with a locked bootloader. Particular attention will be paid to the nuances of the lavender firmware (code name of the model), since improper actions can lead to a βbrickβ (complete failure) of the phone. All instructions are tested on the current versions of MIUI 14 and HyperOS (2026).
Why is Redmi Note 7 blocked after resetting?
The hard reset lock is not a bug, but a security feature that Xiaomi has implemented to protect user data.
- π Mi Account Link: If the phone has Mi Cloud and Xiaomi account enabled, after reset, the system will require you to enter a username/password from this account, which protects the device from theft or unauthorized use.
- π‘οΈ FRP (Factory Reset Protection: Googleβs protection analogue, which activates if a Google account has been added to the phone and Find the Device enabled, after reset, you will need to enter data from the last associated Gmail account.
On the Redmi Note 7 (model M1901F7G/M1901F7H), the lock is triggered 100% of the time if:
- π± Reset made through Settings β Additionally. β Recovery and reset or button combination (Power) + Vol Up).
- π There was firmware on the phone. MIUI 10 and higher, including HyperOS).
- π At least one of the functions was activated: Mi Cloud, Find the device or Lock the screen (PIN/graphical).
β οΈ Note: If you bought a Redmi Note 7 with your hands and the seller did not untie his Mi-account, you can officially unlock the phone only through proof of ownership (checks, sales contract). Otherwise, informal methods will be required that may violate the warranty.
Official Unlocking Methods (without risk to warranty)
If you have access to data from a Mi Account or a Google account linked to a phone, use official methods. They are secure and do not require technical skills.
1. Unlock via Mi Cloud (if you remember the login / password)
The easiest way to use the web version of Mi Cloud is to:
- Go to i.mi.com and log in to your account.
- In the Devices section, find your Redmi Note 7 (if it's connected to the internet).
- Press Find the device. β Unlock.
- Confirm the action via SMS or email.
If your phone is not displayed in Mi Cloud, check:
- π Is it connected to the Internet (via Wi-Fi or mobile network).
- π Is synchronization enabled in Xiaomi account settings.
- β³ Has it been less than 24 hours since the reset (sometimes it takes time to update the device status).
2. Restoration of access to the Mi-account
If you forget your password, restore it:
- Go to account.xiaomi.com.
- Press Forgot Your Password?
- Enter the linked email or phone number.
- Confirm the recovery via SMS or backup email.
β οΈ Note: If a Chinese phone number is linked to your account (+86), it is almost impossible to restore access without it.In this case, contact Xiaomi support with proof of purchase of the device.
Battery charge > 50%|Stable Internet connection|Data from the Mi-account at hand|Unplugged. VPN (It can block access to Xiaomi servers)|Checked date and time on the phone (must match the real ones)-->
3. bypassing FRP through Google account
If the lock is FRP-related (requires Google to enter data), try:
- On the lock screen, click Add Wi-Fi network.
- Enter any network name, then long-press on the input field β Keyboard settings.
- Go to Google Settings β Account Restore.
- Enter the data from the last Gmail attached.
If this method does not work (in new versions) MIUI Keyboard life hacks are often blocked, use PC-methods described below.
Unofficial Unlocking Methods (for Power Users)
If the official methods don't work, you'll have to use alternative solutions, which require technical skills and can lead to loss of warranty or device "brick"; on Redmi Note 7 with a locked bootloader, these methods only work if you have an unlocked Bootloader or through exploits.
1 Unlocking via Fastboot (Mi Flash Tool)
This method is suitable if you have access to a PC and the original USB Type-C cable.
Requirements:
- π₯οΈ Windows computer 7/10/11 (64-bit).
- π Original Xiaomi cable (cheap analogues may not transfer data to Fastboot).
- π¦ Installed Mi Phone Manager drivers (download from official website).
- π Unlocked Bootloader (if not, read the section about bypassing without unlocking).
Step-by-step:
- Turn off the phone, then press Power + Vol Down to log in to Fastboot.
- Connect the phone to the PC.
- Download and install the Mi Flash Tool.
- Download the firmware for your model (for example, lavender_global_images_V14.0.2.0.TFGMIXM_20230310.0000.00_12.0_global).
- In the Mi Flash Tool, select the downloaded firmware and press Refresh (your phone should be displayed).
- Select Clean All mode and press Flash.
| Firmware mode | Description | Effects of consequences |
|---|---|---|
| Clean All | Complete reset with deletion of all data, including Mi-account. | All files are deleted, but the lock is removed. |
| Clean All and Lock | Reset with lock loader (for safety). | Requires the Bootloader to be re-unlocked. |
| Save User Data | Firmware without deleting user data. | It does not remove the blocking of the Mi-account! |
β οΈ Note: If after firmware the phone is stuck on the logo MI or reboots in a loop, so the firmware is not suitable for your version of Bootloader. Try a different build or go back to the stock firmware through EDL-Mode (requires an authorized Xiaomi account).
What if the Mi Flash Tool can't see the phone?
2. bypass FRP via ADB (without unlocking Bootloader)
This method works on some versions of MIUI and does not require an unlocked bootloader.
Instructions:
- Connect your phone to your PC and install it. ADB-driver.
- Open the command line (Win + R β enter cmd).
- Enter the commands in order: adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
- Reboot the phone. You can then skip the FRP lock screen.
If the command doesnβt work, try an alternative method:
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivityπ‘
If ADB doesnβt see the device, turn on USB debugging in the hidden menu: dial ##4636## on the lock screen, then go to Settings β For Developers β Debugging over USB.
3.Use TWRP to delete Mi Account
If the phone has a custom TWRP recap, you can manually delete the files responsible for blocking.
Step-by-step:
- Download the phone to TWRP (press Power + Vol Up when turned on).
- Go to Advanced β File Manager.
- Delete the following files and folders: /data/system/gesture.key /data/system/locksettings.db /data/system/locksettings.db-wal /data/system/locksettings.db-shm /data/system/gatekeeper.password.key /data/system/gatekeeper.pattern.key
- Reboot the phone.
If TWRP is not installed, you can flash it through Fastboot:
fastboot flash recovery twrp-3.7.0_9-0-lavender.img
fastboot boot twrp-3.7.0_9-0-lavender.imgβ οΈ Attention: Deleting system files can lead to unstable operation of the phone. Once unlocked, it is recommended to reset through TWRP (Wipe β Format Data) and flash clean firmware.
Unlocking without PC: alternative methods
If you don't have access to a computer, you can try bypassing the lock directly on your phone, which doesn't work on all versions of MIUI, but it sometimes helps.
1.Crossing through emergency call
On some firmware, you can take advantage of a vulnerability in the emergency call menu:
- On the lock screen, press Emergency Call.
- Enter #4636## (test menu opens).
- Go to Settings β For developers and enable debugging over USB.
- Connect your phone to your PC and use ADB to remove the lock (see section above).
2. Recovery reset (if stock is installed)
If you have a stock recap on your phone (not TWRP), try:
- Turn off the phone.
- Press Power + Vol Up to log in to Recovery.
- Choose Wipe Data β Wipe All Data.
- Confirm the reset.
This method only works if the lock is linked to FRP, not to the Mi Account.
3.Use of SIM-map PIN-code
Some users report that the lock is removed after:
- Inserts SIM-card-on PIN-request.
- Phone reboot.
- Entering PIN-code SIM-Cards (sometimes this will reset a request for a Mi Account).
The method works randomly and depends on the firmware version, but it is worth trying.
π‘
If your phone is locked at Mi-account level, none of the non-PC methods guarantee 100% results, and 90% of the time you will need to run a firmware via Fastboot or contact a service center.
What do you do if nothing helps?
If all of these methods fail, you have three options:
- π§ Contact the service center: Official centers Xiaomi can unlock the phone on proof of purchase (check, contract.
- π» Use paid services: There are online services (for example, miunlock.ru), which for 300-500 rubles remotely remove the blocking. the risk of fraud is high - choose only trusted sites.
- π¨ Squeeze through EDL: Emergency Download Mode allows you to flash your phone even with a locked bootloader, but requires an authorized Xiaomi account and special equipment (boxing).
If you decide to flash your phone through EDL, consider:
- πΉ This is an extreme method that can lead to a "brick".
- πΉ You will need to purchase credits for authorization in Mi Flash Pro (from 5)$).
- πΉ On the Redmi Note 7 with Snapdragon 660 processor EDL The firmware is stable, but the risk remains.