How to completely disable the second space on Xiaomi Redmi 8 Pro: 4 working ways

Why Xiaomi needs a second space and why they want to remove it

Xiaomi’s second-space feature (including the Redmi 8 Pro) was originally positioned as a tool to separate personal and work data, essentially two independent user profiles with their own apps, settings, and even passwords. However, in practice, many owners find that the feature is automatically activated after MIUI updates or when the device is first turned on, occupying precious memory and creating confusion in the interface.

On the Redmi 8 Pro (model M1908C3JG), the second space is implemented at the MIUI 11/12 firmware level, and its deactivation is not always intuitive.

  • πŸ“± Lack of memory – each space reserves up to 2-4 GB for system files.
  • πŸ”„ Accidental switching between profiles when blocking the screen.
  • 🚫 Inability to delete via the standard menu (the Remove button is often inactive).
  • πŸ”’ Conflicts with banking applications that can be blocked in the second space.

In this article, we will look at all possible ways to disable the second space, from official (via MIUI settings) to technical (using ADB and factory reset), and pay special attention to the consequences of each method and how to avoid data loss.

πŸ“Š You are using the second space on Xiaomi?
Yes, actively.
Yeah, but I want to shut it down.
No, I don't plan on.
I don't know what that is.

Method 1: Disconnect via standard MIUI settings

The safest method is to use the built-in MIUI tools, which is suitable if the second space was created manually and not blocked by the system.

  1. Open the Settings β†’ Memory.
  2. Scroll down and select the Second Space.
  3. Click on the gear icon (βš™οΈ) top-right.
  4. Select Remove the Second Space.
  5. Confirm the action by entering the password (if installed).

If the Remove button is inactive (grey), this means:

  • πŸ” The second space is password protected – try entering it or resetting it via Mi Account.
  • πŸ“΅ Device linked to Mi Account – authorization required.
  • πŸ”„ The space is actively used (for example, applications are running in it).

Close all applications in both spaces|

Backup important data |

Make sure the battery charge is > 30%|

Turn off sync with Mi Cloud (if you don't need to)-->

⚠️ Note: Once the second space is removed, all the data in it (photos, messages, apps) will be permanently erased. If you want to save the information, first transfer it to the main space through Settings. β†’ Memory. β†’ Move the data.

Method 2: Removal through Recovery Mode

If the standard method didn’t work, try disabling the second space through Restore mode, which is suitable for Redmi 8 Pro with unlocked bootloader or root rights, but can work on stock firmware as well.

Instructions:

  1. Turn off your smartphone.
  2. Press the Power + Volume buttons up at the same time until the Mi logo appears.
  3. From the Recovery Mode menu, select Wipe Data β†’ Wipe All Data (use volume buttons for navigation, power button for confirmation).
  4. After reset, go to Reboot β†’ Reboot to System.

This method will completely reset the device, but it will also remove the second space.

  • πŸ“² Backup is mandatory – all data will be erased.
  • πŸ”“ If the device is tied to Mi Account, after reset, you will need to enter a login and password.
  • βš™οΈ On some versions MIUI 12.5+ This method may not work – the system will restore the second space after the first setup.
What if the second space reappears after the reset?
If the second space is reset via Recovery, it means that it was tied to the Mi Account. In this case: 1. Go to Settings β†’ Accounts β†’ Mi Account and untie the device. 2. Repeat the reset via Recovery. 3. When you first set up after the reset, do not connect to the Mi Account until you manually delete the second space.

Method 3: Disconnect via ADB (for advanced users)

If previous methods didn’t work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which requires a computer and basic command line knowledge.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. On your smartphone, activate Developer Mode: go to Settings β†’ About Phone β†’ MIUI version and press 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect Redmi 8 Pro to your PC via USB and confirm debugging permission.
  5. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm uninstall -k --user 0 com.miui.secondspace

If the command is successful, the second space will be removed.

Mistake.Reason.Decision
device unauthorizedNo confirmed debugging on the phone.Disconnect / connect USB and confirm the resolution on the screen of the smartphone
Failure [DELETE_FAILED_DEVICE_POLICY_MANAGER]Space protected by MIUI politiciansTry the method with fastboot (see below)
package not foundThe second space folder has been renamedUse the adb shell pm list packages | grep second command to find the correct name.

⚠️ Attention: Misuse of the right ADB This method can cause data loss or device locking. If you are not sure about your actions, skip this method.

πŸ’‘

Before executing ADB commands, check if the device is recognized by the adb device command. If the list is empty, install the drivers for the Xiaomi Redmi 8 Pro manually.

Method 4: Complete Fastboot Reset (Extreme Method)

If all the other methods didn't work, you'll have to completely reset through Fastboot mode, which will delete all the data, including the second space, and return the smartphone to factory status, which is suitable for the Redmi 8 Pro with a locked bootloader.

Instructions:

  1. Download the official firmware for Redmi 8 Pro (for example, from here) and unpack it into a folder with fastboot files.
  2. Turn off the phone and press Power + Volume down to log into Fastboot Mode.
  3. Connect the device to the PC and open the command line in the firmware folder.
  4. Run the command to completely reset:
fastboot erase userdata


fastboot erase cache




fastboot reboot

Once you reboot, it's going to be like new, without the second space.

  • πŸ”§ This method does not require unlocking the bootloader, but it will reset all data.
  • πŸ“¦ If after discharge MIUI Again, offer to create a second space, refuse at the initial setup stage.
  • πŸ”’ If the phone was linked to Mi Account, after the reset, you will need to enter account data.

πŸ’‘

Fastboot reset is the most radical, but also the most reliable way to remove the second space, and only use it if other methods have failed.

Frequent mistakes and their solutions

When you turn off the second space on the Redmi 8 Pro, users face typical problems.

1. The "Delete" button is inactive

If the menu is settings β†’ Memory. β†’ The second space of the grey button removal, the reasons may be as follows:

  • πŸ”’ Second space is password protected – enter it or reset it via Mi Account.
  • πŸ“΅ Device is tied to Mi Account – untie it in account settings.
  • πŸ”„ Space is used by the system – restart your phone and try again.

2 After removal, the space appears again.

This is a typical problem for MIUI 12.5+, where the second space is tied to a Xiaomi account.

  • πŸ“± Untie the device from the Mi Account before removing the space.
  • πŸ”„ Reset your settings via Recovery without connecting to your account when you first set up.
  • πŸ› οΈ Use it. ADB for forced removal (see Method 3).

Error "Inadequate memory to delete"

If the system is giving this message, it means:

  • πŸ“± Mainly less than 1GB of free space – free up memory.
  • πŸ”§ The second space takes up too much data – transfer some files to the main space.
  • βš™οΈ Firmware is damaged – reset via Fastboot.

What to do after removing the second space

After successfully disabling the second space, it is recommended to perform several actions to avoid its reappearance and optimize the operation of the smartphone:

  1. Check Free Memory: Go to Settings β†’ Memory and make sure the amount of available space has increased.
  2. Update MIUI: Sometimes errors with second space are fixed in new firmware versions. Check for updates in Settings β†’ About Phone β†’ System Update.
  3. Turn off automatic space creation: In Settings β†’ Special Options β†’ Second Space Deactivate Auto Switch option.
  4. Configure backup: If you’ve used a second workspace, move your important data to the main space or cloud.

If you plan to sell or transfer Redmi 8 Pro to another user, after removing the second space, perform a complete reset via Settings β†’ Additional β†’ Reset. This ensures that all personal data is erased.

πŸ’‘

To avoid accidentally creating a second space in the future, disable the feature in Mi Account settings: Settings β†’ Accounts β†’ Mi Account β†’ Sync β†’ Second space (turn off the slider).

FAQ: Answers to Frequent Questions

Can I recover data from the second space after it is deleted?
No, deleting the second space results in a full formatting of the partition, so if you don't back it up, you can't recover it, and the only chance is to use programs like DiskDigger or Recuva, but you can't guarantee success.
Why is the Redmi 8 Pro taking up so much storage?
The second MIUI space reserves a fixed amount of memory (usually 2-4 GB) for system files, even if you don’t install applications in it, and each space duplicates a portion of system processes, which increases the load on RAM.
Will root work if I remove the second space through ADB?
Yes, removing a second space through ADB does not affect root status, but if you use Magisk, you will need to re-strip Magisk ZIP after you reset via Fastboot or Recovery.
Can I turn off the second space without losing data?
Yes, but only if you transfer all data to the main space before deleting. To do this: Go to Settings β†’ Memory β†’ Second Space β†’ Transfer Data. Select files (photos, videos, documents) and click Transfer. For applications, use backup via Mi Cloud or Titanium Backup (root required).
Why did the MIUI update create a second space?
In some versions of MIUI 12.5 and MIUI 13, the second space function is activated automatically when you update if: The device is tied to Mi Account with synchronization enabled. Account settings include the option to back up spaces. The firmware contains an error (often found in beta versions). To avoid this, turn off the second space sync in your account settings before updating.