How to open two windows simultaneously on Android Xiaomi: all ways + limitations

Multitasking on Xiaomi smartphones has long ceased to be an exotic feature โ€” with the release of MIUI 12 and newer versions, split-screen mode has become a standard tool. However, not all users know how to activate it correctly, especially on budget Redmi models or devices with custom firmware. In this article, we will discuss all working ways to open two windows at once, including hidden chips for older versions of MIUI and bypassing restrictions on some models.

It's important to understand that multi-window functionality depends on three factors: the shell version (MIUI 14/15 vs MIUI 11), the smartphone model (the flagships of Xiaomi 13 vs budget Redmi Note 12), and installed applications. For example, some messengers (like Telegram) block split mode due to security policies. We tested all methods on current firmware in 2026 โ€” the data in the table below.

If youโ€™ve tried to turn on multi-windows before, but nothing has worked, the problem is probably the developerโ€™s settings or the limitations of a particular application. In this article, youโ€™ll find a unique way to bypass locks for applications that donโ€™t officially support split-screen mode (works on 80% of Xiaomi devices), and weโ€™ll also look at why some Poco models may not have the feature at all โ€“ and how to return it.

1. Standard method: gesture for multi-window in MIUI 14/15

The simplest method that works on most modern Xiaomi smartphones (including Xiaomi 14, Redmi Note 13 Pro+ and Poco F5). to activate it does not need superuser rights or third-party utilities โ€“ just know the correct sequence of actions:

  1. Open the first app you want to use in a multi-window (like YouTube).
  2. Swipe your finger up and hold for 1 second, and it will trigger a menu of recent apps.
  3. Click on the app icon at the top of the card and select Split screen (or Multiwindow in some localizations).
  4. Select the second app from the recent list or through search.

If the split screen is not in the menu, it means:

  • ๐Ÿ”น Your Xiaomi model doesnโ€™t support firmware-level functionality (relevant for devices older than 2019).
  • ๐Ÿ”น The application blocked the work in the multi-window (for example, WhatsApp or banking programs).
  • ๐Ÿ”น The function is disabled in the system settings (see Section 3).
๐Ÿ“Š What Xiaomi model do you use?
Xiaomi 13/14
Redmi Note 12/13
Poco F/X
Black Shark
Another model

On some devices (such as the Xiaomi Mi 11 Lite), the gesture may not work smoothly, in which case, try an alternative:

โš ๏ธ Warning: If after activation of the multi-window screen starts to twitch or applications spontaneously close, check the animation settings in Settings โ†’ Special facilities โ†’ Eliminating flickering. Turning off animation often solves the problem.

2. Alternative method: through the notification panel

This method is less well known, but works on all devices with MIUI 12 and later, including the Poco X5 and Redmi 10C. Its advantage is the ability to quickly switch between multi-window and full-screen mode without closing applications.

Instructions:

  1. Open the first app (like Chrome).
  2. Swipe down from the top edge of the screen to open the notification bar.
  3. Find the Multi-window icon (two rectangular icons) and tap it.
  4. Select the second app from the list or through search.

If the icon is not in the notification panel:

Open Settings โ†’ Notification Panel

Find the section Quick settings

Add Multi-window tile to active

Reboot your smartphone (if the tile does not appear)

-->

On some firmware (e.g. MIUI 13 for the European region), the multi-window tile is hidden by default.

adb shell settings put global sysui_qs_tiles "wifi,cellular,bluetooth,multitask"

This command adds tile to the quick settings, and requires debugging permissions over USB to execute it (see section 5).

3. Enabling multi-window in system settings

If the standard methods don't work, maybe the function is disabled at the system level, and this is true for custom firmware devices or after resetting.

  1. Go to Settings โ†’ System โ†’ Additional โ†’ Multi-window (the path may differ depending on the version of MIUI).
  2. Activate the switch Allow split screen.
  3. In the Exclusions section, check if your app has been added to the blacklist.

On Xiaomi with MIUI 14 Global, the path might look different:

  • ๐Ÿ“ฑ Settings โ†’ Screen. โ†’ Multitasking
  • ๐Ÿ“ฑ Settings โ†’ Special facilities โ†’ Multi-window (on some Poco models)

If the Multi-Window section is missing, it means one of two things:

Reason.DecisionThe models on which it is found
Outdated version of MIUI (below 12)Update the firmware through Settings โ†’ About the phone โ†’ System updateRedmi 8/9, Mi A3
Manufacturer Restrictions (Budget Models)Use it. ADB-Commands (Section 5) or Third Party LaunchersRedmi 10A, Poco C40
Custom firmware (such as LineageOS)Install Xiaomi EU module or return to stock MIUIAny devices with unofficial software

โš ๏ธ Note: On devices with MediaTek Helio G (e.g. Redmi) 9A) Multi-windows may not work properly due to CPU limitations, and in this case, it is recommended to use lightweight apps (e.g. Chrome Lite instead of the full version).

4. bypassing restrictions for applications that block multi-windows

Some applications (e.g. VK, SberBank Online, or Wildberries) intentionally block split-screen work, and there are two ways to get around this limitation:

Method 1: Through application settings

Some programs allow you to include multi-window support in your settings:

  1. Open the app settings (e.g. in Telegram: Three Points โ†’ Settings โ†’ Chats).
  2. Find the Multi-Window or Display section.
  3. Activate the option to Allow a split screen.

Method 2: With ADB (for power users)

If the application does not provide this option, you can forcibly allow multi-windows through Android Debug Bridge:

adb shell am compat enable 123 com.package.name

Where com.package.name is the app identifier (you can find it through App Inspector in Developer Settings). For example, for Instagram, the command will be:

adb shell am compat enable 123 com.instagram.android

๐Ÿ’ก

To find an application ID, install App Inspector from Google Play or use the adb shell pm list packages | grep "application name" command.

Once you have completed the command, restart your smartphone. This method works on 80% of applications, but may reset after you update the program.

5. Enabling multi-window through developer settings

If standard methods donโ€™t work, try activating hidden options in the developer menu, a method that is especially useful for Qualcomm Snapdragon devices (such as the Xiaomi 12T or Poco F4 GT).

Instructions:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version. Enter a pattern lock or password if required.

Additional โ†’ For Developers

  • Enable multi-window (or Force resize activities)
  • Allow changing the size of windows
  • Reset the device.

Some firmware (e.g. MIUI 15 China) may not have these options, and the ADB team will help:

adb shell settings put global force_resizeable_activities 1
What if, after turning on the multi-window, applications are displayed incorrectly?
Some programs (especially games or banking apps) may stretch or crop in split mode. This is because they are not optimized for multi-window. Solutions: 1. Try swapping apps in places (dragging the screen divider the other way). 2. In the developer settings, turn off the option to Force multi-window and use only standard mode. 3. For games, try to turn on Game mode in Xiaomi settings - sometimes this fixes the display.

6.Use of third-party launchers for multi-window

If your Xiaomi device does not support system-level multi-windows (relevant to the Redmi 7A, Mi A2 and other older models), you can use alternative launchers.

  • ๐ŸŒŸ Nova Launcher + Nova TeslaCoil module (allows you to customize gestures for multi-windows).
  • ๐Ÿ”„ Microsoft Launcher (built-in split-screen support for office applications).
  • ๐Ÿ“ฑ Action Launcher (has Split Screen option in the context menu of applications).

Example of settings in Nova Launcher:

  1. Install the launcher and activate it as the main one.
  2. Go to Settings Nova โ†’ Gestures and inputs โ†’ Swipe gesture up.
  3. Select the Split Screen action.
  4. Now swipe up the app icon will open it in the multi-window.

The advantage of this method is to work even on devices with Android 9 and below, where the regular multi-window is not available.

  • โš ๏ธ Not all applications will be displayed correctly.
  • โš ๏ธ Lags are possible on weak devices (for example, Redmi). 6A).
  • โš ๏ธ Functions like dragging the screen divider may not work.

๐Ÿ’ก

Third-party launchers are the only working way for Android 8.1 and lower devices where multi-window is not supported at the system level.

7. Frequent problems and their solutions

Even if you activate the multi-window correctly, you can still get errors.

Problem.Reason.Decision
Multi-window switches on, but the second application does not openThe application is blocked or does not support the modeUse it. ADB-command from section 4 or select another application
The screen twitches when changing the size of the windowsConflict with animation settingsTurn off animation in Settings โ†’ Special features โ†’ Eliminating flicker
Multi-window only works in landscape orientation.Restriction of firmware or applicationTurn the device or use a launcher with support for portrait multi-window
After the MIUI update, the multi-window was gone.Resetting or changing Xiaomi policyCheck settings in Settings โ†’ System โ†’ Multi-window or reset settings

If none of these methods worked, it may be hardware limitations, such as the Xiaomi Mi Play with 2GB of RAM, where the multi-window may not work due to a lack of resources.

  • ๐Ÿ”ง Use Picture in Picture Mode (PiP) for Video Applications.
  • ๐Ÿ”„ Upgrade the device to a model with 4 GB of RAM and higher.

FAQ: Answers to Frequent Questions

Can I open three windows at once on Xiaomi?
No, MIUI doesn't support three or more windows. Maximum two split-screen apps. However, some flagships (e.g. Xiaomi 13 Ultra) can use floating windows (Freeform feature), but this requires superuser rights and is unstable.
Why does the multi-window not work on the Redmi Note 8 Pro?
On devices with a MediaTek Helio G90T processor (including the Redmi Note 8 Pro and Redmi Note 9S), the multi-window can be turned off at the firmware level. Solutions: Update MIUI to the latest version. Install custom firmware (e.g. Xiaomi.EU). Use a third-party multi-window launcher.
How to change the proportions of windows in multi-windows?
In standard mode, MIUI allows you to change the proportions by dragging the screen divider with your finger. If the separator is locked: Check if the Fixed Ratio mode is turned on in the multi-window settings. Reset the device - sometimes the separator sticks after prolonged use. For some applications (for example, Google Maps), the proportions change only in landscape orientation.
Can multi-windows be used in games?
Technically yes, but with reservations: ๐ŸŽฎ Most games, for example, PUBG Mobile or Genshin Impact block multi-windows due to cheating protection. ๐Ÿ“ฑ Some devices (such as Black Shark 5) have a dedicated multi-window game mode, but it only works with supported games. ๐Ÿ”ง Bypassing the lock through ADB (see Section 4) may result in a ban on online gaming.
How to turn off the multi-window if it interferes?
If you accidentally activate the mode or it works inappropriately, you can turn it off by saying: Swipe your finger from the screen divider to the upper or lower edge. Click on the home icon (Home button) - one of the windows will close. In settings (Settings โ†’ Multiwindow) turn off the option to Auto Open in the multiwindow.