How to reboot Xiaomi if the lock button doesn’t work: working methods for 2026

A broken lock button on Xiaomi is one of the most frustrating breakdowns that can completely paralyze a smartphone. Without the ability to turn off or reboot the device in the standard way, users face freezes, battery discharge to zero or inability to update firmware. Fortunately, there are alternative methods of forced reboot that work even when the button physically malfunctions.

In this article, we will look at all the relevant ways - from software solutions through recovery mode and ADB-Teams to hardware tricks using charging cable or battery, special attention will be paid to the nuances for different Xiaomi models (including Redmi, POCO And the flagship series, and the risks that are important to consider before you start manipulating, and if your smartphone is stuck, doesn't respond to touch, or just needs to be rebooted, you'll find a working solution here.

Why the lock button doesn’t work and what to do first

Before you start a forced reboot, it is worth investigating the cause of the malfunction.The power button on Xiaomi can fail for several reasons:

  • πŸ”§ Mechanical damage: Falling, hitting, or getting moisture often causes the micro-switch under the button to break.
  • πŸ”‹ Wear of contacts: over time, metal contacts oxidize or wear off, especially on older models (e.g. Redmi). 4X or Mi A1).
  • πŸ–₯️ Software failure: rarely, but it happens that the button is blocked at the firmware level (for example, after a failed update) MIUI).
  • πŸ”Œ Problems with the plume: on some models (for example, POCO F1) The power button plume moves away from the motherboard over time.

If the button doesn’t work partially (e.g., the smartphone is turned on but not off), try the following steps before forced reboot:

  1. Connect the charger – sometimes the lock button temporarily β€œcomes to life” when power is applied.
  2. Try pressing the button with force or at different angles (it is possible that the contact will be restored).
  3. Check if Do Not Disturb or Lock Screen is activated in the settings (sometimes this interferes with the press response).

⚠️ Warning: If the power button is not working due to fluid intake, do not connect your smartphone to charging and do not try to reboot it - this may cause a short circuit.

πŸ“Š Your Xiaomi model is in the series.
Redmi
POCO
Mi (flagship)
Black Shark
other

Method 1: Software reboot via menu (if the screen is running)

If your Xiaomi is switched on but the lock button is not responsive to retention, the safest way to reboot is through the system menu.This method works on all models with MIUI 10 and later, including the Redmi Note 10 Pro, POCO X3 and Mi 11.

Instructions:

  1. Open Settings (the gear icon on the main screen).
  2. Go to the About phone section (in some firmware - About the device).
  3. Slip on the item Reboot or Turn off and restart.
  4. Confirm the action by selecting Reboot.

If the About phone section is missing, try an alternative path:

  • πŸ“± Open the Notification Panel (swipe down from the top edge of the screen).
  • πŸ”„ Find the Reboot icon (may be hidden under the Shutdown button).
  • πŸ–±οΈ Hold your finger on the switch off icon – sometimes an additional menu appears.

⚠️ Note: On some models (such as Black Shark), rebooting via the menu may reset performance settings.If you use Game Mode, save a profile before rebooting.

β˜‘οΈ Preparation for the programme reboot

Done: 0 / 4

Method 2: Forced reboot via charging cable (for suspended devices)

If the smartphone is completely frozen (β€œbrick”), does not respond to touch or the lock button broke when turned off, you can use the hardware reset via charging. This method works thanks to the features of the power controller on most Xiaomi devices.

You'll need:

  • πŸ”Œ Original charging cable (better with Quick Charge support).
  • πŸ”‹ Power supply (outlet or power bank).
  • ⏱️ Patience – the process can take up to 10 minutes.

Step-by-step:

  1. Connect the charging cable to the smartphone when it is off (if it is turned on, first remove the battery, if possible).
  2. Hold the Volume Up button for 15-20 seconds after the cable is connected.
  3. Without releasing the volume button, connect the cable to the power source (outlet or Power Bank).
  4. Hold Volume Up for another 30 to 40 seconds. If your smartphone doesn't respond, try again by holding Volume Down.

On some models (e.g. Redmi 9A or POCO M3), this method only works when both volume buttons are held at the same time. If nothing happens, try the combination:

Volume Up + Volume Down + Charging Connection
Xiaomi modelWorking combinationRetention time
Redmi Note 8/9/10Volume Up + Charging20-30 sec.
POCO X3/F3Volume Down + Charging15-25 sec.
Mi 10/11/12Volume Up + Volume Down + Charging30-40 sec.
Black Shark 3/4Volume Up (hold 10 seconds) β†’ connect charging10+15 sec.

⚠️ Attention: On devices with MIUI 13+ This method can cause you to reset your lock screen settings (password, fingerprint). If you have important data, try other ways first.

Why does this method work?
The power controller on Xiaomi is programmed to force reboot with non-standard button + voltage combinations. This is protection against "bricks" when you run the firmware.

Method 3: Reboot via Recovery Mode (for advanced users)

If previous methods have failed, you can use Recovery Mode, which is suitable for devices that respond at least partially to volume buttons. Importantly, on some models (POCO F1, Mi Mix 2S), logging into Recovery can result in a data reset if you select Wipe Data!

How to log in to Recovery Mode:

  1. Turn off your smartphone (if it’s on, remove the battery for 10 seconds if possible).
  2. Press the Volume Up button and the Lock button at the same time.
  3. Hold both buttons for 10-15 seconds until the Mi logo or Recovery menu appears.
  4. In the recovery menu, select Reboot or Reboot system now using volume buttons (use the lock button or touch button if the screen is working to confirm).

If the lock button is completely inoperable, try an alternative way to log in:

1. Connect your smartphone to your PC via USB.


2. Enter in the command line (ADB):




adb reboot recovery




3. After rebooting in Recovery, select "Reboot".

On the new models (Xiaomi 13, Redmi K50), the Recovery menu can be in Chinese, and the icon of the arrow in a circle (reboot) or check marks (confirmation) will help to recognize the desired item.

πŸ’‘

If after logging in to Recovery, the smartphone requires a password, but the screen does not work, connect OTG-keyboard.

Method 4: Use ADB-teams (for PCs)

If you have access to a computer and debugging is enabled USB (USB Debugging, you can restart Xiaomi with the help of ADB (Android Debug Bridge is the most reliable method, but requires pre-configuration.

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ”§ Included debugging by USB developer-setting.

Instructions:

  1. Connect your smartphone to your PC.
  2. Open the command line (cmd) and enter:
adb devices

(Your device should be displayed. If not, install the driver or check the cable.)

  1. Enter the command to reboot:
adb reboot

If the device needs to be turned off:

adb shell reboot -p

For forced reboot in Fastboot (if the smartphone does not respond):

adb reboot bootloader

If USB debugging wasn’t enabled in advance, this method won’t work, leaving only hardware methods (see next section).

⚠️ Note: Adb reboot bootloader or fastboot reboot commands on some models (Redmi Note 7, Mi 9) can reset the bootloader unlock settings. If you don't plan on flashing the device, avoid these commands.

πŸ’‘

ADB-commands are the safest way to reboot, but it requires pre-tuning. USB not included, this method will not work.

Method 5: Disassemble the device and turn off the battery (extreme case)

If all software methods are exhausted and the smartphone doesn't respond to anything, then you have to physically shut down the battery, which is guaranteed to work, but it requires care and is only suitable for devices with a removable battery or if you're ready to disassemble the case.

⚠️ Warnings before disassembly:

  • πŸ› οΈ Disassembly will void the warranty (if it is still valid).
  • ⚑ Risk of damage to plumes or motherboard.
  • πŸ”‹ On models with a non-removable battery (Xiaomi 12, Redmi) K40) You will need to disconnect the battery.

Step-by-step:

  1. Turn off the smartphone (if it is turned on, wait for the battery to drain completely).
  2. Remove the back cover with a plastic shoulder blade or mediator (on removable models, such as the Redmi 4A, just tuck it in).
  3. Carefully disconnect the battery plume (on models with a non-removable battery) or remove the battery (if it is removable).
  4. Wait 30 to 60 seconds, then reconnect the battery.
  5. Assemble the device and turn it on in the standard way (if the lock button is partially working) or through charging (see Method 2).

For models with a non-removable battery (e.g. POCO F3 or Mi 11 Ultra):

  • πŸ”§ Use a needle or tweezers to gently lift the battery connector (usually under a black insulation tape).
  • πŸ•’ Wait 1-2 minutes, then return the connector to the place.
  • ⚠️ Do not touch other components of the board – this can cause a short circuit.

On Xiaomi models with a β€œfast charging” function (for example, the Redmi Note 11 Pro+), after turning off the battery, the protection of the power controller may work, in which case the smartphone will not turn on until it is connected to the original charger.

πŸ’‘

Before disassembling, take a picture of the location of the plumes and screws - this will help to properly assemble the device back.

What to do if nothing helps: service centers and alternatives

If none of these methods worked, the problem could be more serious than just a faulty lock button.

  • πŸ”‹ Full failure of the power controller (requires replacement of the motherboard).
  • πŸ”Œ Short circuit after moisture or falling.
  • πŸ–₯️ Firmware damage (for example, after a failed update) MIUI).

In such cases, it is recommended to contact the official service center Xiaomi or an authorized workshop.

Type of repairCost (β‚½)Date(s)
Replacement of the button microswitch1 200–2 5001–2
Replacement of button plume1 500–3 0001–3
Repair of the power controller3 000–8 0003–7
Flashing through EDL2 000–4 0001–2

Alternatives:

  • πŸ“± Using a smartphone without a lock button: set up gestures or voice assistant to turn off the screen (in the MIUI 12+ There is a function called "Double touch to wake up").
  • πŸ”„ Purchase of external power button: AliExpress sells adapters that connect to the connector USB-C and simulate the press of the lock button (suitable for Redmi 9, POCO M3 etc.).
  • πŸ”§ Self-replacement button: YouTube has detailed guides for popular models (for example, replacing the button with Redmi Note 10).

FAQ: Frequent questions about Xiaomi reboot without lock button

Can you reboot Xiaomi through a voice assistant?
Yes, if you have Google Voice Assistant or XiaoAI enabled (on Chinese firmware). Say, "OK, Google, reboot the device" (requires English localization). MIUI China). ⚠️ It only works if the screen is unlocked and microphone access is enabled.
Why does a smartphone require a password after a forced reboot, even though it was not?
On devices with MIUI 12+, FRP (Factory Reset Protection) may be activated after a hardware reset (through charging or Recovery). If you have previously signed in to a Mi Account, the system will require you to enter a username and password. To avoid this: Before rebooting, untie your account in Settings β†’ Xiaomi Account β†’ Sign out. Use software methods (via ADB or menu) rather than hardware.
How to reboot Xiaomi if the screen is broken and does not respond to touch?
That way, they'll do: ADB-commands (if debugging was enabled). OTG-Forced reboot via charging (see Method 2). Disassemble and disable the battery (see Method 5). If the screen is completely black but the smartphone is making sounds or vibrating, try connecting it to an external monitor via a device. USB-C β†’ HDMI Adapter (works on Xiaomi) 11T, Black Shark 4 and others.).
Can I turn on Xiaomi without a lock button if it is completely dead?
Yes, but you will need: Connect your smartphone to charge and wait 15-20 minutes (even if the indicator is not on). + Volume Down + Charging (hold 30 seconds). If it doesn't help, disassemble the device and briefly close the contacts of the power button (requires soldering skills). ⚠️ On some models (Redmi) 6A, Mi A2) after full discharge, the protection can work, and the smartphone will not turn on without repair.
How to avoid the lock button in the future?
Preventive measures: πŸ›‘οΈ Use a button-protected case (such as Spigen or Ringke). πŸ’§ Avoid getting moisture and dust into the button connector. πŸ”‹ Do not press the button with force – a light touch is enough. πŸ”„ Regularly clean the button connector with compressed air (1 every 6 months). πŸ“± Set up gestures to lock the screen (in) MIUI There is an option "Double touch to lock").