Resetting the Xiaomi Redmi Pro to factory settings is a radical but sometimes necessary step to solve system problems. Perhaps your smartphone started to brake after the MIUI update, contracted a virus or simply requires a clean start before selling. In this article, we will discuss all the official ways of resetting, including hidden nuances that the manufacturer does not always mention in the documentation.
The reset procedure deletes all user data, including photos, contacts and installed apps. However, many forget that even after a reset, there may be traces of a Mi Account on the device if it is not untie in advance. This is especially critical when selling a phone - a new owner may face activation blocking. We will tell you how to avoid such situations and prepare for the reset correctly.
Unlike Xiaomiβs newer models, the Redmi Pro (released in 2016) has unique reset features, such as the lack of a βReset via Mi Cloudβ option in some MIUI versions, and the Fastboot mode requires special drivers, details that are often overlooked in generic instructions, leading to errors like a logo hover or cyclic reboot.
If you've never done a Recovery or Fastboot reset before, don't worry, we'll go through each step in detail with illustrative examples, and for experienced users, we've prepared advanced tips, such as how to bypass FRP (Factory Reset Protection) lock after a reset.
1.Resetting preparation: what to do before the start
The first rule of a successful reset is to save important data, and even if you plan to reset your phone because of viruses, copy your photos, videos, and documents to your computer or the cloud first. MIUI:
- π Backup in Mi Cloud: Go to Settings β Xiaomi account β Mi Cloud β Backup. Select data categories (contacts, notes, SMS) and click "Create a backup." Note that the free account only provides 5GB of space.
- π» Copying on PC through USB: Connect your phone to your computer in File Transfer mode (MTP). Copy the folders. DCIM (Photo/video, Downloads and Documents on hard disk.
- π Export of settings: in Settings β System system β Backup can save Wi-Fi settings, wallpaper and application settings to a file on internal memory.
Pay special attention to linked accounts, and if you forget your Mi Account password, after resetting, your phone may require you to enter your credentials to unlock it, to avoid this:
- Open Settings β Xiaomi account.
- Click on your profile icon and select βExitβ.
- Confirm the exit β this will untie the account from the device.
β οΈ Note: If you sell a phone, donβt just log out of your account, delete it completely through Settings. β Xiaomi account β Delete your account, otherwise the new owner can restore access to your data through the "Find your device" function".
It is equally important to charge the battery to at least 50%. Recovery or Fastboot resets can take up to 15-20 minutes, and if the phone runs out in the process, it will cause permanent damage to system files. Also make sure you have a stable Wi-Fi connection (if you plan to reset via the cloud) or a USB cable to connect to your PC.
2. Method 1: Reset via the settings menu (the easiest)
This method is suitable if the phone turns on and responds to touch, and if you remember a pattern lock or a key. PIN-The main advantage is that you don't need a computer or any special knowledge:
- Open Settings (the gear icon on the main screen).
- Go to About Phone (some versions of MIUI call it About Device).
- Choose Resetting (or Resetting and Resetting).
- Slip on Reset settings (not to be confused with Network Resets).
- The system will tell you what to reset. Tick it. Delete all data.
- Enter the password/pattern lock for confirmation.
- Click Reset and wait until the process is complete (usually takes 5-10 minutes).
Once you reboot, the phone will return to the boxy state, all you have to do is go through the initial setup, select a language, and connect to Wi-Fi.
β οΈ Warning: If after resetting the phone requires the username and password from Mi Account, which you did not untie in advance, do not try to guess the data. After 5 unsuccessful attempts, the device will lock for 24 hours.
This is a good way to do it for 90 percent of users, but what if the phone doesn't turn on or is stuck on the logo? Then you have to use alternative methods, which we'll talk about later.
Charge your phone to at least 50%
Download the archive with firmware (if you plan to re-flash)
Prepare. OTG-cable (for some models)
Make sure the volume and power buttons work-->
3. Method 2: Reset via Recovery Mode (if the phone is not turned on)
If the Xiaomi Redmi Pro doesnβt respond to touch, freezes on the screensaver or reboots cyclically, resetting through Recovery will help.This method does not require a computer, but you will need to follow the instructions accurately.
To enter Recovery:
- Turn off the phone (if it freezes, press the power button for 10-15 seconds).
- Press the power button and the volume button at the same time.
- Hold them until the Mi logo appears (usually 5-10 seconds).
- Release the buttons and you will see the Recovery menu in English or Chinese.
In the Recovery menu, you can control the volume button (move) and the power button (select).
- Select Wipe Data (or Clear Data in Chinese version).
- Confirm the action by selecting Wipe All Data.
- Wait until the process is complete (the screen will display the inscription Data wipe complete).
- Go back to the main menu and select Reboot β Reboot to System.
If the phone doesn't turn on or gives an error after the reset, the firmware may be damaged, in which case only flashing through Fastboot (more on this in the next section) will help.
| Problem. | Possible cause | Decision |
|---|---|---|
| Phone is not included in Recovery | Failed volume/power buttons | Use ADB or Fastboot from PC |
| Recovery menu in Chinese | Stock firmware for the Chinese market | Orient by icons or install global firmware |
| E:unknown command error | Recovery section damaged | Recovery via Fastboot |
| After resetting, the phone asks for a password | Mi Account is not detached | Enter data or reset password via account.xiaomi.com |
What happens if Recovery does not open?
Method 3: Reset via Fastboot (for power users)
Fastboot is the most reliable method, but it requires a computer and minimal command line knowledge.
- π§ Phone is not included in Recovery.
- π± You need to reflash the device after a failed update.
- π You need to unlock the bootloader (Bootloader).
First, prepare everything you need:
- Download and install Platform Tools (includes fastboot and adb).
- Install drivers for Xiaomi Redmi Pro (you can download from the official website).
- Download the stock firmware for your model (for example, latte_global_images_... global version).
Now switch your phone to Fastboot mode:
- Turn off the device.
- Press the power button + volume reduction before the screensaver with a hare in a hat-eared (Fastboot logo).
- Connect your phone to your PC via USB.
Open the command prompt (cmd) in the folder with Platform Tools and execute commands in order:
fastboot devices(Your device serial number should be displayed. If not, check the drivers.)
fastboot oem edl(This command puts the phone into the EDL mode required for firmware. Some models may require unlocking the bootloader.)
fastboot flash all [name file firmware.zip](Replace [name file firmware.zip] with the real name of the downloaded file.)
The firmware process will take 10-15 minutes.
fastboot rebootThe phone will reboot with clean firmware, and if you see the MIUI logo and the setup process, it went well.
β οΈ Note: On some versions of the Redmi Pro, the fastboot oem edl command may not work due to a blocked bootloader.In this case, you will need official unlocking via the Mi Unlock Tool. Note that Xiaomi only allows unlocking once every 30 days for a single account.
fastboot flash boot boot.img
(file boot.img You can get it out of the firmware archive).-->
5. Frequent mistakes and how to avoid them
Even with accurate follow-up, users often face problems, and consider the most common mistakes and ways to solve them:
- π΄ "Cannot receive hello packet" error: occurs when connecting via Fastboot. USB-cable, no drivers or incompatible version of Platform Tools Solution: Try another cable, update drivers and use the original tools from Google.
- π΄ The phone is stuck on the logo after reset: usually associated with damage to the system partition, help re-routing through Fastboot or installing custom Recovery (for example, TWRP).
- π΄ The sensor doesn't work after it's reset, and if the sensor doesn't respond, it might have calibrated. Try resetting again or flashing the original firmware.
- π΄ Requires a password from Mi Account after reset: this FRP-If you don't remember your account details, the only official way is to contact the service center with proof of purchase.
The problem with the black screen after reset is particularly noteworthy, and if the phone vibrates when you press the buttons, but the screen remains off, the reason may be:
- Damaged display plume (hardware malfunction).
- Flying driver of the graphics processor (will help flashing).
- Discharged battery (even if before the reset the charge was 50%, sometimes the power controller fails).
In such cases, try to connect your phone to charge for 30-60 minutes, and then reset again. If the screen does not turn on, this is an occasion to contact the service.
π‘
If the phone doesn't turn on after reset, never try to disassemble it yourself without experience.In 80% of cases, the problem is solved software, and only a specialist can diagnose a faulty plume or battery.
6.What to do after resetting: initial setup
After a successful reset, the Xiaomi Redmi Pro will launch in initial setup mode.
- Choose a language (we recommend Russian or English).
- Connect to a Wi-Fi network. If the network is not determined, check if the Wi-Fi module is on in the settings.
- At the stage of signing in to your Mi Account, click βSkipβ (if you do not plan to use Xiaomi services).
- Restore the data from the backup (if you created it in advance).
- Update the system: go to Settings β About Phone β System Update.
If you sell a phone, don't restore your data or log in to your accounts, just do the basic setup (language selection, Wi-Fi connection) and transfer the device to the new owner.
After discharge, it is recommended:
- π‘οΈ Install an antivirus (such as Dr.Web or Kaspersky) to check the systemβs cleanliness.
- π Update all apps through Google Play Market.
- π± Disable unnecessary system applications (e.g. Mi Video, Mi Music) if not in use.
If the phone is reset due to brakes, after a clean installation of MIUI, check its performance.
- Open Settings β About Phone β MIUI version and tap 7 times on the build number to activate Developer Mode.
- Back to Settings β Additionally. β For developers.
- Activate the option Do not save actions (reduces the background activity of applications).
- Turn off animation: Set the window animation scale, transition animation scale and animator duration to 0.5x or turn off completely.
7. Alternative methods of discharge (for specific cases)
Sometimes standard reset methods don't work. Consider some rare but useful methods:
Reset via ADB (if USB debugging is enabled):
If the phone has previously been activated debugging via USB, you can reset via the computer:
adb shell
recovery --wipe_dataReset via Mi Cloud (if the phone is lost or stolen):
If you have a Mi Account tied and the βFind Deviceβ function is enabled, you can remotely reset your phone:
- Go to i.mi.com and log in to your account.
- Select your Redmi Pro from the list of devices.
- Click "Erase Data" and confirm the action.
Note that this method only works when connecting your phone to the Internet.
Installation of custom Recovery (TWRP):
If the stock Recovery is damaged, you can install an alternative, for example, TWRP. This will not only reset the settings, but also flash custom firmware.
- Download the TWRP image for Redmi Pro (model latte) from twrp.me.
- Transfer the phone to Fastboot.
- Run the command: fastboot flash recovery twrp-3.x.x-x-latte.img
- Reboot in Recovery with the command: fastboot boot twrp-3.x.x-x-latte.img
- From the TWRP menu, select Wipe β Format Data and confirm the reset.
β οΈ Attention: Installation TWRP In addition, some banking applications (such as Sberbank Online) refuse to work on devices with unlocked bootloader.