How to completely remove notes from the screen Xiaomi Redmi: from widgets to system notifications

Notes on the Xiaomi Redmi screen are a useful feature for quick access to important information, but sometimes they interfere, take up space or display at the most inopportune moment. For example, confidential records can be accidentally seen by other people when you show photos or launch an application. In this article, we will discuss all possible ways to delete notes, from standard MIUI settings to hidden developer settings.

Complicating the problem is that different versions of the firmware (MIUI 12, MIUI 13, HyperOS) may have different settings menus, and some widgets are removed in an unobvious way. We tested all methods on the Redmi Note 10/11/12, Redmi 9/10 and POCO X3/X4 models – instructions are relevant for most Android 11-14 devices.

1. Delete notes from the lock screen

Xiaomi’s lock screen can display both user notes (from the Notes app) and system notifications to remove them:

  1. Open the Settings β†’ Lock screen.
  2. Go to the Lock screen style section.
  3. Select the current style (such as MIUI or Digital Watch) and click Set up.
  4. Turn off the option to Show notifications or Widgets on the lock screen.

If you have any notes, check your privacy settings:

  • πŸ“± Settings β†’ Annexes β†’ Permits β†’ Notifications β†’ Find Notes and turn off the display on the locked screen.
  • πŸ”’ In some versions MIUI Disable the content of notifications in the security settings.

πŸ’‘

If you still see the notes after disabling the notifications, try restarting the phone – sometimes the changes are only applied after the reboot.

2. How to remove the Notes widget from your desktop

Notes widget on the home screen is removed in the standard way, but there are nuances:

  1. Press and hold the Notes widget on your desktop.
  2. At the top of the screen will appear basket - drag widget there.
  3. If the cart doesn’t appear, try swiping the widget up or down (depending on the MIUI version).

If the widget is not deleted:

  • πŸ”„ Restart your phone and try again.
  • πŸ“¦ Check if the protection mode is installed (in some firmwares, widgets are blocked by the device administrator).
  • πŸ› οΈ Update the Notes app via Play Market – old versions have bugs with removal.

Make sure the widget is not attached to the folder | Check for updates for the Notes app | Turn off power saving mode (it can block changes) |Reboot the device if the widget is "hang-->

3. disabling system notes (notifications)

Xiaomi sometimes shows system notes, such as update reminders or usage tips, which can be turned off:

  1. Go to Settings β†’ Notifications and Status bar.
  2. Select System Notifications.
  3. Find items like MIUI Tips, System Updates, or Security and turn them off.

To completely shut down:

  • πŸ“΅ In Developer Settings (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times) turn off the tips on MIUI.
  • 🚫 In Settings β†’ Annexes β†’ App management find System Notifications and disable display.

User Notes on the Lock Screen|Widget "Notes" on the desktop|System notifications from MIUI|All options are equally annoying-->

4.Reset the settings of the Notes widget

If the notes continue to appear after deleting, the app settings may have gone wrong.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the notes and select it.
  3. Click Warehouse β†’ Clear the data and Clear the cache.

Warning: This will delete all local notes not synced with Mi Account!If important records are not stored in the cloud, back up:

  • πŸ“± Open the app Notes β†’ Settings β†’ Export of notes.
  • πŸ’Ύ Save the file to Google Drive or send it to your email.
What if I returned after resetting the notes?
This means that the notes are synced with Mi Account. To delete them permanently: 1. Open Settings β†’ Accounts β†’ Mi Account. 2. Turn off sync for the Notes app. 3. Delete notes manually through the app, and then turn on sync again (if necessary).

5. Delete Notes via ADB (for power users)

If standard methods don’t work, you can remove the Notes widget via ADB (Android Debug Bridge), which is suitable for users with an unlocked bootloader and USB debugging enabled.

Instructions:

  1. Connect your phone to your PC and open the command line in the folder with ADB.
  2. Enter the command to check the connection: adb devices (should display the name of your device).
  3. Remove the widget command: adb shell pm uninstall -k --user 0 com.miui.notes (this will remove the Notes app only for the current user).

⚠️ Warning: After this command, the Notes app will disappear from the system, so to return it, you will have to reset the phone to the factory settings or reinstall the firmware.

πŸ’‘

Use ADB only if other methods have failed. Wrong commands can disrupt the system!

6 Problems after MIUI update

After the firmware update (MIUI 13 β†’ MIUI 14 or HyperOS), notes may reappear due to resetting the widget settings.

Problem.DecisionNote
Notes returned after updateRepeat the steps from Section 1 (disable on the lock screen)In HyperOS, the path to settings may be different
The widget is not removed from the desktop.Clear the Launcher app data (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear Data)This will throw off all the icons!
System notifications appear againTurn off Auto-Optimization in Settings β†’ BatteryMIUI can automatically activate notifications after optimization

If the problem persists, check the firmware version:

  • πŸ“² V MIUI 14 and newer notes can be part of Mi Smart Hub – turn it off in Settings β†’ Connections and sharing.
  • πŸ”§ In HyperOS, widgets are managed through Settings β†’ Desktop β†’ Setting up the layout.

Alternative solutions

If nothing helps, consider radical measures:

  • πŸ”„ Reset to factory settings (delete all data, but guaranteed to remove notes) Before doing this, back up through Settings β†’ Additionally. β†’ Backup and reset.
  • πŸ“± Installing a third-party launcher (like Nova Launcher or Apex Launcher) will replace the standard desktop and allow you to manage widgets flexibly.
  • πŸ›‘οΈ Disabling the Application Notes through ADB (without removal: adb shell pm disable-user --user 0 com.miui.notes (the app will stay in the system, but will stop working).

⚠️ Warning: resetting to factory settings will delete all data, including photos, contacts and messages. If you haven't backed up, it won't be possible to restore the information.

FAQ: Frequent questions

Can I remove notes from the lock screen but leave them on the desktop?
To do this, turn off the notifications display on the locked screen (Settings β†’ Lock screen β†’ Style β†’ Set β†’ Show notifications), but do not remove the widget from the desktop.
Why does the Notes widget appear again after deleting?
This is due to automatic sync with Mi Account or a crash in Launcher.Try: Disable Note Sync in Xiaomi account.Clear Launcher app data (see Section 6).
How to return deleted notes if they were important?
If you haven't made a backup, try: Check the Recycle Bin in the Notes app (Basket section, 30 days shelf life). Restore data via Mi Cloud (Settings β†’ Mi Account β†’ Cloud β†’ Restore). Use data recovery software (such as Dr.Fone or EaseUS MobiSaver), but the odds are low.
Will the ADB work on POCO?
Yes, POCO uses the same MIUI/HyperOS firmware, so the ADB commands will work, so the key is to unlock the bootloader and enable USB debugging.
Can I turn off notes only for a specific user (if there are multiple profiles)?
Yes. If you use the ADB command with the --user 0 flag, the changes will only apply to your current profile.