How to restart Xiaomi smartphone if the power button does not work: all ways from simple to complex

A broken power button on Xiaomi is one of the most frustrating breakdowns that can completely paralyze a smartphone. Without the ability to turn on or restart the device in the standard way, many users panic, especially if the phone stores important data. However, even in this situation, there are several proven ways to return to normal work, from basic techniques to technical manipulations with firmware.

In this article, we’ll look at all the possible ways Xiaomi can reboot (including the Redmi, POCO, and Mi series) without using the power button. It’s important to understand that the effectiveness of each method depends on the state of the device: whether the battery is dead, whether the screen is running, whether Fastboot or Recovery is available. We’ll start with the simplest solutions that will work even for beginners, and gradually move to advanced techniques for power users.

If your smartphone is completely discharged or unresponsive to charging, check the power supply and cable first β€” sometimes the problem is not the button, but the lack of power. Also pay attention to the signs of life of the device: does it vibrate when you connect the charger, does the indicator light up? These details will help you choose the right method.

1. Software reboot via menu (if screen is running)

If your Xiaomi is on but the power button is not responsive, try rebooting it through the system menu first, which will work on any model from the Redmi Note 10 to the Xiaomi 13 Ultra, as long as the screen is functional and you can interact with the interface.

Instructions:

  • πŸ“± Open Settings (cog icon on the main screen).
  • πŸ”§ Go to About Phone (usually at the bottom of the list).
  • πŸ”„ Find the Reboot or Reboot option and tap it.
  • βœ… Confirm the action if a request appears.

If your MIUI version does not have a direct reboot point, use an alternative path:

  1. Hold the Volume Up + Volume Down button simultaneously for 5-7 seconds. On some models, this will trigger a reboot menu.
  2. If nothing happens, try clamping Volume up + Volume down and plugging in the charger – this sometimes works as an emergency combination.

⚠️ Attention: On devices with MIUI 14 and later, the reset can be hidden behind an additional menu. If you do not find it, search by settings (the magnifying glass icon in the upper right corner).

πŸ“Š Your Xiaomi is responding to the charging connection?
Yeah, vibrating and showing off the charging.
Yeah, but only the lights are on.
No, no reaction.
I haven't tried.

2. Forced reboot through hardware buttons

When the power button doesn't work, but the smartphone isn't fully discharged and responds to other keys, you can use hardware combinations, which work even on a locked screen if the device is on.

Methods of forced reboot:

  • πŸ”‹ Charging. + Volume buttons: Connect the charger and hold Volume up + Down volume 10-15 seconds. Some models (POCO F3, Redmi K40) It'll trigger a reboot.
  • πŸ”Œ Battery shutdown (for removable models): If you have an old model (e.g. Redmi) 4A or Mi A1), Take the back cover off carefully, take out the battery for 30 seconds, and put it back in. This is not a method that works for today's non-removable smartphones!
  • πŸ”„ Fastboot Mode: Keep Volume Down + plug in the cable USB If the drivers are installed, the phone will go to Fastboot mode, where you can give a command to restart via the phone. ADB.
Xiaomi modelWorking combinationNotes
Redmi Note 8/9/10Volume down + chargingHold 10-15 seconds before vibration
POCO X3/F3Volume up + Volume downIt only works with a connected charger.
Mi 11/12/13Volume up + PC connectionRequires a transition to Fastboot
Redmi 7/8/9ABattery recovery (if removable)Only for old models

If neither combination worked, maybe the problem is deeper, like a power button plume or a software error, in which case you can proceed to the following methods.

Make sure your phone is not under 5%.

Use the original USB cable

Try different button combinations

Connect to charging for 10 minutes before trying-->

3.Reboot via ADB (for advanced users)

If you have access to a computer and debugging is enabled USB (USB Debugging, you can restart Xiaomi via ADB (Android Debug Bridge: This method requires pre-setting, but works even when the power button is completely broken.

Step-by-step:

  1. Download and install Google’s Platform Tools (includes ADB and Fastboot).
  2. Connect your smartphone to your PC through USB-cable.
  3. Open the command prompt (cmd) in the folder with ADB and type:
adb devices

If the device is determined (the serial number will appear), follow the reboot command:

adb reboot

If ADB does not see the device:

  • πŸ”Œ Check if the debugging is included USB in the developer settings (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then return to the Additional Settings β†’ For developers).
  • πŸ”„ Try reconnecting the cable or using another one. USB-port.
  • πŸ’» Install drivers for Xiaomi (e.g. Mi Phone Manager).

⚠️ Attention: If debugging is on USB If it wasn't enabled in advance, it won't work, then go to the methods on Fastboot or Recovery.

πŸ’‘

If ADB does not recognize the device, try to enter the command adb kill-server, and then adb start-server before reconnecting.

4.Using Recovery Mode to Reboot

Recovery mode is a service menu from which you can reboot your smartphone even if the power button doesn't work. It usually requires a combination of hardware keys to get into it, but there are nuances to Xiaomi.

How to log in to Recovery:

  1. Turn off your phone (if it’s on, use the methods in the previous sections).
  2. Press Volume Up + Power (yes, even if the power button is broken, sometimes it works when held).
  • πŸ”Œ Connect the charger and hold Volume up 10-15 seconds.
  • πŸ–₯️ Connect to the PC and keep Volume up + Loudness down.

In the Recovery menu (in English or Chinese):

  • Use volume buttons for navigation.
  • Select Reboot or Reboot system now.
  • Confirm the choice of the power button (if it partially works) or a short press of Volume up.

If the Recovery menu is in Chinese, focus on the icons:

  • πŸ”„ β€” restart.
  • πŸ“± β€” exit.
  • ⚠️ β€” Resetting settings (do not select this item without the need to!).
What to do if Recovery requires a password?
If your Xiaomi requests a password in the Recovery menu, this means that FRP (Factory Reset Protection) protection is enabled. In this case, rebooting without data reset is only possible via ADB or Fastboot. Try: 1. Connect the phone to a PC and enter fastboot reboot. 2. Use the official Xiaomi account to unlock (if tied). 3. Contact the service center with proof of ownership of the device.

5.Reboot via Fastboot (if the phone is determined by PC)

Fastboot mode is a low-level boot mode that allows you to control your device through your computer. If your Xiaomi moves to Fastboot (a hare in a hat-eared hat appears on the screen), you can give a command to reboot.

Instructions:

  1. Keep Volume down. + plug in USB-plug-in.
  2. Open the command line in the folder with Fastboot (from Platform Tools).
  3. Enter the command:
fastboot devices

If the device is determined, perform:

fastboot reboot

If the team fails:

  • πŸ”Œ Try another one. USB-port (preferably) USB 2.0).
  • πŸ”„ Reinstall Xiaomi drivers with the Mi Flash Tool.
  • πŸ› οΈ Use the command fastboot oem reboot (works on some models).

If Fastboot doesn’t recognize the device, check:

  • πŸ”‹ Battery level (must be at least 30%).
  • πŸ”Œ Quality. USB-cable (use the original cable).
  • πŸ’» Administrator rights on the PC when installing drivers.

πŸ’‘

Fastboot is the most reliable way to reboot Xiaomi without a power button if the phone is determined by a computer, but it requires pre-configuration of drivers and is not available on all models with a locked bootloader.

Alternative methods: charging, discharging, service centers

If none of these solutions work, there are radical or service solutions that should be considered if:

  • πŸ”‹ The phone is completely discharged and does not respond to charging.
  • πŸ› οΈ The power button is physically damaged (for example, after a fall).
  • πŸ”„ The device hangs on the logo or cyclically reboots.

Method 1: Forced discharge + charging

If the smartphone does not turn on, but reacts to charging (the indicator burns), follow the following steps:

  1. Connect the charger and wait until the charge indicator lights up.
  2. Leave your phone on charge for 1-2 hours (even if the indicator does not blink).
  3. Turn off the charging and hold Volume up + Volume down 20-30 seconds.
  4. Connect the charging again – sometimes this causes a forced reboot.

Method 2: Service center or repair

If all attempts to restart the phone on your own failed, most likely the problem is hardware:

  • πŸ”§ Power button plume damaged (a common problem after falls or moisture hits).
  • πŸ”‹ Failed battery (swelling, deep discharge).
  • πŸ› οΈ Burned power controller (requires rations).

The cost of repairing the power button in service centers:

Type of breakdownCost (β‚½)Duration of repairs
Replacement of button plume1 500 – 3 0001-2 days
Replacement of the power button2 000 – 4 5002-3 days
Diagnostics + Controller soldering3 500 – 8 0003-5 days

⚠️ Warning: Before contacting the service center, back up your data if the phone is still turning on. After repair, you may need to reset your settings, which will lead to loss of information.

7. How to avoid problems in the future: prevention

To avoid running into a power button that is broken again, follow these guidelines:

  • πŸ›‘οΈ Use a shock-proof case – most button breaks occur after falls.
  • 🚫 Avoid moisture – even a little humidity can cause contact oxidation.
  • πŸ”‹ Do not discharge the phone to zero - a deep discharge damages the power controller.
  • πŸ”„ Turn on the function "Double Tap to Wake" (double touch to wake up) in the screen settings - this will reduce the load on the power button.
  • πŸ“± Clean the connectors of dust and dirt regularly (use compressed air or a soft brush).

It’s also helpful to know alternative ways to manage Xiaomi without the power button:

  • πŸ”§ Set up gestures in Settings β†’ Screen. β†’ Gestures (such as swiping up to wake up).
  • πŸ“± Use a voice assistant (Google Assistant or Xiao) AI) switch off/reset.
  • πŸ”Œ Connect wireless charging (if supported) – some models turn on when placed on a station.

πŸ’‘

If the power button starts to stick or press badly, try to clean it gently with alcohol (90%+). To do this, remove the back cover (if possible), drop 1-2 drops of alcohol on the button and press it several times. Let it dry for 10-15 minutes before turning on.

FAQ: Frequent questions about Xiaomi reboot without power button

❓ Can Xiaomi be rebooted if it is completely discharged and does not respond to charging?
If the phone shows no signs of life (it doesn't vibrate, the indicator doesn't burn), most likely the battery is completely discharged or damaged. In this case: Leave the device on charge for 1-2 hours (use the original power supply). Try another cable and charger (preferably with Quick Charge support). If the charge indicator does not light up, contact the service - perhaps the power controller is damaged. Important: Do not use "fast" charges from other brands - they may not fit the voltage.
❓ What to do if Xiaomi gets stuck on the logo after a forced reboot?
It's a sign of a broken firmware or a faulty shutdown: πŸ”„ Log in to Recovery (see Section 4) and select Wipe cache partition. πŸ“± If it doesn’t work, reset to factory settings (Wipe data), but it will delete all data. πŸ’» Connect to your PC and run your phone through the Mi Flash Tool (requires an unlocked bootloader). If the problem remains, perhaps damaged device memory, you will need diagnostics in the service.
❓ How to Reboot Xiaomi if the screen is not working, but the phone is on?
If the screen is not responding, but the phone is making sounds or vibrating, try: USB-keyboard OTG-Adapter – some Xiaomi models support keyboard control (Ctrl)+Alt+Del can work like a reboot. Use a voice assistant (if you've been configured before): say, "OK, Google, restart your phone." Connect to your PC via a PC. ADB And give the command adb reboot. If the screen crashes, but the image is there, you can connect the external monitor through the computer. USB-C to HDMI (It works on flagships like Xiaomi. 12/13).
❓ Why Xiaomi requires a password after the reboot, even though I didn’t put it?
This works FRP (Factory Reset Protection) protection if: You reset your settings via Recovery. Your phone was linked to your Xiaomi or Google account. There was an error when you updated your firmware. Solutions: Enter the last Xiaomi/Google account you used. If you don't remember your password, try resetting it through Xiaomi. In extreme cases, contact the service center with a confirmation of purchase.
❓ Can I replace the power button on Xiaomi?
Theoretically, yes, but it's risky without experience: πŸ› οΈ For most models, a complete disassembly is required (screen removal, plumes disconnected). πŸ”§ The power button often comes together with a plume that is easily damaged. πŸ’° The cost of the original button – from 500 to 2000 β‚½, But you're going to be taken to work in the service, if you decide to do it yourself: Buy an original part (AliExpress often sells low-quality analogues), use plastic blades to disassemble so you don't damage the case. Watch your model disassembly on YouTube (e.g. Xiaomi Repair channel) Warning: Self-repairing is not warranty (if it is still valid).