Privacy protection on Xiaomi smartphones is a two-way sword. On the one hand, it protects your photos, messages and passwords from prying eyes, and on the other hand, it can become an obstacle when selling a phone, transferring it for repair or even a normal setup. If you are faced with the need to turn off personal data protection (for example, due to a forgotten password, synchronization error or MIUI restrictions), it is important to understand: the procedure varies depending on the model, firmware version and type of lock.
In this article, we will discuss all the current methods β from standard disconnection through settings to bypassing protection with ADB and Fastboot. Particular attention will be paid to the nuances for devices with MIUI 12/13/14 and the latest flagships (Xiaomi 13/14, Redmi Note 12, POCO F5).
Why is Xiaomi blocking access to personal data?
The protection system on Xiaomi works on several levels:
- π Local lockdown β PIN-a code, pattern lock or fingerprint that you manually install.
- π Mi Account β a binding to a Xiaomi account that requires confirmation when resetting or unlocking.
- π± Protection MIUI β built-in firmware mechanisms that encrypt partition data /data (for example, when activating the function "Personal Data Protection" in the settings).
- π§ Hardware protection β new models (for example, Xiaomi 13 Ultra) use the Titan chip M2, escaping.
The main reasons why users want to disable protection are:
- π¦ Transfer of the phone before selling or transferring to another person.
- π§ Repairs β workshops often require disabling protection for diagnosis.
- π Resetting β if you forget your Mi Account password or local password PIN.
- π± Synchronization errors β when data is not restored after an update MIUI.
β οΈ Attention: Disabling the protection of personal data on devices with MIUI 14+ and Mi Account can lead to a lock for 72 hours if you enter the password incorrectly more than 5 times. SMS or email linked to an account.
Method 1: Standard shutdown via MIUI settings
If you remember the password from the device and the Mi Account, the easiest way is to use the built-in settings. This method works on most models (Redmi Note 10/11/12, POCO X3/X4/X5, Xiaomi 11/12/13).
Battery charge > 50%
Connecting to Wi-Fi or mobile network
Password from Mi Account at hand
Backup of important data (optional)-->
Instructions:
- Open Settings β Accounts and Sync β Mi Account.
- Scroll down and select Exit from your account.
- Enter the password from the Mi Account and confirm the exit.
- Back to Settings β Passwords and security.
- Select Screen Lock and enter the current PIN/pattern lock.
- Click Remove the lock and confirm the action.
If the "Remove lock" option is not available, then the device has activated additional protection MIUI.
- π Reboot the phone.
- π When requesting a password, enter it correctly on the first attempt (repeated errors will result in a lock).
- π± If confirmation is required through SMS, Use the number associated with your Mi Account.
π‘
If your phone needs to be re-authorized after you log out of your Mi Account, check your Settings β Additional β Special Options β Delete all accounts. This option is not available on all firmware.
Method 2: Disconnect via ADB (without data reset)
If the standard method didnβt work (for example, because of the βCanβt remove lockβ error), you can use Android Debug Bridge (ADB), which is suitable for devices with unlocked OEM Unlock and enabled debugging over USB.
Warning: Incorrect ADB commands can lead to data loss or bootloader lockdown. Use this method only if you are confident in your actions.
Steps:
- Download and install ADB Tools on PC.
- On your phone, activate: Settings β About Phone β MIUI Version (click 7 times to become a developer) Settings β Additional β For Developers β USB Debugging (enable) Settings β Additional β For Developers β Unlock OEM (enable)
- Connect your phone to your PC via USB (select File Transfer Mode).
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the commands in order: adb devices (your device should appear) adb shell su rm /data/system/locksettings.db rm /data/system/locksettings.db-wal rm /data/system/locksettings.db-shm reboot
β οΈ Attention: MIUI 14 and later, the su command may not work without root rights. In this case, use an alternative method via Fastboot (see Method 4).
After the reboot, the screen lock will be reset, but the data will remain intact. However, the Mi Account may still require authorization when reset or upgraded.
Method 3: Factory reset (Hard Reset)
If you donβt remember your password and canβt use ADB, youβll have to reset your settings completely, which will delete all data from your device, including photos, messages and apps. Newer models (Xiaomi 13/14, Redmi Note 12 Pro+) may require you to enter data from your Mi Account tied to your phone after reset.
Instructions for resetting via Recovery Mode:
- Turn off the phone.
- Press the buttons Power + Volume up at the same time (on some models - Power + Volume up + Volume down).
- In the Recovery menu, select the language (if available).
- Go to Wipe Data β Wipe All Data (use volume buttons for navigation, power button for confirmation).
- Confirm the action and wait for the completion.
- Select Reboot to reboot.
| Xiaomi model | Combination for Recovery | Do I need a Mi Account after the reset? |
|---|---|---|
| Redmi Note 10/11 | Food + Volume up | Yeah, if he was tied up. |
| POCO X3/X4 | Food + Volume up | No (on some firmware) |
| Xiaomi 12/13 | Food + Volume up + Volume down | Yes, I will. |
| Redmi 9/10 | Food + Volume up | Depends on the firmware region |
If after resetting the phone requires data entry from the Mi Account, and you do not remember them, go to Method 5 (bypass locking through the official service).
Factory reset via Recovery
Reset via MIUI settings
ADB-team
Fastboot
Never dropped it.-->
Method 4: Unlocking via Fastboot (for advanced)
The Fastboot method is suitable for devices with an unlocked bootloader, which allows you to reset the security without losing data (in some cases) or reflash your phone with clean firmware.
What you need:
- π₯οΈ PC with Mi Unlock Tool installed.
- π Cable USB (preferably original).
- π± Permission to unlock the bootloader (as requested through Mi Account).
Step-by-step:
- Download and install the Mi Unlock Tool.
- Turn off the phone and put it in Fastboot mode (clip Power + Volume down).
- Connect the device to the PC.
- Launch the Mi Unlock Tool and log in under the same Mi Account as your phone.
- Click Unlock and wait until it is completed (it can take up to 72 hours if the account is new).
- After unlocking the bootloader, run the phone through Fastboot using the command: fastboot flash all [firmware name].tgz
β οΈ Attention: On devices with MIUI 14 and a Titan chip M2 (For example, Xiaomi 13 Ultra unlocking the bootloader can lead to loss of warranty and lock IMEI. Before the procedure, check the model on the official Xiaomi website.