Full reboot of Xiaomi phone: from soft reboot to hard reset

When a Xiaomi smartphone starts to slow down, spontaneously reboot or emit application errors, the first thought is to return it to the factory settings. But it is not always clear what kind of reboot method you need: a simple reboot, a menu reset or a full hard reset with all data deleted. In this article, we will analyze all possible ways from safe reboot to emergency recovery through Fastboot, including nuances for different models of Redmi, Poco and Black Shark.

It’s important to understand the difference between the terms: Reboot just turns off and on the device, saving all the data, and reset returns the phone to the β€œout of the box” state, erasing files, accounts and settings. We’ll detail each scenario β€” when to use, how to avoid errors, and what to do if the phone doesn’t respond to standard commands.

1.Soft reboot: when a normal reboot is sufficient

If the Xiaomi phone is just hanging, running slowly, or opening apps incorrectly, a normal reboot often helps, a method that doesn’t affect user data, but clears RAM and restarts system processes.

Methods of soft reboot:

  • πŸ”„ Through the power button: press the Power key on 2-3 Then select β€œRestart” in the menu that appears.
  • πŸ“± Through the notification panel: swipe down from the top edge of the screen, find the power icon (⚑) Hold it, and a reboot button will appear.
  • πŸ€– Through ADB (For advanced: connect your phone to your PC and execute the command: adb shell reboot

Soft reboots help with 70 percent of non-critical failures, and if you have problems, you can go to more radical methods.

πŸ“Š How often do you reboot your Xiaomi?
Once a week.
Only when it's bugging.
Never.
I don't know what it is.

2. Hard reboot: what to do if the phone freezes

When a Xiaomi smartphone completely stops responding to touch, doesn’t turn off through the power button or hangs on the MIUI logo, a forced reboot is required, a method that doesn’t erase data, but can interrupt background processes.

Instructions for all models (including Redmi Note 10/11/12, Poco F3/F4, Black Shark 4/5):

  1. Press the Power + Volume button up for 10-15 seconds.
  2. Wait for the vibration or appearance of the Xiaomi logo – release the buttons.
  3. If the screen is black, plug the phone into charging for 5 minutes and try again.

Make sure your phone is not charging (turn off the cable)

Press the buttons for 15+ seconds without letting go ahead of time

If you have a removable battery, remove it for 30 seconds (for older models)

Try connecting to another charger after rebooting-->

On models with a Snapdragon 8 Gen 1/2 processor (for example, Xiaomi 12/13 Pro) when holding the buttons for more than 20 seconds, the emergency mode of the bootloader can work – this is normal, just release the buttons and wait for the standard boot.

3.Reset to factory settings via MIUI menu

If the phone is turned on but is not stable (frequent errors, viruses, slow operation), the best option is to reset through settings. This method deletes all user data, but retains the ability to recover through the Mi Account.

Step-by-step:

  1. Open Settings β†’ About Phone β†’ Reset (on new versions of MIUI 14: Settings β†’ Memory β†’ Reset settings).
  2. Select β€œErase All Data” (Erase All Data).
  3. Enter the password from your Mi Account (if linked) or a pattern lock.
  4. Confirm the action – the phone will restart and start the cleaning process (it will take 5-10 minutes).

⚠️ Attention: On models with MIUI 13+ After the reset, you may need to re-authorize in Mi Account to unlock the bootloader, even if the phone has not been blocked before. β†’ Xiaomi account.

What will be removed:

  • πŸ“Έ All photos, videos and music (except files on the SD-card, if it is installed as a removable drive).
  • πŸ“± Installed applications and their data (including game saves).
  • πŸ”‘ Wi-Fi passwords, Bluetooth settings and other system settings.
  • πŸ“§ Google, social media and email accounts (but not the accounts themselves, they can be added again).

πŸ’‘

Before reset, check if your contacts are synchronized with Google or Mi Cloud. Once you restore your factory settings, contacts can be easily returned via Settings β†’ Accounts β†’ Google/Mi

4.Reset via Recovery Mode: If the phone doesn't boot

When Xiaomi doesn’t turn on beyond the logo, reboots cyclically, or issues a β€œNo command” error, a Recovery reset will help, which works even on locked phones, but requires care.

How to log in to Recovery:

  1. Turn off your phone (if it is suspended).
  2. Press Power + Volume up before the Mi Recovery logo appears.
  3. Some models (Poco X3, Redmi 9) use a combination of Power + both volume buttons.

Further action:

  • 🌐 Choose a language (usually English or Chinese).
  • 🧹 Go to Wipe Data β†’ Wipe All Data (use volume buttons for navigation, Power to confirm).
  • πŸ”„ Confirm the reset - the process will take 3-7 minute.
  • πŸ“± After completion, select Reboot. β†’ Reboot to System.
Xiaomi modelCombination for RecoveryFeatures
Redmi Note 8/9/10Power + Volume upMIUI 12 may require confirmation via Mi Account after reset.
Poco F2/F3/F4Power + Volume upIn Recovery, Mount is available to connect to your PC.
Xiaomi 11/12/13Power + both volume buttonsOn MIUI 13+, the bootloader can block the reset if the Mi Account is not tied.
Black Shark 3/4/5Power + Volume up (10 seconds)Recovery has a separate Wipe Cache point for cleaning the cache without losing data.

⚠️ Warning: On phones with an unlocked bootloader, a reset via Recovery may result in a loss of the ability to upgrade over the air" (OTA). In this case, you will need a manual firmware through Fastboot.

5.Full reset via Fastboot: for power users

If standard methods don’t work (for example, after a failed firmware or virus attack), then Fastboot resets, which requires a computer, USB cable and installed Xiaomi drivers, and completely cleans all partitions of the phone, including system files, so it is used in extreme cases.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS and established ADB & Fastboot Tools.
  • πŸ”Œ Original. USB-cable (better from the set).
  • πŸ“„ Firmware for your model (download from the official Xiaomi website).
  • πŸ”‘ Unlocked bootloader (if the phone doesn’t boot, unlocking may not be necessary).

Step-by-step:

  1. Turn off the phone and press Power + Volume down to enter the Fastboot (a hare in a hat-eared hat will appear).
  2. Connect your phone to your PC and check the connection with the command: fastboot devices should show a serial number of the device.
  3. Run a full cleanup: fastboot erase userdata fastboot erase cache fastboot format userdata fastboot format cache
  4. If necessary, run a clean firmware: fastboot flash boot.img fastboot flash system.img fastboot flash vendor.img
  5. Reboot the phone: fastboot reboot
What if Fastboot can’t see the phone?
1. Check the cable – use the original or certified USB-Type C. 2. Install Xiaomi drivers manually through Device Manager (download from xiaomiflashtool.com). 3. Try another one. USB-port 2.0, not 3.0). 4. On Windows, disable driver signatures: type in the command line bcdedit /set nointegritychecks on and restart the PC. 5. If your phone has been in water before, check it out. USB-oxidation connector (clean with alcohol).

Important: Once reset via Fastboot, the phone will become "clean" - without firmware, unless you have stitched it manually, in which case you will need to install MIUI through the Mi Flash Tool.

6. Frequent errors and their solutions

Even if you do the instructions right, you can have problems, and we'll look at the common mistakes and how to fix them.

Error: "This device is locked" in Fastboot

If you try to flash your phone through Fastboot, you get a message about a blocked bootloader, it means:

  • πŸ”“ The phone is unlocked. OEM Unlock in the Developer Settings.
  • πŸ“± Phone is tied to Mi Account but not authorized after reset.
  • ⏳ Less than 7 days have passed since the first account was linked (on new Xiaomi models there is a restriction on unlocking the account).

Solution: Unlock the bootloader through the official Xiaomi tool (required) SIM-map SMS-confirmation).

Error: "Can't mount /data" in Recovery

If a /data partition mount error appears when resetting via Recovery, this means:

  • πŸ’Ύ The file system is damaged (often after a failed update).
  • πŸ”‹ Phone is under 30% – Recovery blocks changes.
  • πŸ› οΈ Memory module is not working properly (on older Redmi models) 4/5).

Solution: Connect your phone to charging on 10-15 If the error persists, use Fastboot to format.

Error: cyclical reboot after reset

If the phone is constantly restarted after a bootloop, the reasons may be as follows:

  • πŸ“± Incompatible firmware (e.g., Global Firmware) ROM Chinese-style).
  • πŸ”§ The boot or vendor section is damaged.
  • πŸ”‹ Faulty battery (on models older than 3 years).

Solution: Swipe your phone through the Mi Flash Tool with the "Clean All" tick. If it doesn't work, check the battery (on the Redmi Note 7/8, a common problem is battery bloating, blocking contacts).

πŸ’‘

If after resetting the phone requires an old password from Mi Account that you don't remember, restore it via account.xiaomi.com. Use a linked email or phone number. Resetting the password via SMS may not work for older accounts (created before 2020) - in this case contact Xiaomi support with a photo of the phone box (IMEI is needed).

7. How to save data before resetting

If the phone is still turning on but you plan to reset completely, back up first. Xiaomi offers several backup options:

Method 1: Backup in MIUI

Go to Settings β†’ About Phone β†’ Backup and select:

  • πŸ“± Local copy: saves data to the phone or SD-map (file with extension.mbk).
  • ☁️ Cloud Backup: Uploads data to Mi Cloud (Available 5GB for free).

What's saved: contacts, SMS, Wi-Fi settings, app data (not all) not saved: photos, videos, music (they need to be copied manually).

Method 2: Copying files on a PC

Connect your phone to your computer via USB and select File Transfer (MTP) mode.

  • πŸ“Έ DCIM β€” photo and video.
  • 🎡 Music, Movies - Media Files.
  • πŸ“„ Documents, Downloads – Documents and Downloads.
  • πŸ“± Android/data β€” Preserve games (e.g. Genshin Impact, PUBG Mobile).

Method 3: Use ADB (for root users)

If you have root access, you can make a full backup through the command:

adb backup -apk -obb -shared -all -f backup.ab

The backup.ab file will be saved to your PC. Use:

adb restore backup.ab

⚠️ Attention: On phones with MIUI 14 and File-Based Encryption backups through ADB You may not recover from the reset, in which case you can copy the files manually or use Mi Cloud.

FAQ: Answers to Frequent Questions

Can you reboot Xiaomi without losing data?
Yes, a soft reboot (via the power button or adb reboot command) doesn’t affect user data. You can also clear only the cache in Recovery: select Wipe Cache Partition – this won’t delete files, but can eliminate lags.
The phone asks for a password from an old Google account after the reset.
This is FRP-blocking (Factory Reset Protection). If you remember the login/password from Google that was tied before the reset, type it. If not: Try to restore the password through accounts.google.com. If the phone was bought from hand, contact the previous owner to unblock the account. On some models (Redmi 6/7/8) FRP can be bypassed through the Fastboot command fastbootse era frp, but this requires an unlocked bootloader.
How long does it take to completely reset?
Time depends on the method: πŸ”„ Soft reset: 30-60 seconds. 🧹 Reset via settings MIUI: 5-10 minute. πŸ› οΈ Reset via Recovery: 7-15 minutes (longer on phones with more memory, for example, Xiaomi) 13 Ultra 512 GB). ⚑ Reset via Fastboot: 10-20 (including the firmware) if the process is delayed by more than 30 Minutes – something went wrong (for example, the phone is dead or there is a memory reading error).
Can the reset be cancelled after it is launched?
No, once the reset is confirmed, the process is irreversible. The only way to interrupt it is to force the phone to turn off (with the Power pinch). + Volume up for 20 seconds, but it can lead to: πŸ’₯ Damage to system files (phone will not turn on). πŸ”‹ Loss of data (files may remain but will not be available). πŸ”§ Needs to Firmware through Fastboot.
How to reboot Xiaomi if the screen is not working?
If the sensor is not responding, but the phone is turned on: Connect USB-keyboard OTG-Adapter -- you can navigate the menu. Use it. ADB from PC: adb shell input keyevent 26 # turn off screen adb shell input keyevent 3 # home button adb shell input keyevent 82 # power menu For forced reboot pinch Power + Volume up for 15 seconds. If the screen is completely black (no backlights), try connecting the phone to charge - sometimes this helps to wake up the display.