How to reset Xiaomi Redmi to factory settings if you forgot your password: all working ways

Forgot the pattern lock or PIN-Is the phone locked and the data inside critical? Don't rush to bring it to the service center. 90% In cases where unlocking can be done independently without losing the warranty.This article covers all the current reset methods for Redmi Note models. 10/11/12, Redmi 9/10/13C, POCO X3/X4/X5 and other devices based on MIUI 12-14.

We will analyze both software solutions (via Mi Account and Find Device) and hardware solutions using Recovery and Fastboot modes. Particular attention is paid to bypassing FRP (Factory Reset Protection), which locks the phone after a reset if it was linked to a Google account. All instructions are tested on firmware from 2023-2026 and take into account the latest security updates of Xiaomi.

1.Reset preparation: what to do before the procedure begins

Before you start resetting, perform critical checks to avoid losing data or turning your phone into a brick:

  • πŸ”‹ Battery charge at least 50%.Discharge during reset via Fastboot may damage firmware.
  • πŸ“‘ SIM card – Remove it if the phone supports 2 SIM + microSD: In rare cases, a reset may cause a communication module to fail.
  • πŸ’Ύ Backup – if the phone reacts to the connection to the PC (for example, defined as MTP-Device, copy files through ADB pull:
adb pull /sdcard/ ~/Desktop/Redmi_Backup/

Xiaomi uses two-tiered protection when resetting: in addition to the standard Factory Reset in Recovery, new models (Redmi Note 12 Pro+, POCO F5) may require confirmation through Mi Account. If you do not remember the attached email, immediately go to the section about the account bypass.

⚠️ Note: On devices with an unlocked bootloader, a reset via Fastboot may result in a loss TWRP Check the lock status with the team:

fastboot oem device-info

Make sure the battery is charged >50%|Extract SIM memory card|Download Mi Flash Tool (for Fastboot)|Prepare original USB-cable|Check for backup in Mi Cloud-->

2. Method 1: Reset via Recovery Mode (works on 80% of models)

The most versatile method that does not require a connection to a PC is suitable for Redmi 9A/9C/10A, Note 8/9/10 Pro and other devices with a locked bootloader. Except for models with MIUI 14 and active FRP protection (you will need to enter Mi Account data after reset).

Instructions:

  1. Turn off the phone with a long press of Power + Volume Up (10-15 seconds).
  2. Hold the Power + Volume Up until the Mi logo appears (usually 5-8 seconds).
  3. In the Recovery menu, select Wipe Data (navigation with volume buttons, confirmation with Power).
  4. Confirm the reset by using Wipe All Data β†’ Confirm.
  5. Once you restart, perform the initial setup. If you request Mi Account, go to the bypass section.

On some firmware, the Wipe Data item may be called Factory Reset or Erase All Data. If the menu is in Chinese, focus on the bin icon.

What happens if Recovery does not open?
If after holding Power + Volume Up, the phone vibrates and reboots into the system, it means: 1. The device has custom Recovery (for example, TWRP), which is locked with a password. 2. The recovery.img firmware is damaged (solved by flashing through Fastboot). 3. Anti-Rollback (on Redmi Note 7/8) is activated, which blocks access to Recovery without authorization.

Method 2: Unlocking with Mi Account (official method)

If you remember the email and password from your Mi Account linked to your phone, use Find Device, which works even with active FRP protection and does not require technical skills, and is suitable for all models, including the Redmi K50, POCO F4 GT and the new Redmi 13C.

Step-by-step:

  1. Go to the Mi Account website and log in.
  2. In the Devices section, select the blocked Redmi.
  3. Press Find the device. β†’ Unlock the screen.
  4. Confirm the action via SMS or email (depending on the account security settings).
  5. Set a new password or pattern lock on your phone.

If the device does not appear in the list, check:

  • πŸ“Ά Is it connected to the Internet (via mobile network or Wi-Fi).
  • πŸ”„ Synchronization enabled in Mi Cloud settings (before locking).
  • πŸ•’ Less than 24 hours have passed since the last activity (the device may disappear from the list in the long-term inactivity).

⚠️ Note: If you don't remember your Mi Account, don't try to get a password - after 5 failed attempts, the account is blocked for 24 hours.

4. Method 3: Fastboot Reset (for advanced users)

The method requires a PC with Xiaomi drivers installed and the Mi Flash Tool utility. Suitable for all Redmi models, including those that have Recovery locked or Anti-Rollback protection activated.The only way to bypass FRP on MIUI 14 without a tied Mi Account.

Tools required:

  • πŸ–₯️ Windows PC 7/10/11 (on macOS/Linux Possible problems with drivers).
  • πŸ”Œ Original. USB-cable (do not use extension cords!).
  • πŸ“¦ Fastboot Firmware Archive for Your Model.
  • πŸ› οΈ The Mi Flash Tool and ADB/Fastboot.

Instructions:

  1. Turn off your phone and switch to Fastboot mode: Hold Power + Volume Down for 10-15 seconds.
  2. Connect Redmi to a PC. The Android Bootloader Interface should appear in Device Manager.
  3. Unpack the archive with firmware in a folder without Cyrillic characters (for example, C:\Redmi_Flash\).
  4. Open the Mi Flash Tool, press Select and point the path to the firmware folder.
  5. At the bottom, select Clean All mode and press Flash.
  6. Wait for the finish (5-10 minutes) and the phone will restart to the clean system.

If the Mi Flash Tool is 0x80070002 or 0x80070005, it means:

  • πŸ”Œ Driver problem – install them manually through Device Manager (download here).
  • πŸ“‚ The path to firmware contains spaces or Cyrillic alphabet - rename the folder.
  • πŸ”’ bootloader is blocked – it requires unlocking through the official service (it will take 72 hours).
fastboot erase userdata


fastboot erase cache




fastboot reboot

This will clear user data without flashing, but will not bypass FRP!-->

Method 4: Factory Reset Protection (FRP) bypasses after resetting

If a Recovery or Fastboot phone requires a Mi Account or Google data entry that you don't remember, use one of the bypass methods.Warning: on MIUI 14, most of the holes are closed, so the methods below only work on firmware up to MIUI 13.0.6.

Method 1: TalkBack (for MIUI 12-13)

  1. On the welcome screen, press Emergency Call.
  2. Enter ##4636## β†’ select Usage statistics β†’ Back.
  3. Return to the lock screen, activate TalkBack (three times pressing Power).
  4. Through the voice assistant, open Settings β†’ Additional β†’ Data reset.

Method 2: Across ADB (requires a PC)

  1. Connect your phone to your PC, install ADB.
  2. Enter the commands: adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
  3. Restart the device and the FRP request will disappear.
Model RedmiMIUI versionDoes TalkBack work?Does ADB work?
Redmi Note 10 Pro12.5-13.0.4βœ… Yes.βœ… Yes.
Redmi 9T12.0.8-12.5.3βœ… Yes.❌ No (patch 2022)
POCO X3 Pro13.0.2+❌ No.βœ… Yes.
Redmi K4013.0.6+❌ No.❌ No.

⚠️ Attention: MIUI 14 roundabout FRP If the phone requests an email after the reset and you don't remember it, all you have to do is contact the service center with proof of purchase (check, box).

Recovery|Mi Account (Find Device)|Fastboot + Mi Flash Tool|FRP bypass via ADB|Called to the service center-->

Method 5: Reset via Mi Cloud (remote)

If the phone is connected to the Internet (via a mobile network or Wi-Fi), and Find the device has been activated before locking, you can reset remotely, and the method works even if the screen is completely locked.

Instructions:

  1. Sign in to i.mi.com.
  2. In the Devices section, select the blocked Redmi.
  3. Click Delete Data β†’ Erase the device.
  4. Confirm the action through SMS-code.
  5. Wait until the process is completed (it can take up to 30 minutes).

Advantages of the method:

  • 🌍 Works from anywhere in the world (only account access is required).
  • πŸ”„ No need for physical access to the phone.
  • πŸ›‘οΈ Bypassing defense. FRP, If the device is linked to the same Mi Account.

Disadvantages:

  • ⚠️ The phone must be connected to the internet.
  • ⏳ The process can be interrupted if the battery runs out.
  • πŸ“± After resetting, all data (photos, messages) will be deleted without the possibility of recovery.

πŸ’‘

Remote reset via Mi Cloud is the only official way to unlock that does not void the Xiaomi warranty.

7 What should I do if nothing helps?

If all of these methods fail, radical measures remain:

  • πŸ”§ Flip-through EDL β€” It requires special cable and Auth key knowledge (for Redmi Note) 11/12 The risk of turning a phone into a brick" β€” 30%.
  • πŸ₯ Contact the service center – official Xiaomi centers perform a reset on the owner’s passport (cost) 1000-2500 β‚½).
  • πŸ“± Replacement of the motherboard is the last option if the reset caused firmware damage (relevant to Redmi). K50 Gaming and flagships).

Before the service visit:

  • πŸ“„ Take with you the documents on the phone (check, box, warranty card).
  • πŸ” Make sure the phone has disabled the β€œData Protection” function (if it has been activated, even the service center will not be able to bypass the lock without your consent).
  • πŸ’° Check the cost – some centers charge for diagnosis (500-1000 β‚½), even if you don't take the repairs.

If you decide to try it out EDL-regime, consider:

  • πŸ”Œ Special cable (cost) is required ~300 β‚½).
  • πŸ“₯ The firmware should be strictly for your model (an error will lead to damage). IMEI).
  • πŸ›‘οΈ New models (Redmi Note 12 Pro)+) Authorization File is required, which is issued only by Xiaomi at the request of service centers.

FAQ: Frequent questions about Xiaomi Redmi reset

❓ The phone after the reset asks for the old password?
This means that the reset was incorrect (e.g., via Wipe Data in TWRP without formatting /data). Repeat the procedure via Fastboot with full flashing or use the method via Mi Account.
❓ Can data be recovered after resetting?
If you haven't backed up to Mi Cloud or PC, the odds are minimal. Software like Dr.Fone or EaseUS MobiSaver can only recover some files (photos, videos) but not messages or apps. On encrypted phones. FBE (File-Based Encryption, MIUI 12+) recovery.
❓ Resetting through Recovery doesn't work - the phone vibrates and reboots?
Reasons: Recovery is replaced with custom (TWRP) password-locked, recovery is damaged, Anti-Rollback is activated (on Redmi Note 7/8/9), Solution: Use the Fastboot method.
❓ How to find out the phone model if it is blocked?
Methods: Look at the sticker under the battery (if the back cover is removable). Connect the phone to the PC, the Device Manager will display a model (e.g., Redmi Note 10 Pro (sweet)). Type the command into Fastboot: fastboot getvar product
❓ After the dump, he disappeared. IMEI. How to repair?
This is done by incorrect firmware through Fastboot or EDL. Solution: Make sure the firmware is suitable for your model (e.g, sweet_global For the Redmi Note 10 Refuse the phone with the Clean All and Lock option in the Mi Flash Tool. IMEI Not recovered, use the engineering menu: ##4636## β†’ Phone information β†’ Choose. SIM β†’ Restore IMEI If nothing helps, contact the service - self-editing NV-This can lead to the loss of the network forever.