How to switch from Android 10 to Android 11 on Xiaomi smartphones: a complete guide to solving typical problems

The transition from Android 10 to Android 11 for Xiaomi smartphone owners is not just a change in number in the OS version, but a major update with new features: improved resolution management, built-in screen recording, bubble notifications and optimization for foldable devices. However, the update process can turn into a headache, if you do not take into account the nuances of the bootloader lock to data loss when the firmware is incorrect.

Many Redmi Note 9 Pro, Mi 10 or POCO X3 users are experiencing problems: the update β€œhangs” by 50%, there is a Couldn’t verify update error, or the device goes to the bootloop after a reboot. In this article, we will analyze all official and alternative ways of updating, including the hidden method using ADB for devices with a locked bootloader, and also give a checklist for troubleshooting.

Important: If your smartphone is released before 2019 (like the Redmi Note 7 or Mi 9 SE), check for Android 11 support on Xiaomi's official website.Some models have received an update only as part of beta testing and may have critical bugs.

1. Compatibility Check: Does your Xiaomi support Android 11?

Not all Xiaomi devices have received an update to Android 11 (MIUI 12.5+).For example, the Redmi 8A and Mi A3 have remained on Android 10 due to hardware limitations. To avoid a "brick," first make sure that your model is on the list of supported:

  • πŸ“± Flagship series: Mi 10/10 Pro/10 Ultra, Mi 11 Lite (received an update to the 2021 year)
  • πŸ“± Mid-segment: Redmi Note 9 Pro/9S/9T, POCO X3/X3 Pro, Mi Note 10 Lite
  • πŸ“± Budget models: Redmi 9/9A/9C (Only some regions, check manually)
  • ❌ Not supported: Redmi 7/7A, Mi 9T Pro (remained on Android) 10)

How to check the current version:

  1. Open the Settings. β†’ The phone.
  2. See the lines MIUI version and Android version
  3. If the Android version is 10 QKQ1 and MIUI is older than 12.0.1, the update is possible.

⚠️ Note: Devices with custom firmware (e.g. LineageOS) require prior return to stock MIUI Trying to upgrade on top of custom firmware will lead to an error. E1001.

πŸ“Š What Xiaomi model are you updating?
Redmi Note 9 Pro
POCO X3
Mi 10/10 Pro
Redmi 9/9A
Another model

2.Preparation for the update: backup and free space

Make sure to back up before upgrading, even the official one. OTA-Update can erase data when you crash. Use a combination of methods:

  • ☁️ Xiaomi Cloud: Settings β†’ Xiaomi Cloud β†’ Backup (free 5GB)
  • πŸ’Ύ Local Copy: Settings β†’ Additionally. β†’ Backup and reset β†’ Local backup
  • πŸ–₯️ Computer: Copy folders DCIM, Downloads and WhatsApp on PC via USB

Also make sure there is enough space on the device:

Method of updatingMinimum free spaceNote
OTA (over the air)3-4 GBUpdate file weighs ~2GB, but requires buffer
Recovery (via MIUI)4-5GBTemporary files take up additional space
Fastboot (via PC)5+GBFull firmware can weigh up to 3 GB

⚠️ Attention: If you have less 3 GB of free space, update OTA lapse INSTALL_FAILED_INSUFFICIENT_STORAGE. Clear the cache in Settings β†’ Warehouse β†’ Clear the cache.

Make a backup of contacts and photos|Check the vacant space (minimum) 4 GB)|Connect to charging (battery) > 50%)|Remember the password from Mi-account|Shut down. VPN/proxy-->

Method 1: Air Update (OTA) is the easiest method

If your device supports Android 11, try the standard method first through Settings:

  1. Connect to a stable Wi-Fi network (update weighs ~2 GB).
  2. Go to Settings β†’ About the phone β†’ System update.
  3. Click Check Updates. If the Android 11 version is available, the Download button will appear.
  4. After downloading, click Reboot and install.

It takes 15 to 30 minutes. The device restarts 2-3 times, which is normal. Don't turn off power until the system is fully loaded (until the lock screen appears).

If the update does not appear:

  • πŸ”„ Try changing the region to Settings β†’ Additionally. β†’ Region (e.g. India or Europe).
  • πŸ“‘ Connect to another Wi-Fi network or use mobile data (if allowed in settings).
  • ⏳ Wait 1-2 days – updates roll out gradually in batches of devices.

πŸ’‘

If the "Check Updates" button is inactive, try resetting the network settings: Settings β†’ SIM-maps and mobile networks β†’ Network resets. This often solves problems with connecting to update servers.

Method 2: Update via Recovery – if OTA doesn’t work

If OTA-Update is unavailable or gives you an error, try installing the firmware manually through Recovery. This method saves user data, but requires you to download the correct firmware file.

Steps:

  1. Download stable firmware for your model from Xiaomi's official website.Look for a file marked Recovery and Android 11.
  2. Rename the file to update.zip and place it in the root of internal memory (not in folders!).
  3. Go to Settings β†’ About Phone β†’ System Update, click on the three dots in the upper right corner and select Select Update File.
  4. Select update.zip and confirm the installation.

If the error E: Footers are wrong appears after the reboot, then:

  • The firmware file is corrupted – download it again.
  • You downloaded firmware for another model (for example, for the Redmi Note 9 Pro Global instead of the Redmi Note 9 Pro India).
  • You have custom firmware installed - go back to stock MIUI.
What if Recovery doesn’t see the update.zip file?
1. Make sure the file is at the root of the memory (path: /storage/emulated/0/update.zip). 2. Check the extension – sometimes files are downloaded as update.zip.zip. 3. Try formatting the file in FAT32 (if you use SD-map). 4. As a last resort, use it. ADB-Team: Adb push update.zip /sdcard/ adb shell twrp install /sdcard/update.zip

5. Method 3: Fastboot Firmware for Power Users

If the first two methods fail, you'll have to run the firmware on Fastboot, which erases all data, but it's guaranteed to update the system, and you'll need a computer with the Mi Flash Tool drivers installed and the bootloader unlocked.

Step-by-step:

  1. Unlock the bootloader through the official Xiaomi tool (you will need a tied Mi-account and wait 7-15 days).
  2. Download Fastboot firmware for your model (file with.tgz or.zip extension).
  3. Unpack the firmware in a folder without Cyrillic characters (for example, C:\miui_fastboot).
  4. Connect your phone to your PC in Fastboot mode (clip Volume Down + Power when the device is off).
  5. Launch the Mi Flash Tool, select the firmware folder and press Refresh, then Flash.

In the Mi Flash Tool, select Clean all or Clean all and lock mode (if you want to lock the bootloader after you have run the firmware), and it takes 5-10 minutes.

⚠️ Note: If the Mi Flash Tool is running critical partition flashing is not allowed, you have the bootloader locked, unlock it via the Mi Unlock Tool, or use an alternative method with the Mi Unlock Tool. ADB Sideload.

πŸ’‘

Fastboot firmware is the only way to update the brick (a device that doesn’t turn on or is stuck on the logo), but it requires unlocking the bootloader, which resets all data and can take away warranty.

6. Solving typical errors during the update

Even with the right actions, mistakes can occur, and here are the most common ways to correct them:

Mistake.Reason.Decision
Couldn't verify updateA damaged update file or model mismatchDownload the firmware again from the official website, check the device model
E1001Installed custom firmware or rootReturn to stock MIUI via Fastboot
Hanging up to 50% with OTALack of space or application conflictClean 5+ GB of memory, disable antivirus, try again
This package is for "xxx" devicesFirmware for another model/regionDownload the firmware for your model (for example, Redmi Note 9 Pro Global). β‰  Redmi Note 9 Pro India)
Bootloop (Cyclical Reboot)Failed firmware or module conflictGo through Fastboot with a full cleanup (Clean all)

If after the update the device began to slow down:

  • πŸ”„ Make a reset of settings: Settings β†’ Additionally. β†’ Backup and reset β†’ Resetting settings.
  • πŸ—‘οΈ Clear the cache: Settings β†’ Warehouse β†’ Clear the cache.
  • πŸ”‹ Calibrate the battery: discharge the phone to 0%, then charge to 100% without interruptions.

7 What to do if the update never appeared?

If your model officially supports Android 11, but the update doesn’t come in:

  1. Check if you are participating in the MIUI beta. Go to Settings β†’ About Phone β†’ MIUI version and click 10 times on the MIUI logo. If the Beta label appears, exit the testing program.
  2. Update the System Update app via Google Play.
  3. Try changing the update server: Install MIUI bootloader from Google Play. Select your model and download the latest stable firmware. Install it through Recovery (see Method 2).

If the model doesn’t support Android 11, you’ll need an update:

  • πŸ”§ Install custom firmware based on Android 11 (for example, LineageOS 18.1 or Pixel Experience).
  • ⚠️ Risks: loss of warranty, possible bugs with camera/network modules.
  • πŸ”— Look for instructions on the forums XDA Developers (for example, there are unofficial ports for the Redmi Note 8 Pro).

FAQ: Frequent questions about Xiaomi upgrade to Android 11

❓ Can I roll back from Android 11 to Android 10?
Yes, but with reservations: Official rollback is only possible through Fastboot with full data clearing. On some models (for example, Mi 10), the rollback will block the bootloader, and you will need to unlock again. Backups made on Android 11 may not be restored on Android 10. Instructions: Download Android 10 firmware for your model. Sweep it through Mi Flash Tool in Clean all mode.
❓ Why Google Services Are Not Working After the Update?
This is a typical problem for regional firmware devices (e.g., China's MIUI). Solution: Install Google Play Services manually. Clear cache: Settings β†’ Apps β†’ App Management β†’ Google Play Services β†’ Clear cache. If it doesn't, run global firmware through Fastboot.
❓ How to update Xiaomi if the bootloader is blocked?
There is. 2 Option: Official Unblocking: Apply on Xiaomi's website. 7–15 Days (duration depends on the model) Unlock the bootloader through the Mi Unlock Tool. ADB Sideload: adb sideload update.zip It's only good for you. OTA-Updates (not for full firmware).
❓ After the update, it does not work. 5G. What do you do?
The problem is typical for the Redmi Note 9 Pro and POCO X3 post-update MIUI 12.5+. Decisions: πŸ”„ Reset the device. πŸ“Ά Manually select the network: Settings β†’ SIM-maps and mobile networks β†’ Type of network β†’ 5G. πŸ”§ Reset network settings: Settings β†’ SIM-maps and mobile networks β†’ Resetting network settings. πŸ“₯ Update the modem firmware through MIUI bootloader (Look for files marked modem).
❓ Can I upgrade Xiaomi without a computer?
Yes, if available. OTA-Update or you can use Recovery: Download Recovery firmware directly to your phone. Rename it to Recovery. update.zip. Install through Settings β†’ Updating the system β†’ Three points. β†’ Select a file. OTA There is no alternative without a PC – you will need a Mi Flash Tool or ADB.