How to move the desktop on the smartphone Xiaomi: all working methods

Moving the desktop on Xiaomi smartphones is a challenge that users face after updating MIUI, resetting or buying a used device. Unlike standard Android devices, Redmi, POCO and Black Shark phones have a unique shell where the location of the home screen can depend on the firmware version, regional settings and even the processor model. In this article, we will analyze all the current ways, from basic to hidden functions for experienced users.

It's important to understand that "moving the desktop" often means changing the home screen among several pages, moving icons to another screen, or even restoring a remote desktop after a crash. We'll look at all of these scenarios with MIUI 12-15 in mind (including the global and Chinese versions). If your smartphone is running on HyperOS (the new shell for 2026+ models), some methods may differ โ€” this, too, we'll mention separately.

Why Xiaomiโ€™s desktop might โ€œdisappearโ€ or shift

Before you start settings, you should understand the causes of the problem, most often users are faced with the following situations:

  • ๐Ÿ”„ Update MIUI: After installing a new firmware version, the system can reset the home screen settings, especially if the update was โ€œdirtyโ€ (without first cleaning the cache).
  • ๐Ÿ“ฑ Factory reset: With hard reset, all custom screen settings are reset, and the main desktop may not be where youโ€™re used to.
  • ๐Ÿค– Launcher Conflict: Installing a third-party launcher (like Nova Launcher or Lawnchair) sometimes results in duplicate desktops or their accidental movement.
  • ๐Ÿ”ง System errors: In rare cases, bugs in the MIUI (especially in beta versions, can cause the screen settings to โ€œzero.
  • ๐Ÿ“ฆ Transferring data from another device: When you restore a backup through Mi Cloud or Google Account, desktops may not display correctly.

If you donโ€™t fall into either of these categories, the problem may be hardware issues, such as some POCO F5 and Redmi Note 12 Pro+ models that have a bug with a floating desktop when using 90Hz/120Hz mode, where a forced reboot or rollback to a previous firmware version helps.

๐Ÿ“Š What kind of desktop problem do you have?
The main screen is gone.
The screens switched places.
The icons are in a pile.
Duplicate work desks
Another problem.

Method 1: Basic movement of the main screen in the MIUI settings

The easiest method is to use built-in shell tools, and it's suitable for most models, including the Redmi. 10/11/12, POCO X3/X4/X5 mi 11/12/13 The instructions are relevant to the MIUI 12.5โ€“14:

  1. Open the settings (the gear icon on the desktop).
  2. Go to the Desktop section (or Home in some localizations).
  3. Select the Desktop Settings item โ†’ Main screen screen.
  4. Here you will see a list of all your home screens. Tap on the screen you want to set as the default (it will be highlighted in blue).
  5. Confirm the choice by clicking Ready or Save.

If the Home screen is missing, then your version of MIUI is using a different approach.

  • ๐Ÿ“Œ Fingering the free space on the desktop โ†’ select the settings โ†’ Change the main screen.
  • ๐Ÿ” In the search for settings enter the โ€œmain screenโ€ (without quotes) andfollow the suggestions.

Take a screenshot of the current location of the icons|Check the version. MIUI In Settings โ†’ The phone.|Close all background applications|Shut down. VPN (It can block system settings)-->

Important! On some firmware (e.g. MIUI EU or custom builds), this section may be called Default Home or Primary Screen. If you use unofficial firmware, check its compatibility with your model first on the XDA Developers forum.

Method 2: Drag and drop screen manually (for MIUI 13-15)

In newer versions of MIUI, developers have added the ability to move screens by drag and drop, a method that works on Xiaomi 13/13T/14, Redmi Note 12 and other devices with a HyperOS shell:

  1. Make a pinch gesture (mixing two fingers) on your desktop to open editing mode.
  2. At the bottom of the screen, you'll see a miniature view of all the desktops, and you'll hold the screen down and hold it.
  3. Drag it left or right to change order. The main screen is the one on the far left.
  4. Click Ready or tap on the free space to save the changes.

If screen thumbnails donโ€™t appear, try an alternative way:

  1. Press any icon on your desktop and drag it to the edge of the screen (left or right).
  2. The system will automatically switch to the next desktop, repeat the action until you find the right screen.
  3. To make it the main one, drag all the commonly used icons (e.g. Phone, Messages, Camera) onto it.

๐Ÿ’ก

If the screens โ€œtwitchโ€ or do not react when dragging, try turning off animation in Settings โ†’ Special Features โ†’ Remove animations.

Method 3: Reset the launcher settings (if the screen is not moving)

If standard methods do not work, you may have a failure in the settings of the system launcher com.miui.home.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search, type com.miui.home (or simply "home").
  3. Select the MIUI (or MIUI Home) application.
  4. Click Warehouse โ†’ Clear the data and Clear the cache.
  5. Reset the device.

After this procedure, all widgets and folders on the desktop will be reset. Take screenshots in advance or write down the location of the icons to quickly restore them.

โš ๏ธ Note: On some models (POCO F4 GT, Black Shark 5) a launcher reset can cause the themes to disappear. If you use a custom theme, pre-save it in Topics. โ†’ My subjects. โ†’ Exports.

Xiaomi modelDoes drag and drop screens supportIs a launcher reset required?Features
Redmi Note 10/11Yes (MIUI 12.5+)Recommended for bugsYou may need to disable Smart Sort in the launcher settings
POCO X3 ProPartially (Edit Mode only)Yeah, when the screens disappear.It is a game that is POCO Launcher 2.0.
Mi 11 UltraYes (with MIUI 13)No.Supports gestures for quick screen switching
Black Shark 4/5No (using Shark Launcher)Yes, I will.Manual adjustment is required through ADB

Method 4: Using ADB to force a change in the main screen

For advanced users who have not worked previous methods, there is a way through Android Debug Bridge (ADB).It is suitable for all Xiaomi models, but requires a connection to a PC.

  1. Turn on Developer Mode on your phone: go to Settings โ†’ About Phone โ†’ tap 7 times on the MIUI version.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install Mi USB Driver drivers, and run the command prompt (or Terminal on Mac/Linux).
  4. Enter the command to check the connection: Adb devices should display the name of your device.
  5. Run the command to reset the main screen (replace X with the screen number you want, starting with the 0): adb shell am start -a android.intent.action.MAIN -c android.intent.category.HOME -n com.miui.home/.launcher.Launcher -e launch_default_screen X
  6. Reset the device.

If you donโ€™t know the screen number, check the current configuration first.

adb shell dumpsys activity activities | grep "mCurrentFocus"
What if the ADB does not recognize the device?
1. Check if the debugging is included USB developer-setting. 2. Install official Xiaomi drivers from the site en.miui.com/a-231.html. 3. Try another one. USB-cable (preferably original). 4. Nana Mac/Linux You may need to use an adb kill server command before connecting. 5. If you are using Windows, disable driver signatures via gpedit.msc (for Pro versions).

โš ๏ธ Attention: Misuse of the right ADB Do not change other settings through the adb shell unless you are sure of their purpose. For example, the adb shell pm clear com.miui.home command will completely reset all launcher settings, including widgets and wallpaper.

Method 5: Restore the desktop through backup

If the desktop is lost after a reset or update, it can be restored from a backup, both Mi Cloud and local storage are suitable:

  • โ˜๏ธ Through Mi Cloud: Go to Settings โ†’ The phone. โ†’ Backup and reset. Select Restore from Mi Cloud and log in. Find a backup with the right date (note the size - it should be over 100MB). Check Desktop Settings and start recovery.

Local backup:

  1. Connect your phone to your PC and find the MIUI/backup/AllBackup folder.
  2. Copy the file with the.mbk extension to the same folder on your phone.
  3. In the backup settings, select Restore Locally.

If there is no backup, you can manually restore the desktop:

  1. Install any file manager with access to system folders (such as MiXplorer or Solid Explorer).
  2. Cross the path. /data/system/users/0 and find the file. launcher_db.xml.
  3. Copy it on your PC and edit it in your notebook by changing the defaultScreen parameter to the desired number (starts with 0).
  4. Save the file and return it by replacing the original. Reboot the device.

๐Ÿ’ก

Local desktop backup in MIUI is created automatically once a week. To create a copy manually, use the command adb backup -f desktop.ab com.miui.home.

Frequent Mistakes and How to Avoid Them

When you move your desktop, you often have typical problems, and here's how to solve them:

  • ๐Ÿ”„ Screens "jump" when switching: Turn off the swipe gesture up to open the menu in the launcher settings.
  • ๐Ÿ“ต No changes saved: Check if Guest or Private mode is enabled in the security settings.
  • ๐Ÿ”’ Impossible to drag screen: Remove all third-party launchers via Settings โ†’ Annexes.
  • ๐Ÿ–ผ๏ธ Icons overlap each other: Reset the screen to Settings โ†’ Screen. โ†’ Text size and display.
  • ๐Ÿ”‹ After the reboot, the settings are reset: Update the firmware to the latest stable version (bug occurs in the MIUI 12.0.1โ€“12.0.3).

If none of these methods worked, you may have a problem with corrupting your system files, and if you do, you can only flash it through the Mi Flash Tool or Fastboot, and you should save all the data before that, because the process will completely clear your internal memory.

FAQ: Answers to Frequent Questions

Can I move my desktop to Xiaomi without losing my widgets?
Yes, but only if you use drag and drop (Method 2) or ADB (Method 4) resetting the launcher (Method 3) will remove all the widgets. Before changing the home screen, take screenshots of the widgets' location, and you'll have to add them again after changing the screen.
Why did the desktop reset and the icons disappear after the MIUI update?
This is the standard behavior when you update dirty (no cache cleaning) and the system creates a new launcher profile, and the old settings remain in the folder. /data/system, Solution: go back to the previous version. MIUI Recovery or manually restore launcher_db.xml (see method 5).
How to make a home screen on POCO F3 if the settings do not include the โ€œHome screenโ€ item?
On devices with POCO Launcher this item is hidden. Instead: Install a standard launcher MIUI file-based MiuiHome.apk). Or use it. ADB-Adb shell cmd package set-home-activity com.miui.home/.launcher.Launcher. After that, the main screen settings will appear.
Can I transfer the desktop to the SD-map?
No, the launcher system settings are stored only in internal memory. SD-map (via Settings) โ†’ Annexes โ†’ Move it to SD). Save the desktop backup to the memory card (see Method 5). The desktop itself as a system component always remains in the internal storage.
After the main screen change, the gestures stopped working.
This is a known bug in MIUI 13-14 when changing the order of screens. Solution: Go to Settings โ†’ Screen โ†’ Navigation buttons. Turn on navigation buttons (even if you use gestures). Reset the device. Return to settings and turn on gestures again. If the problem persists, reset your gesture settings through Settings โ†’ Additional โ†’ Reset settings โ†’ Reset gesture settings.