How to change the lock screen on Xiaomi Redmi Note 10: 5 proven ways

The lock screen of the Xiaomi Redmi Note 10 is not just a protection against accidental clicks, but the first thing you see when you turn on your smartphone. The overall experience of using the device depends on its design. Many users do not even suspect that the standard screensaver with watches and notifications can be completely transformed: add animations, change fonts, install dynamic wallpapers or even hide sensitive data from prying eyes.

In this article, we will analyze all available ways to customize the lock screen - from the basic settings MIUI Advanced tricks with the use of ADB We will pay special attention to the nuances that arise on the Redmi Note. 10 (model mojito/sunny) You'll learn how to get around the limitations of the system, what applications really work without root rights, and what to do if the screen stops responding to gestures after the changes.

Before you start experimenting, remember that some methods can reset security settings (such as a fingerprint or a pattern lock). PIN-code from Mi Account to restore access in case of blocking.

1. MIUI Standard Settings: What Can Be Changed Without Third-Party Tools

Firmware MIUI The Redmi Note 10 offers a limited but sufficient set of options for most users to personalize the lock screen. โ†’ Lock screen. Let's take them apart in order:

The main elements available for editing:

  • ๐ŸŽจ Wallpaper: you can choose a static image from the gallery, live wallpaper MIUI or download new ones through the topics
  • โฐ 7 pre-installed designs (including minimalist and neon")
  • ๐Ÿ“ฑ App shortcuts: up to 5 icons for quick launch (camera, flashlight, Google Assistant, etc.)
  • ๐Ÿ” Display notifications: full text, icons only or sensitive data hiding
  • ๐Ÿ–ผ๏ธ Unlocking effects: Swipe animation (wave, particles, blur)

The easiest way to refresh your appearance is to change the wallpaper.

  1. Open the Settings. โ†’ Lock screen โ†’ Wallpaper.
  2. Select category: My wallpaper (from gallery), Live wallpaper or Themes
  3. For live wallpaper options are available with paralax effect (react to the tilt of the phone) and animation when unlocking
  4. Click Apply to make the changes effective

On the Redmi Note 10 with MIUI 13+ There's a Super Wallpaper that's smoothly transformed when you go between the lock screen and the main screen. โ†’ Wallpaper. โ†’ Super wallpaper, but it takes up to 100 MB of memory.

๐Ÿ“Š How often do you change the wallpaper on the lock screen?
Every week.
Once a month
Only when you buy a phone
Never changed.

2. Hidden features: how to enable additional settings

MIUI It hides some of the lock screen functions behind developers or special gestures:

Ways to Disclose Hidden Options:

  • ๐Ÿ”ง Developer Mode: Enable it through Settings โ†’ The phone. โ†’ Version. MIUI (press 7 times. Then in the Additional settings โ†’ For developers, find the Lock Screen option - here you can turn off animation when unlocking or change the sensitivity of the swipe.
  • ๐Ÿ‘† Double touch gesture: in Settings โ†’ Lock screen โ†’ Double tap to wake up activate the function to unlock the phone with two fingers (works even with the screen off)
  • ๐Ÿ”’ Hiding Sensitive Notifications: C Settings โ†’ Notifications โ†’ Lock screen select Hide notification content for specific applications (e.g. messengers)
  • ๐ŸŽต Musical visualization: when you play music, animations appear on the lock screen. To turn it off, go to Settings. โ†’ Sound and vibration โ†’ Visualization on the lock screen

One of the most useful hidden tricks is changing the font of the watch.

  1. Download the font in.ttf format (for example, from fonts.google.com)
  2. Place the file in the Download folder
  3. Install it through Settings. โ†’ Additional settings โ†’ font
  4. Select a new font in the lock screen settings

๐Ÿ’ก

If the clock on the lock screen is not displayed correctly (too large or small) after changing the font, return the standard MiSans font and restart the phone.

3. Third-party apps: top-5 deep-customization tools

If the standard capabilities MIUI The main rule: install programs only from Google Play or the official Xiaomi store to avoid viruses:

AnnexFunctionsNeed root?Reference
Always On DisplayActivation of Always On (time, notifications, battery), customization of colors and animationsNo.Google Play
Lock Screen CustomizerChanging the location of the clock, adding weather widgets, calendar, changing transparencyNo.Google Play
KLCK Kustom Lock ScreenCreating fully custom screensavers with animation, interactive elements and scriptsFor certain functionsGoogle Play
Edge LightingSetting up the screen edges lighting at notifications (works on AMOLED-screen)No.Google Play
TapetAutomatic generation of unique wallpapers taking into account the color palette of the systemNo.Google Play

In the case of KLCK Kustom Lock Screen can be created with a lock screen:

  • ๐ŸŒก๏ธ Weather widget with animation (rain, snow)
  • ๐Ÿ“Š Battery usage schedule
  • ๐ŸŽฎ Interactive buttons for music management
  • ๐Ÿ” Dynamic change of background depending on the time of day

Important: Some applications (such as Always On Display) can increase battery consumption. 5-10%. Minimize the impact:

Turn off background activity in battery settings

Set a dark topic for AMOLED-screen

Limit the frequency of updating widgets

Use "Light Mode" in the application settings-->

Why Does Always On Display Not Work on Redmi Note 10?
The Redmi Note 10 is used in the IPS-screen AMOLED), It doesn't support Always On at the hardware level, and it's software-enabled, which leads to increased battery consumption. AMOLED-A matrix (for example, Redmi Note 10 Pro).

4. Advanced customization through ADB: power-user

If you are willing to go further than graphical interfaces allow, you can use the ADB-Android Debug Bridge, which is a deep customization technique that doesn't require root rights, but rather a command line:

Preparation for work with ADB:

  1. Turn on the debugging. USB In Settings โ†’ Additional settings โ†’ For developers
  2. Download Platform Tools from the official Android website
  3. Connect Redmi Note 10 to PC and confirm debugging permission

Useful. ADB-lock-screen:

# Disable Unlock animations


adb shell settings put global window_animation_scale 0




adb shell settings put global transition_animation_scale 0




adb shell settings put global animator_duration_scale 0




Change the style of the watch (0-6 - available options)



adb shell settings put system lock_screen_clock_style 3




Hide the gesture clues



adb shell settings put secure lock_screen_show_help_message 0




Allow changing wallpaper without unlocking



adb shell settings put global lock_screen_allow_wallpaper_change 1

โš ๏ธ Attention: Misuse of the right ADB This can cause system failures. Always back up before experimenting. For example, the adb shell settings put system. lock_pattern_autolock 0 Disables automatic screen locking, which reduces security.

To return the standard settings, use:

adb shell settings reset global


adb shell settings reset system




adb shell settings reset secure

๐Ÿ’ก

ADB-commands allow you to change parameters that are not available in the GUI, but they apply to the entire system.

5. Problem Solving: Lock screen fails to respond or resets

After experimenting with the settings, you may encounter typical problems on the Redmi Note 10.

Frequent faults and methods of correction:

  • โš™๏ธ Screen does not respond to swipes: restart your phone in safe mode (hold the power button) โ†’ "Safe Mode. If the problem has disappeared, delete the last customization application installed.
  • ๐Ÿ”„ Wallpaper resets after rebooting: clear the Themes app cache in Settings โ†’ Annexes โ†’ Application management
  • ๐Ÿ”’ Fingerprints disappeared after changing the wallpaper: it is a bug MIUI. Re-register fingerprints in Settings โ†’ Passwords and security โ†’ Fingerprint.
  • ๐Ÿ“ฑ Watches display incorrectly after changing font: return the standard MiSans font and restart the device

If the lock screen has completely stopped working (does not respond to touch, does not display notifications), reset the lock screen settings:

  1. Go to Settings โ†’ System โ†’ Resetting settings
  2. Select Reset the Lock screen settings (not to be confused with a full reset!)
  3. Confirm the action with a password from the Mi Account

โš ๏ธ Attention: On the Redmi Note 10 with MIUI 12.5+ There's a bug that, after you reset the lock screen settings, you may lose the Up to Wake function. โ†’ Lock screen โ†’ Raise to wake up and turn on the option again.

6.Alternative launchers: a complete replacement of the standard lock screen

If you are not satisfied with even the expanded opportunities MIUI, You can completely replace the lock screen with alternative launchers, which run on top of the standard shell and offer unique features:

Top.-3 launcher:

  • ๐Ÿš€ Nova Launcher: allows you to change icons, add gestures, customize animations. The lock screen requires a Nova Lock Screen plugin (requires root)
  • ๐ŸŽจ Action Launcher: Supports adaptive icons, fast action on the lock screen (e.g., double tap camera launch)
  • ๐Ÿ”„ Smart Launcher 6: Automatically sorts apps by category and offers minimalist themes for the lock screen

To install an alternative launcher:

  1. Download the launcher from Google Play
  2. Assign it as the default launcher in the application settings
  3. Set up the lock screen via the launcher menu (usually in the Lock Screen or Security section)

Important: Alternative launchers do not replace the lock screen MIUI, They just put their own interface on top of it:

  • Notifications will still be sent through the standard screen.
  • Some gestures (such as double touching) may conflict
  • For a complete replacement, root or custom firmware is needed.

7.Security: How to protect data during customization

When you change the lock screen, it's easy to overlook security issues.

Critical security settings:

  • ๐Ÿ” Turn off notifications on the lock screen for instant messengers and mail (especially if you use public Wi-Fi networks)
  • ๐Ÿ‘ค Remove Personal Information from Wallpaper: Avoid photo of documents, tickets or screenshots with passwords
  • ๐Ÿ”„ Set up automatic locking through 15-30 Seconds of inactivity in Settings โ†’ Lock screen โ†’ Autolocking
  • ๐Ÿ“ฑ Use a reliable one. PIN-code (at least 6 digits) as a backup method of unlocking

If you install third-party customization apps, check their permissions:

  • โŒ Don't give access SMS or calls โ€“ this is unnecessary to work with the lock screen
  • โŒ Refuse access to geolocation if the app does not offer weather widgets
  • โœ… Allow access to the storage only for loading wallpaper

โš ๏ธ Attention: On the Redmi Note 10 with MIUI 13+ vulnerability: if you enable the display of the device owner on the lock screen (in Settings) โ†’ Lock screen โ†’ Owner's information, which will be visible even when the phone is locked. Avoid giving your real name and phone number here.

FAQ: Answers to Frequent Questions

Can I put a GIF on the lock screen without root?
Yes, but with limitations. Video Live Wallpaper allows you to convert GIFs to live wallpaper, but the animation will only play back after unlocking (on the lock screen itself, the GIF will be static).
Why did the lock screen settings reset after the MIUI update?
It's standard behavior. MIUI with major updates (for example, with MIUI 12.5 by 13) The system resets custom wallpaper, watch style and gestures to prevent conflicts. To avoid losing settings, take a screenshot of the current configuration before updating or save the wallpaper to a separate folder.
How to remove ads from the lock screen on Redmi Note 10?
Advertising on the lock screen appears because of the function of the Recommendation in MIUI. To disable it: Go to Settings โ†’ Lock screen Disable slider Recommendations Also check settings in Topics โ†’ Settings โ†’ If the advertisement remains, clear the cache of the Topic app and MSA (Mobile Services Ads in Application Settings.
Can the lock screen be made transparent?
A clean, transparent lock screen without root is not possible due to restrictions. MIUI. However, you can achieve a similar effect: Install wallpaper with a transparent background (PNG Alpha channel) In the lock screen settings, select background blur (maximum value) Use dark theme for visual "transparency" effect For real transparency, you need root and an application like Xposed Framework with LockScreen Transparent module.
How to return the standard lock screen after experiments?
If you have used third-party apps: Remove all installed launchers and customization programs Go to Settings โ†’ Annexes โ†’ Application Management Find System Interface MIUI and clear the cache Perform a reset of the lock screen settings in Settings โ†’ System system โ†’ Resetting settings if changes are made through ADB, Use the reset commands given in Section 4.