The For You folder (or Recommended in the English version of MIUI) is one of the most annoying features of Xiaomiβs firmware. It automatically appears on the home screen, is littered with ads, unnecessary apps and βpersonalizedβ offers that are rarely useful in practice. Worst of all, after a MIUI update, this folder often returns on its own, even if youβve already deleted it before.
In this article, 5 working ways to get rid of recommendations for good (or at least for long), including hidden MIUI settings, ADB disconnection and radical methods for advanced users. The instructions are relevant for all modern models of Xiaomi, Redmi and POCO based on MIUI 12-14 (including global, European and Chinese versions).
Why does the βFor Youβ folder appear over and over again?
The reason is MIUI architecture. The Recommended folder (or com.miui.home.launcher.Recommended in system files) is not just a widget, but part of the MIUI launcher, which is responsible for displaying the home screen, and its behavior is controlled by several components at once:
- π Updates MIUI: After major updates (for example, with the MIUI 13 on MIUI 14) the system resets some "pre-fabricated" settings, including folder hiding.
- π¦ Google and Mi Account Services: If you are logged in to a Xiaomi or Google account, the system can βdecidβ that the recommendations are useful to you and return the folder.
- π οΈ Optimizer MIUI: Built-in software for βaccelerationβ of work (Security) β Optimize sometimes resets the interface settings.
- π± Manufacturer: Xiaomi actively promotes its services (Mi Video, Mi Browser, GetApps), so the folder can be restored as part of the βecosystemΒ».
It's important to understand that you can't completely delete the Recommended folder without root rights, because it's in the framework-res.apk and miui-home.apk system files, but you can disable it, hide it, or replace it with something more useful. Then you can use step-by-step instructions for each method.
Method 1: Disconnect via MIUI settings (without root)
The easiest and safest method is to use the built-in options, which is suitable for most users and does not require technical skills, but it has a limitation: after resetting or updating the MIUI, the folder can return.
β οΈ Note: Some firmware (e.g. Chinese or custom) may have different paths to settings. If you don't find a recommendation, try method 2 or 3.
Instructions:
- Open the Settings. β Main screen (Home screen).
- Scroll down and find the Recommended or App Suggestions section.
- Turn off the slider Show recommendations.
- Return to the home screen, press the folder For You and drag it to the cart (or click Delete).
If the recommendation item is not in the settings:
- π Try searching by settings (the magnifying glass icon at the top) β type βrecommendationsΒ».
- π± In some models (POCO F4, Redmi Note 12 - The option is hidden in Settings β Annexes β Application management β Launcher settings.
- π Restart your phone after you turn off β sometimes changes only apply after you reboot.
βοΈ Verification of disabling recommendations
Method 2: Reset the launcher settings (without data loss)
If the folder For You continues to appear, resetting the settings of the standard MIUI launcher will help. This method does not affect user data (photos, contacts, applications), but will return the standard placement of icons on the home screen.
How to do this:
- Open Settings β Applications β Application Management.
- In the search, enter Launcher or MIUI Launcher.
- Click on the application, then select Storage β Clear data.
- Confirm action. The phone will automatically restart the launcher.
After discharge:
- π± The folder For you will disappear, but you will have to reconfigure the main screen (wallpaper, widgets, icon location).
- π We recommend you to immediately disable recommendations through Settings β Main screen (see Method 1) to prevent folder from returning.
- π‘οΈ If you use a third-party launcher (for example, Nova Launcher), this method will not help - you need to delete the folder through the settings of the alternative launcher.
π‘
Before resetting the launcher, take screenshots of the current arrangement of icons - so you will quickly restore the usual look of the main screen.
Method 3: Disconnect via ADB (for advanced users)
If standard methods do not work, you can block the Recommended folder at the system level using the ADB-This is a way of connecting the phone to the computer, but it doesn't need root rights. MIUI, including global and Chinese.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π± Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π οΈ Utility. ADB Tools (download from Android Developers website).
Step-by-step:
- Connect the phone to your computer and allow debugging (a request will appear on the phone screen).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Follow the command to disable recommendations: adb shell pm hide com.miui.home.launcher.Recommended If the command doesn't work, try an alternative: adb shell settings put global hide_recommended_folder 1
- Reboot your phone: adb reboot
If the folder is back after the reboot:
- π Repeat the command adb shell pm hide... sometimes you need to run it twice.
- π± Check if the settings have reset after the update MIUI (see method 1).
- π‘οΈ On some firmware (for example, MIUI China may require additional command: adb shell settings put secure recommended_folder_enabled 0
β οΈ Attention: MIUI 14 and newer Xiaomi tightened control over the ADB-If you've got the folder left after you run the commands, try turning off optimization. MIUI (Settings β Battery β Optimization MIUI β Turn it off and repeat the procedure.
Method 4: Installation of a third-party launcher (radical solution)
If youβre tired of fighting MIUI Launcher, the most reliable way to get rid of recommendations is to install an alternative launcher, which will completely replace the standard interface, and the For You folder will disappear forever (until you return to MIUI Launcher).
The best launchers for Xiaomi:
| Launcher | Pluses | Cons | Reference |
|---|---|---|---|
| Nova Launcher | Maximum customization, no advertising, gesture support | Premium version for some functions | Google Play |
| Lawnchair 2 | Free, Lightweight, Android 12+ Support | Less customization than in Nova | Official website |
| Hyperion Launcher | Design for iOS, smooth animation | No Russian language, rare bugs | Google Play |
| Apex Launcher | Theme support, gestures, backup | Outdated design, rare updates | Google Play |
How to install and configure:
- Download the launcher from Google Play or from the official website (for Lawnchair).
- After installation, click Home and select the new launcher as the main one.
- In the launcher settings, disable all options related to recommendations or advertising (for example, in Nova Launcher: Settings β Home Screen β Turn off Google Discover).
- Customize the main screen for yourself - now the folder For You will not return, as another launcher is used.
If you want to return to MIUI Launcher:
- π The folder for you may appear again β you will have to turn it off again (see Method 1 or 3).
- π± Certain functions MIUI (For example, Super Wallpapers or Second Space may not work properly with third-party launchers.
How to return MIUI Launcher after installing an alternative?
Method 5: Root removal (for power users)
If you have root rights (like Magisk), you can completely remove the Recommended folder from your system files, which is the most reliable method, but you need to be careful β wrong actions can lead to a launcher crash or other problems.
What needs to be done:
- Make sure you have Magisk or another root rights manager installed on your phone.
- Download any file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/priv-app/MiuiHome/ or (for newer MIUI versions): /system/product/priv-app/MiuiHome/
- Find the miui-home.apk file and back it up (copy it to a safe location).
- Open the file in a text editor (for example, via APK Editor) and find lines related to Recommended or com.miui.home.launcher.Recommended.
- Delete or comment on these lines, then save the file and restart the phone.
Alternative method (easier but less reliable):
- π± Install a Magisk module called MIUI Debloater (available in Magisk repository).
- π§ In the module settings, find the Remove Recommended Folder option and activate it.
- π Restart your phone β the folder should disappear.
β οΈ Note: Deleting system files may cause the launcher or other components to fail MIUI. If the phone stopped working normally after the changes, restore the backup. miui-home.apk Or reflash the device via Fastboot.
What do you do if nothing helps?
If you have tried all the ways, but the folder For You stubbornly returns, radical measures remain:
- π΅ Shutting down the Internet for services MIUI: Go to Settings. β Annexes β Application management β Show everything, find it. MIUI Daemon (com.xiaomi.midrop) and MiuiHome, then turn off mobile data and Wi-Fi for them. This may disrupt some features (such as themes or weather widgets).
- π Reverse to the old version MIUI: On some versions (for example, MIUI 12.5) folder Less intrusive or absent for you. You can find stable firmware on forums (for example, 4PDA or Xiaomi.eu and flash it through Fastboot.
- π± Use custom firmware: Firmware like LineageOS, Pixel Experience or ArrowOS completely remove all components MIUI, The downside is the loss of some branded features (e.g. Always-on Display or Super Wallpapers).
If you decide to custom firmware, consider:
- π§ Requires unlocking the bootloader (you can do it through the official Xiaomi tool, but you need to wait 7-15 days).
- π΅ Possible problems with Widevine L1 (no HD into Netflix/Disney+), camera-sensor.
- π Updates will have to be installed manually.
π‘
Custom firmware is the last option, if you care about all the features of Xiaomi (for example, you need to use it, IR-blaster or camera modes, it is better to stay on MIUI and use Methods 1-3.