How to reset Xiaomi phone to factory settings: 3 proven ways

Resetting a Xiaomi, Redmi or POCO smartphone to factory settings is a radical but sometimes necessary step, which may be necessary when selling a device, after a virus attack, when a critical system failure occurs, or if the phone starts to โ€œbrakeโ€ for no apparent reason, but a complete reset removes all data from internal memory: photos, contacts, messages, installed applications and even some system settings.

Many users are afraid to reset because of the risk of bricking a device or losing important files. In fact, if you follow the proven instructions and take into account the nuances of a particular model, the procedure is safe. In this article, we will discuss three official methods of resetting (through settings, Recovery Mode and Fastboot), explain how to prepare for the procedure, and warn against typical errors.

Before you get to the instructions, remember: the reset does not delete data from the memory card (if it is installed), but erases everything from the internal drive. If you forget the password from the Mi Account account associated with the phone, after the reset, the device can lock, more about this in the section about the Xiaomi account.

๐Ÿ“Š Why You Needed to Reset Xiaomi?
The phone's slowing down a lot.
Preparing for sale/transfer
Forgot the pattern lock
Virus or suspicious software
Other

Preparing for resetting: what to do before the start

Despite its apparent simplicity, factory resets require prior action, and ignoring this step can lead to the loss of important data or even locking the device.

1. Create a backup. Use the built-in Backup app (Settings โ†’ About Phone โ†’ Backup) or third-party services like Google Drive, Mi Cloud.

  • ๐Ÿ“ธ Photos and videos (you can copy them to your PC or cloud)
  • ๐Ÿ“ž Contact (synchronize with Google Account)
  • ๐Ÿ“ฑ Messages (annexes such as: SMS Backup & Restore Helps to Keep History)
  • ๐ŸŽฎ Save Games (if the game supports cloud backup, activate it)

2. Make sure the phone is charged. The reset process can take 5 to 30 minutes depending on the model. If the battery is below 30%, the risk of interruption due to discharge increases dramatically - this can lead to a software failure.

3. Find out the MIUI version and the phone model. This will be useful if you need to reflash the device after a failed reset. Find information in Settings โ†’ About Phone โ†’ MIUI version and Device Model.

โš ๏ธ Note: If the phone has Find Device enabled, you may need to enter your Mi Account password after reset, even if you have untied it. โ†’ Mi Account โ†’ Find Device.

Method 1: Reset via phone settings (the safest)

This is a method that works if the phone turns on, responds to touch, and you remember the unlock password. It's the simplest and doesn't require any additional tools.

Step-by-step:

  1. Open Settings (the gear icon on the main screen).
  2. Go to About Phone (in older versions of MIUI - Additional).
  3. Choose Resetting (or Resetting and Resetting).
  4. Slip on Reset all settings (sometimes called Delete all data).
  5. The system will prompt you to enter a password/pattern lock (if it is installed).
  6. Confirm the action by clicking Reset Settings or Delete Everything.

The phone will restart and start the cleaning process. An animation labeled Erasing... or Resetting... Donโ€™t interrupt the process, it could damage system files.

Make sure your phone is charged (>50%)

Backup of important data

Disable Find Device in your Mi Account

Remember the password from your Google and Mi Account (if linked)

Remove the memory card (optional)

-->

Once the reset is complete, the phone will turn on in its initial setup mode, as after purchase, and you will need to select a language, connect to Wi-Fi, and go through the activation process.

โš ๏ธ Note: On some models (Xiaomi) 12T, Redmi Note 11 Pro+) After a reset, you may be asked to enter a password from Mi Account, even if you untie it, this is due to the Mi Cloud Activation Lock function. If you do not remember the password, restore it in advance on account.xiaomi.com.

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

If the smartphone is stuck on the logo, does not respond to touches, or is locked with a pattern lock you forgot, a reset via Recovery Mode will help.This mode is available on all Xiaomi devices, but the interface may differ depending on the version of MIUI.

How to log in to Recovery Mode:

  1. Turn off the phone (press the power button for 10-15 seconds).
  2. Press the button combination: ๐Ÿ”„ For most models: Volume up + Nutrition ๐Ÿ”„ For POCO F1, Mi 8: Volume up + Loudness down + Nutrition

Mi

Recovery

In the Recovery menu, the control is carried out by volume buttons (Up/Down for navigation, Power for selection). The interface can be in Chinese or English - focus on the icons.

Resetting instructions:

  1. Select the Wipe Data option (or in Chinese).
  2. Then, you can use Wipe All Data (or ).
  3. Confirm the action by selecting Confirm (or ).
  4. Wait until the process is completed (it can take 5-15 minutes).
  5. Choose Reboot or to reboot.

If the Recovery menu doesn't have Wipe Data, it might have custom firmware installed, in which case try the method via Fastboot (described below).

What happens if the Recovery Mode does not open?
If the button combination doesnโ€™t work, try: 1. Connect your phone to charge for 10-15 minutes, then try again. 2. Use another combination (e.g. Volume Down + Power for Redmi 9A). 3. If the screen remains black but the phone vibrates, possibly damaged display โ€“ contact the service center.

Xiaomi modelCombination for entering RecoveryFeatures
Redmi Note 10/11/12, POCO X3/X4Volume up + NutritionMenu in English, support for sensory control
Mi 11/12/13, Mi Mix 4Volume up + NutritionYou can request a Mi Account password after resetting
POCO F1, Mi 8Volume up + Volume down + NutritionOld Recovery Menu without touch controls
Redmi 9/9A/9CVolume up + NutritionThe menu is in Chinese, but the icons are intuitive

Method 3: Fastboot Reset (for power users)

If the first two methods fail (e.g., the phone doesn't boot even to Recovery), it's reset via Fastboot, USB-cables and installed drivers ADB/Fastboot. It is suitable for advanced users, as incorrect actions can lead to a complete loss of the deviceโ€™s performance.

What you need:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux
  • ๐Ÿ”Œ Original. USB-cable (better from the set)
  • ๐Ÿ› ๏ธ Utilities. ADB Fastboot (you can download from the official Android website)
  • ๐Ÿ”‹ Charging the phone > 50%

Step-by-step:

  1. Install ADB/Fastboot on your computer and unpack the archive to the root of the C:\ drive (e.g., C:\platform-tools\).
  2. Turn off your phone and turn it into Fastboot: Press Volume Down + Power for 10-15 seconds. The screen will show a hare in a hat-out (Fastboot logo).

Connect your phone to your computer via USB.

Win + R

cmd

Enter

ADB

cd C:\platform-tools\
fastboot devices

If you see the serial number in response, you can continue.

fastboot erase userdata


fastboot erase cache




fastboot reboot

The phone will reboot and start the cleaning process, and if it's stuck on the logo again after the reboot, you may need to flash it through the Mi Flash Tool.

โš ๏ธ Note: The fastboot erase userdata and fastboot erase cache commands delete all user data and cache, but do not affect system files. If the problem was in a damaged firmware, this method will not help - you need a full flash through the Mi Flash Tool.

1. Install Xiaomi USB Drivers (download on the official website).

2. Use another USB-cable.

3. Run the command line on behalf of the administrator.

-->

What to do if your phone requires a Mi Account after resetting

One of the most common problems after a reset is blocking Mi Account Activation Lock, which occurs if the phone was tied to a Xiaomi account and the Find Device function was not disabled before reset, in which case, after the reboot, the system will request the username and password from Mi Account.

How to unlock your phone:

  • ๐Ÿ”‘ If you remember your account information, just enter it. Once you have successfully logged in, the lock will be removed.
  • ๐Ÿ”„ If you have forgotten your password, restore it to account.xiaomi.com (you will need access to an email or phone associated with your account).
  • ๐Ÿ“ง If your account is not yours (for example, a phone is bought by hand), contact the previous owner.
  • โš ๏ธ Do not use โ€œgrayโ€ ways to bypass the lock (such as firmware through the lock). EDL or "disconnection" services. This could lead to loss of IMEI or a breakdown of the communication module.

How to avoid blocking in the future:

  1. Before resetting, untie your Mi Account in Settings โ†’ Mi Account โ†’ Sign out.
  2. Turn off Find Device in Settings โ†’ Mi Account โ†’ Find Device.
  3. If you are selling a phone, make a reset in the presence of the buyer so that he can immediately link his account.

๐Ÿ’ก

Mi Account locking is not a bug, it's a theft protection feature, and it activates automatically if the phone has Find Device enabled and a Xiaomi account is tied, and the only official way to unlock it is to enter the correct account details.

Typical post-reset problems and their solutions

Even if the reset is successful, there are some problems, and let's look at the most common ones and how to fix them.

1.The phone is stuck on the Mi logo after being reset.

  • ๐Ÿ”„ Try to log into Recovery Mode and repeat the reset (Wipe Data).
  • ๐Ÿ”Œ If it doesnโ€™t work, try to use the Mi Flash Tool (instructions are available on the forums). 4PDA or XDA Developers).
  • ๐Ÿ› ๏ธ In extreme cases, contact the service center - it is possible that the device memory is damaged.

2.The sensor or buttons are not working after reset.

  • ๐Ÿ”„ Make another reset through Recovery.
  • ๐Ÿ“ฑ Check if the screen plume is damaged (relevant if the phone falls).
  • ๐Ÿ”ง If the sensor is partially working, try calibrating it through the engineering menu (#6484### on some models).

3. No net or no catch SIM-map.

  • ๐Ÿ“ถ Restart the phone and check if it is inserted correctly. SIM.
  • ๐Ÿ”„ Reset network settings in Settings โ†’ SIM-maps and mobile networks โ†’ Resetting network settings.
  • ๐Ÿ“ก If the problem persists, the communication module may be damaged (diagnosis required).

4.The battery goes down quickly after being discharged.

  • ๐Ÿ”‹ Give the phone a 2-3 full charge/discharge cycle to calibrate the battery.
  • ๐Ÿ“Š Check which apps are using up charge in Settings โ†’ Battery.
  • ๐Ÿ”„ If the problem persists, reset your battery settings via Recovery (Wipe Battery Stats if any).

Frequent questions about Xiaomi reset

โ“ Can Xiaomi be dropped without data loss?
No, a full factory reset always removes all user data from internal memory. However, you can selectively reset some settings (like just network or application settings) to Settings โ†’ System โ†’ Additional โ†’ Settings Reset. But that won't clean up the phone completely.
โ“ Why After Resetting, Your Phone Asks for an Old pattern lock?
This happens if you have encrypted your data before reset (Settings โ†’ Security โ†’ Encryption), in which case the system requires you to enter the old password/key to decrypt the data, and if you forget it, the only way out is to completely flash it through Fastboot, but this will delete all the data without the possibility of recovery.
โ“ How to reset Xiaomi if you forget your Mi Account password?
If your phone is locked because of Mi Account Activation Lock and you don't remember the password: Try to restore access through Xiaomi's website (you need access to an email or phone linked to your account). If your account is not yours (the phone is bought by hand), contact the previous owner. It is not possible to legally circumvent the lock. Grey methods (such as firmware via EDL) can lead to the loss of IMEI or the breakdown of the communication module.
โ“ How long does it take to reset Xiaomi?
Time depends on the method and model of the phone: ๐Ÿ•’ Through settings: 5-15 minutes. ๐Ÿ•’ Recovery: 10-20 minutes (longer on older models). ๐Ÿ•’ Fastboot: 2-5 minutes (but requires extra time to prepare). If the process took more than 30 minutes, it may have failed, try restarting the phone and resetting again.
โ“ Can you reset Xiaomi through a computer without a Fastboot?
Yes, but only if the phone is debugging on USB and it is recognized by the computer, in which case you can use the Mi PC Suite utility: Connect the phone to the PC via USB. Open Mi PC Suite and select System Restore. Follow the program's instructions (it will suggest resetting), but this method does not work on all models and requires debugging pre-setting.