How to go to factory settings on Xiaomi: all ways to reset to factory state

Factory settings on Xiaomi, Redmi or POCO smartphones are a versatile tool for solving most software problems, from slowdowns and errors to preparing a device for sale. However, the reset process can vary dramatically depending on the model, the version of MIUI and even the condition of the phone (whether it works, whether the screen is locked, whether there is access to the Mi Account). In this article, we will analyze all the current methods, including hidden functions and bypassing possible locks.

It is important to understand that factory resets are not just deleting data. The process affects system files, security settings, and can even affect the bootloader. For example, devices with an unlocked bootloader may need to re-authorize to Mi Account after a reset, and on some models (for example, Xiaomi 12T or Redmi Note 11 Pro+) even flashing through Fastboot.

1. Reset via the settings menu (the safest way)

If your Xiaomi smartphone is turned on and touch-responsive, this method is a priority. It requires no additional tools and is minimally risky for data (although it deletes them completely).

  • πŸ”‹ Battery charge of at least 50% (to avoid interruption of the process).
  • πŸ“± You have a backup of important data (photos, contacts, messages).
  • πŸ”‘ You remember the password from Mi Account if it was tied to the device.

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to About Phone β†’ Backup and Reset (on some versions of MIUI, the path may be different: Settings β†’ Additional β†’ Recovery and Reset).
  3. Select Resetting β†’ Delete all data.
  4. Enter. PIN-code or pattern lock, if requested.
  5. Confirm the action by clicking Reset the phone.

⚠️ Attention: On devices with MIUI 14+ After a reset, you may need to re-authorize your Mi Account, even if the phone hasn’t been locked.This is a security measure from Xiaomi aimed at theft.

Save data to Google Drive or computer

Check the battery (minimum 50%)

Payment cards (Google Pay, Mi Pay)

Remember the username/password from Mi Account-->

2. Reset via Recovery Mode (if the phone is not turned on)

If Xiaomi’s smartphone is stuck on the logo, reboots cyclically or doesn’t respond to the screen, Recovery Mode is the only way to bring it back to life without a PC connection.

  • πŸ” On new models (Xiaomi) 13/14, Redmi Note 12) Recovery can be blocked by Mi Account password.
  • πŸ› οΈ Some custom firmware replace stock recovery with TWRP, where the path to discharge is different.
  • ⚑ The process can be interrupted if the battery is discharged below 20%.

How to log in to Recovery Mode:

  1. Turn off the phone (press the power button for 10-15 seconds).
  2. Click the combination: For most models: Volume up + Power. For POCO F4/F5: Volume down + Power. For Xiaomi Pad 5/6: Volume up + Volume down + Power.

Mi

Next:

  1. From the Recovery menu (English or Chinese), select Wipe Data β†’ Wipe All Data.
  2. Confirm the action by selecting Confirm.
  3. Once you have finished, select Reboot β†’ Reboot to System.
What if Recovery asks for a password?
If you have a password request from Mi Account after you log in to Recovery, it means that the device has activated the Find Device function. In this case: 1. Try entering the password from your Mi Account. 2. If the password does not fit or you do not remember it, the only option is to unlock through [the official Xiaomi service](https://account.xiaomi.com/) (proof of ownership required). 3. On some models (for example, Redmi 10C) you can bypass the lock by connecting the phone to your PC and using the Mi Flash Tool with authorization in your account.

3. Reset via Fastboot (for advanced users)

The method through Fastboot is useful if:

  • πŸ”§ Recovery Mode is not available or blocked.
  • πŸ“± The phone does not respond to buttons, but is determined by the computer.
  • πŸ”“ You need to reset the settings on the device with the bootloader locked (for example, after a failed firmware).

This method will require:

  • πŸ’» Computer with drivers installed ADB/Fastboot.
  • πŸ”Œ Cable USB Type-C (preferably original).
  • πŸ› οΈ Mi Flash Tool (for models with a blocked bootloader).

Step-by-step:

  1. Turn off the phone.
  2. Press Volume Down + Power to enter Fastboot Mode (a hare in a hat-eared image will appear).
  3. Connect the phone to the PC.
  4. Open the command line (Win + R β†’ enter cmd) and execute the command: fastboot devices If the device is determined (its serial number appears), continue.
  5. Run reset: fastboot erase userdata fastboot erase cache fastboot reboot

⚠️ Attention: On devices with MIUI 13+ If you have a locked bootloader, fastboot erase userdata may not work, and you will need to completely flash through the Mi Flash Tool with authorization to Mi Account.

Xiaomi modelDoes Fastboot Reset Support Unlocking?Is the Mi Flash Tool Required?
Xiaomi 12/13/14❌ No (only with unlocked bootloader)βœ… Yes.
Redmi Note 10/11/12βœ… Yes (partially without deleting your Mi Account)❌ No.
POCO F3/F4/F5βœ… Yes.❌ No.
Xiaomi Pad 5/6❌ No.βœ… Yes (with authorization)

Through the settings menu

Through Recovery Mode

Through Fastboot.

Never dropped it.

Another way.-->

4. Reset via Mi Account (remote)

If you lose your phone or it's locked, but you have access to your Mi Account, you can reset remotely, and this only works if you meet the conditions:

  • πŸ“Ά Device connected to the Internet (mobile data or Wi-Fi).
  • πŸ”’ Find Device has been activated in the settings.
  • πŸ“§ Remember the username and password from Mi Account.

Instructions:

  1. Go to [i.mi.com](https://i.mi.com/) and log in.
  2. Select your device from the list (if it is linked to your account).
  3. Click Delete Data β†’ Erase the device.
  4. Confirm the action via SMS or email.

Limitations of the method:

  • ⏳ Reset can take up to 24 hours (depending on the speed of the Internet on the device).
  • πŸ”„ After reset, the phone may require you to enter Mi Account data when you first turn on.
  • 🚫 Does not work on devices with disabled services Xiaomi Cloud.

πŸ’‘

If the phone doesn't turn on after a remote reset, try going to Recovery Mode and running Wipe Data manually, which often solves the problem of cyclical reboot.

5. Reset by ADB (for unlocked devices)

The ADB (Android Debug Bridge) method is suitable for USB-enabled devices, which is rare, but it can be useful if:

  • πŸ”§ You previously activated Developer Mode and Debugging USB.
  • πŸ–₯️ You have access to a PC with drivers installed ADB.
  • πŸ“± Phone turns on, but screen doesn't respond to touch.

How to perform the reset:

  1. Connect your phone to your PC via USB.
  2. Open the command line and execute: Adb devices (you should display your device).
  3. Enter the command for resetting: adb shell recovery --wipe_data or (for new versions) MIUI): adb shell am start -a android.intent.action.MASTER_CLEAR

⚠️ Attention: On devices with MIUI 14 The adb shell recovery command --wipe_data This may not work due to security policy changes, in which case use Fastboot or Recovery Mode.

6.What to do after resetting: setting up and possible problems

After a successful reset, you will have to initially configure the device, but there may be difficulties:

  • πŸ”’ Mi Account lock: If the phone was linked to an account, you will need to enter your login and password after the reset".
  • πŸ“± Activation error: Some models (e.g. Xiaomi 13 Ultra) may have a message saying "This device is locked" resolved via the official service.
  • πŸ”‹ Fast battery drain: After reset, the system indexes files and updates services, which can temporarily increase energy consumption.

Critical information: On devices with a Qualcomm Snapdragon processor (for example, POCO X5 Pro or Redmi K60) after resetting via Fastboot, the IMEI can be lost.

Recommendations for setting up after resetting:

  1. When you first turn on, connect to Wi-Fi, not to the mobile network (saves traffic).
  2. Skip the recovery step from the backup if it was created on an older version of MIUI (may cause errors).
  3. Update the system through Settings β†’ About Phone β†’ Update MIUI.
  4. Re-activate Find Device (in case of future loss).

πŸ’‘

If after resetting the phone asks for an old password from Mi Account, which you do not remember, do not try to guess it repeatedly - the device may lock into the device. 72 Please contact the Xiaomi Support Service](https://support.xiaomi.com/).

FAQ: Frequent questions about Xiaomi resetting before factory settings

Can you reset Xiaomi without losing data?
No, factory reset always deletes all user data (photos, apps, settings).However, you can back up via Settings β†’ About Phone β†’ Backup or manually copy files to your PC.
Why does the phone ask for a password from an old Mi Account after a reset?
This is Factory Reset Protection (FRP) that is activated if a Mi Account was attached to the device. To remove a request, you need to enter data from this account. If you do not remember it, contact Xiaomi with proof of purchase.
How to reset Xiaomi if you forget the pattern lock?
If you remember the Mi Account data, try unlocking your phone via [i.mi.com](https://i.mi.com/). If not, use Recovery Mode (method 2) or Fastboot (method 3). Newer models (Xiaomi 13/14) may require official unlocking.
I dropped my phone and it's not turning on.
Probable causes: Discharge interrupted (e.g. battery dead); firmware damaged (often after Fastboot reset on locked bootloader); Solutions: Try to log into Recovery Mode and repeat reset; refashion your phone via Mi Flash Tool (PC and cable required); Contact the service center if you are unsure of your actions.
Can you reset Xiaomi through a computer without a Fastboot?
Yes, if your phone has USB debugging enabled and it's detected on the system. Use Mi PC Suite (the official software from Xiaomi), which has a reset option. However, this method does not work on all models and versions of MIUI.