How to make a folder without a name on Xiaomi: 5 working ways

Creating a folder without a name on Xiaomi smartphones with a MIUI shell is a task that at first glance seems simple, but in practice faces the limitations of the system. Many users want to organize the desktop or file manager, hiding the names of folders for aesthetics or privacy. However, standard renaming methods do not work here: the system simply does not allow you to leave the field empty or use the space as a name.

In this article, we will discuss 5 Proven ways to circumvent restrictions MIUI, This includes the use of unprintable characters, special Unicode codes, and even manual editing of system files for advanced users. You will also learn which Xiaomi models support these methods, what risks exist when changing system parameters, and how to return everything back if something goes wrong. MIUI 14/15 and Android-based smartphones 13/14.

Before you start, consider that some methods require superuser rights or third-party apps. If you’re a beginner, start with the simplest ways (sections 2–3), and experienced users can jump straight to advanced techniques (sections 4–5).

1.Why does MIUI not allow you to create folders without a name?

Xiaomi’s MIUI shell has strict restrictions on the naming of folders and files, which are set at the system library level.

  • πŸ“ Security Policy: Empty names can cause errors in the file system or conflicts with system processes.
  • πŸ” Search convenience: without a name, a folder is difficult to find through a standard search MIUI.
  • πŸ› οΈ Cloud Compatibility: Mi Cloud and Google Drive May Not Sync Empty Named Files.
  • πŸ“± Optimization of the interface: on the desktop MIUI Unnamed folders can break the icon grid.

However, you can get around these limitations by using invisible Unicode characters or editing folder metadata manually, and then we will look at each method in detail, starting with the most secure.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 12
POCO X5
Xiaomi 13
Redmi 10
Other

2. Method 1: Using an invisible Unicode symbol

The easiest and safest method is to insert a non-printable Unicode character into the folder name, which will visually make the name empty, but technically it will.

  1. Copy one of these characters (click to select): (U+2000) – narrow space (U+3000) – ideographic space (U+205F) – average mathematical gap
  2. Go to File Manager β†’ Folders (or desktop if you create a folder with icons).
  3. Click Create a folder (or rename an existing one).
  4. Insert the copied character instead of the name and save it.

The result: the folder will be displayed without a visible name, but it will remain clickable, and this method works on all versions of MIUI without root rights.

Unseen Unicode | symbol copied

The folder is created in the desired section (internal memory)./SD-map)|

Name retained without additional gaps |

Checked display in the file manager and on the desktop-->

Limitation: In some versions of MIUI 14+, characters can be shown as squares, in which case, try another character from the list.

Method 2: Renaming by ADB (without root)

If Unicode characters don't fit, you can rename the folder through Android Debug Bridge (ADB), a debugging tool that doesn't require root rights, a method that is suitable for advanced users because it requires a PC connection.

Instructions:

  1. Turn on Developer Mode on Smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC and open the command line (Windows) or terminal (macOS/Linux).
  4. Enter the commands in order: adb shell cd /sdcard/Folder which need rename/mv old name" Note: instead of "insert an invisible character from the Method 1.

⚠️ Note: Do not rename system folders (Android, MIUI, DCIM) β€” This can cause camera or app failures.

What if the ADB can’t see the device?
Make sure that Xiaomi drivers are installed USB Drivers (download from official website) Try another one USB-Cable (original) Include the Debugging option in the developer settings USB (Security settings) and confirm your PC permission. Restart your phone and PC, then reconnect.

4. Method 3: Editing the file.nomedia (for hidden folders)

If your goal is not only to remove the name, but also to hide the folder from the gallery and the media scanner, you can combine an invisible name with a.nomedia file, a technique often used for folders with personal photos or documents.

How it works:

  • πŸ“‚ Create a folder with an invisible name (Trick 1).
  • πŸ“„ Create an empty file called.nomedia (use any file manager that supports hidden files, such as Solid Explorer).
  • πŸ”’ The folder will no longer be displayed in the gallery and most media players, but will remain accessible through the file manager.

Important: Some apps (like Google Photos) ignore.nomedia and scan folders independently of that file.

MethodRoot is required.It's working at MIUI 14/15.Risk to the system
Unicode's Invisible Symbol❌ No.βœ… Yes.⚠️ Low.
Renaming through ADB❌ No.βœ… Yes.⚠️ Medium (in case of errors)
File.nomedia❌ No.βœ… Yes.βœ… No risk.
Editing of the MediaProvider databaseβœ… Yes.❌ Partially.❌ High-pitched

5. Method 4: Modifying metadata through root (advanced)

For root-right users, the MediaProvider database is directly edited, which is responsible for displaying files in the system, which allows you not only to remove the name, but also completely hide the folder from the system scanners.

⚠️ Note: Incorrect editing of the database may lead to loss of access to media files or failures in the gallery.

Instructions:

  1. Install Root Explorer or FX File Explorer with root support.
  2. Go to /data/data/com.android.providers.media/databases/external.db
  3. Open the file in the SQL editor (e.g. SQLite Editor).
  4. Find the file table and edit the record with your folder, replacing the title field with an empty line or invisible character.
  5. Save the changes and restart the device.

This method is irreversible without re-editing the database, and if the folder disappears from the file manager, restore it through an adb shell or backup.

adb pull /data/data/com.android.providers.media/databases/external.db

This will allow you to recover data if something goes wrong.-->

6. Method 5: Hiding a folder through third-party launchers

If your goal is to remove the folder name on the desktop rather than the file system, the easiest way to use an alternative launcher is to use it, such as:

  • πŸš€ Nova Launcher (supports the concealment of icon names).
  • 🎨 Apex Launcher (allows you to replace names with spaces).
  • πŸ”§ Microsoft Launcher (flexible folder settings).

How to set up:

  1. Install the selected launcher from Google Play.
  2. Make it the default launcher in the application settings.
  3. Create a folder on your desktop and rename it using a space or invisible character (as in Method 1).
  4. In the launcher settings, enable Hide icon names (in Nova Launcher: Settings β†’ Desktop β†’ Application tags β†’ Hide).

The advantage of this method is that it does not require any system intervention and works on any version of MIUI.

Possible problems and solutions

When creating folders without a name, you may encounter the following errors:

Problem.Reason.Decision
The folder appears as "Untitled"MIUI automatically plugs the plug.Use another invisible symbol (e.g. U+200B)
The folder disappeared after renamingError when editing via ADB/rootCheck the path through adb shell ls /sdcard/
It doesn't work.nomediaThe file was created incorrectlyDelete the old file and create a new one with Solid Explorer
The symbols are displayed as squares.MIUI font does not support UnicodeInstall a third-party font through Themes

If none of the methods worked, check:

  • πŸ“Œ Version MIUI: on MIUI 16+ Additional restrictions may be required.
  • πŸ”„ System Updates: Sometimes bugs are fixed in new versions.
  • πŸ›‘οΈ Antivirus: Some applications (such as Mi Security) block changes to the file system.

πŸ’‘

If you only need a folder for personal use, combine an invisible name with a.nomedia file and a third-party launcher – this is the most reliable and secure way.

FAQ: Frequent questions

Can I create a folder without a name on Xiaomi without root?
Yes, use invisible Unicode characters (Method 1) or ADB (Method 2). Root is not required.
Why did the folder disappear after the name change?
Chances are you got the wrong way when using ADB or deleted the folder instead of renaming.Cert the file list with adb shell ls /sdcard/.
Will the folder without a name be visible in Google Drive?
Yes, Google Drive displays all folders, even with invisible characters in the name. To hide it, move it to the archive or use.nomedia (but this does not guarantee hiding in the cloud).
Can you hide your system folders (for example, DCIM)?
❌ Absolutely not. Renaming system folders will cause the camera to crash, the gallery to crash, or even the device to fail completely.
How to return the usual name to the folder?
Just rename it through file manager or ADB, with a new name. If the folder is hidden because of.nomedia, delete the file.