Why canβt you just rename your folder to Android?
Owners of smartphones Xiaomi, Redmi and POCO And often, we have this unexpected problem: the standard way to rename folders that is common with pure Android doesn't work here, so instead of having a long tap on the name or calling the context menu, the system either ignores the actions or suggests that you delete the folder. MIUI, which, for the sake of simplicity, hides some functions.
Unlike the Samsung One UI or Google Pixel Launcher, where renaming folders is intuitive, MIUI requires knowledge of "secret" gestures or workarounds. Moreover, the logic of the work has changed in different versions of the shell: what worked on MIUI 12 may not work on MIUI 14. For example, in older versions you could hold the folder for editing, and now this method works only for widgets.
An additional confusion is that on some models (such as the Xiaomi 13 Pro or Redmi Note 12 Pro+), the renaming function is available directly, but on budget devices like the POCO M5 it is not. This is due to Xiaomiβs policy of simplifying the interface for different user segments. But donβt be quick to blame the manufacturer: we have collected all the ways to rename folders in this article.
Method 1: Standard renaming (works on MIUI 14 and later)
If your smartphone runs MIUI 14/15 (relevant to Xiaomi 13/14, Redmi Note 12, POCO F5 and later), try the official method:
- Open the folder you want to rename with one tap.
- Tap the folder name at the top of the screen (above the app icons).
- A cursor will appear β enter a new name and press Ready on the keyboard.
It's the easiest way to do this, but it doesn't work on all devices, and if you don't get a tap name after that, you don't get a name for it.
- π Update. MIUI Up to the latest version in Settings β The phone. β Updating the system.
- π± Check the model: on some devices (e.g. Redmi) 10A) function.
- π οΈ Reset the launcher settings (see Method 3).
Update MIUI to the current version
Close all background applications
Make sure the folder is not empty (contains at least 1 app)
Check if the "Light Interface" mode is activated"-->
Method 2: A workaround through "Edit Mode"
On devices with MIUI 12-13 (e.g. Xiaomi 11T, Redmi Note 10 Pro), the standard renaming is often blocked, in which case the editing mode of the home screen will help:
- Hold your finger to an empty seat on the home screen until the menu appears.
- Select Screen Settings (or Settings, depending on version).
- Slip on the folder you want to rename, and its contents will open.
- Click on the current folder name (top) and enter a new one.
If this method has not worked:
- π§ Try another launcher: install Nova Launcher or Hyperion Launcher from Google Play β in these, renaming folders always works.
- π² Use the Developer Mode: Activate it in Settings β The phone. β Version. MIUI (Slip 7 times) and check the launcher settings.
Why isn't the tap on the folder name working?
Method 3: Reset the launcher settings (if nothing helps)
If folders refuse to be renamed and previous methods fail, the problem may be the failure of the MIUI Launcher settings.
- Go to Settings β Applications β Application Management.
- Find the MIUI (or Launcher) launcher and open its settings.
- Select Warehouse β Clear the data and confirm the action.
- Reboot your smartphone.
Warning: After the launcher is reset, all folders on the home screen will disappear and the application icons will return to their original state.
Alternative Resetting Method (without loss of data):
adb shell pm clear com.miui.homeThis command must be entered via ADB (plug the phone into a PC with USB debugging enabled).
π‘
Before resetting your launcher, export your settings through Settings β Additional β Backup. This will save not only folders, but also wallpaper, widgets and theme settings.
Table: Method compatibility with MIUI versions
| Method | MIUI 14/15 | MIUI 12/13 | MIUI 11 and older | Notes |
|---|---|---|---|---|
| Tap by folder name | β Yes. | β No. | β No. | It only works on new devices. |
| Screen editing mode | β Yes. | β Partially. | β οΈ Rarely. | MIUI 12 may require an update |
| Launcher reset | β Yes. | β Yes. | β Yes. | Universal method, but resets the settings |
| Third-party launcher | β Yes. | β Yes. | β Yes. | Requires the installation of Nova Launcher or analogue |
Frequent Mistakes and How to Avoid Them
Even after a successful renaming, users face unexpected challenges, and here are the most common ones:
- π€ The folder name is reset after rebooting β It's a bug. MIUI, Solution: Clear the Launcher app cache MIUI customized.
- π΅ Cyrillic or emoji should not be used. β Limitation MIUI. Rename the folder via Nova Launcher, then return to the standard launcher.
- π The folder is not renamed in the "For children" mode" β Turn off the child mode in Settings β Special opportunities β Childhood regime.
β οΈ Note: If the folder is invisible after renaming, check if Hidden Folders are activated in the launcher settings. On some firmware (Xiaomi.eu), this option is activated randomly when editing.
Another common problem is the duplication of folder names. MIUI doesn't prohibit the creation of folders with the same names, but it can cause system updates to crash, to avoid conflicts:
- Use unique names (e.g., "Social Networks 1", "Social Networks 2").
- Do not use symbols /:: *? < > | - they can cause errors.
π‘
If the folder refuses to be renamed, try updating MIUI first. 80% of the time, the problem is solved by switching to the latest version of the shell.
Alternative solutions: third-party launchers and ADB
If none of the standard methods worked, radical methods remain:
1. Installation of a third-party launcher
Launchers like Nova Launcher or Hyperion Launcher not only allow you to rename folders in two clicks, but also offer additional features:
- π¨ Configure folder icons (color, shape, size).
- π nested folders (in MIUI They're not default).
- π Search inside folders by application name.
Cons: Some system widgets (such as Weather or Steps) may not work in third-party launchers.
2. ADB commands for advanced users
If you are familiar with ADB, you can manually change the folder name through the launcher database:
adb shell content update --uri content://com.miui.home.launcher.settings/folders --bind name:s: "New name" --where "title='Old folder'"Warning: improper use of ADB can cause launcher failure.We recommend backing up before experiments.
β οΈ Attention: On devices with MIUI Global Stable Teams ADB For renaming folders, you may not work because of the manufacturer's limitations, and only a launcher reset or third-party software will help.