How to permanently remove the left page on Xiaomi: from minimal changes to radical solutions

You open the screen of a Xiaomi smartphone, swipe to the left, and instead of empty space or the right widgets, you see an obtrusive β€œleft page” with news, advertising or unnecessary MIUI services. This feature, which the manufacturer positions as a β€œsmart tape”, many users find useless, if not completely annoying, especially if it slows down the system, eats traffic or shows content in an incomprehensible language.

In this article, we’ll look at all the possible ways to remove the left page, from simple menu settings to radical methods like disabling system applications or even flashing it. Importantly, not all solutions are equally safe, and some can affect the stability of Xiaomi, so we’ll explain in detail the pros and cons of each option, and also give checklists to verify the result.

Note: the instructions are valid for MIUI 12/13/14 devices (including HyperOS), but some of the methods work on older versions as well. If your model is POCO, Redmi Note or the flagship Mi/Xiaomi series, you will find a solution for your needs here.

1. disable the left page through MIUI settings (the safest way)

The first and most obvious method is to try deactivating the tape through the standard menu, which unfortunately is often hidden or unstable in recent versions of MIUI, but it is worth checking.

Instructions:

  • πŸ“± Long press on the empty seat of the main screen β†’ Select Screen Settings (or Home Screen).
  • πŸ” Scroll down to the News Feed section (may be called Smart Feed, Left Page or MIUI Feed).
  • βš™οΈ Press the switch to turn off the function. If you don't have an option, move to the next way.

If the news item is not on the menu, try an alternative route:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search, enter MIUI Feed or News Feed.
  3. Select the application β†’ Disable (if the button is active).

⚠️ Note: On some firmware, disabling through Application Management may cause weather or calendar widgets to fail. Before acting, check if you are using these features.

πŸ“Š What version? MIUI your Xiaomi?
MIUI 12
MIUI 13
MIUI 14 (HyperOS)
I don't know.
other

2.Reset launcher settings: return the standard screen view

If the left page appears after an update or a theme change, it can be removed by a launcher reset, which does not delete system files, but returns the screens to factory state.

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the MIUI Launcher app (or POCO Launcher if you have POCO).
  3. Click Warehouse β†’ Clear the data and Clear the cache.
  4. Reboot your smartphone.

After the reboot:

  • πŸ”„ Home screen will return to standard (without custom widgets!).
  • πŸ“΅ The left page may disappear, but if not, move on to the next way.
  • ⚠️ You will have to reconfigure the location of icons and folders.

Take a screenshot of the current location of the icons

Remember the widgets used

Check if important notes are tied to the screen

Make sure you know the password from your Mi Account (required to restore widgets)-->

3. Disabling system applications via ADB (for advanced)

If standard methods don’t work, you’ll have to turn off system packages via ADB (Android Debug Bridge), which requires connecting your smartphone to your PC and basic command line knowledge, but yields a complete result.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone. Click 7 times on MIUI Version until you become a developer.

USB debugging

  • Back to Settings β†’ Additionally. β†’ For developers.
  • Turn on the debugging switch over USB.
  • Connect your smartphone to your PC, install it ADB-Drivers and open the command line in the folder with adb.exe.
  • Follow the commands in turn: adb shell pm uninstall -k --user 0 com.miui.systemAdSolution adb shell pm uninstall -k --user 0 com.miui.weather2 adb shell pm uninstall -k --user 0 com.miui.miservice
  • Reboot your smartphone.

πŸ’‘

To return the standard Xiaomi launcher, go to Settings β†’ Applications β†’ Default β†’ Launcher and select MIUI Launcher.

5. Radical methods: flashing and root rights

If all previous methods have failed, the extremes of getting root rights or installing custom firmware remain: these methods give full control of the system, but they deprive you of warranties and can lead to a β€œbrick” (inoperability) of the device.

Option 1: Remove via Magisk (root required)

  • πŸ“Œ Install Magisk and get root rights.
  • πŸ”§ Use a root-enabled file manager (such as Root Explorer) and delete folders: /system/priv-app/MiuiSystemAdSolution /system/priv-app/Weather2
  • πŸ”„ Reset the device.

Option 2: Install custom firmware (e.g. LineageOS or Pixel Experience)

  • ⚠️ Warning: This method completely erases data and can void warranty.

⚠️ Note: On devices with a locked bootloader (Xiaomi blocks it by default), before the firmware must unlock Bootloader through the official Mi Unlock tool.

6. Frequent mistakes and how to avoid them

When you try to remove the left page, users often face typical problems, and let's look at the most common ones and how to solve them.

Problem 1: After the ADB shutdown, the weather or calendar is gone

  • πŸ”„ Return the deleted packets with the command: adb shell cmd package install-existing com.miui.weather2
  • πŸ“± Or install alternative widgets (like Google Weather or Today Weather).

Problem 2: The left page is back after the MIUI update

  • 🚫 Turn off auto-update system: Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
  • πŸ”§ If the update is already installed, repeat the steps from the section about ADB.

Problem 3: The launcher does not save settings after the reboot

  • πŸ”’ Go to Settings. β†’ Annexes β†’ Permits β†’ Autostart and enable autostart for your launcher.
  • πŸ“΅ Turn off battery optimization for launcher: Settings β†’ Battery β†’ Optimizing the battery β†’ Choose a launcher β†’ No restrictions.

πŸ’‘

Before any manipulation of the system, back up your data through Settings β†’ Additional β†’ Backup and Reset. This will save your files if something goes wrong.

FAQ: Answers to Frequent Questions

Can I delete the left page without a computer?
Yes, but the options are limited: Try to disable through the screen settings (section 1). Install a third-party launcher (section 4). ADB or root rights require PC.
Why did the left page reappear after the MIUI update?
The manufacturer often returns disabled features through updates. To avoid this: Turn off auto-update system. Use ADB to re-disable packets. Consider installing custom firmware (e.g. LineageOS without unnecessary Xiaomi services).
Is it safe to remove system applications through ADB?
Disabling packages via adb shell pm uninstall -k --user 0 is safer than deleting them completely because: Files remain in the system but are not active for your user. You can return them back with install-existing. No critical Android components are affected. However, there is a risk: if you disable the wrong package, widgets or system functions may stop working. Always check packet names before executing commands!
How to remove the left page on POCO?
POCO devices (e.g. POCO X3, POCO F4) run on the same MIUI, so all the methods in the article apply. Features: Instead of MIUI launcher, look for POCO Launcher. On some models, the left page is called POCO Feed. For POCO with HyperOS (2026), another ADB command may be required: adb shell pm uninstall -k --user 0 com.poco.fencher.feedback.
Can I return the left page if I need it?
Yes, there are several ways: If you've disabled it through ADB, follow the packet return command (see Section 3). If you've used a third-party launcher, go back to the standard MIUI Launcher. Reset the launcher settings (Section 2). If you've deleted packets through the root, you'll have to reflash the device or restore the backup.