How to create a folder on Xiaomi Redmi Note 9: all ways + problem solving

Xiaomi Redmi Note 9 remains one of the most popular smartphones in the budget segment, but even experienced users sometimes have questions about basic operations. One of them is creating folders to organize files. MIUI (Xiaomiโ€™s branded shell has its own features that are not always obvious.

In this article, weโ€™ll look at all the possible ways to create folders on Redmi Note 9, from the standard file manager to third-party applications, focusing on common errors that prevent folders from being created or disappear after a reboot, and how to name a folder correctly so that it displays correctly in different applications, and why sometimes DCIM or Download behave differently than expected.

1. Method 1: through the standard MIUI File Manager

The most obvious and quickest method is to use the built-in file manager. On the Redmi Note 9, it's called Explorer** or File Manager (in the English version of firmware), you'll find it in the app menu or search the system (swipe down on the home screen).

Instructions:

  • ๐Ÿ“‚ Open the โ€œConductorโ€ and go to the Internal Memory section or SD-map (if installed).
  • ๐Ÿ“ Select the folder you want to create a new one inside (such as Download or root directory).
  • โž• Click on three dots in the upper right corner (โ‹ฎ) โ†’ Choose Create a folder (or New folder).
  • โœ๏ธ Enter the name (without prohibited characters: / \: *? " < > |) And press OK.

An important caveat: if you create a folder at the root of internal memory, its name must not match system directories (e.g. Android, MIUI, DCIM), otherwise the folder may not appear or be available for some applications.

Check the free space on the device|Make sure the folder name does not contain any prohibited characters.|Do not create folders in system partitions (e.g. system or data)|Restart your phone if the new folder doesnโ€™t show up-->

If you need to organize media files, it is more convenient to do it directly in the Gallery app, which is suitable for creating folders with photos and videos that will be automatically recognized by the system.

How it works:

  • ๐Ÿ–ผ๏ธ Open the Gallery and select the Albums section.
  • โž• Press the badge. + (usually) โ†’ Make an album.
  • ๐Ÿ“ Please specify the name and add files to it (you can choose later).
  • ๐Ÿ’พ Click Save - the folder will appear in DCIM or Pictures.

Note that the albums created through the Gallery are physically folders in the phoneโ€™s memory, and can be seen in the Explorer along the path of Inner Memory/DCIM/.thumbnails or Pictures. However, not all file managers display hidden folders (those that start from a dot).

I create folders manually |Use cloud services |I store everything in Download |I don't sort at all-->

3. Method 3: Using third-party file managers

Xiaomiโ€™s standard Explorer isnโ€™t always convenient โ€” for example, it doesnโ€™t show hidden files by default and has limited functionality.

  • ๐Ÿ“ฑ Solid Explorer (paid, but with trial period)
  • ๐Ÿ“‚ FX File Explorer (free, root-supported)
  • ๐Ÿ” Total Commander (classic two-panel manager)

Example of folder creation in Solid Explorer:

  1. Open the app and give access to the memory.
  2. Go to the desired partition (for example, /storage/emulated/0/ is the root of internal memory).
  3. Click on the + icon in the lower menu โ†’ Folder.
  4. Enter the name and confirm the creation.

Third-party managers have the advantage of showing the full structure of the file system, including hidden folders (such as.nomedia, which blocks scanning of media files).

What is a.nomedia folder?
It's a hidden file (or folder) that tells Android not to scan the media in that directory, which is useful if you don't want photos from a particular folder to be displayed in the Gallery, and you can create it in any file manager by enabling the display of hidden files.

Method 4: Connecting to a PC (as a flash drive)

If you don't have enough space on your phone or you're more comfortable with a big screen, you can create a folder through your computer.

  1. Connect the Redmi Note 9 to your PC via USB (use the original cable!).
  2. On the phone, select File Transfer Mode (FTP or MTP).
  3. Open this computer (Windows) or Finder (Mac) โ€“ the phone will appear as a removable disk.
  4. Go to the desired section (for example, Internal storage) and create the folder in the standard way (right click โ†’ Create โ†’ Folder).

โš ๏ธ Note: if the phone is not detected when connecting, check:

  • ๐Ÿ”Œ Cable (try another, preferably with data support).
  • ๐Ÿ“ฑ Connection mode on the phone (should be File System, not just charging).
  • ๐Ÿ–ฅ๏ธ Drivers on PC (Windows may require Mi installation) PC Suite).

This method is convenient for mass file transfer, but has a limitation: some system folders (for example, the system folders are not used for the purpose of file transfer, Android/data) Can not be changed through a PC without root rights.

5. Method 5: Using ADB (for advanced users)

If you need to create a folder in a protected partition (for example, to modify the system), you can use ADB (Android Debug Bridge), which requires the inclusion of USB debugging and is suitable only for advanced users.

Instructions:

  1. Turn on Developer Mode on your phone: go to Settings โ†’ About Phone โ†’ MIUI version and tap 7 times on this item.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, open the command prompt (Windows) or terminal (Mac/Linux) and type:
adb shell


mkdir /sdcard/NewFolder

Where /sdcard/ is the root of the internal memory and NewFolder is the desired name.

โš ๏ธ Attention: creating folders in sections /system or /data/data If you don't have root rights, you'll get Permission denied. Don't try to get around the restrictions, it could disrupt the system.

๐Ÿ’ก

If the adb command is not recognized, download Googleโ€™s Platform Tools and add the path to the folder to the PATH environment variable.

Typical problems and their solutions

Even after successful folder creation, Redmi Note 9 users face a number of challenges.

Problem.Reason.Decision
The folder does not appear in the โ€œConductorโ€File Manager Cache or System FailureClear the Explorer cache in Settings โ†’ Apps or reboot your phone
The folder disappears after rebootingCreated in a temporary section or without rightsCheck the creation path (should be /storage/emulated/0/...) and access rights
You can't rename or delete the folder.The file is used by the system or applicationClose all programs that work with files, or use ADB
The folder is not visible in the Gallery.There is no.nomedia file or wrong pathMove files to DCIM or Pictures, delete.nomedia if you have one

If none of these methods worked, check the integrity of the file system.

  1. Go to Settings โ†’ Memory โ†’ Cleanup.
  2. Choose to check and correct (if available).
  3. Or connect your phone to your PC and execute the command in ADB:
adb shell fsck /dev/block/mmcblk0p1

โš ๏ธ This command requires root rights and can lead to data loss if used incorrectly!

๐Ÿ’ก

If the folder is not created in any way, check the free space on the device (minimum required). ~500 MB) and integrity SD-cards (if you use them).

7. How to name the folder correctly: rules and restrictions

What could possibly go wrong with naming a folder? In fact, MIUI and Android impose a number of limitations:

  • ๐Ÿšซ Prohibited symbols: / \: *? " < > | โ€” Using them will lead to an error.
  • ๐Ÿ“› Name length: no more 255 symbols (including the path, /storage/emulated/0/The name of the folder may not work.
  • ๐Ÿ”ค Register: Android is case sensitive (Folder and folder are different directories).
  • ๐Ÿ“ System names: you can not use con, prn, aux, nul (Windows reserved if you connect your phone to a PC).

Recommendations on naming:

  • ๐Ÿ“Œ Use Latin or Cyrillic without spaces (replace with or -).
  • ๐Ÿ—ƒ๏ธ For media files, it is better to stick to standard folders: DCIM (Photos, Music (audio), Movies (video).
  • ๐Ÿ” If the folder is not visible in the application, add at least one file to it โ€“ some managers do not display empty directories.

Example of correct names:

  • โœ… Work_Documents_2026
  • โœ… Photo vacation Sochi
  • โŒ My files/documents? (contains prohibited characters)

FAQ: Answers to Frequent Questions

Can you create a folder for SD-The card is formatted as an internal memory?
Yes, but with reservations. SD-The card is used as an extension of internal memory (Adoptable Storage function in Android), then: Folders are created in the same way as in internal memory. SD-If you extract the map, the data will be inaccessible. SD-card as a portable storage (in memory settings).
Why is the folder not displayed in the Gallery, even though there are files inside?
It's probably a.nomedia file in the folder. It blocks scanning of media files. Solutions: Delete.nomedia through the file manager. Move files to standard folders (DCIM, Pictures). Reboot your phone, sometimes the Gallery cache is updated with a delay.
How to create a folder at the root of internal memory if the Explorer does not give?
Restrictions related to security policy MIUI. Bypass: Use a third-party file manager (e.g. Solid Explorer). Connect your phone to your PC and create a folder through this computer. Enable Developer Mode and use ADB (see method 5). โš ๏ธ Do not create folders with system directories (Android, MIUI) โ€” It can cause disruption.
Can I recover a folder that was accidentally deleted?
Yes, but success depends on the time elapsed after deleting: If less than a day has passed, use applications like DiskDigger or Recuva (requires root for deep scanning). SD-map: connect the card to your PC and scan PhotoRec. If sync is enabled: check Google Photos or Mi Cloud - maybe the files are saved there. โš ๏ธ After deleting, do not write new files to your device โ€“ this reduces the chances of recovery.
Why canโ€™t you create a folder in Android/data on Redmi Note 9?
The Android/data folder contains application data and is protected by the system. Access is restricted for two reasons: Security: preventing the change of other people's applications. Android policy: since version 7.0, access to /data is prohibited without root. If you need to change the files of a particular application: Use the built-in functions of the application (for example, backup). Get root rights (but this voids the warranty).