How to Reboot Xiaomi Phone: Everything from a Soft Reboot to Hard Reset

Xiaomi smartphones (including Redmi and POCO sub-brands) sometimes require a reboot β€” whether it’s a scheduled system upgrade, fixing minor glitches, or restoring performance after a major crash. However, not everyone knows that there are several types of reboots, each of which solves its own tasks: a conventional restart through the power menu, forced reboot when hanging, entering Fastboot mode, or even a complete reset to factory settings β€” all of these methods have their own nuances and consequences.

In this article, we’ll break down 5 workable reboots for any Xiaomi model, from the budget Redmi 9A to the flagship Xiaomi 14 Ultra. You’ll learn how to properly perform a soft and hard reboot, what to do if the phone doesn’t respond to buttons, and how to avoid data loss. And for power users, we’ve prepared a section with advanced commands through ADB and hidden menus of engineering mode.

1. Standard reboot via the power menu

The easiest and safest way is to reboot through the system menu, which is suitable for a scheduled restart when the phone is stable, but you need to update your settings or restart background processes, which does not affect user data and takes no more than 30 seconds.

To perform a standard reboot:

  • πŸ“± Hold the power button (usually located on the right end of the case) for a period of time. 2-3 seconds.
  • πŸ”„ On the screen will appear menu with options to Turn off, Reboot and Airplane Mode.
  • πŸ‘† Select Reboot and confirm the action (some models will require the input of a pattern lock).

If the power menu does not have a reboot option (as it happens on older versions of MIUI), select Turn Off, wait for the phone to turn off completely, and then hold the power button for 5-7 seconds to turn on.

πŸ’‘

In the models with AMOLED-screens (for example, Xiaomi 13 Pro or Redmi) K60) After the reboot, the effect of a β€œburn” of the screen may appear for a short time - this is normal and disappears after a few minutes.

Forced reset when getting stuck

When a Xiaomi smartphone is completely frozen β€” does not respond to touch, does not turn off through the power menu or shows a black screen, a hard reboot is required. This method simulates battery extraction and forcibly interrupts all processes. Importantly, with frequent use of hard reboot, there is a risk of damage to the file system.

Instructions for forced restart:

  1. πŸ”‹ Hold the power button and volume button at the same time.
  2. ⏱️ Keep them clamped at least. 10-15 In some models, it may take up to 20 seconds).
  3. πŸ“΅ When the screen goes out, release the buttons and wait 5 seconds.
  4. πŸ”„ Press the power button once to turn on the phone.

On newer models (e.g. POCO F5 or Redmi Note 12), the combination may differ:

  • πŸ”„ Power button + Volume reduction (to enter Fastboot)
  • πŸ”„ Power button + both volume buttons (for forced shutdown)

πŸ“Š Your Xiaomi has ever been so cold that it requires a forced reboot?
Yeah, a few times.
Yes, but very rarely.
No, never.
I remember.

3.Reboot to Fastboot and Recovery Mode

If the phone turns on but is not running smoothly (e.g., constantly overheating or emitting application errors), it may be necessary to reboot to Recovery Mode or Fastboot. These modes are used to diagnose, reset settings or install custom firmware.

How to log in to Fastboot:

  1. πŸ”Œ Turn off the phone (use the method from the previous section when you freeze).
  2. πŸ”„ Hold the power button and volume down button at the same time.
  3. 🐰 Release the buttons when the Mi Bunny logo with the words Fastboot appears on the screen.

To enter Recovery Mode:

  1. πŸ”Œ Turn off the device.
  2. πŸ”„ Hold the power button and the volume button.
  3. πŸ› οΈ Release buttons when menus with Reboot, Wipe Data, etc. appear.
What to do if your phone is stuck in Fastboot?
If the phone doesn't respond to buttons and boot further after logging in to Fastboot, connect it to your PC and use the fastboot reboot command via the terminal. If that doesn't help, you may need to flash it back.
Regime.Button combinationAppointment
FastbootPower + Volume reductionInstallation of firmware, unlocking the loader
RecoveryPower + Volume IncreaseReset settings, clear cache, update via ZIP
EDL ModeOnly through Testpoints or the command fastboot oem edlRestoration of bricks, firmware through MiFlash

4.Reboot through the engineering menu (for experienced)

The hidden engineering menu ##4636## allows you to reboot with additional options, such as resetting battery statistics or restarting the radio module, which is useful if the phone is not catching the network well or running fast.

Instructions:

  1. πŸ“ž Open the phone app and enter the combination: ##4636##.
  2. πŸ”§ In the menu that appears, select Battery Information or Usage Statistics.
  3. πŸ”„ Click on the three dots in the top right corner and select Reboot.

Models with MIUI 13+ may require an alternative code:

  • πŸ“‘ ##225## - Calibration information
  • πŸ”‹ ##36446337## - battery test

πŸ’‘

The engineering menu contains critical system settings, so don't change the settings unless you're sure they're there, which can cause the phone to run in an unstable way.

5.Reboot with a full reset (Hard Reset)

Hard Reset is an extreme measure that returns the phone to factory settings by removing all data from internal memory (photos, apps, accounts).

  • 🐒 The phone is very slow and does not help a normal restart.
  • πŸ”’ You forgot your pattern lock or password.
  • 🦠 The device is infected with a virus that is not removed by the antivirus
  • πŸ“± Selling or transferring the phone to another user

How to perform Hard Reset:

  1. πŸ”Œ Turn off the phone.
  2. πŸ”„ Press the power and volume button to enter Recovery.
  3. πŸ—‘οΈ In the Restore Menu, select Wipe Data β†’ Wipe All Data.
  4. βœ… Confirm the action (some models will require a password from the Mi-account).
  5. πŸ”„ After cleaning, select Reboot. β†’ Reboot to System.

⚠️ Note: On models with a locked loader (Xiaomi) 12T, Redmi Note 11 and later) after Hard Reset may require authorization through Mi Account. If you do not remember the account details, the phone will become a brick"!

Make a backup copy through Mi Cloud|Write it down. IMEI phone (on a box or under a battery)|Make sure you know the username/password from your Mi Account|Charge your phone at least 50 times%|Get out. SIM-card and memory card (optional)-->

6.Reboot through ADB (for developers)

If you have access to ADB (Android Debug Bridge, you can reboot remotely from your computer, and this method is useful if the touch screen doesn't work, but it's not. USB-debugging was included earlier.

Step-by-step:

  1. πŸ–₯️ Connect your phone to your PC through USB-cable.
  2. 🐧 Open the terminal (or Command Prompt in Windows) and enter:
adb devices

If the device is determined, follow one of the commands:

  • πŸ”„ Regular reboot: adb reboot
  • πŸ› οΈ Recovery: Adb Reboot Recovery
  • πŸš€ Reboot in Fastboot: Adb Reboot Bootloader

For forced shutdown (if the phone is getting stuck):

adb shell reboot -p

⚠️ Attention: Teams ADB They require super-user rights (root) for some operations. MIUI Without unlocking the bootloader, many functions will be limited.

Frequent mistakes and their solutions

Even if instructions are followed correctly, users often encounter problems, and here are the most common situations and ways to fix them:

Problem.Possible causeDecision
The phone doesn't respond to the buttons.Hardware damage to buttons or plumeConnect charging – if an indication appears, the problem is the power button
After the reboot, a request for a Mi Account appearedFactory Reset Protection is activatedEnter the account to which the phone was linked
The phone loads into Fastboot and doesn't come outThe loader or firmware is damagedSwipe your phone through MiFlash with official firmware
Hard Reset has no network.IMEI settings are resetRestore the IMEI through an engineering menu or service center

If none of the methods worked and the phone still doesn’t turn on or loads with errors, this may indicate a hardware fault (damage to the motherboard, power controller or battery).

❓ Why Xiaomi’s phone is rebooting itself?
Frequent spontaneous reboots may be caused by: πŸ”‹ Faulty battery (swelling, wear and tear) πŸ“± Overheating of the processor (especially when playing games) 🦠 Virus or damaged system file πŸ”Œ Unstable firmware (beta versions) MIUI) Check the temperature in the engineering menu (#4636##) and test the battery with AccuBattery.
❓ How to restart Xiaomi without a power button?
If the power button is broken, try it: πŸ”Œ Connect the charger – sometimes the phone turns on automatically. πŸ–₯️ Use it. ADB (if USB-Debugging was included: adb reboot. πŸ”§ On some models, the volume button retention works. + If nothing helps, you need to repair the button or the plume.
❓ Can you reboot Xiaomi through the voice assistant?
Yes, but only if Google Assistant or Alice (for Russian firmware) is enabled: 🎀 "Okay, Google, reboot the device" 🎀 "Alice, Turn Off Your Phone on Chinese Firmware (MIUI China) this function may be disabled.
❓ How long does it take to reboot Xiaomi?
Time depends on the type of reset: πŸ”„ Soft reset: 20-40 seconds πŸ”§ Hard (forced): until 1 minute πŸ—‘οΈ Hard Reset: 2-5 minutes (including data cleaning) πŸ“± First loading after reset: before 10 minutes if the phone is loading longer 10 Maybe there was a problem, try repeating the procedure.
❓ How to Cancel a Reboot if You Accidentally Pressed?
If you initialized the reboot through the power menu, you have 5-7 seconds to press Cancel if the process has already begun: πŸ”Œ For a soft reboot, wait until it is completed (interrupting can lead to errors). πŸ”§ For Hard Reset, quickly remove the battery (if it is removable) or hold the power button. 20+ On models with a non-removable battery (Xiaomi) 11T, Redmi K50) interruption.