Why Xiaomi smartphone is not turned on: a full analysis of the causes and solutions

Your Xiaomi has stopped responding to the power button, the screen is black, and the charging indicator shows no signs of life? This problem is familiar to many owners of Redmi, POCO or Black Shark smartphones - from budget models to flagships. In 70% of cases, the device can be "resuscitated" yourself, but to do this, you need to accurately determine the cause of the malfunction.

We analyzed hundreds of calls to service centers and forums (including 4PDA, Mi Community, and XDA-Developers) and identified 10 key reasons why Xiaomi’s smartphone might not turn on, some of which are due to software failures (for example, after the MIUI update), others to hardware breakdowns (a disconnected plume, a bloated battery).

  • πŸ”‹ Diagnosis by symptoms (vibration is / no, the indicator flashes / does not blink, etc.)
  • πŸ› οΈ Step-by-step instructions for each case (with photos and commands for the ADB/Fastboot)
  • ⚠️ Warnings that will prevent the problem from worsening (for example, why you can not connect charging from the iPhone)
  • πŸ’° Cost of repairs in services (current for 2026)

1.Discharged battery or charging problems

The most obvious but often overlooked reason is that even if you β€œjust” charged your phone, the battery could run as low as 0% in 10-15 minutes due to short circuit or power controller failure, especially for Xiaomi models aged 2+ years (Redmi Note 5/6/7, Mi 8/9).

How to check:

  • πŸ”Œ Connect the original cable and power supply (at least) 18W Try another socket socket for quick charging.
  • ⏳ Leave your phone charging for at least 30 minutes – sometimes the indicator doesn’t light up right away.
  • πŸ”„ Try charging from another device (laptop, power bank) – this will help eliminate the problem with the socket.
  • πŸ” Light a flashlight on the screen at an angle - sometimes the image is, but the backlight does not work.

If the charging indicator flashes red or burns white, but the phone does not turn on:

Symptoms.Possible causeDecision
Red indicator flashes 1 time in 2 secondsCritically low charge (<5%)Charge 1-2 hours with the original ZU
The red light is constantly on.Charging is going on, but slowly (unoriginal cable)Replace the cable/power supply
White indicator flashingFirmware failure or hardware breakdownTry Hard Reset (see Section 3)
The light doesn’t burn, but the phone is warming.Short circuit in the batteryShut down the network immediately!

⚠️ Warning: Never use Apple or Samsung chargers for Xiaomi - they have a different current distribution scheme.This can cause the battery to bloat or damage to the power controller.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Black Shark
Other

System freeze (software failure)

If the Xiaomi phone is stuck on the MIUI logo, reboots cyclically or doesn’t respond to buttons, the problem is likely software.

  • πŸ“± Failed update MIUI (especially in beta versions)
  • 🧩 Conflict after installing custom recovery (TWRP)
  • πŸ—‘οΈ Overflow of memory (less than 500 MB of free space)
  • πŸ›‘οΈ Blocking with antivirus or Google Play Protect

How to fix it:

  1. Forced reboot: Press the power + Volume Up button for 10-15 seconds. For some models (POCO F3, Redmi K40) you need to hold Volume Down.
  2. Safe Mode: When turned on, hold Volume Down until the Safe Mode sign appears.In this mode, remove newly installed apps.
  3. Reset via Recovery: 1. Turn off your phone (if you don't respond, wait for the battery to drain). 2. Press Volume Up + Power before the Mi. 3 logo appears. Select Wipe Data β†’ Wipe All Data.
What if the sensor in Recovery is not working?
If the volume buttons don’t respond, connect your phone to your PC and use ADB commands: adb reboot recovery to reboot to recovery, adb shell twrp wipe data to reset (if TWRP is installed).

If the reset didn’t help and the phone is still stuck on the logo, flashing through Fastboot will be required (see Section 5).

β˜‘οΈ Preparing for resetting through Recovery

Done: 0 / 4

3. Hardware breakdowns: from battery to motherboard

If the phone doesn't show signs of life (no vibration, no light, no heat), the problem is almost certainly hardware.

1. Bloating or failure of the battery

Symptoms: the case of the Xiaomi phone is β€œinflated”, the screen is raised, when you press the back cover you can hear a crunch. Xiaomi batteries last an average of 2-3 years, after which they begin to degrade, especially vulnerable models with a capacity of 5000+ mAh (Redmi Note 10 Pro, POCO X3 Pro).

2. Damage to the power plume or display

A common problem after falls: the plume can come off partially β€” for example, the phone vibrates when you press a button, but the screen remains black. You can only diagnose when you disassemble.

3. Short circuit on the motherboard

It happens after moisture, bad soldering or a power surge, symptoms: the phone warms even when it's off, the smell of burning, traces of oxidation on the board.

4. Power button malfunction

If the phone is responding to charging (the indicator is on), but does not turn on when you press the button, the problem may be in the micro-switch. Check if the volume button is working - if so, then power is supplied.

BreakdownCost of repair (2026)Can I do it myself?
Battery replacement1 500–3 000 β‚½Yes (with tools available)
Replacement of the display plume2 000–4 500 β‚½Difficult (needs ration experience)
Maternity board repair5 000–15 000 β‚½No (professional equipment required)
Replacement of the power button1 000–2 500 β‚½Yeah (needs fine tweezers)

⚠️ Warning: If the phone falls into water or has been subjected to severe vibration (for example, in a car without a mount), do not try to turn it on.

πŸ’‘

Before disassembling the phone, take a picture of the location of all the plumes and screws - this will help to collect it back without "extra" details.

4 Problems after MIUI Update

MIUI updates sometimes lead to a phone bric (completely inoperable) and are particularly risky:

  • πŸ“² Transition from Android 10 β†’ Android 11/12 (For example, on the Redmi Note. 8 Pro)
  • πŸ”„ Update through OTA low-charge (<30%)
  • πŸ› οΈ Install custom firmware (LineageOS, Pixel Experience) without unlocking the bootloader

How to restore:

  1. Recovery: If the phone turns on but reboots cyclically, try retracing to the previous version via Mi Recovery (select Install update.zip and point the way to the old firmware).
  2. Fastboot Firmware: If the phone is not booting but is detected by the PC in Fastboot mode (check through the fastboot devices command), run the official firmware: fastboot flash boot.img fastboot flash system.img fastboot reboot
  3. Unlock bootloader: If the phone is locked (This device is locked), you need to get permission from Xiaomi via the Mi Unlock Tool (can take up to 72 hours).

Download official firmware on MIUI Downloads. Choose a version for your model and region (Global, EEA, China).

πŸ’‘

If the phone turns on after the upgrade, but the sensor or camera doesn't work, it's not a "brick" but a driver conflict. Try resetting your settings in Safe Mode.

5. Recovery through EDL (Emergency Mode)

If Xiaomi’s phone is not detected in Fastboot and does not load into Recovery, the last chance is firmware via EDL (Emergency Download Mode), which is available even on dead devices, but requires special hardware (Qualcomm HS-USB QDLoader 9008).

How to log into EDL:

  1. Turn off the phone (if it doesn’t respond, wait for the battery to run out).
  2. Press the Volume Up buttons + Volume Down and connect USB-plug-in.
  3. Device Manager should appear Qualcomm HS-USB QDLoader 9008.

To run through EDL, you will need:

  • πŸ–₯️ Mi Flash Tool (download from official website)
  • πŸ“ Firmware in.tgz format for your model
  • πŸ”Œ Original. USB-cable (better to use) USB 2.0)

Firmware process:

  1. Unpack the firmware in a folder without Cyrillic symbols.
  2. Open the Mi Flash Tool, press Select and point the path to the firmware folder.
  3. Connect the phone in EDL mode and press Refresh – the device must be determined.
  4. Select Clean All (full reset) and press Flash.

⚠️ Attention: Firmware through EDL It erases all data, including Mi Account and Google accounts, and if the phone was enabled Mi Cloud Lock, after firmware you will need to enter a password from your Xiaomi account.

6.Mi Account and Activation Problems

If Xiaomi phone turns on but requires a password from Mi Account (even after reset), this means that Find Device (analogue to Find My iPhone) is activated. Without a password, you can not use the phone - it will be blocked after each reboot.

How to unlock:

  1. If you remember the password: Enter it on the activation screen. Once unlocked, turn off Find Device in the settings (Settings β†’ Mi Account β†’ Find Device).
  2. If you don't remember your password: Try to restore access via account.xiaomi.com (you'll need a linked email or phone number).If the recovery doesn't help, contact Xiaomi with a check to buy.

If you bought a phone with your hands:

Mi Cloud

Cost of official unlocking through the service center: 3000-8000 β‚½ (It depends on the model. Informal means (via EDL Deep Flash Cable can result in total loss of warranty.

Diagnostics by external signs

If you are not sure about the cause of the malfunction, use this table for the initial diagnosis:

Symptoms.Probable causeAction
The phone vibrates, but the screen is black.Problem with display plume or backlightConnect to an external monitor via USB-C β†’ HDMI
The indicator flashes red, but does not chargeFailure of the power controllerTry another charge if it doesn’t help – repair
The phone is warming up, but it won't turn on.Short circuit on board or in the batteryShut down the network immediately!
When connected to a PC, it makes sound, but is not determinedThe problem is USB-port-to-stackTry to flash through Fastboot or EDL
The phone turns on but shuts off after 5-10 seconds.Battery malfunction or processor overheatingCheck the temperature of the body, try to replace the battery

If none of the symptoms are right, try a test call:

  1. Call your phone from another device.
  2. If you hear a beep or vibration, there is a problem with the display or plume.
  3. If the call is reset or the phone does not vibrate, the motherboard or battery is malfunctioning.

⚠️ Warning: Unofficial services often offer β€œcheap” repairs using used parts, which can cause a relapse in 1-2 months.

πŸ’‘

If the phone is warranty (up to 12 months from the date of purchase), repairs in the official Xiaomi service will be free, provided that the breakdown is not caused by mechanical damage or unauthorized firmware.

FAQ: Frequent questions

My Xiaomi doesn't turn on after the crash. What do I do?
First, check if the phone is responding to charging (is the indicator on fire?). If so, the problem may be a disconnected display plume or battery. If not, probably damaged motherboard. Don't try to turn the phone on repeatedly - this can aggravate the short circuit. Better take it to the service immediately.
The phone is charging, but it's not turning on.
Probable causes: Power button malfunction (try to pinch Volume Up + Power for 20 seconds); firmware failure (reset via Recovery or flashing); RAM problem (requires diagnostics in the service); If the phone vibrates when charging is connected but doesn't turn on, it's probably a software problem.
Can I recover data if Xiaomi is not enabled?
Yes, but only if the phone is detected by a PC in Fastboot mode or EDL. In this case, you can: make a backup through ADB (Adb pull /sdcard/). Use programs like Dr.Fone or Tenorshare 4uKey (fee, ~2 000 β‚½). If the phone is not defined at all, the data can only be extracted by directly connecting to the memory chip (cost - from the computer). 10 000 β‚½).
Xiaomi doesn't turn on after the firmware. What do we do?
Solutions: Try flashing another version of MIUI (for example, take EEA instead of Global). If the phone is identified in Fastboot, follow the command: fastboot erase userdata fastboot reboot If nothing helps, run through EDL (see section 5). Check that the firmware is designed for your model. For example, Redmi Note 10 and Redmi Note 10 Pro have different firmware!
How much does Xiaomi repair cost if it doesn’t turn on?
Cost depends on the cause: Software failure (firmware): 1000–2 500 β‚½. Battery replacement: 1,500–3,500 β‚½. Motherboard repairs: 5,000–15,000 β‚½. Display replacement: 3,000–8,000 β‚½. In official Xiaomi services, prices are higher by 20-30%, but a 6-month warranty is given.