Games on Xiaomi smartphones often suffer from black bars on the sides of the screen or intrusive interface elements that interfere with immersion. Full-screen mode solves this problem, but its activation depends on the version of MIUI, the device model and even the specific game. In this article, we will discuss all the ways to expand the game canvas, from standard system settings to hidden functions and workarounds for stubborn applications.
Itโs important to understand that โfull screenโ on Xiaomi can mean two things: zooming in (stretching the image to the full screen) or hiding the system panels (remove the status bar and navigation bar).Weโll look at both options, and explain why some games donโt fundamentally support stretching โ this has to do with the aspect ratio of the screen (18:9, 20:9, 21:9) and developer optimization.
If you own it. POCO F5, Redmi Note 12 Pro+ Xiaomi 13 Ultra โ donโt worry, the instructions are universal for all devices on the device MIUI 12-14 A for owners of older models (up to) MIUI (11) we have prepared separate recommendations.
1. Standard method: settings of full-screen display in MIUI
The easiest method is to use the system's built-in options. It works for most games, but it doesn't guarantee the perfect result (there may be cropping or distortion).
- Open the Settings โ Display.
- Select Full-screen Display (in some versions of MIUI it is called Screen Size or Application Size).
- Activate the full screen slider, or select the app from the list and apply the Full screen setting.
If the option is inactive for a particular game, the developer has blocked it through the application manifest, in which case one of the alternative methods described below will help.
๐ก
On devices with AMOLED- screens (such as the Xiaomi 12T Pro), the black bars are not highlighted, so they are less visible visually, but this does not eliminate the need for full-screen mode for comfortable gameplay.
- โ Works for most games (Genshin Impact, Call of Duty Mobile, PUBG Mobile).
- โ Does not work for hard-binding aspect ratio applications (e.g., some emulators).
- โ ๏ธ Can crop important interface elements (buttons, text).
2. Hiding system panels: status bar and navigation bar
Black lanes are half the trouble, and it's even worse when you're playing with your charge indicators, your time, your navigation buttons, and you can remove them in a number of ways.
Method 1: Gestures instead of buttons
Go to Settings โ Display โ Full-screen display and select Gestures instead of Navigation Button. This will automatically hide the bottom bar in games. Use a swipe from the edge of the screen to go back.
Method 2: Immersive display mode
Some games (such as Honor of Kings) support immersive mode to activate it:
- Start the game.
- Swipe down from the top of the screen to open the notification bar.
- Click on the Full-screen Mode icon (if any) or hold your finger on the notification bar and select Hide Status Bar.
If there is no icon, try to enable the option manually through Settings โ Special features โ System settings โ Hide the status bar (not available on all devices).
โ ๏ธ Warning: On front-facing devices (such as the Redmi Note 11 Pro), hiding the status bar can lead to a game interface overlay on the cutout area, in which case try changing the display settings in the game itself (usually in the Graphics Settings section).
3. Full-screen mode via Game Turbo
Game Turbo is Xiaomiโs proprietary game accelerator that not only optimizes performance, but also offers advanced display settings. Hereโs how to use it:
- Open Settings โ Game Turbo (or run the game and swipe to the right to open the Game Turbo panel).
- Select the game from the list or add it manually.
- Go to the display settings (or screen).
- Activate options: Full screen (stretch image); Hide watermarks (remove FPS and temperature indicators); Turn off automatic brightness (locks backlight).
In some versions of MIUI 14, the full-screen option in Game Turbo is called Screen Resolution โ choose Full Screen or Stretch to Fill.
What if the Game Turbo is not visible in the settings?
| Xiaomi model | Support for Game Turbo | Features of full-screen mode |
|---|---|---|
| Xiaomi 13/13 Pro | Yes (MIUI 14) | Automatic stretching for most games, support for 2K- resolution. |
| POCO F5/F4 GT | Yes (renamed Game Center) | Additional profiles for Genshin Impact and Diablo Immortal |
| Redmi Note 12 Pro+ | Yes (limited functionality) | There is no stretching support for emulators (PPSSPP, Dolphin). |
| Xiaomi 11T Pro | Yes (MIUI 12.5 Enhanced) | Display problems in games with a ratio of 21:9. |
4. Manual change of screen resolution (for advanced users)
If standard methods donโt work, you can try changing the screen resolution manually through the Android Debug Bridge (ADB), which is suitable for advanced users and requires a connection to a computer.
Warning: Incorrect commands can cause the display to malfunction. Do this at your own risk!
- Turn on Developer Mode (7 times click on the MIUI version in Settings โ About Phone).
- Activate Debugging by USB in Settings โ Additional โ For developers.
- Connect the phone to your PC and execute the command in the terminal: adb shell wm size 1080x2340 (replace 1080x2340 with your screen resolution, for example, 1080x2400 for Xiaomi 12).
- To return to standard settings, use: adb shell wm size reset
On devices with MIUI 14 and newer versions of Android, the wm size command can be blocked, in which case try an alternative method through the Second Space or Parallel Apps app, creating a copy of the game with different display settings.
โ ๏ธ Warning: Change resolution through ADB resets after the device is restarted, and some games (such as Free Fire) may block entry if they detect non-standard resolution (considered as cheating).
5.Use of third-party applications for forced stretching
If Xiaomi's built-in tools don't work, third-party tools come to the rescue, and we tested a few solutions and selected the most reliable ones:
- ๐น Full Screen Immersive Mode (from Google Play) โ hides the system panels in any application. Requires ADB rights to run on MIUI.
- ๐น Game Tools is an alternative to Game Turbo with advanced stretching settings. Supports Xiaomi, Redmi and POCO.
- ๐น Display Changer โ allows you to change the resolution and density of the screen (DPI) without ADB. Careful: can break the display of system fonts!
To install these applications:
- Download APK from the official website (for example, APKMirror).
- Allow installation from unknown sources in Settings โ Security.
- Start the application and follow the instructions (usually you need to provide permissions through ADB or Accessibility Service).
Install ADB drivers on PC
Turn on USB debugging on your phone
Download the utility from a verified source
Create a backup of your screen settings-->
Example of the team providing full screen immersive mode rights through ADB:
adb shell pm grant com.roehsoft.immersivemode android.permission.WRITE_SECURE_SETTINGS6. Solving problems with full-screen mode
Even after all the manipulations, some games may not work in full screen mode, and here are the typical problems and solutions:
| Problem. | Possible cause | Decision |
|---|---|---|
| The game is stretched, but the control buttons are cut. | The developer did not adapt the interface to 18:9+ | Try zooming in the game settings or use Game Tools with the Safe Area option. |
| The black bars remain despite all the settings | The game blocked stretching at the code level | Use ADB to force a resolution change or play in landscape mode. |
| Screen flickering or artifacts when stretched | Conflict with GPU settings or drivers | Turn off Hardware Acceleration in the developer settings or reset the GPU settings. |
| Game Turbo not visible in the settings | Removed or disabled by firmware | Install Game Turbo from the Mi App Store or use APK from Xiaomi.eu. |
If nothing helps, check:
- ๐ Is the firmware updated to the latest version (MIUI 14 has fixed many bugs with full-screen mode).
- ๐ฎ Graphics settings in the game itself (sometimes there is a Full Screen Mode option on the menu).
- ๐ฑ The aspect ratio of your screen (at 20:9 and 21:9, problems are more common).
๐ก
On devices with LTPO- screens (e.g. Xiaomi 13 Ultra), a forced resolution change can cause the adaptive refresh rate to malfunction, in which case return the standard settings or use only immersive mode.
7. Full screen mode in emulators and retro games
Emulators (PPSSPP, Dolphin, RetroArch) and retro games often ignore Xiaomiโs system settings.
For PPSSPP:
- Open the emulator settings.
- Go to Graphics โ Rendering Resolution.
- Select Custom and set the resolution that matches your screen (e.g. 1080x2340).
- Activate the Stretch to display or Maintain aspect ratio (depending on your preferences).
For RetroArch:
- Start the game, open the menu (Menu โ Settings โ Video).
- Install Aspect Ratio in Custom.
- Enter 18:9 or 20:9 (depending on your display).
- Activate the Integer Scale to eliminate blur.
Dolphin Emulator requires you to edit the Dolphin.ini configuration file (located in /sdcard/dolphin-emu/Config/).
Fullscreen = True
AspectRatio = 2 # (1 = 4:3, 2 = 16:9, 3 = stretch)