How to rename a folder on the desktop Xiaomi Redmi 8 Pro: 5 proven ways

Renaming folders on Xiaomi smartphones with MIUI shell seems like a simple task β€” as long as you do not face system limitations or unexpected errors. owners of Redmi 8 Pro often complain that the standard file manager does not allow you to change the name of the folder on the desktop, and attempts to do this through Settings lead to failures. In this article, we will discuss all working methods, including hidden MIUI 12/13 functions, circumventing restrictions through ADB, and alternative applications for managing files.

The Redmi 8 Pro feature is a hybrid file system where the desktop is actually part of the /storage/emulated/0/MIUI/Desktop partition, which means that simple folder actions can require superuser rights or special permissions. We tested all methods on MIUI Global 12.5.7 and 13.0.4 firmware to ensure that instructions are up to date. If you tried to rename the folder through a long tap and got the message "failed to rename: access denied" -- this guide is for you.

Why is the standard method not working?

In 80 percent of cases, the problem is that MIUI blocks changes to desktop system folders by default, and even if you see a folder in the file manager, the rights to modify it may be limited.

  • πŸ”’ Protection MIUI: The shell considers the desktop a β€œsystem zone” and blocks editing without additional permissions.
  • πŸ“ Hidden Attributes: Folders can have an immutable flag installed by the manufacturer.
  • πŸ€– Android's Limitations 10+: Starting with Android 10, Google tightens control over access to sections /storage.
  • πŸ› οΈ Damaged metadata: If a folder was created by a third-party launcher (such as Nova Launcher), its properties may conflict with the data. MIUI.

Fun fact: Redmi 8 Pro with MIUI 11 and below was renaming through a standard manager, but after upgrading to MIUI 12+, many users lost this feature, due to the introduction of the β€œPersonal Data Protection” feature, which by default blocks changes to key folders.

⚠️ Note: If you are using Redmi 8 Pro with corporate firmware (MIUI For business purposes, all of the methods below may not work due to Device Admin policy, in which case a factory reset is required.

Method 1: Standard file manager (works 30% of the time)

Before you go for radical measures, try the standard method. It works if:

  • πŸ“‚ The folder is created manually (not system-based).
  • πŸ”„ The β€œPersonal Data Protection” function in the security settings is disabled on the phone.
  • πŸ“± You have firmware installed. MIUI 12.5 or later (older versions have been renaming bugs more often).

Step-by-step:

  1. Open the Files app (yellow folder icon).
  2. Go to the "Device" section" β†’ "Internal memory".
  3. Find the MIUI β†’ Desktop folder (if it is not available, turn on the display of hidden files in the manager settings).
  4. Click on the folder you want to rename and select "Rename".
  5. Enter a new name (no special characters!) and press "OK".

Check if the Guest mode is enabled in the security settings

Turn off the β€œPersonal Data Protection” function in Settings β†’ Privacy

Restart your phone and try again.

Make sure that the folder is not used by the system (for example, it is not a shopping cart)

-->

If you see a "failed to rename" error after this, move on to the next method, most often this method will fail to find folders created by system processes (for example, "Downloads" or "Images").

Standard Files from MIUI|Google Files|Solid Explorer|FX File Manager|Other-->

Method 2: Use ADB (for advanced users)

If standard methods don't work, Android Debug Bridge (ADB) is your next tool, which requires you to connect your phone to your computer, but it's 100 percent effective. Advantage: you get around the system-level limitations of MIUI.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Installed drivers Xiaomi and ADB Tools (you can download from the official Android website).
  • πŸ”§ Included "Debugging by" USB" on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap β†’ Return to "Additional" β†’ "For developers" β†’ Turn on debugging).

Instructions:

  1. Connect Redmi 8 Pro to your computer and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices should appear the name of your device.
  4. Get superuser rights (if the phone is rooted): adb shell su The phone will be asked for rights - confirm.
  5. Go to the desktop folder: cd /storage/emulated/0/MIUI/Desktop
  6. Check the current folders: ls -l
  7. Rename the folder (e.g., OldName to NewName): mv OldName NewName

⚠️ Warning: If you haven't rooted your phone, the su command won't work. In this case, use an alternative command without root rights: adb shell content query --uri content://com.android.externalstorage.documents/tree/primary%3AMIUI%2FDesktop/document/primary%3AMIUI%2FDesktop%2FOldName --where "document_id=*" But this method only works on Android. 11+ and requires additional permits.

Once you rename it through ADB, restart your phone. If the folder doesn't show up with the new name on your desktop, clear the launcher's cache:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the "Luncher" (or "MIUI Launcher").
  3. Click "Clear Cache" and "Stop."

πŸ’‘

If ADB can’t see your device, try reinstalling drivers manually through Windows Device Manager. Download Mi PC Suite and select β€œInstall drivers” option.

Method 3: Third-party file managers with root rights

If you don't have a root license, but the standard manager can't handle it, try alternative apps.The best options for the Redmi 8 Pro are:

AnnexNeeds root?Support for MIUIDownload link
Solid Explorer❌ No.βœ… Complete.Google Play
FX File Explorer⚠️ Partially (for system folders)βœ… With reservationsGoogle Play
MiXplorerβœ… Yes, for full access)βœ… Optimized for XiaomiXDA Developers
Root Explorerβœ… Yes.βœ… Complete.Google Play

Instructions for Solid Explorer (without root):

  1. Install the application and open it.
  2. Go to the Inner Memory β†’ MIUI β†’ Desktop.
  3. Click on the folder for a long time and select "Rename".
  4. If an error occurs, click on the three dots in the top right corner β†’ Settings β†’ Access to the root directory and enable the option to use Android storage.

For MiXplorer (with root):

  1. Enable root access in the application settings.
  2. Go to /data/media/0/MIUI/Desktop (this is the real folder path, not the symbolic link).
  3. Select the folder, click "Rename" and enter a new name.
Why is MiXplorer better for Xiaomi?
MiXplorer is designed with specific features in mind MIUI It can bypass the shell's access restrictions on system folders, for example, it handles symbolic links correctly in the system. /storage/emulated/0, And there's also a built-in MiXplorer that causes errors in other managers. FTP-A server that allows you to manage files through a PC without ADB.

Method 4: Through a computer (MTP-protocol)

If nothing works on your phone, connect Redmi 8 Pro to your computer and rename the folder through Windows Explorer or macOS Finder. This method works in 60% of cases, but has nuances:

  • πŸ–₯️ On Windows, use Explorer (non-third-party managers like Total Commander).
  • πŸ”Œ Select the "File Transfer" mode" (MTP) plug-in.
  • πŸ“‚ In the conductor, go to the internal memory. β†’ MIUI β†’ Desktop.
  • πŸ”„ If the folder is not displayed, update the drivers MTP Or try another one. USB-cable.

Step-by-step:

  1. Connect the phone to the PC.
  2. On the phone in the notification panel, select "File Transfer".
  3. On your computer, open "This Computer" β†’ find the Redmi 8 Pro device.
  4. Go to Internal Storage β†’ MIUI β†’ Desktop.
  5. Right-click on the folder β†’ "Rename".
  6. Enter a new name (Latin!) and press Enter.

⚠️ Note: If when renaming via PC folder disappears from the desktop, but remains in the file manager - this means that MIUI Ω„Ψ§ Solution: Reboot your phone or clear the Louncher app data in the settings.

If the folder does not change its name and gives an error "Device does not respond", try:

  • πŸ”„ Reconnect the phone to another USB-port (preferably) USB 2.0).
  • πŸ”§ Deactivate "Debugging by" USB" developer-setting.
  • πŸ“± Restart your phone and computer.

Method 5: Resetting launcher settings (last resort)

If none of these methods worked, the problem could be the damaged settings of the MIUI launcher, which would help to reset to factory parameters β€” not the entire phone, but only the launcher.

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the "Luncher" (or "MIUI Launcher").
  3. Press "Storage" β†’ "Clear the data".
  4. Confirm the action. Attention: this will remove all shortcuts and widgets from the desktop!
  5. Reboot the phone.

After discharge:

  • πŸ“‚ The folders on the desktop will disappear, but will remain in the /storage/emulated/0/MIUI/Desktop.
  • πŸ”„ You can rename them through the file manager and add them to the desktop again.
  • πŸ”§ If folders become system folders (for example, β€œDownloads”), they will have to be recreated manually.

πŸ’‘

Resetting the launcher is the only way to return the desktop to work if after a failed renaming all the shortcuts disappeared or there was an error "Luncher stopped."

Frequent mistakes and their solutions

When you rename your folders to Redmi 8 Pro, you're going to have a problem, and we've collected some of the most common ways to fix them:

Mistake.Reason.Decision
"Failed to rename: Access is prohibited"MIUI blocks changes to system folders.Use an ADB or a third-party root manager.
The folder disappeared after renamingLauncher didn't update the cache.Clear the launcher cache or reboot the phone.
"The name contains inadmissible symbols."MIUI does not support Cyrillic or special characters in folder names on the desktop.Use only Latin, numbers and the underline ( ).
The folder has changed its name, but the name has not changed on the desktop.The launcher is cacheing old data.Remove the folder from the desktop and add it again.
"Team Not Found" at ADBThere is no superuser rights or wrong path.Check if USB debugging is enabled and the command is correct.

If you see the error "Can't change: device is occupied", it means that the folder is being used by the system process.

  1. Close all applications through the recent task menu.
  2. Turn off Battery Optimization for the file manager in the settings.
  3. Try renaming the folder in Safe Mode (press the power button β†’ Safe Mode).
Can I rename the folder "Downloads" or "Images"?
No, these folders are system-based and protected by MIUI. You can only move them or create new ones with a different name, and if you rename them through ADB, the launcher may not recognize them.
Why is the folder duplicated after renaming?
This is due to a conflict between the real folder in /storage/emulated/0 and its symbolic link in the launcher. Solution: delete the duplicate through the file manager and clear the launcher cache.
How to rename a folder if the phone is not rooted?
Use Solid Explorer with the "Use Android Storage" option enabled or connect your phone to your PC via MTP. ADB can also work without root, but with limitations.
Can I get my old name back if I'm wrong?
Yes, just rename the folder back through any of the methods described. If the folder has disappeared from the desktop, add it again through the launcher settings (long tap on the desktop β†’ "Widgets" β†’ "Folders").
Will this work on other Xiaomi models?
Yes, the instruction is relevant for all smartphones on MIUI 12-14, including Redmi Note 10 Pro, POCO X3 and Mi 11. Except for devices with MIUI for business or corporate firmware.