If you've ever tried to unlock a bootloader on a Xiaomi smartphone, flash informal firmware, or recover data after a crash, you've probably come across the term "castom recovery." It's not just an alternative to the standard manufacturer's recovery menu, but a powerful tool that unlocks hidden features of the device. But what exactly lies behind this notion, what opportunities does Redmi, POCO, or Mi users have, and why installing such a recovery can both save a smartphone and turn it into a brick?
In this article, weโll explore what custom recavators are like TWRP or OrangeFox, how they differ from stock, what tasks they solve, and most importantly, how to install them correctly on Xiaomi devices without fatal errors. Youโll also learn about the risks that beginners face and how to avoid them. If youโre just starting to immerse yourself in the world of customizing Android, this guide will be your starting point.
What is a custom recavery and why it is needed
Custom Recovery is an alternative version of the recovery menu that replaces Xiaomiโs standard recovery. Unlike stock, where only basic functions are available (reset to factory settings, clean cache, update via fastboot), custom solutions offer advanced features:
- ๐ฆ Install unofficial firmware (LineageOS, Pixel Experience, MIUI modified versions).
- ๐ง Creating and restoring complete system backups (including /data, /system, /boot).
- ๐ Removal of embedded applications (bloatware) without root rights.
- ๐ ๏ธ Fixing soft bricks (when the smartphone doesnโt boot but reacts to fastboot).
- ๐ Unlock additional features (e.g., ADB sideload for PC firmware).
The most popular custom recavators for Xiaomi are TWRP (Team Win Recovery Project) and OrangeFox. The former is known for stability and broad support of devices, the second is more advanced interface and integration with Magisk for rooting. Both solutions are free and distributed through official sites and forums like XDA Developers.
But why not just use stock recavers? It's about limitations: for example, Xiaomi blocks the installation of firmware without a digital signature, and also does not allow you to create backups of user data. Castom Recavers removes these restrictions, but requires an unlocked bootloader โ which is a separate procedure with its own nuances.
Differences of custom recavery from stock: a comparison table
To better understand how custom solutions are better (or worse) than standard ones, letโs compare their key features. Below is a table with the main parameters that are important for Xiaomi users:
| Function | Stock Recovery (MI Recovery) | Castom Recovery (TWRP/OrangeFox) |
|---|---|---|
| Installation of firmware | Only official MIUI via fastboot or OTA | Any firmware (including custom ROM), support for.zip and.img |
| Backup and recovery | There is no full backup (only reset) | Full backup of all partitions (/data, /boot, /vendor, etc.) |
| Working with ADB | Limited (Basic Commands Only) | Full support for ADB sideload, fastboot, scripts |
| Removal of system applications | Impossible. | Maybe through File Manager in Recavator |
| Interface. | Text, volume button control | Graphic (touch), support for topics |
As you can see from the table, customized recaps provide much more freedom, but require the user to understand the processes, for example, incorrect deletion of system files can lead to a download cycle, and an incorrect backup can lead to data loss, so before installing it, it is important to weigh the pros and cons.
โ ๏ธ Warning: Castom Recoveries do not support FBE (File-Based Encryption) encryption on some Xiaomi models (e.g. Redmi Note 10 Pro or POCO F3). If you use a PIN- code or pattern lock, after installing TWRP the data in the /data section may become unavailable!
Supported models Xiaomi: on what devices can install custom recavery
Not all Xiaomi smartphones support custom recaps, but the main limitations are:
- ๐ Locked bootloader (requires official unlocking via Mi Unlock Tool).
- ๐ฑ Processor model (on MediaTek, the procedure may differ from Qualcomm Snapdragon).
- ๐ Android version (new Android 12+ devices may have dm-verity issues).
Below is a list of popular Xiaomi models that have stable versions of TWRP or OrangeFox available (as of 2026):
| Series | Supported models | Recommended Recaveri |
|---|---|---|
| Redmi Note | Redmi Note 9 Pro, Note 10 Pro, Note 11 Pro+ 5G | TWRP (unofficial builds for joyeuse, sweet) |
| POCO | POCO F3, POCO X3 Pro, POCO M4 Pro 5G | OrangeFox (best compatibility with alioth, vayu) |
| Mi | Mi 11, Mi 10T Pro, Mi 9 SE | TWRP (official builds for venus, apollo) |
Before installing, be sure to check the support of your model on official resources:
- List of TWRP devices
- List of OrangeFox devices
Redmi Note 12
POCO F5
super
Step-by-step: how to install TWRP or OrangeFox on Xiaomi
Installing a custom recavator is a multi-step process that requires preparation. Below is a universal instruction that is suitable for most devices on Qualcomm Snapdragon (for MediaTek, additional steps may be required).
Unlock the bootloader via Mi Unlock Tool (waiting 7-14 days)
Download the correct version of the recovery for your model (check the code name!)
Install ADB and Fastboot on PC (e.g., via Platform Tools)
Create a backup of important data (recovery is not responsible for file loss!)
Charge your smartphone at least 50%-->
Step 1 Unlocking the bootloader
Without this step, you can't install a custom recaveri.
- Activate Developer Options (click 7 times on the Build Number in Settings โ About Phone).
- Enable USB Debugging and OEM Unlocking in Settings โ More โ For Developers.
- Connect the device to your PC, launch the Mi Unlock Tool and follow the instructions (Mi Account binding is mandatory!).
Step 2: Installation of the Recovery through fastboot
After unlocking:
- Download the recovery file (e.g., twrp-3.7.0_12-0-sweet.img for Redmi Note 10 Pro).
- Reboot your smartphone to fastboot mode (turn off, then press Power + Volume Down).
- On PC, open the command line in the folder with Platform Tools and do:
fastboot flash recovery twrp-3.7.0_12-0-sweet.img
fastboot boot twrp-3.7.0_12-0-sweet.imgStep 3. Fixing the recaveri
After the first download in TWRP, you need to prevent it from being replaced by stock recavers when you reboot.
- From the TWRP menu, select Advanced โ Flash Current TWRP (or similar in OrangeFox).
- Go to Reboot โ Recovery to check for stability.
๐ก
If the smartphone is loaded into the stock menu after installing the recovery, then the system has overwritten it. Solution: disable automatic update of the recover in the MIUI settings or use the disable_forced_encryption script for encryption devices.
Typical Installation Errors and How to Avoid Them
Even experienced users sometimes have problems with custom Recovery firmware, and here are the most common mistakes and ways to solve them:
- ๐ซ Fastboot: error: cannot load is the wrong path to a recovery file or a corrupted.img. Check the file name and repeat the command.
- ๐ Cyclical boot after installation โ you may have stitched the recovers for another model. Clarify the code name of your device (e.g. sweet for Redmi Note 10 Pro).
- ๐ Password requests to TWRP โ Device encrypted. Solution: format /data in the Wipe โ Format Data menu (data will be deleted!).
- ๐ต The smartphone is not defined in fastboot โ check drivers, cable, and port USB. Try another PC.
If after installing the recovery, the smartphone stopped loading, do not panic. In most cases, this is a soft brick that can be fixed:
- Reboot to fastboot (Power + Volume Down)
- Swipe the stock firmware through the Mi Flash Tool (select clean all).
- Repeat the installation of the recovery, making sure the files are compatible.
โ ๏ธ Warning: On dynamic batch devices (e.g., Xiaomi 12T or POCO F4), standard installation methods TWRP may not work, and in such cases, modified super.img backups or scripts like the Dynamic Partition Tool are required.
What can be done with custom recavรฉri: practical cases
Now that the recavator is installed, let's figure out how to use it to the fullest. Here are some useful scenarios for Xiaomi owners:
- ๐ Custom firmware installation: Download a.zip firmware file (like LineageOS), move it to your smartphone, then select Install in the recavator โ Select file โ Swipe to confirm.
- ๐พ Create a full backup: In the Backup menu, mark the Boot, System, Data, and Vendor sections. The backup is saved to a memory card or internal memory.
- ๐งน Cache and Dalvik Clear: If your smartphone is slowing down, select Wipe โ Advanced Wipe and mark Cache and Dalvik/ART Cache.
- ๐ง Remove embedded applications: TWRP has a built-in File Manager. Go to /system/app and uninstall unnecessary APK (e.g. Mi Browser or GetApps).
One of the most useful features is ADB Sideload, which allows you to flash files directly from your PC if your smartphone can't boot into the system, for example, to restore functionality after a failed firmware, do:
adb sideload rom.zipHow to return stock Recovery if something went wrong
Risks and precautions: What to know before installation
Castomic recavators are a great opportunity, but they also carry risks.
- ๐ฅ Warranty Loss: Unlocking the bootloader and installing unofficial software will void the Xiaomi warranty.
- ๐ Account Locking: Some devices (e.g. Redmi for the Chinese market) may require an account link after firmware.
- ๐ Unstable operation: Some custom firmware or cores may conflict with iron, causing overheating or rapid discharge.
- ๐จ Brick: Incorrect actions (such as formatting the wrong partitions) can make your smartphone inoperable.
To minimize the risks, follow these rules:
- Always check the compatibility of the recovery files with your model (the code name can be found in the CPU-Z application or through the fastboot getvar product command).
- Donโt miss the step with the backup! Even if youโre confident in your actions, back up to TWRP or copy important files to your PC.
- Use proven sources for downloading firmware and recoveries (official sites TWRP, OrangeFox, or themes on XDA Developers).
- If youโre a beginner, start with devices that are easy to โresuscitateโ (like the POCO X3 NFC or Redmi Note 9S).
๐ก
Castomic Recovery are not a magic wand, but a tool for power users. If you are not ready to understand fastboot commands, memory partitions and logical errors, it is better to focus on sewage software or use alternative methods (for example, Magisk without a Recovery).