The desktop on Xiaomi Redmi smartphones running MIUI is often blocked by the manufacturer: you can not change the wallpaper, add widgets or move icons. This is done to βprotect against random changesβ, but in practice prevents personalization. In this article, we will discuss 5 working ways to remove restrictions β from standard settings to bypassing through ADB.
Important: the methods differ for different versions of MIUI 12/13/14 and models (Redmi Note 10/11/12, Redmi 9/10, etc.) We will specify where you need to unlock the bootloader, and where there are enough developer rights. No method guarantees 100% result, it all depends on the firmware and regional software.
If you see "This item is locked by the device administrator," or if you can't move the icons, this is the guide for you. Let's start with the simplest solutions.
1. Check the basic settings of MIUI
Before you use complex methods, make sure that the problem is not standard restrictions. Xiaomi Redmi has a built-in Desktop Protection feature that blocks changes.
- Open the Settings. β Desktop.
- Scroll down to Layout Lock (or Desktop Protection in older versions).
- Turn off the slider. If there's no point, move on to the next way.
On some firmware (MIUI Global for Redmi Note 8 Pro, Redmi 9T), this item is hidden, then resetting the launcher settings will help:
- π± Hold an empty space on the desktop β Desktop settings.
- π Select Reset settings (does not delete data, only returns the standard view).
- π Restart your phone β sometimes it removes software locks.
β οΈ Note: If after the reset, a notification appears "The device is managed by the organization", then the work Profile mode is activated on the smartphone. β Accounts. β Working profile.
2. Disable protection through "Developer Mode"
Most of the locks in MIUI are related to security policies, and can be circumvented by activating the developer mode and changing a few parameters:
- Go to Settings. β The phone.
- Click on the MIUI version 7 times until the notification βYou became a developerβ appears.
- Back to Settings β Additionally. β For developers.
Now, find and disable these options:
- π Protection MIUI (or MIUI Optimization in English-language firmware).
- π‘οΈ Blocking system changes (if any).
- π Automatic optimization β sometimes interferes with manual settings.
After the changes, restart the device. If the desktop unlocked, the problem was background optimization. If not, move on to the next method.
Activate the Developer Mode|Shut down. MIUI Optimization|Reboot the phone|Check the desktop for changes|Make a backup copy of the data-->
3. Launcher reset via ADB (no root)
If the standard methods didnβt work, try resetting the launcher via ADB (Android Debug Bridge).This doesnβt require root rights, but you need to connect the phone to your PC.
Step-by-step:
- Install ADB Tools on your computer.
- Turn on the phone debugging over USB (Settings β For developers).
- Connect Redmi to your PC and type in the command line:
adb shell pm clear com.miui.homeThis command will reset the settings of the standard MIUI launcher.
- π± Desktop will return to factory settings (widgets and wallpaper will reset).
- π The blockage of the layout is usually removed.
- β οΈ Note: Some widgets (such as the Weather or Calendar) may disappear and need to be added again.
If the team doesnβt work, try an alternative:
adb shell settings put global development_settings_enabled 1
adb shell am broadcast -a android.intent.action.MASTER_CLEARβ οΈ Warning: The second command simulates a factory reset, but does not delete data. However, it can cause some system applications to crash. Use only if the first method did not help.
4. Removal of restrictions through Safe Mode
Sometimes, a desktop lock causes a conflict with installed applications (especially launchers like Nova Launcher or POCO Launcher).
- Turn off the phone.
- Press the Power button until the Redmi logo appears.
- Once the logo appears, press and hold the Volume Down button until Safe Mode loads (the bottom left corner will have an inscription).
In safe mode:
- π Check if you can change the desktop. If so, the problem is in third-party software.
- ποΈ Remove newly installed launchers or themed packages.
- π Restart your phone in normal mode.
If the lock remained in Safe Mode, the reason is in system settings, not in applications.
What to do if Safe Mode is not enabled?
5. Unlocking the bootloader and custom firmware
If all previous methods failed, the radical solution is to unlock the bootloader and install an alternative firmware (e.g. Pixel Experience or LineageOS) that removes all the limitations of MIUI, but has risks:
| Advantages | Risks. |
|---|---|
| β Full control of the system | β Loss of guarantee |
| β No Desktop Locks | β The risk of βbrickingβ (inoperability) of the phone |
| β Updates without restrictions Xiaomi | β Possible bugs in custom firmware |
| β Installation of Google Camera and other mods | β Difficulty returning to stock MIUI |
Step-by-step process:
- Get permission to unlock the bootloader through the official Xiaomi website (can take up to 720 hours of waiting).
- Install Mi Unlock Tool on PC and connect your phone in Fastboot mode.
- Unlock the bootloader with the command fastboot oem unlock.
- Sweat Custom Recovery (TWRP) and Alternative Firmware.
β οΈ Note: On Redmi models with MediaTek processor (e.g. Redmi) 9A, Redmi 10A) Unlocking the bootloader often leads to hard-brick (complete failure). XDA Developers.
adb backup -f persist.ab -apk -obb -shared -all -systemIt'll help to restore it. IMEI and the data from the communications module if something goes wrong.-->
6. Alternative solutions: bypass without technical manipulation
If you donβt want to risk your data or warranty, try these workarounds:
- πΌοΈ Change wallpaper through the Gallery: Open any image in the Gallery. Click More β Set up how β Desktop wallpaper. Sometimes it works even with a locked launcher.
Use of the second desktop:
Install an alternative launcher (like Nova Launcher or Lawnchair) from Google Play. It will run on top of the MIUI and allow you to customize icons without restrictions.
Temporary solution through guest mode:
Create a Guest Profile in Settings β System β Multiple Users. In guest mode, features that are blocked in the main profile are sometimes available.
These methods don't remove the lock completely, but they do bypass it in most scenarios, such as changing the wallpaper through the Gallery works on the Redmi Note 10 Pro with MIUI 13 80% of the time.
π‘
Before installing a third-party launcher, turn off battery optimization for it in Settings β Apps β Permissions β Battery Optimization. Otherwise, MIUI will close it in the background.
Frequent Mistakes and How to Avoid Them
When trying to remove desktop protection, users often face typical problems, and here are the most common solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| "Team Not Found" at ADB | No drivers or ADBs installed | Install Android Studio or 15 Seconds ADB Installer |
| After the launcher was dropped, the icons disappeared. | Reset returned the standard layout | Drag apps back from the app menu |
| Not included in Safe Mode | Wrong combination of buttons | For Redmi on Snapdragon, use Power + Volume Reduction |
| "Device not unlocked" in Mi Unlock | Not tied to Mi Account. | Go to Settings β Xiaomi account and log in |
If none of the methods worked, check:
- π Version MIUI: B Settings β Look at the phone line version MIUI. On some firmware (for example, MIUI EU) The lock is removed only through ADB.
- π bootloader status: Enter the fastboot oem device-info terminal. If Device unlocked: false, the bootloader is blocked.
- π οΈ Availability of Updates: Sometimes a lock appears after an update. Try to roll back to the previous version via Settings β Updating the system β Pause of updates.