The appearance of an intrusive “Complete Device Configuration” notification on Xiaomi and Redmi smartphones often becomes a real headache for users. This system request can occur both after the initial activation of the gadget and after updating the MIUI or HyperOS operating system. The problem is that standard window closing methods often do not work, and the notification itself blocks access to the main functions of the interface, creating a “closed circle” feeling.
The problem is in SetupWizard’s system process, which for whatever reason has not received a confirmation of completion from the manufacturer’s servers or local storage, which may be due to an unstable Internet connection during the first turn on, a failure when entering a password from Mi Account, or even a conflict of installed applications.
In this guide, we will not only explore the surface ways of closing a window, but also the deepest methods of forced stopping of the setting service. You will learn how to correctly bypass the password requirement if access to the account is lost, and what hidden settings can help solve the problem once and for all. It is critical not to try to simply turn off the phone when this screen appears many times, as this can lead to a cyclical reboot of the system.
Reasons for System Request for Redmi
Before we go to radical measures, we need to understand the nature of the error, and most often the trigger is an interrupted process of the initial configuration. If during the first run you missed a step or the connection to the Xiaomi server was broken, the system marks the setting as “incomplete.” In the background, a demon is launched, which periodically checks the status and displays a notification.
Another common reason is the Mi Account binding: If the device has previously logged in to an account and then resets without first logging out (or unlocking the device), the theft protection will work, the system will require you to complete the setup by entering the password from the last account used, without this step, you will not be able to fully access the system.
Also worth considering is the impact of updates: Once you have firmware on a new version of Android or the MIUI shell, the old configuration files may conflict with the new security requirements, in which case the system tries to “pre-initiate” the components, which causes the pop-up, sometimes caused by third-party launchers or applications that intercept system rights.
And don't forget that there's a software failure in the com.miui.cloudservice or com.android.setupwizard module itself. If the cache of these components is overflowing or corrupted, they can't properly signal to the system that the user has already passed all the steps, and you end up in a logical interface trap.
Basic methods of closing the settings window
The easiest and most obvious way to do this is to try to get through the process, and if you have access to the Internet and you remember your account information, just type it in. But often users are looking for a solution because that path is closed to them, so try to force the settings app to close through the task menu.
Press the Menu button (square or three bars, depending on the type of navigation) and find the "Finish device settings" window. Swipe it down or click the cross. If the system immediately opens the window again, try doing it in Safe Flight mode. Turn off Wi-Fi and mobile data, and then quickly close the process.
- 📶 Disable all network connections before attempting to close the window so that the system cannot check the activation status online.
- 🔄 Restart the device in Safe Mode by pressing the off button and selecting the appropriate option (available on some versions). MIUI).
- 🚫 Use the “Do Not Show Again” feature if it is available in the corner of the pop-up window (often hidden in small print).
If the standard closure doesn’t work, you can try to trick the system by changing the region. Go to Settings → Advanced Settings → Region and select any other country, such as India or the United States. After changing the region, the system can recreate the configuration files and stop requiring the old configuration to be completed.
💡
Changing the region to China can sometimes help reset the link to global activation servers, but beware: it can change the set of pre-installed applications and system services.
Forced Stop through Application Settings
A more effective method is to manually stop the system process that is responsible for setting up, and to do so, you need access to a full list of installed applications. Go to Settings → Applications → All applications. You need to find a process that can be called Settings, Setup Wizard, or have the name of the package com.android.setupwizard.
When you find the right component, click on it. In the menu that opens, select the Stop or Finish button. Immediately after that, without opening other applications, try closing the pop-up window. If the Stop button is inactive (gray), it means that the process has administrator rights or is protected by the system.
| Title of the process | Type | Can we stop it? | Risk of failure |
|---|---|---|---|
| Setup Wizard | Systemic | Yes (temporarily) | Low. |
| Mi Account | Systems service | No. | High-pitched |
| Cloud Service | Synchronization service | Yes. | Medium. |
| Security App | System application | No. | critical |
Once the process is stopped, it is recommended to immediately clear its data. In the same menu, click on Memory and select Clear Data. This will delete temporary files that store the status of "setting is not complete." Beware: cleaning the system applications data may reset some personalizations, but will not affect your personal photos or contacts.
☑️ Verification before resetting the process
Deleting Mi Account and Resetting the Link
If the problem is with linking your account, the only right solution is to delete it from the system. However, if the phone requires a password to log out and you don't remember it, the situation gets complicated. If you have access to the menu, go to Settings → Accounts and Sync → Mi Account.
Click on the Delete Account button. The system will warn that all data associated with this profile on the device will be deleted. Confirm the action. After that, the device must be rebooted. In most cases, after rebooting, the “Complete Configuration” request no longer appears, since the system considers the device to be “clean” from user configurations.
⚠️ Note: If the device search function is enabled on the phone, deleting an account without a password is impossible by standard methods. Attempts to circumvent this restriction through third-party utilities can lead to a complete lock of the device (Hard Lock).
In cases where the account cannot be deleted due to a forgotten password, and the phone needs to be unlocked, only a full reset via Recovery Mode remains. But remember: this will delete all data. If the phone is already reset and requires the account of the previous owner, only the submission of a purchase check to an authorized Xiaomi service center can help.
What to do if you forget your Mi Account password?
Using ADB to remove system component
For advanced users who are not afraid to work with a computer, the most radical and effective method is to remove the setup package via USB debugging (ADB), which allows you to physically remove the component causing the error from the system without disrupting the basic functions of the phone.
To start, turn on USB debugging. Go to Settings → About Phone and 7 times click on the build number to activate the developer menu. Then in Advanced Settings → For developers, turn on “Debugging on USB.” Connect the phone to a PC with an ADB driver installed.
adb shell pm uninstall -k --user 0 com.android.setupwizardExecuting this command will remove the customization wizard for the current user. The window will no longer appear. However, if you decide to do a full Factory Reset in the future, this component will return, as it is part of the system image.
- 💻 Make sure that the current drivers are installed on the computer. ADB for your processor (Qualcomm, MediaTek or Snapdragon).
- 📱 Allow debugging on the smartphone screen when you first connect to your computer.
- ⚙️ Be careful with commands: removing the wrong packets can lead to a device building.
⚠️ Attention: Use ADB-An error in the name of the package (for example, removing com.android.systemui instead of setupwizard) can make the phone unusable without flashing it.
Full reset via Recovery Mode
If none of the software methods worked, you're left with "heavy artillery," which is a full reset through recovery mode, which is guaranteed to eliminate all software conflicts, but requires at least 40 percent battery life. Turn off your smartphone completely.
Press both the volume button and the power button at the same time. Hold them until the Mi or Redmi logo appears, then release the power, keep the volume up. You'll be taken to the Recovery menu, controlled by the volume buttons (up/down) and confirmed by the power button.
Select a language (usually English), then go to Wipe Data. Then select Wipe All Data and confirm the action. The process will take a few minutes. Once complete, select Reboot → Reboot to System. The phone will launch as new, and you will need to carefully go through the initial setup to prevent the error from recurring.
💡
Wipe All Data is the only 100% way to fix deep system configuration errors, if even ADB removal doesn’t help.