How to set up the lock screen on Xiaomi Redmi 9: from wallpaper to hidden features

Why Change the Standard Lock Screen and What You Can Configure

The lock screen of the Xiaomi Redmi 9 is not just a barrier to your smartphone, but a full-fledged information hub. The standard MIUI theme with a corn logo and gray wallpaper quickly gets boring, especially if you use the phone daily. Meanwhile, even without superuser rights (ROOT), you can change almost everything here, from the background image to the location of the clock, weather widgets and notifications.

But it's not just aesthetics. A properly configured lock screen makes it easier to access frequently used features. For example, you can add a flashlight or camera shortcut directly to a locked screen so you don't waste time unlocking. Or, if you like minimalism, remove all the extra elements, leaving only time and date. In this article, we'll look at all the official and semi-official ways to customize the lock screen on Redmi 9, including the hidden settings of MIUI 12/13/14.

It’s important to understand that features depend on the firmware version. On Redmi 9 (codenamed lancelot) with MIUI Global/EEA, most features are available out of the box, but some options may not be available in regional versions (for example, Chinese firmware has more animation options). If your phone is upgraded to MIUI 14, you’ll get additional design styles and dynamic wallpapers.

Method 1: Change wallpaper through standard settings

The easiest method is to use the built-in MIUI theme gallery, which requires no third-party apps to install, and works on any firmware version.

  1. Open the Settings β†’ Lock screen.
  2. Click on the lock screen wallpaper.
  3. Choose one of the proposed options: πŸŒ„ Dynamic wallpaper - animated backgrounds that react to the time of day (available from the MIUI 12.5+). 🏞️ Static images – standard wallpaper from Xiaomi or your photos from the gallery. 🎨 Color gradients – abstract color transitions (the option may not be available in older versions) MIUI).

gallery

.jpg

.png

.webp

Apply

Note that if you choose a high-resolution wallpaper (like 4K), the system automatically optimizes it for the Redmi 9 screen (1600Γ—720 resolution), but this can take a few seconds. Also note that dynamic wallpaper slightly increases battery consumption - by 2-5% in 8 hours according to XDA Developers tests.

πŸ’‘

If the wallpaper looks blurry, try turning off the "Blurr Background" option in the lock screen settings, which is especially true for photos with small details.

Method 2: Install third-party themes from MIUI Themes

MIUI Themes offers thousands of free and paid lock screen styles, including animations, custom fonts, and even modified notification logic. Here's how to use them:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the Lock screen tab.
  3. Scroll through the list of topics or search for keywords (e.g., β€œminimal”, β€œdark”, β€œios”).
  4. Click on your favorite topic and select Apply. Some themes require downloading up to 50MB of additional resources.

To customize the widgets:

  1. Go to Settings β†’ Lock screen β†’ Widgets.
  2. Activate the switches next to the desired elements.
  3. To change the order, hold the widget and drag it to the right place.

On the Redmi 9 with MIUI 13+, the option "Double tap to wake up" (Settings β†’ Display β†’ Screen Wake up) is available, which allows you to turn on the screen with two taps on it, even if the phone is lying on the table.

How to return standard widgets after resetting?
If the lock screen widgets are lost after updating or resetting the settings, try: 1. Reboot the phone. 2. Disable and turn on the option "Show widgets" again in the lock screen settings. 3. Update the System Settings app via Google Play (if you use global firmware).

widgetFunctionalityRequirements
Weather.Temperature, precipitation, 5-day forecastIncluded location determination
Camera.Quick swipe camera launchNot present (always working)
Google KeepViewing and taking notesInstalled Google Keep app
Music playerManaging playback (pause, track, volume)Audio is played in the background

Method 4: Change the style of the clock and date (hidden settings)

Few people know, but MIUI has hidden options for changing the style of displaying time and date on the lock screen. These settings are not documented, but work on most versions of the firmware for Redmi 9:

  1. Open the Settings app.
  2. Go to About Phone and tap 5 times on the MIUI version to activate the Developer Mode.
  3. Return to the main settings menu and open Additional β†’ Special features β†’ Lock screen settings (the path may vary depending on the version of MIUI).
  4. Here you'll find the options: πŸ•’ Time format β€” 12/24 hour, display of seconds. πŸ“… Date format - day of the week, full date, short format. 🎨 Color of text - white, black, automatic (depending on wallpaper). πŸ”€ Font - system, handwritten, monowire (available not in all regional firmware).

The Redmi 9 with MIUI 14 has a feature called Clock Animation, which adds a smooth change in numbers as time changes, but it significantly increases the CPU load (according to Geekbench, up to 7% growth in CPU consumption in standby mode). If you notice that the phone is warming up in your pocket, you better turn it off.

Make sure that MIUI is at least 12.0.2 (otherwise options may not be available)

Take a screenshot of the current settings (in case of reset)

Check the battery (some animations discharge the phone faster)

-->

Method 5: Advanced customization with ADB (without ROOT)

If standard settings are not enough, you can use ADB-This method doesn't require superuser rights, but it requires a computer and a computer. USB-That's what you can change:

  • πŸ”“ Remove the prompts of swipes (arrows "Swipe up to unlock").
  • πŸ“± Disable notifications on the lock screen (useful for privacy).
  • πŸŽ›οΈ Change the transparency of the notification panel.
  • πŸ”„ Set up an alternative way to unlock (e.g., double tap).

Instructions for using ADB:

  1. Turn on USB Debugging in Settings β†’ About Phone β†’ MIUI version (tap 7 times, then go back to Additional β†’ For Developers).
  2. Connect Redmi 9 to your computer and confirm your debugging permission.
  3. Open the command line (Windows) or the terminal (macOS/Linux) Enter adb shell settings put secure lock_screen_show_notifications 0 This command will turn off the notifications on the lock screen. To return them back, replace them. 0 on 1.

Complete list ADB-commands for customizing the lock screen:

Team team.Action.
adb shell settings put secure lock_screen_show_notifications 0Disable notifications
adb shell settings put secure lock_screen_clock_style 1Change the style of the watch (values 1-5)
adb shell settings put secure lock_screen_carrier_text ""Remove the operator name
adb shell settings put secure lock_screen_weather 0Turn off the weather widget

πŸ’‘

Using ADB does not void Xiaomi’s warranty, as it does not require unlocking the bootloader or getting a ROOT. However, incorrect commands can lead to interface failures.

⚠️ Attention: After application ADB-commands some settings may reset after updating MIUI. To avoid this, save the commands used in a text file and apply them again after the update.

Problem Solving: What to do if the settings do not apply

Sometimes the lock screen changes don't persist or don't work properly, and here are the typical problems and solutions.

  • πŸ”„ Settings reset after rebooting: Reason: conflict with optimizer MIUI. Solution: Turn off Auto-Optimization in Settings β†’ Battery. β†’ Battery Optimization and Add Themes to Exceptions.
  • πŸ–ΌοΈ Wallpaper displayed blurred: Reason: automatic blurring in MIUI. Solution: Turn off the background blur option in the lock screen settings or select wallpaper with resolution just under the screen (1600Γ—720).
  • ⚑ Animations slow down: Reason: high CPU load. Solution: turn off Clock animation or go to static wallpaper. Also check if the phone is overheating (use the app). CPU Monitor).
  • πŸ”’ Widgets do not work: Reason: Launcher malfunction. Solution: Clear the Topic app cache (Settings) β†’ Annexes β†’ Application management β†’ Topics β†’ Clear the cache).

If none of these methods helped, try resetting the lock screen settings to the standard:

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

⚠️ Note: Some firmware (e.g., Chinese version) MIUI) Resetting your lock screen settings may require you to enter your Mi-account password.Make sure you remember your Xiaomi account details, or you risk losing access to your phone.

FAQ: Frequent questions about setting up the lock screen

Can I put live wallpapers on the Redmi 9 lock screen?
Officially, MIUI doesn't support live wallpaper on the lock screen β€” it can only be installed on the desktop. However, there's a workaround: some themes from MIUI Themes mimic live wallpaper using animations (for example, the theme "Ocean Lockscreen"). You can also use third-party apps like Video Wallpaper, but they require ROOT or ADB to activate on the locked screen.
How to remove ads from the lock screen?
Ads on the lock screen only appear in Chinese MIUI firmware or if you use pirated themes. To remove it: Update your firmware to the latest global version (EEA/Global). Disable the "Recommendations" option in Settings β†’ Lock screen. If the ad remains, reset the lock screen settings (see "Problem Solving"). In the last case, installing an alternative launcher (for example, Nova Launcher), but this will not remove the ad completely, but only replace the standard interface.
Why did the lock screen settings reset after the MIUI update?
It's standard behavior. MIUI with major updates (e.g., with 12 on 13 The system resets the user lock screen settings to prevent conflicts with the new interface. To avoid loss of customization: Before updating, take screenshots of current settings. Save the themes you use to Your Features in the App Topics. ADB Backup of settings (adb backup command) -f lockscreen.ab com.android.themes. Usually, the settings are manually restored. 5–10 minute.
Can I put my font on the lock screen?
Yes, but with reservations. MIUI 13/14 has a built-in font change option for hours and dates (Settings β†’ Lock screen β†’ Watch style). However, to install custom fonts, you will need: Install the iFont or FontFix app from Google Play. Download the font in.ttf. Apply it through the app (reciate rebooting). Note that not all fonts are displayed correctly on the lock screen - test before use. Also, after the MIUI update, the font may reset.
How to return the standard lock screen after unsuccessful experiments?
If, after installation, the ADB-The commands the lock screen started to work incorrectly, follow the following steps: Go to Settings β†’ Annexes β†’ App management. Find the Themes app and click Clear Data (no cache!). Restart your phone. If the problem persists, reset your lock screen settings via Settings β†’ System system β†’ Reset. 90% of the time, it returns to the standard view. If the lock screen is no longer responsive to touch, try booting into Safe Mode (hold the power button). β†’ long-press β†’ Reboot to Safe Mode and reset again.