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
If after the renaming, the name was dropped to "No Name" or "New Folder", it indicates a failure of the launcher synchronization.
- Reset the device.
- Hold the folder, then drag it to the free desktop space (this will force the launcher data to be updated).
- 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 folder | The path in the file system | Can 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:
- Open Mi File Explorer (or any other file manager with root permissions if required).
- Go to the internal memory section or SD-map.
- Find the folder that shows the label on the desktop, or target the content or date of creation.
- Hold the folder β select Rename.
- Enter a new name (allowed symbols A-Z, a-I, 0-9,, -, space).
What to do if the folder is not renamed?
β οΈ Note: Rename system folders (e.g. Android, MIUI) Xiaomi Redmi Note 9 automatically restores the names of critical directories after a reboot.
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:
- Connect the Redmi Note 9 to your computer and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Follow the command to check the connection: Adb devices must display the serial number of your device.
- Get a list of desktop folders: adb shell dumpsys activity service com.miui.home/.launcher.Launcher | grep "folderInfo"
- Find the line with the name of your folder (for example, title="Work") in the output. Copy the screen and id value.
- 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:
- Reset the device.
- 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:
| Launcher | Advantages | Deficiencies |
|---|---|---|
| Nova Launcher | Flexible folder settings, gesture support, backup | Premium version for some functions |
| Hyperion Launcher | Optimized for Xiaomi, Minimalist Design | Less to do with the design |
| Lawnchair | Open source, support for Android 12+ | There may be bugs on older versions of MIUI. |
Instructions for installation and setting:
- Download the launcher from Google Play (like Nova Launcher).
- Click Home and select the new launcher as the main one.
- Create a folder on your desktop (hold the app icon, then drag it to another).
- 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.