How to rename the folder on the desktop Xiaomi Redmi Note 9: all ways with explanations

Introduction: Why the Standard Method Doesn't Always Work

Renaming folders on the Xiaomi Redmi Note 9 desktop seems like a trivial task - as long as you don't encounter MIUI Launcher bugs or file system limitations. Unlike pure Android, Xiaomi's shell has its own shortcuts and folders rules, which often baffles users.

The main problem is the MIUI architecture: desktop folders are not just directories in a device’s memory, but virtual containers tied to a launcher, and their names are stored in the system’s database, not in the file structure, which means that simply renaming through a file manager (like Mi File Explorer) will only work for 10% of cases β€” when the folder is created as a real directory, not as a group of shortcuts.

In this article, we will discuss three working methods, including hidden MIUI functions, ADB workarounds, and nuances for different firmware versions (from MIUI 11 to MIUI 14).

Method 1: Standard renaming with MIUI Launcher

This method works for folders created by drag and drop shortcuts (not to be confused with directories in the device’s memory!).The algorithm is the same for all versions of the Redmi Note 9 (including the Pro, Pro Max and 4G/5G models), but may differ visually depending on the version of MIUI.

Instructions:

  • πŸ“± Open the folder on the desktop with one tap (do not hold it back!).
  • πŸ“ Tap the text field with the name of the folder at the top of the screen. If there is no field, your folder is the real directory (see Method 2).
  • ✏️ Enter a new name (maximum 20 characters, including spaces).
  • βœ… Click Ready or tap outside the field.

β˜‘οΈ Checking before renaming

Done: 0 / 4

If after the renaming, the name was dropped to "No Name" or "New Folder", it indicates a failure of the launcher synchronization.

  1. Reset the device.
  2. Hold the folder, then drag it to the free desktop space (this will force the launcher data to be updated).
  3. Repeat the attempt to rename.

πŸ’‘

If a folder contains more than 15 shortcuts, MIUI can automatically reset its name, split the content into 2 folders, or use Method 3 (ADB).

Method 2: Rename real directories through file manager

This method is suitable for folders that appear on the desktop as shortcuts of real directories (for example, folders "Downloads", "Images" or created manually through Mi File Explorer). πŸ“ and when opened, show the contents of the device memory.

Important: Xiaomi Redmi Note 9 It uses two file systems – internal memory (/storage/emulated/0/) and SD-The path to the desktop folders depends on their origin:

Type of folderThe path in the file systemCan I rename it?
System folders (Downloads, DCIM)/storage/emulated/0/Download/, /storage/emulated/0/DCIM/Yeah, but the name will reset after the reboot.
User folders (manually created)/storage/emulated/0/ or /storage/XXXX-XXXX/ (SD-map)Yes, no restrictions.
MIUI folders (Themes, Records)/storage/emulated/0/MIUI/No (protected by the system)

Step-by-step:

  1. Open Mi File Explorer (or any other file manager with root permissions if required).
  2. Go to the internal memory section or SD-map.
  3. Find the folder that shows the label on the desktop, or target the content or date of creation.
  4. Hold the folder β†’ select Rename.
  5. Enter a new name (allowed symbols A-Z, a-I, 0-9,, -, space).
What to do if the folder is not renamed?
If the file manager gives an error "failed to rename", check: 1. Is there any forbidden characters in the name (/, \,:, *,?, ", <, >, |). 2. Is the folder not used by the system process (for example, com.android.providers.media). 3. Is the file manager sufficient rights (for system folders root is required). If the problem remains, use Method 3 (ADB).

⚠️ Note: Rename system folders (e.g. Android, MIUI) Xiaomi Redmi Note 9 automatically restores the names of critical directories after a reboot.

πŸ“Š What file manager do you use on Xiaomi?
Mi File Explorer
Solid Explorer
FX File Explorer
Total Commander
Other

Method 3: Rename through ADB (for power users)

This method will be useful if:

  • πŸ”§ The folder is not renamed through a launcher or file manager.
  • πŸ“± The name is reset after rebooting.
  • πŸ› οΈ Requires massive renaming (for example, for folders with backups).

The work will require:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ”Œ USB-cable (preferably original from Xiaomi).
  • πŸ“± On the smartphone enabled Developer Mode and Debugging by USB.

Instructions:

  1. Connect the Redmi Note 9 to your computer and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Follow the command to check the connection: Adb devices must display the serial number of your device.
  4. Get a list of desktop folders: adb shell dumpsys activity service com.miui.home/.launcher.Launcher | grep "folderInfo"
  5. Find the line with the name of your folder (for example, title="Work") in the output. Copy the screen and id value.
  6. Rename the folder with the command (replace the settings): adb shell am broadcast -a com.miui.home.RENAME_FOLDER -e id [ID_PAPKI] -e title β€œNew name"

πŸ’‘

ADB-team MIUI If the folder name contains spaces, put it in quotation marks: -e title "My documents".

⚠️ Attention: Misuse of the right ADB It can cause a launcher to crash, if after the commands are executed, the desktop has stopped responding:

  1. Reset the device.
  2. If the problem persists, reset the launcher settings: adb shell pm clear com.miui.home

Typical problem solving

Even after the successful renaming, Redmi Note 9 users are faced with MIUI bugs, and here are the most common scenarios and solutions:

Problem 1: The folder name is reset after the reboot

Reason: MIUI launcher does not save changes to the database.

  • πŸ”„ Update the launcher via Google Play (if the beta version is used).
  • πŸ“₯ Install an alternative launcher (e.g. Nova Launcher or Hyperion).
  • πŸ”§ Reset the launcher settings: adb shell pm clear com.miui.home

Problem 2: The folder disappeared after the renaming

Cause: Conflict with launcher cache or damage to labels.

  • πŸ” Check the Lost.Dir folder at the root of the memory - sometimes MIUI Moves the β€œlost” folders there.
  • πŸ“‚ Create a new folder and transfer shortcuts from the backup to it (if it was made).
  • πŸ”„ Reinstall the update MIUI through settings β†’ The phone. β†’ Updating the system.

Problem 3: You can not enter the Cyrillic alphabet in the name

Cause: Launcher encoding failure (often occurring after upgrading to MIUI 13/14).

  • 🌐 Switch the system language to English, rename the folder, then return Russian.
  • πŸ“ Use it. ADB (Method 3 – it bypasses the interface limitations.
  • πŸ“± Install a patch through Magisk (root required) that corrects the encoding MIUI.

Alternative launchers: when the standard MIUI Launcher fails

If you have trouble renaming folders regularly, consider using a third-party launcher.This is true for Redmi Note 9 users who have:

  • πŸ”„ MIUI Launcher often resets settings.
  • πŸ“± Extended desktop customization is required.
  • πŸ› οΈ Support for gestures or unique folder names (e.g., emojis).

Top.-3 Launcher for Xiaomi with support for renaming folders:

LauncherAdvantagesDeficiencies
Nova LauncherFlexible folder settings, gesture support, backupPremium version for some functions
Hyperion LauncherOptimized for Xiaomi, Minimalist DesignLess to do with the design
LawnchairOpen source, support for Android 12+There may be bugs on older versions of MIUI.

Instructions for installation and setting:

  1. Download the launcher from Google Play (like Nova Launcher).
  2. Click Home and select the new launcher as the main one.
  3. Create a folder on your desktop (hold the app icon, then drag it to another).
  4. Tap the folder name β†’ enter a new one (Nova Launcher supports emoji and long titles).

πŸ’‘

Third-party launchers are not affected by MIUI bugs, but may conflict with system services (e.g., com.miui.securitycenter). Back up your desktop through Settings β†’ Applications β†’ Launcher β†’ Backup before installing.

Advice on the organization of the working table

To avoid folder problems in the future, follow these guidelines:

  • πŸ“ Do not create folders with the same name β€” MIUI They can automatically combine them.
  • πŸ”€ Use short names (up to 12 characters) to reduce the risk of crashes.
  • πŸ”„ Clean the launcher cache regularly: Settings β†’ Annexes β†’ Application management β†’ Launcher β†’ Clear the cache.
  • πŸ“± For important folders, backup your files via Mi Cloud or Google Drive.

An example of the optimal desktop structure for the Redmi Note 9:

πŸ“± Desktop 1:




- folder "Social networks" (VK, Telegram, WhatsApp)




- Work folder (Mail, Calendar, Docs)




- Weather widget





πŸ“± Desktop 2:




Multimedia folder (YouTube, Gallery, Music)




- Game folder.




- Smart home control widget

⚠️ Note: Do not store confidential files in folders on your desktop (for example, scans of documents). MIUI indexes the contents of the folders for search, and when resetting the data can become available to other applications.

FAQ: Frequent questions about folders on Xiaomi Redmi Note 9

Can I rename the Downloads folder on the desktop?
Technically, yes, but the change will only be visually displayed - the real directory /storage/emulated/0/Download/ will retain its name. Once you reboot or update MIUI, the folder name on the desktop will reset to the standard one.
Why did all the folders drop to "No Name" after the MIUI update?
This is a well-known MIUI bug that is associated with migrating launcher data during major updates (e.g., MIUI 12 to MIUI 13). Solution: Reboot your device. Open each folder and rename it. If it doesn't work, reset the launcher settings via ADB (see Method 3).
How to return a deleted folder from the desktop?
If the folder was deleted as a group of shortcuts: Check the Recycle Bin in Mi File Explorer (Recently Deleted). If the folder was system (e.g. Favorites), restore it through a launcher reset: adb shell pm clear com.miui.home For custom folders, try recovering from the Mi Cloud backup (if sync was enabled). ⚠️ Application shortcuts in the remote folder are not removed from the device – only from the desktop.
Can I create a folder with an emoji in the title?
Standard. MIUI Launcher - no (emoji characters will be replaced with "?") Bypass: Use a third-party launcher (e.g. Nova Launcher). ADB coded UTF-8: adb shell am broadcast -a com.miui.home.RENAME_FOLDER -e id [ID] -e title $'\xF0\x9F\x98\x80My folders' (where \xF0\x9F\x98\x80 β€” hex code for emoji πŸ˜€).
Why can’t you rename the folder to SD-map?
MIUI imposes restrictions on the work of SD-Because of security policy, because of the security policy: πŸ”§ Format. SD-card as internal memory (settings) β†’ memory β†’ SD-map β†’ format). πŸ“ Move the folder to internal memory, rename, then return it back. πŸ–₯️ Connect. SD-card to the computer through the card reader and rename the folder manually. ⚠️ Formatting SD-The card as internal memory will lead to encryption, and then the card will not be read on other devices!