Xiaomiβs Second Space feature was originally conceived as a tool to separate personal and work data. With the Redmi Note 8 Pro with MIUI firmware, it allows you to create an isolated profile with individual applications, files and settings, but over time, many users face the need to disable it, whether itβs due to lack of memory, application conflicts or simply because of needlessness.
Deactivation of the second space is not always smooth: the system can issue errors, require a password or even βforgetβ about its existence after updates. In this article, we will discuss all the current ways to delete the second space on the Redmi Note 8 Pro, including hidden settings MIUI Lab, reset via Recovery and manual data cleanup.
Some methods require superuser rights or system files, and if you are unsure of your actions, use official MIUI tools or contact a service center.
1. Method: Standard shutdown via MIUI settings
The safest and most recommended method by Xiaomi is to deactivate the second space through the settings menu, which is suitable for most users and does not require technical skills. Importantly, make sure to back up the data from the second space before you start, as after you turn it off, it will be deleted.
Algorithm of action:
- Open the settings on the main screen.
- Go to Special Features (or additionally depending on the version of MIUI).
- Select the second space item.
- Press Turn off the second space.
- Enter the password from the main account (if requested).
- Confirm the action and wait until the process is completed (may take up to 5 minutes).
If the second space is not on the menu, then the function has been disabled earlier or hidden in the developer settings.
Save important files from the second profile|Remember the password from the main account|Check the battery charge (minimum 30%)|Disable screen locking (if there are problems with password entry)-->
What if the system asks for a password but you forgot it? 80 percent of the time, resetting a password through Mi Account helps:
- Go to account.xiaomi.com.
- Sign in under your account.
- In the Devices section, select Redmi Note 8 Pro.
- Click Reset Space Password (the feature is not available in all regions).
2. Method: Remove via MIUI Lab (hidden settings)
On MIUI 12-14 firmware, the second space function can be hidden in the systemβs laboratory, the MIUI Lab, which is suitable if the standard path has failed or the space has βhangβ after the upgrade.
Instructions for activation of MIUI Lab:
- Open the Settings. β The phone.
- Click on the MIUI version 7 times in a row until you become a developer!
- Return to the main settings menu and select Additional β Developer Settings.
- Activate the MIUI Lab switch (also known as MIUI Lab).
Now we move on to the removal of the second space:
- Back to Settings β Special facilities.
- Slip on the free space at the top of the screen 5 times - the hidden menu will open.
- Select Space Management (or Second Space Manager)
- Click Remove the second space and confirm the action.
What if the MIUI Lab is not displayed?
Attention! On MIUI 14 and later, the MIUI Lab function can be removed, in which case you move to the Recovery reset method.
3. Method: Hard removal through Recovery Mode
If the second space does not turn off through settings or causes errors (e.g. com.android.systemui stopped), you will have to resort to resetting through Restore mode, which removes all data from the second space, but retains the main profile.
Step-by-step:
- Turn off the Redmi Note 8 Pro.
- Press the Power + Volume buttons up at the same time until the MI logo appears.
- In the Recovery menu, select the language (use volume buttons for navigation).
- Go to Wipe & Reset β Wipe Second Space.
- Confirm the action and wait for the completion (it will take 2-3 minutes).
- Choose Reboot. β Reboot to System.
If Wipe Second Space is missing, the firmware does not support separate deletion, in which case you will have to do a full reset (Wipe All Data), but this will delete data from both spaces.
π‘
Before logging into Recovery, check the battery power β if the device turns off during the process, it could damage system files.
Table: Comparison of methods for disconnecting the second space
| Method | Difficulty | Root is required. | Loss of data | It's working on MIUI 14. |
|---|---|---|---|---|
| Through settings | Low. | No. | Only in space 2. | Yes. |
| MIUI Lab | Medium | No. | Only in space 2. | No (on some versions) |
| Recovery Mode | Tall. | No. | Only in 2nd space (or full Wipe All) | Yes. |
| ADB-team | Very high. | Sometimes. | Depends on the team. | Yes. |
| Manual file cleaning | Expert | Yes. | Possible loss of system data | Yes. |
Method 4: Removal via ADB (for advanced users)
If standard methods donβt work, you can try disabling the second space via the Android Debug Bridge (ADB), which requires connecting your smartphone to your computer and basic command line knowledge.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π± Included debugging by USB On the Redmi Note 8 Pro.
Instructions:
- Connect your smartphone to your PC and allow debugging over USB.
- Open the command prompt (cmd) and type: Adb devices Make sure the device is defined.
- Run the command to check the status of the second space: adb shell pm list users In the output, find the line from UserInfo{10:Second space:13} (the numbers may differ).
- Remove the space with the command: adb shell pm remove-user 10 (replace 10 with the current ID from the previous step).
- Reboot the device: adb reboot
π‘
If the second space is left after the commands are executed, then it is protected by the system, in which case only resetting via Recovery or manually deleting files with root rights will help.
ADB errors and their solutions:
- Device unauthorized β Reconnect USB and confirm debugging on your phone.
- no such user 10 β Check the correct ID through the pm list of users.
- Operation not allowed β Root or unlocked bootloader rights are required.
5 Manual deletion of second space files (root only)
This method is suitable for experienced users who are ready to work with system files. Wrong actions can lead to a device "brick!" We recommend you to make a full backup through TWRP before starting.
What files should be deleted:
- π folder /data/user/10 (or ID space-space).
- π File. /data/system/users/10.xml.
- π§ The notes in /data/system/packages.xml, second-space.
Instructions:
- Get root rights (for example, through Magisk).
- Install a file manager with root support (such as Root Explorer).
- Go to /data/user/ and delete the folder with the second space ID.
- Clear the cache in /data/system/package_cache/.
- Reset the device.
Yes, regularly |Tryed but deleted |No, I haven't tried |I don't know what it-->
β οΈ Attention! Deleting system files without a backup can lead to a bootloop.If the smartphone doesn't turn on after the reboot, try flashing stock firmware through Fastboot.
Possible problems and solutions
Even after the second space is successfully shut down, Redmi Note 8 Pro users may experience side effects, and consider the most common and how to fix them.
Problem 1: The system asks for a second space password when it is enabled
This happens if the spaces have not been completely removed.
- π Reset with Recovery (Wipe Second Space).
- π Enter any password 5 times in a row - the system can unlock (does not work on all versions) MIUI).
- π± Connect to Mi Account and reset your password through the web interface.
Problem 2: Files from the main space are missing
If photos or documents are missing after the second space is deleted, check:
- ποΈ folder /MIUI/SecondSpace/ β Sometimes the files stay there.
- π Use data recovery applications (e.g. DiskDigger).
- βοΈ Check cloud backups in Mi Cloud or Google Drive.
Problem 3: Persistent errors in com.android.systemui
This indicates that the system files are corrupted.
- Clear the cache in Recovery (Wipe β Wipe Cache).
- Reverse to the previous version of MIUI via Fastboot.
- Do a full reset (Wipe All Data) if the errors are repeated.
β οΈ Attention! If after removing the second space, the smartphone began to brake or overheat, check the processor boot in Settings β The battery, maybe the background processes of the second space were not properly stopped, and then only a complete reset would help.