A message to “Complete Device Configuration” on the Xiaomi, Redmi or POCO screen may appear after a setting reset, firmware update, or even for no apparent reason.This lock prevents you from using your phone to the fullest: limited access to settings, apps, and sometimes even calls. The causes of the problem range from software failures to incorrectly completing the initial setup after purchase.
In most cases, you can remove the inscription without visiting the service center. However, the methods differ depending on the version of MIUI (12, 13 or 14), the device model and the reason for the lock. For example, on the Xiaomi 12T or Redmi Note 11 with MIUI 14, the bypass through ADB can work, whereas on older models like the Redmi 4X you will need to reset via Recovery. It is also important to consider whether the phone is tied to the Mi Account - this complicates the process.
In this article, we will discuss 5 proven ways to delete a message, including methods for devices with unlocked and locked bootloader, and learn how to avoid recurrence of the problem and what to do if standard solutions do not help.
Why does the message “Complete device settings” appear?
The screen asking you to complete the setup is not a mistake, but part of the MIUI logic. The system believes that the original configuration was not completed correctly.
- 🔄 Incomplete resetting: If you have completed Wipe Data via Recovery but interrupted the process or used informal tools (e.g., Wipe Data Recovery, TWRP scriptless).
- 📱 Update firmware with errors. When updating through OTA or Fastboot could be damaged system files responsible for the stages of configuration.
- 🔧 Manual removal of system applications. Deletion through ADB Root access to applications like com.miui.setupwizard leads to a setup cycle.
- 🔒 Mi Account lock: Devices with a Xiaomi account tied may require authorization after a reset, but a crash will replace it with a customization screen.
- 🛠️ Unofficial firmware: Install custom builds (e.g. Pixel Experience) without properly cleaning partitions /data and /system.
On some models (such as the POCO F3 or Xiaomi 11 Lite NE), the problem occurs after a rollback to an older version of MIUI due to incompatibility of configuration files.
⚠️ Note: If the phone was purchased with hands and previously tied to someone else's Mi Account, attempts to bypass the settings screen can result in a complete lock on the device (requiring the previous owner to enter a password).
Method 1: Standard Configurement (if available)
If the “Complete Device Configuration” screen allows you to interact with the interface (for example, offers you to choose a language or connect to Wi-Fi), try to go through the process until the end. Even if you previously interrupted the setting, the system may “forget” about blocking after successful completion.
Step-by-step:
- Choose a language and region (e.g., Russia).
- Connect to a Wi-Fi network (required! Without the Internet, the settings can get looped).
- At the Mi Account login stage, click “Skip” (if available) or enter your account details.
- In the Google Service step, select Confirm or Skip (depending on the MIUI version).
- Wait until the setup is complete. If the screen is gone, the problem is solved.
If the message appears again after you have completed the setup, then proceed to the next method. Also check if the Device Protection feature in Settings → Xiaomi Account is active – it can block changes to system settings.
Connect your phone to charge (at least 50%)
Save important data (photos, contacts) to your PC or cloud
Make sure you know the username/password from Mi Account (if tied)
Turn off two-factor authentication in your Xiaomi account (if enabled)
-->
Method 2: Recovery reset (without data loss)
If the standard setting doesn’t work, try resetting cache and data via Recovery Mode.This method doesn’t delete user files, but resets system settings.
Instructions for Xiaomi/Redmi/POCO:
- Turn off the phone.
- Press the button combination: For most models: Volume up + Power. For POCO X3, Redmi Note 10: Volume down + Power.
Mi
Recovery
English
Wipe & Reset → Wipe Cache
Reboot → Reboot to System
If the message is left after the reboot, repeat the process, but instead of Wipe Cache, select Wipe Data (this will delete all data!).Some models (such as Xiaomi 13) may need to re-attach to Mi Account after a complete reset - make sure to remember the password.
Reset via phone settings
Recovery Mode (Wipe Cache)
Recovery Mode (Wipe Data)
ADB or Fastboot
I've tried nothing.-->
Method 3: Bypass ADB (for unlocked bootloader)
If your device has a bootloader unlocked, you can remove the lock via ADB (Android Debug Bridge), which works on MIUI 12-14, but requires a PC and drivers installed.
Step-by-step:
- Download and install Google’s Platform Tools.
- Turn on USB Debugging: Go to Settings → About Phone → MIUI Version and tap 7 times on this item to activate Developer Mode. Return to Settings → Additional → For Developers and turn on USB Debugging.
Connect your phone to your PC through USB-cable (use the original cable!).
cmd
platform-tools
adb devices(Your device should appear)
adb shell
pm uninstall -k --user 0 com.miui.setupwizard
exitadb reboot
If the setting screen is gone after the reboot, the problem is solved. If not, try an alternative command:
adb shell am start -n com.android.settings/.MiuiSettingsThis team is trying to run settings bypassing the lock.
⚠️ Note: On devices with a bootloader locked command ADB Trying to unlock through the Mi Unlock Tool will result in a complete data reset!
What if the ADB can’t see the device?
Method 4: Remove setupwizard via TWRP (for stitched devices)
If your Xiaomi has custom Recovery installed (like TWRP), you can manually delete the file that controls the settings screen, a method that is suitable for users who have previously unlocked the bootloader and installed TWRP.
Instructions:
- Boot in TWRP (usually Volume Up + Power).
- Go to Advanced → File Manager.
- Open the /data/data/ folder and search for the com.miui.setupwizard directory.
- Delete this folder (swipe to the right or press Delete).
- Go back to the main TWRP menu and select Wipe → Advanced Wipe.
- Check the Dalvik/ART Cache and Cache boxes, then swipe for cleaning.
- Reboot to the system: Reboot → System.
If the setting screen is left after the reboot, try to delete the file further. /data/system/package_cache (version MIUI It's responsible for the cache of system applications).
| Model of the device | MIUI version | Does TWRP work? | Notes |
|---|---|---|---|
| Xiaomi Mi 11 | 12.5–14 | Yes. | TWRP is required for alioth |
| Redmi Note 10 Pro | 12–13 | Yes. | Use the TWRP version 3.6.0+ |
| POCO F3 | 12.5–14 | Yes. | You need to turn off AVB 2.0 in Magisk |
| Xiaomi 12T | 13–14 | No. | Bootloader blocked on new devices |
| Redmi 9A | 12 | Partially. | It only works with a patch for dandelion. |
Method 5: Complete Fastboot Flashboot Flashback (Extreme Method)
If none of these things work, the most radical is to completely flash the device through Fastboot, which will delete all the data, but it's guaranteed to remove the settings screen, which is suitable for devices with locked and unlocked bootloader, but requires official firmware.
Step-by-step:
- Download the official firmware for your model from the Xiaomi Firmware website. Choose the version of Fastboot (file with the extension.tgz or.zip).
- Unpack the archive in the platform-tools folder (where fastboot.exe is located).
- Upload the phone to Fastboot mode: Turn off the device. Press Volume down + Power until the hare appears in the eardress cap.
Connect the phone to the PC and open the command line in the firmware folder.
bootloader
fastboot oem edl(If the command fails, use the Mi Flash Tool.)
fastboot flash all(This will automatically fill all the sections.)
fastboot rebootOnce flashed, the phone will be like a new one, you will need to reset the original setup, and if that didn’t work, the problem may be a hardware failure (for example, a damaged eMMC memory), and the device must be carried to the service.
💡
Before you run through Fastboot, check the MIUI version on Xiaomi’s website. Installing a newer firmware on the old one can result in an anti-rollback and a complete lockdown of the device!
How to avoid recurrence of the problem
To prevent the “Complete Device Settings” screen from appearing again, follow these guidelines:
- 🔧 Don't interrupt the updates. If the update has started MIUI through OTA, Wait until it is completed (even if it takes more than an hour).
- 🔄 Reset the settings correctly. Use only official reset methods (Settings) → Avoid commands like fastboot erase userdata, which can damage system files.
- 📦 Do not delete system applications. Even if com.miui.setupwizard seems useless, its removal leads to failures.
- 🔒 Untie your Mi Account before selling. If you sell your phone, make a full reset and delete your Xiaomi account in Settings → Account.
- 🛡️ Use official firmware. Castom builds (like LineageOS) can conflict with MIUI, customize.
If you often experiment with firmware, it is recommended to back up /data partitioning via TWRP before any changes, which will allow you to quickly restore the system in the event of a crash.
💡
On devices with MIUI 14 and later, the setting screen may appear due to the Mi Cloud Sync function. Disable it in your Xiaomi account before resetting!