The MIUI widgets on the Xiaomi Redmi Note 10 are one of the most controversial interface elements. For some users, itβs a convenient way to quickly access the weather, calendar or notes, for others, a useless βsheetβ that eats up space on the screen and slows down scrolling. Unfortunately, the manufacturer did not provide an obvious βdeleteβ button, but you can get around this limitation in several ways, from standard settings to technical manipulations of the system.
In this article, weβll look at all the current ways to remove the strip of widgets on the Redmi Note 10 (including the Pro, Pro Max and 5G models), their pros and cons, and explain why widgets sometimes come back after a reboot. If youβre tired of unnecessary elements on the home screen, read on.
Why the widget tape appears and can it be removed forever
The widget tape (or "Minus Screen" as it's called in MIUI) is the left panel on the home screen that swipes to the right, and it contains widgets of weather, pedometer, quick contacts, and other Xiaomi services, and it can't be removed by default through the standard menu, but that doesn't mean it's not possible.
The main reasons why users want to get rid of the tape:
- π± Takes up space - on screens with resolution FHD+ (Like the Redmi Note 10, swiping is annoying, especially if you use gestures.
- β‘ Brake system β weather and news widgets are constantly updated in the background, consuming battery power.
- π Data collection β some widgets (such as Mi Browser or Mi Video) send analytics to Xiaomi.
- π¨ It doesnβt fit in with the design β if youβre using a custom launcher or theme, the standard tape looks alien.
Can you delete it forever? Yes, but with reservations:
- β Settings β temporary shutdown (returns after update) MIUI).
- β Through the launcher - permanent hiding, but with the loss of some functions MIUI.
- β Through ADB β Complete removal of the system component (requires unlocking of the bootloader).
Method 1: Disconnect the tape through standard MIUI settings
The easiest and safest method is to use the built-in shell options, which does not require superuser rights or technical skills, but has a limitation: after the MIUI update, the tape can return.
Instructions for Xiaomi Redmi Note 10 (relevant to MIUI 12-14):
- Open the Settings. β Main screen screen.
- Scroll down and find System Launcher (or Home Screen Style in older versions).
- Select No-minus screen (or Standard if the first option is not available).
- Confirm the changes and restart the smartphone.
If there is no point without a negative screen, try an alternative path:
- Hold your finger to the free space on the main screen.
- Slip to the screen settings (cog at the bottom).
- Turn off the slider Show the minus screen (if any).
βοΈ Preparation before tape is turned off
What if the tape doesn't disappear? Sometimes the changes don't apply immediately.
- π Reboot the phone.
- π± Set another theme from the theme (even standard, but with reinstallation).
- ποΈ Clear the launcher cache: Settings β Annexes β Application management β Launcher β Warehouse β Clear the cache.
π‘
If the MIUI update has returned the tape, repeat the steps from this section, most often the problem is solved by choosing a different theme or resetting the launcher settings.
Method 2: Use of a third-party launcher (permanent solution)
If standard settings don't work, you can completely replace the system launcher with an alternative one, which is a radical but effective method that is guaranteed to remove the widget tape and provide additional customization options.
The best launchers for the Redmi Note 10:
| Launcher | Pluses | Cons | Reference |
|---|---|---|---|
| Nova Launcher | Flexible gesture setting, icon pack support, no advertising | Premium version for some functions | Google Play |
| Lawnchair | Free, open source, support for Pixel-fit | Less to do with the design | Google Play |
| Hyperion Launcher | Optimized for Xiaomi, support MIUI-gesture | Rare updates | Google Play |
| Microsoft Launcher | Integration with Windows, Weather and Calendar Widgets | Telemetry collection (can be turned off) | Google Play |
How to install and configure:
- Download the launcher from Google Play (links in the table).
- After installation, click Home and select the new launcher as the main one.
- In the launcher settings, disable all options related to MIUI or Minus Screen.
- If necessary, import icons and widgets from the old launcher.
β οΈ Note: When using a third-party launcher will stop working some features MIUI: Gestures MIUI (So, for example, swipe down to search. Pop-ups for texting and calling. System widgets (weather, pedometer) β you'll have to replace them with Google Play. If these are critical, consider Method 3 (ADB).
Method 3: Remove tape via ADB (for advanced users)
If you're willing to take drastic measures, you can completely remove the system component that runs the widget tape, which requires an unlocked bootloader and access to ADB, but gives you a 100% guarantee of getting rid of the unnecessary element.
What you need:
- π₯οΈ Computer with installed ADB and Xiaomi drivers.
- π± Unlocked bootloader on Redmi Note 10 (instruction: miui.su).
- π USB-cable (preferably original).
- π Backup of data (in case of failure).
Step-by-step:
- Activate Developer Mode: Settings β About Phone β MIUI Version (tap 7 times) Then go back to Settings β Additional β For Developers and turn on USB Debugging.
- Connect your phone to your PC and confirm access via ADB.
- Open the command prompt (Win + R β cmd) and type: adb shell pm uninstall -k --user 0 com.miui.miservice This command removes the service responsible for the widget tape.
- Reboot your smartphone: adb reboot
If the tape is left after the restart, try additional commands:
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.miui.notesβ οΈ Note: Removal of system components through ADB Can lead to: Broken weather widget and notes (even in third-party launchers) Update errors MIUI (You have to repeat the procedure. Mi Account malfunctions (if you delete the extra packets). Do not delete the packets that are not named in this manual.
What to do if the phone does not turn on after ADB?
Frequent problems and their solutions
Even after the successful removal of the tape, Redmi Note 10 users are faced with nuances.
1.The tape is back after the MIUI update
This is standard system behavior, after a major update (for example, from MIUI 13 to MIUI 14), all settings are reset.
- π Repeat Method 1 (disconnect via settings).
- π₯ If you've used ADB, re-command.
- π« Turn off automatic updates MIUI: Settings β The phone. β Updating the system β βοΈ β Auto-update.
2.Gesturals do not work after the launcher change
The launcher side often conflicts with Xiaomi's native gestures to take back control:
- π Install Fluid Navigation Gestures from Google Play.
- π§ In the launcher settings (Nova/Lawnchair) Enable the option to use system gestures.
- π± Return to the standard launcher and reconfigure gestures in Settings β Display. β Gestures.
3. Weather and clock widgets are gone
If you delete system packages through ADB, standard widgets will stop working.
- βοΈ Install Google Weather or AccuWeather.
- β° For the watch, use Chronus or KWGT (custom-widgeted).
- π For the calendar, Google Calendar or Business Calendar is suitable.
π‘
If after manipulations with the system the phone began to brake or warm up, reset the cache through Recovery (clamp Power + Volume up when turned on).
Alternative methods (for experienced users)
If none of these things work, consider these options, which require deep knowledge or risky actions, but sometimes they are the only solution.
1. editing of the build.prop file
You can manually disable the tape by adding a string to the system file.
- Get root access (for example, through Magisk).
- Open /system/build.prop file in a text editor (e.g. BuildProp Editor).
- Add a line: ro.miui.has_minus_screen=false
- Save the changes and restart the phone.
Installation of custom firmware
Firmware like Pixel Experience or LineageOS completely removes all MIUI elements, including the widget tape.
- β οΈ Loss of guarantee.
- πΈ Will not work branded features of the camera Xiaomi.
- π Possible battery problems (unoptimized software).
For firmware instructions, look for 4PDA or XDA-Developers forums (Redmi Note 10).
3.Use of the Xposed Framework
MIUI Minus Screen Remover for Xposed or LSPosed allows you to hide the tape without deleting system files.
- π οΈ Root is required.
- π May conflict with updates MIUI.
- π Risk of a βboatloopβ (locking on the loading).