Reinstallation Android 11 may be needed in a variety of situations: from critical system failures to the desire to return the smartphone to its โfactoryโ state without unnecessary software. Unlike newer versions of the OS, Android 11 still remains relevant for millions of devices - especially for budget models Samsung Galaxy A-series, Xiaomi Redmi Note or Google Pixel 4/5that have not received the update to Android 14. But the reinstallation process has its pitfalls: incorrect actions can lead to brick (complete inoperability) of the device or loss of data.
In this article we will look into three main reinstallation methods โvia Recovery Mode, Fastboot i ADB Sideloadโand we will also tell you how to prepare your phone to minimize risks. We will pay special attention to the nuances for different brands: for example, on Samsung you will need to disable OEM Unlock in advance, and on Xiaomi you will need to unlock the bootloader through the official tool Mi Unlock Tool. If you have never flashed firmware, start with the section on backup - this will save your photos, contacts and messages even after a full reset.
1. Preparing your phone to reinstall Android 11
Before you begin the reinstallation, there are a few critical steps you need to take. Neglecting them can lead to data lossthe inability to restore backups or even software damage to the device. Let's start with the most obvious - but often ignored - stage.
Data backup is not just advice, but a prerequisite. Even if you plan to use the method Dirty Flash (installing on top of an existing system), there is always a risk of failure. Here's what you need to save:
- ๐ฑ Contacts and messages: export via
Settings โ Google โ Backupor use SMS Backup & Restore. - ๐ธ Photos and videos: download to Google Photos or copy to PC via
MTP(file transfer mode). - ๐ฎ Application data: use for games Google Play Games, for the rest - manually via
Settings โ Accounts โ Backup. - ๐ System Settings: save the list of installed applications using App List Backup.
Next check battery charge โit should be at least 70%. Interruption of the process due to discharge can lead to briku devices. Also prepare: Battery charge
- ๐ Original USB cable (cheap cables often do not transmit data in
Fastboot). - ๐ป Computer with Windows/Linux (for methods
FastbootiADB). - ๐ ๏ธ Drivers for your model (download from the brand's official website).
โ ๏ธ Attention: On some devices (for example Samsung Galaxy S20 and newer) after reinstalling Android may work FRP protection (Factory Reset Protection). To avoid blocking, make sure that you remember the details of the Google account that was linked to the phone.
Download the official firmware for your model|Make a backup of all data|Charge your phone to 70% or more|Install ADB/Fastboot drivers on your PC|Disable OEM locking (for Samsung/Xiaomi)|Check the compatibility of the firmware with the phone's region-->
2. method)
This method is suitable for most devices and does not require connection to a PC. It is ideal if you need return the phone to factory settings without deleting system files or if you want to install an official update manually. However, it has a limitation: only official firmware format can be installed through Recovery. ZIP signed by the manufacturer.
Instructions:
- Download the official firmware for your model from the manufacturer's website (for example, Samsung Firmware, Xiaomi EU ROM or Google Factory Images). data-i="100">phone (not to the folder
.zip. - Transfer the firmware file to the root folder of the internal memory phone (not to folders
DownloadorDocuments). - Turn off the phone and hold down the combination of buttons to enter
Recovery Mode:- ๐ฑ Samsung:
Power + Volume Up + Bixby(hold for 10 seconds). - ๐ฑ Xiaomi/Redmi/Poco:
Power + Volume Up. - ๐ฑ Google Pixel:
Power + Volume Down, then selectRecovery Mode.
- ๐ฑ Samsung:
Apply update from SD card (or Apply update from ADBif the file is on a PC).The process will take from 5 to 15 minutes. Once completed, select Reboot system now. If the phone is stuck on the logo for more than 10 minutes, see the section โWhat to do if the phone does not turn on after reinstallation.โ
โ ๏ธ Attention: On some devices (for example, OnePlus or Realme), standard Recovery may not support ZIP installation. In this case, you will need custom Recovery (for example, TWRP), but its installation requires unlocking the bootloader.
What to do if Recovery does not see the file firmware?
If the firmware file is not displayed in Recovery, check:
1. File extension โit should be exactly `.zip` (sometimes archives are downloaded as `.zip.zip`).
2. Location โthe file should be in root folder (`/sdcard/`), and not in subfolders.
3. Firmware signature โ custom firmware (for example, LineageOS) are not installed via stock Recovery.
4. File corruption โ compare hash sum (MD5) of the downloaded file from the official one.
If the problem persists, try the method ADB Sideload (described below).
3. Method 2: Reinstallation via Fastboot (for experienced users). This is the most reliable method if the phone does not turn on or requires
Method Fastboot suitable for devices with an unlocked bootloader and allows you to install full firmware (including boot, system, vendor and other sections). This is the most reliable way if the phone does not turn on or requires full flashing deleting all data. However, it requires working with the command line and knowledge of basic commands fastboot.
Preparation:
- Unlock the bootloader (for Xiaomi - via Mi Unlock Tool, for Samsung - enable
OEM Unlockin the developer settings). - Download the official firmware in format
.tgzor.img(for example, for Google Pixel these will be filesboot.img,system.imgetc.). - Install Platform Tools (includes
fastbootandadb) from the site Android Developers. - Connect the phone to the PC in
Fastboot(pressPower + Volume Downwith the phone turned off).
Installation:
- Extract the firmware to the folder with
fastboot. - Open the command line in this folder and run:
fastboot flash boot boot.imgfastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash dtbo dtbo.img
fastboot reboot - If the firmware comes with a script
flash-all.bat(as in Google Pixel), just run it.
| Brand | Command to unlock the bootloader | Features |
|---|---|---|
| Google Pixel | fastboot flashing unlock |
Requires confirmation on the phone |
| Xiaomi/Redmi | fastboot oem unlock |
You need to link your account Mi to the device |
| Samsung | fastboot oem unlock |
Works only on Exynos processors (not on Snapdragon) |
| OnePlus | fastboot oem unlock |
An unlock code may be required |
After reinstallation, the phone will automatically reboot. The first launch may take up to 10 minutes - do not interrupt the process.
1. Are the drivers installed (download for Windows Google USB Driver).
2. Are you using the original cable (cheap cables often do not transfer data in Fastboot mode).
3. Is USB debugging mode enabled in the developer settings (Settings โ About phone โ Build number (press 7 times) โ For developers โ USB debugging).-->
4. Method 3: Installation via ADB Sideload (alternative to Recovery)
If your device does not support ZIP installation via Recovery or the firmware file is too large, you can use ADB Sideload. This method allows you to download firmware to your phone directly from your computer, bypassing internal memory limitations. It is especially useful for devices with a damaged partition /data.
Instructions:
- Place the firmware file (
.zip) in the folder withadbon your PC. - Boot the phone in
Recovery Mode(see section 2). - Select
Apply update from ADB. - On the PC, open the command line and run:
adb sideload filename.zip - Wait for the download to complete (progress will be displayed on the phone screen).
- ๐ Reconnect the USB cable.
- ๐ Use another USB port (preferably
USB 2.0). - ๐ฅ Download the firmware again (the file may be damaged).
- ๐ Press and hold
Power + Volume Downfor 15โ20 seconds. On some models (for example Samsung), you may need to holdPower + Volume Down + Bixby. - ๐ฑ If the phone vibrates, but the screen remains black, wait 5 minutes (perhaps the first startup is in progress).
- ๐ง If the phone turns on, but is unstable, repeat installing the firmware using the same method you used before.
- ๐ If the installation was interrupted, download the firmware again - the file could be damaged.
- ๐ Make sure that the firmware is suitable for your models and region (for example, SM-A525F for Europe and SM-A525M for Latin America - these are different versions!).
- ๐ If the firmware is for a different region, the phone may not turn on or work with errors (for example, not catching the network).
- ๐ OEM Unlock must be enabled till start of firmware (in settings developer). After the reset, it will not be possible to turn it on!
- ๐ฅ The firmware must be downloaded via Sammobile or Frija (official sources).
- ๐ฅ๏ธ For installation, use app Odin (version 3.14+).
- ๐ Unlock the bootloader via Mi Unlock Tool (requires linking Mi account).
- ๐ก Use Mi Flash Tool for firmware via
Fastboot. - ๐ซ Avoid firmware for other regions (for example, Global ROM i China ROM incompatible).
- ๐ฅ Official firmware is available on the website Google Developers.
- ๐ง For To unlock the bootloader, just command
fastboot flashing unlock. - ๐ ๏ธ The firmware is installed via a script
flash-all.bat(Windows) orflash-all.sh(Linux/Mac). - ๐ฆ Use Local Upgrade in the system settings (for official updates).
- ๐ง Install custom Recovery (TWRP) for manual firmware.
- ๐ Always check phone model (for example, SM-A525F vs SM-A525M) and region (for example, EUR vs RU).
- ๐ Check with official sources: for Samsung โ Sammobile, for Xiaomi โ Xiaomi Firmware Updater.
- ๐ Do not disconnect the USB cable or pull out the battery while flashing.
- ๐ป Use a laptop with a charged battery or a PC with a UPS to avoid power outages.
- ๐ On most modern devices, the bootloader is locked by default. Without unlocking the firmware via
Fastbootis impossible. - โณ On Xiaomi unlocking may take up to 7 days (due to account verification).
- ๐ซ Custom firmware (for example, LineageOS) may contain errors or not support all functions (for example, NFC or Widevine L1 for Netflix).
- ๐ก๏ธ If you need stability, use only official firmware from the manufacturer.
- ๐ฑ Even if you are planning a โcleanโ installation, save at least your contacts and photos.
- ๐ After reinstallation, check whether the data has been restored from Google Account (sometimes manual confirmation is required).
- ๐ก Communication module (will not connect to the network).
- ๐ Power management (fast battery drain).
- ๐ Security (some applications will stop working).
- ๐งน Background optimization: After the first launch, the system indexes the files, which can take up to a day.
- ๐๏ธ Residual files: If you did
Dirty Flash(installation over the old system), delete the cache in Recovery (Wipe Cache Partition). - ๐ Incompatible firmware: Make sure that the firmware is designed specifically for your model.
If the process is interrupted with an error Total xfer: 1.00x, try:
โ ๏ธ Attention: On some devices (for example, Samsung Galaxy A52)ADB Sideloadmay not work due to manufacturer restrictions. In this case, the only option left isFastbootor using proprietary software (Samsung Smart Switch, Xiaomi Mi Flash Tool).
Through Recovery Mode (the easiest way)|Via Fastboot (the most reliable)|Via ADB Sideload (if Recovery does not work)|I donโt know, I need help-->
5. What to do if the phone does not turn on after reinstallation
If after reinstalling Android 11 phone stuck on the logo, does not respond to buttons or went to bootloop (cyclic reboot), do not panic. In 90% of cases, the problem can be solved without contacting the service center. Here is the algorithm of actions:
Step 1: Forced reboot
Step 2: Reinstalling the firmware
Step 3: Checking the firmware compatibility
Step 4: Reset via Fastboot (last chance)
If the phone does not respond to any actions, but is detected by the PC in mode Fastboot, perform a full reset:
fastboot erase userdatafastboot erase cache
fastboot reboot
โ ๏ธ Attention: If after all the manipulations the phone still does not turn on, it may be damaged boot section or modem. In this case, you will need to reflash the phone using proprietary software (for example, Odin for Samsung or Mi Flash Tool for Xiaomi) or contact the service.
If the phone does not turn on after reinstalling Android 11, in 95% of cases the problem is solved by re-flashing or resetting via Fastboot. The main thing is to use the correct firmware version for your model and region.
6. Features of reinstalling Android 11 on phones of different brands
Each manufacturer makes its own changes to the firmware process. Let's consider the key nuances for popular brands.
Samsung
For devices Samsung (for example, Galaxy S10, Galaxy A51) reinstalling Android 11 has its own characteristics:
Xiaomi/Redmi/Poco
On devices Xiaomi (for example, Redmi Note 9 Pro, Poco X3) before flashing you need to:
Google Pixel
On Google Pixel (for example, Pixel 4a, Pixel 5) the process is simplified as much as possible:
OnePlus/Realme/Oppo
These brands often block the ability to flash the firmware via Fastboot. Alternative methods:
โ ๏ธ Attention: On some devices OnePlus (for example, OnePlus 8 Pro) after reinstalling Android 11, 5G or camera support may disappear. This is due to the blocking of some functions when unlocking the bootloader. Before flashing the firmware, check this information on the forums (for example, XDA Developers).
7. How to avoid mistakes when reinstalling Android 11
Even experienced users sometimes make mistakes that lead to briku devices or data loss. Here are the most common mistakes and how to avoid them:
Error 1: Incorrect firmware version
Error 2: Interruption of the process firmware
Error 3: Ignoring unlocking bootloader
Error 4: Using unofficial firmware
Error 5: Neglecting backup
The most common mistake when reinstalling Android 11 is using the firmware for the wrong model or region. Always check the model code (Settings โ About phone โ Model) with the name of the firmware file.
8. Frequently asked questions (FAQ)
โ Is it possible to reinstall Android 11 if the phone is locked with a pattern?
Yes, but this will require reset via Recovery or Fastboot. However, after the reset, it may work FRP lock (reset protection), and the phone will require data input from the previous Google account. If you do not remember the data, contact the service center with proof of ownership of the device.
โ Will banking applications work after reinstalling Android 11?
If you used official firmware and have not unlocked the bootloader, banking applications (for example SberBank Online, Tinkoff) should work fine. However, if you installed custom Recovery or Magisk (for root access), some applications may be blocked due to the trigger SafetyNet.
โ How to find out which version of Android 11 is installed on your phone?
Go to Settings โ About phone โ Android version. The exact version will be indicated there (for example, Android 11 RKQ1.200826.002). You can also use the command in ADB:
adb shell getprop ro.build.version.release
โ Is it possible to roll back from Android 12 back to Android 11?
Technically yes, but this not recommended. Manufacturers optimize firmware for new software, and when rolling back, problems may arise with:
If you critically need Android 11, look for stable official firmware for your model.
โ Why did the phone become slower after reinstalling Android 11?
This may be due to several factors:
If there are lags remain, perform full reset (Wipe Data/Factory Reset in Recovery).