How to remove the inscription “Complete device setup” on Xiaomi: all working methods

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:

  1. Choose a language and region (e.g., Russia).
  2. Connect to a Wi-Fi network (required! Without the Internet, the settings can get looped).
  3. At the Mi Account login stage, click “Skip” (if available) or enter your account details.
  4. In the Google Service step, select Confirm or Skip (depending on the MIUI version).
  5. 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:

  1. Turn off the phone.
  2. 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:

  1. Download and install Google’s Platform Tools.
  2. 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




exit

adb 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/.MiuiSettings

This 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?
1. Check if Xiaomi drivers are installed USB Drivers (you can download it on the official website). 2. Try another one. USB-cable (preferably original). 3. Enable in the phone settings "File Transfer» (MTP) when connected to a PC. 4. Restart your PC and phone. 5. If you are using Windows, disable driver signatures: type in the command line on behalf of the administrator bcdedit /set nointegritychecks on, then restart the PC.

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:

  1. Boot in TWRP (usually Volume Up + Power).
  2. Go to Advanced → File Manager.
  3. Open the /data/data/ folder and search for the com.miui.setupwizard directory.
  4. Delete this folder (swipe to the right or press Delete).
  5. Go back to the main TWRP menu and select Wipe → Advanced Wipe.
  6. Check the Dalvik/ART Cache and Cache boxes, then swipe for cleaning.
  7. 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 deviceMIUI versionDoes TWRP work?Notes
Xiaomi Mi 1112.5–14Yes.TWRP is required for alioth
Redmi Note 10 Pro12–13Yes.Use the TWRP version 3.6.0+
POCO F312.5–14Yes.You need to turn off AVB 2.0 in Magisk
Xiaomi 12T13–14No.Bootloader blocked on new devices
Redmi 9A12Partially.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:

  1. Download the official firmware for your model from the Xiaomi Firmware website. Choose the version of Fastboot (file with the extension.tgz or.zip).
  2. Unpack the archive in the platform-tools folder (where fastboot.exe is located).
  3. 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 reboot

Once 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!

Frequent Questions (FAQ)

Can I delete “Complete Device Configuration” without resetting data?
Yes, in some cases, bypassing ADB (method 3) or deleting cache through Recovery (method 2) can help, but if the problem is caused by damage to system files, you can not do without a reset.
The phone asks you to enter the password for Mi Account after the reset.
If the device was linked to a Xiaomi account, you will need authorization after the reset. If you do not remember the data, try to restore the password on account.xiaomi.com. If the phone was purchased with hands, contact the previous owner or contact Xiaomi with proof of purchase.
After you've run it through Fastboot, the phone doesn't turn on. What's wrong?
Possible causes: Wrong firmware version (e.g., flashed MIUI EU on a Chinese model); interrupted firmware (disabled USB or PC); damaged bootloader (solved by flashing through EDL Mode); try repeating the firmware or use the Mi Flash Tool with clean all option.
There's no "skip" button on the settings screen. What do you do?
On some versions of MIUI (especially on Chinese firmware), the "skip" button is hidden. Try: Connect to Wi-Fi and wait for the download (sometimes the button appears after checking the Internet); Press the empty space in the upper right corner of the screen (sometimes there is a hidden button); Use ADB to force the pass (adb shell am -n com.android.settings/.MiuiSettings command).
Will the flashing help with custom firmware (e.g. Pixel Experience)?
Yes, but with reservations: You need to unlock the bootloader (this will erase all data). Castom firmware may not support all functions (for example, IR Blaster or NFC). On new models (for example, Xiaomi 13) may not work due to blocked bootloader.