Why folders on Redmi are deleted differently than on other smartphones
Xiaomi Redmi owners often face a paradox: the folder on the desktop is deleted, but after a while it reappears, or its contents remain in the system, taking up memory. It's all about the features of the MIUI shell, which is integrated deeper than standard Android. Here, the folders on the screen are not just shortcuts, but part of the launcher's system cache tied to the Mi Account.
Unlike pure Android, where you just drag and drop a folder into your cart, Redmi (especially Note 10/11/12 and Redmi A/Redmi K series) makes the process more complicated because of:
- π Sync with Mi Cloud β folders can be restored after a reboot if backup is enabled.
- π Dual file system: MIUI It separates user data and system shortcuts, creating the illusion of βunremovableβ folders.
- π Accidental Deletion Protections: Some folders (such as Tools or Mi Services) are locked at the firmware level.
Another trap is that folders created by third-party launchers (such as POCO Launcher or Nova Launcher) can conflict with the native MIUI launcher, making them impossible to remove using standard methods.
Method 1: Standard removal by long pressing
Let's start with the most obvious method, which works 60 percent of the time, and it's suitable for user-generated folders (not system folders!).
- Press and hold the folder on the desktop for 3-4 seconds until the context menu appears.
- At the top of the screen, a basket icon (or "Delete" will appear. Drag the folder there.
- Confirm the action by pressing OK in the dialog box.
β οΈ Note: If the folder appears again when you turn on the phone after you delete it, it is linked to your Mi Cloud account.
Make sure the folder is not system (no gear icon)
Turn off screen sync in Mi Cloud
Close all background applications
Restart the phone after removal-->
| Type of folder | Is it removed in the standard way? | Reason. |
|---|---|---|
| Custom (manually created) | β Yes. | The label is not tied to the system |
| System (Tools, Mi Services) | β No. | Protected by MIUI firmware |
| Synchronized with Mi Cloud | β οΈ Partially. | Recovery after reboot |
| From a third-party launcher | β No. | Conflict with the native launcher |
Method 2: Delete via the Mi File Explorer file manager
If the folder is not deleted from the desktop, but you are sure that it is not a system, try to find it in the file system.
- Open the Files app (the blue-background folder icon).
- Go to Categories β Images / Documents (depending on the content of the folder).
- Find the folder by name and click on three dots next to it β Delete.
π Important: Desktop folders are stored along the way /storage/emulated/0/MIUI/desktop, If the Mi File Explorer does not show hidden files, use a third-party manager (for example, Solid Explorer or Solid Explorer). FX File Explorer with root rights.
π‘
If the folder is not in the file manager, but is visible on the desktop, it is not a file, but a launcher shortcut. Try resetting the launcher settings to Settings β Applications β Application Management β Launcher β Storage β Clear the data.
Method 3: Disable synchronization with Mi Cloud
One of the most common reasons for "returning" remote folders is automatic sync with the Xiaomi cloud, and even if you delete the folder locally, it can recover the next time you connect to the Internet.
- Open your Settings β Xiaomi Account β Mi Cloud.
- Scroll down and find the Synchronization section.
- Turn off the slider opposite the desktop (or Home Screen in English).
- Return to the desktop and re-delete the folder (see Method 1).
β οΈ Warning: Disabling desktop sync will result in the loss of all your shortcuts and widgets after resetting your phone.
What if the Desktop is not in the Mi Cloud?
Method 4: Reset the launcher settings (without data loss)
If the folder doesn't get deleted because of a MIUI Launcher malfunction, you can reset the folder without affecting the rest of the phone's data. This method helps 80 percent of the time with the folders that are hanging.
- Go to Settings β Applications β Application Management.
- Find the Launcher (or MIUI Launcher) in the list and select it.
- Click Warehouse β Clear the data and confirm the action.
- The phone will reboot and the desktop will return to factory settings (all folders and shortcuts will disappear).
β οΈ Note: After resetting the launcher, you will have to reconfigure the desktop (location of icons, widgets, etc.) save a screenshot of the current screen in advance or make a backup through Settings. β Additionally. β Backup and reset.
π‘
Resetting a launcher is the most reliable way to remove system folders (such as Tools or Mi Games) that are not deleted by standard methods.
Method 5: Remove via ADB (for power users)
If all the previous methods didn't work and the folder is in the way, you can delete it via Android Debug Bridge (ADB), which requires connecting the phone to your computer and basic command line knowledge.
- Turn on Developer Mode on your phone: go to Settings β About Phone β MIUI version and click on it 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, install ADB drivers, and open the command prompt (or Terminal on Mac/Linux).
- Enter the commands in order: adb devices adb shell pm uninstall -k --user 0 com.miui.home The last command will remove launcher updates, which can help reset problematic folders.
- Reboot your phone: adb reboot.
π§ Technical detail: If you want to delete a specific folder, first find it ID team:
adb shell dumpsys activity recents | grep "mPackageName=com.miui.home"Then use adb shell am start -a android.intent.action.DELETE -d "package:name packet" -n com.miui.home/.launcher.UninstallActivity.
What if the ADB canβt see the device?
Method 6: Completely reset your phone (last chance)
If the folder is not deleted by any means and clearly interferes with the work (for example, blocks access to settings or occupies all the screen space), the last option is hard reset.
- Back up important data through Settings β Additional β Backup and Reset β Local Backup.
- Go to Settings β Additional β Backup and Reset β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will be like new β without any extra folders.
β οΈ Note: Redmi models with unlocked bootloader may require re-authorization in Mi Account after reset. If you don't remember the password, the phone may lock! email/phone.
Frequent Mistakes and How to Avoid Them
When deleting folders on Xiaomi Redmi, users often make common mistakes that lead to the opposite result.
- π Removing only the contents of the folder, not the folder itself. It doesn't free up space on the desktop, the label stays.
- π± Using third-party launchers without disabling the native one, creates conflict, and folders are duplicated.
- π Attempting to delete system folders (such as Google or Mi Services) without root permissions.
- βοΈ Ignoring sync with Mi Cloud, even after local deletion, the folder will return the next time you log in.
Expert advice: If the folder is not deleted and you are not sure of its origin, check it with an antivirus (for example, Mi Security or Malwarebytes).