Safety and expectations
- Remove from wireless chargers and cheap multi-port hubs; use a known-good cable and wall brick.
- If the device is swollen, hot enough to hurt, or smells of electrolyte, stop powering it and treat it as a battery hazard.
- “One more random button combo from a random video” can factory reset some models—read on-screen recovery text before confirming anything.
- This is general Android guidance; OEM skins (Samsung, Pixel, Xiaomi, etc.) label menus differently.
Boot loops sometimes appear at very low charge or thermal protection:
- Leave the phone on a charger for 30+ minutes even if it keeps rebooting (if it is not overheating).
- If it is hot, power it off completely if you can (hold power; some devices need power + volume) and cool to room temperature before retrying.
Pattern — Possible meaning
Logo → reboot forever — System crash, failed update, bad app, storage corruption
Boots to home then restarts under load — Failing app, thermal, memory pressure
Recovery/download mode only — Damaged system partition or interrupted flash
No logo, no charge icon — Power path / board / battery (different article territory)
Step 3 — Try a clean power cycle
- Disconnect the charger.
- Hold Power for 20–30 seconds (ignore restarts; keep holding).
- Connect charger and try a normal boot.
If the device ever shows the lock screen:
- Boot to lock screen.
- Use the OEM method to enter Safe Mode (commonly long-press power → long-press Power off → Safe mode; Samsung and others differ).
- If Safe Mode stays up, a third-party app is a prime suspect—uninstall recent apps, then reboot normally.
Step 5 — Capture data before wipe (best-effort)
Depending on encryption and OEM:
- Google account devices with Find My Device / backup already enabled may already have contacts, photos (if Play/photos backup was on), and some app data in the cloud—verify on a computer before wiping.
- If USB debugging was previously enabled and the phone briefly accepts ADB:
adb devices
adb pull /sdcard/DCIM ./DCIM-backup
adb pull /sdcard/Download ./Download-backup
```
Encrypted phones that never unlock will not expose user data over MTP/ADB. Do not assume pull works on a locked, looping device.
- For broken phones with important data, a professional shop with proper procedures beats “share ITP unlock tools” from untrusted sites (malware and brick risk).
Boot to recovery (OEM-specific: often Power + Volume Down/Up). On-screen items vary.
Prefer, when listed:
- Reboot system now
- Clear cache partition / “Wipe cache” (this is not the same as full factory reset on many devices)
- Wipe data / factory reset
- Apply update from unknown sources
- Custom recovery flashes from unofficial packages
Step 7 — App update and storage angles
After any successful boot:
- Free internal storage (boot loops can follow 0 bytes free).
- Uninstall updates to system apps only if you know which update broke things (e.g. a broken system WebView)—proceed carefully.
- Defer major Android version upgrades on devices with failing batteries or heavy aftermarket mods.
- After drops, boot loops can be eMMC/UFS deterioration or flex damage—software wipes will not fix that.
- After liquid, corrosion progresses; powering repeatedly can spread damage.
- Board repair (reball, eMMC transplant) is specialist work; data recovery success is never guaranteed.
- Stable boot for 30+ minutes.
- Critical photos backed up off-device.
- 2FA apps verified or account recovery codes used.
- Only then: optional factory reset for a clean software state.
Treat an Android boot loop as a data problem first and a wipe problem second. Charge and cool, try Safe Mode and cache wipe when available, pull cloud or ADB backups if the device allows, and reserve factory reset for when you accept data loss or have confirmed backups. Skip random firmware from untrusted sources.