How to permanently remove tips from the lock screen on Xiaomi: from tips to advertising

The lock screen on Xiaomi smartphones is not just a protection against accidental clicks, but also a whole platform for displaying notifications, tips and even advertising. For many users, MIUI tips (β€œHow to turn on dark mode?”, β€œOptimize the battery!”) become an annoying element that prevents you from quickly unlocking the phone. Worse, on some firmware, these β€œtips” take up to 30% of the screen, blocking the time, date and weather widgets.

In this article, we’ll look at all the current ways to remove tips from the lock screen, including hidden MIUI settings, disabling through ADB, and even radical methods for those who are willing to sacrifice some functionality. Instructions are checked on Xiaomi 13/14, Redmi Note 12/13 and POCO F5/X5 with MIUI 14/15 firmware (Android 13/14). If your model is older, use the FAQ at the end of the article, where you’ll get the nuances for outdated versions.

Why Xiaomi is showing tips on the lock screen?

Tips and tips are part of MIUI’s philosophy, which aims to help users at every turn, and the message is that the notifications should:

  • πŸ“± Make it easier to learn a new smartphone (for example, tell you how to turn Always On Display on).
  • πŸ”‹ Optimize the operation of the device (tips for saving battery, cleaning memory).
  • πŸ’° Monetize firmware (advertising Xiaomi services, partner applications).

However, in practice, most users, these tips not only do not help, but also create problems:

  • ⏱️ Slow down unlocking – you have to wait until the animation board disappears.
  • πŸ‘€ Distract – Bright banners pull attention from notifications.
  • πŸ”’ Violate privacy – some tips are displayed even when the screen encryption is enabled.

The root of the problem lies in System UI, the MIUI system process that controls the lock interface. Unlike standard Android, where tips are disabling in two clicks, Xiaomi has this functionality hidden deep in the settings or is not in the GUI at all.

πŸ“Š How often do you get annoyed by the tips on the lock screen?
Constantly.
Sometimes.
I used to be annoyed, but I used to.
I like them.
Didn't notice them.

Method 1: Disconnect via MIUI settings (the easiest)

If your smartphone runs MIUI 14/15, try the standard method. It will work on most models, except POCO with custom firmware and devices for the Chinese market (China ROM).

  1. Open the Settings β†’ Lock screen.
  2. Scroll down to the Tips section on the lock screen (on some models – MIUI Tips).
  3. Move the slider to the off position.
  4. Reset the device (required!).

⚠️ Attention: On some firmware (MIUI 13 and below) this paragraph may not be available. ADB.

β˜‘οΈ Preparing for councils to be turned off

Done: 0 / 4

If after the shutdown, the tips continue to appear, check:

  • πŸ”„ Firmware updates – sometimes bugs are fixed in new versions MIUI.
  • πŸ“¦ Third-party launchers – they may conflict with system settings.
  • πŸ› οΈ Developer Mode – If it is enabled, some restrictions are reset.

Method 2: Disconnect via ADB (for power users)

If the standard settings don't work, you'll have to use Android Debug Bridge (ADB), a low-level system setup tool that doesn't require root rights, but it takes a computer and 10 minutes.

πŸ“Œ What's the matter:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB Type C C Cable (original!).
  • πŸ“± Included Developer Mode and Debugging by USB smartphone.
  • πŸ“‚ Utility. ADB Tools by Google.

πŸ”§ Step-by-step instruction:

  1. Download and unpack ADB Tools on your computer.
  2. Connect your smartphone to your PC and select File Transfer mode.
  3. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  4. Enter the command: adb shell settings put global lock_screen_show_notifications 0
  5. Reset the device.

⚠️ Warning: This command disables all notifications on the lock screen, including messages from messengers. If you only need notifications, but not advice, use an alternative command:

adb shell pm hide com.miui.systemAdSolution

(It only works on MIUI 14+).

What if the ADB does not recognize the device?
1. Make sure that Xiaomi drivers are installed (download from [official website](https://new.c.mi.com/global/miuidownload/index)).2. Try another one. USB-cable (cheap cables often do not support data transmission).3. Include in the developer settings the option Debugging by USB (security parameters) and confirm the PC permission.

Method 3: Using third-party applications (without root)

If ADB seems too complicated, you can use apps from Google Play that block system notifications.

AnnexFunctionalConsReference
Lock Screen NotificationsFilter notifications by keywords (you can block the words β€œadvice”, β€œhint”)Paid version for full functionalityPlay Market
NaptimeBlocks background activity of system processes, including adviceRequires settings through ADBPlay Market
MIUI Hidden SettingsUnlocks Hidden MIUI Options, Including Disabling TipsIt doesn't work on all models.APKMirror

πŸ” If you just want to take down the tips, try Lock Screen Notifications. If you want to optimize completely, you can do it. MIUI β€” set up MIUI Hidden Settings (but be careful: incorrect settings can lead to crashes!).

πŸ’‘

Before installing third-party apps, check reviews from the last 2-3 months. Some utilities stop working after MIUI updates.

Method 4: Manual removal via TWRP (for advanced)

If you're willing to take drastic measures and your smartphone has its bootloader unlocked, you can delete the system files responsible for the tips, which requires root rights and TWRP Recovery installed.

⚠️ Warning: Incorrect actions can lead to a device blink (completely inoperable!

πŸ“‚ What files to delete?

  • /system/priv-app/SystemAdSolution/SystemAdSolution.apk is the main module of tips.
  • /system/priv-app/MiuiSystemAdSolution/MiuiSystemAdSolution.apk is an alternative location.
  • /data/data/com.miui.systemAdSolution – cache and settings (remove after restarting).

πŸ”§ Instructions:

  1. Load to TWRP (clip Power + Volume Up).
  2. Go to File Manager and find the files.
  3. Remove them (or rename them by adding the.bak extension).
  4. Clean Dalvik/ART Cache in the Wipe section.
  5. Reboot.

☝️ Important: After Update MIUI Deleted files can be restored. To avoid this, use Magisk and the Systemless Hosts module to block the download of tips.

Method 5: Reset the lock screen settings (extreme case)

If no methods have worked, and the tips keep coming, you just have to reset the lock screen settings to factory settings, and it won't delete your data, but it will return all the display settings (wallpaper, widgets, PIN-code) to the "out of the box" stateΒ».

πŸ”„ How to drop:

  1. Go to Settings β†’ System and device β†’ Resetting.
  2. Select Reset the lock screen settings (not to be confused with a full reset!).
  3. Confirm the action and wait for the reboot.

⚠️ Note: Some models (Redmi Note 10 and older) may not have this item, so you will have to do a full reset, but save the data via Mi Cloud or Google Drive.

πŸ’‘

Resetting your lock screen settings is the most reliable way to remove tips, but it will also remove all of your personal display settings (including fingerprints and pattern lock).

What if the tips returned after the update?

Xiaomi regularly updates MIUI, and sometimes after the update, the settings are reset.

  1. Turn off automatic updates MIUI: Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update β†’ Off.
  2. Use ADB to permanently lock: adb shell pm disable-user --user 0 com.miui.systemAdSolution (this will disable the user-level tips module).
  3. Install an alternative launcher (like Nova Launcher) that can intercept system notifications.

πŸ“Š Statistics: According to the data XDA Developers, on MIUI 15 tips are returned after the update in 60% of cases. To avoid this, after each update, repeat the procedure with the update. ADB.

FAQ: Frequent questions about tips on lock screen

πŸ”Ή Why my Xiaomi doesn’t have β€œTips on the lock screen” in the settings?
It depends on the MIUI version and regional firmware: Global ROM (European/Indian) usually has a clause. On China ROM it is often deleted - use ADB. On MIUI 12 and below, this item is hidden in Settings β†’ Notifications β†’ Notification settings on the lock screen.
πŸ”Ή Can I remove advice without a computer?
Yes, but with limitations: Use the app MIUI Hidden Settings (see Method 3) Install an alternative launcher (e.g. Lawnchair) that blocks system notifications. Disable all notifications in Settings β†’ Notifications β†’ Notifications on the lock screen (radical method). ⚠️ No ADB or root complete removal of tips is not possible on some firmware.
πŸ”Ή Why did the notices disappear after the councils were turned off? Telegram/WhatsApp?
It's a side effect of teams. ADB, To return messengers: Open notification settings for each application (Settings for each application) β†’ Notifications β†’ [Appendix]. Enable the option to Show locks on the screen. Use an alternative command ADB: adb shell settings put global lock_screen_allow_private_notifications 1
πŸ”Ή Are these methods working on POCO F5/X5?
Yeah, but with nuances: POCO s MIUI for POCO There's usually a standard tip-off point. If you don't have one, use it. ADB (See method 2. POCO Launcher tips can appear even after shutdown – install a third-party launcher. πŸ’‘ Tip: On POCO Often helps reset launcher settings (Settings) β†’ Annexes β†’ POCO Launcher β†’ Warehouse β†’ Clear the data).
πŸ”Ή Can I get my advice back if I need it?
Yes, all changes are reversible: If you use the settings MIUI β€” Just turn the slider back on. ADB β€” Adb shell settings put global settings lock_screen_show_notifications 1 If you delete files through TWRP β€” Restore them from backup or re-flash them MIUI freshly.