Limitless screen on Xiaomi 11 Lite: 3 proven ways to enable full-screen mode

Introduction: What is a Limitless Screen and Why You Need It

Limitless (or full-screen) mode on Xiaomi smartphones allows you to hide the navigation and status system panels, making the most of the display area. 11 Lite with his AMOLED-screen 6.55" permit 2400ร—1080 This is especially true: the content is up to 93% screen area, not 85โ€“88% This mode is indispensable for watching videos, playing games or working with graphics editors, where every pixel counts.

However, the manufacturer by default limits the functionality: in standard settings MIUI The full-fledged "limitless" mode requires additional manipulations, from the inclusion of hidden options to the use of the system. ADB-In this article, we will discuss all working methods, including those that do not require root rights and do not violate the warranty, but give a result comparable to the flagship devices Xiaomi.

Before you start, consider that some methods may conflict with navigation gestures or individual applications (e.g. banking).We tested the instructions on the Xiaomi 11 Lite 5G NE with MIUI 13-14 firmware based on Android 12-13 โ€“ on other versions the interface may differ slightly.

Method 1: Standard MIUI settings (without ADB and root)

The easiest and safest method is to use the built-in MIUI options, which doesn't offer 100% pane hiding, but allows you to get as close to the "limitless" mode as possible without risk, and is suitable for most users who don't want to go into technical details.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Display.
  • ๐Ÿ” Scroll to the "Full Screen Mode" section and select it.
  • ๐Ÿ–ฅ๏ธ Enable the option to โ€œHide the bottom navigation barโ€ (for gestures) or โ€œFull screen gesturesโ€ (for buttons).
  • ๐Ÿ”„ Restart the device โ€“ this will apply the changes to all applications.

Limitations of the method:

  • โš ๏ธ The top notification panel remains visible when scrolling.
  • โš ๏ธ Some apps (such as YouTube or TikTok) may ignore settings and show black fields.
  • โš ๏ธ Back gestures become less comfortable โ€“ it takes getting used to.

โš ๏ธ Attention: MIUI 14 in some regional firmware, the option "Full-screen gestures" may not be available. In this case, proceed to method 2 or 3.

๐Ÿ“Š What navigation mode is used in Xiaomi?
Buttons (3 buttons at the bottom)
MIUI gestures
Android gestures
Own gestures (side of the annex)

Method 2: Hidden settings via the engineering menu (##)

Xiaomi firmware has a hidden engineering menu that allows you to fine-tune the display of panels. This method does not require ADB or root, but does not work on all versions of MIUI. Before you start, be sure to check the firmware version in Settings โ†’ About phone.

Step-by-step:

  1. Open the Phone app and enter the code ##6484## (some firmware may require #64663###).
  2. In the menu that opens, select "MIUI Display test" (or similar item with the word Display).
  3. Find the option "Force full screen" or "Hide navigation bar" and activate it.
  4. Save the changes and restart the phone.

If the code didn't work:

  • ๐Ÿ”„ Try the alternative code: ##36446337## (for sensor testing, but sometimes contains screen options).
  • ๐Ÿ“ฑ Make sure that SIM-The map is inserted, without it, some engineering codes do not work.
  • ๐Ÿ”ง On the firmware MIUI The Global Engineering Menu may be blocked. In this case, use Method 3.

โš ๏ธ Warning: Do not change other options in the engineering menu without understanding their purpose! Incorrect settings can lead to loss of screen calibration or sensor malfunctions.

What if the screen reacts incorrectly after the changes?
If, after manipulations in the engineering menu, the screen stopped displaying touches correctly (for example, press in one place and work in another), reset the calibration: 1. Return to the engineering menu with the code ##6484##. 2. Select Touch Screen Test โ†’ Calibration. 3. Follow the instructions on the screen (usually you need to press 5-7 points). 4. Reboot the device. If this does not help, reset the phone settings to factory (by creating a pre-backup!).

Method 3: ADB-commands for complete concealment of panels

For those who are willing to go beyond standard settings, ADB (Android Debug Bridge) allows you to flexibly manage the display of system panels, which has the maximum effect โ€“ hides both the panels (status and navigation) in any application, but requires a connection to a computer.

What you need:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed Xiaomi drivers and package ADB Tools (you can download from the official Android website).
  • ๐Ÿ”ง Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Instructions:

  1. Connect the phone to the computer and confirm the debugging permission on the smartphone screen.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to hide the bottom navigation bar: adb shell settings put global policy_control immersive.full=*
  5. To hide the top status bar add: adb shell settings put global policy_control immersive.status=*
  6. Reboot the phone.

To return the panels back, use the commands:

adb shell settings put global policy_control null


adb shell settings put global policy_control immersive=0

โš ๏ธ Attention: After application ADB-In some cases, some applications (such as Google Pay or banking) may block work due to the detection of an "uncertified device". USB After setting up or using the command: adb shell settings put global hidden_api_policy 0

โ˜‘๏ธ Preparation for ADB-setting

Done: 0 / 5

Comparison of methods: which to choose

Each of these methods has its pros and cons, and the table below will help you decide on your choice depending on your goals and technical skills.

MethodDifficultyThe effectRisks.PC required
Standard settings of MIUIโญ (simple)Partial Hiding of the Lower PanelNo.โŒ No.
Engineering menuโญโญ (middle-of-the-road)Complete concealment of the bottom panel, the top remainsScreen calibration failureโŒ No.
ADB-teamโญโญโญ (difficult)Complete concealment of both panelsConflict with banking applicationsโœ… Yes.
Third-party applications (such as Nacho Notch)โญโญ (middle-of-the-road)Flexible setup, but unstableSlowdown of the systemโŒ No.

For most Xiaomi 11 Lite users, a combination of methods 1 and 2: first activate full-screen gestures in the settings, and then finish the result through the engineering menu. ADB should only be used if it is critically important for you to hide both panels (for example, for streaming or professional graphics work).

๐Ÿ’ก

On Xiaomi 11 Lite with MIUI 14 Global firmware, the engineering menu (#6484###) is often blocked, in which case the only working options are ADB or third-party apps.

Third-party applications for limitless screen

If standard methods are not satisfied, you can use applications from Google Play. They offer flexible settings, but have disadvantages: they consume additional memory, can conflict with the system and require constant work in the background.-3 Proven utilities for Xiaomi 11 Lite:

1. Nacho Notch (link)

  • โœ… Hiding the notch and navigation bars.
  • โœ… It works without root (but requires permission to overlay).
  • โŒ Can cause screen twitching in games.

2. Full Screen Immersive Mode (link)

  • โœ… Automatically hides panels when running applications.
  • โœ… Supports whitelisting (bank applications can be excluded).
  • โŒ Nana MIUI 14 demands ADB-permitting for stable operation.

3. Edge Gestures (link)

  • โœ… Replaces standard gestures with custom ones (for example, swipe from the edge to return).
  • โœ… Compatible with the unlimited regime.
  • โŒ The paid version is needed to unlock all functions.

Before installing any of these applications:

  1. Create a restore point in Settings โ†’ System โ†’ Backup.
  2. Check the reviews for the current version of MIUI (some apps break after updates).
  3. Turn off battery optimization for the utility (Settings โ†’ Applications โ†’ Permissions โ†’ Battery Optimization).

๐Ÿ’ก

If after installing a third-party application, the screen began to blink or brake, try turning off hardware acceleration in the application settings (if such an option is available).

Frequent problems and their solutions

Even after successfully setting up the limitless mode, Xiaomi 11 Lite users face typical problems, and here are the most common ways to fix them:

1. Back gestures don't work

  • ๐Ÿ”ง Go to Settings. โ†’ Display. โ†’ Full screen mode and select "Gesturing with buttons" instead of "Full screen gestures".
  • ๐Ÿ”„ If you use ADB, Add the command: adb shell settings put global policy_control immersive.full=apps,-com.miui.home (eliminates the launcher from full-screen mode).

2. Black fields in games or videos

  • ๐ŸŽฎ In the game settings, enable the option "Full screen mode" (usually in the "Graphics" section").
  • ๐Ÿ“บ For YouTube, use modified clients such as Vanced or ReVanced.
  • ๐Ÿ”ง In the Engineering Menu (#6484###) disable the "Force resize app".

3. Banking applications block work

  • ๐Ÿฆ Add the app to the whitelist in the settings MIUI: Settings โ†’ Annexes โ†’ Permits โ†’ Auto-start.
  • ๐Ÿ” Turn it off. ADB-Application-specific commands: adb shell settings put global policy_control immersive.full=*,-com.bank.app (Replace com.bank.app with the app package).
  • ๐Ÿ“ฑ Use the second user profile (Settings) โ†’ System system โ†’ Multiple users) with standard screen settings.

4.The screen does not respond to touches on the edges

  • ๐Ÿ”ง In the Engineering Menu (#6484##) check the sensor calibration ("Touch Screen Test").
  • ๐Ÿ”„ Turn off full-screen mode and reboot your phone โ€“ sometimes โ€œresetโ€ the screen driver helps.
  • ๐Ÿ› ๏ธ If the problem remains, reset the settings to the factory (pre-saving data).

โš ๏ธ Attention: On Xiaomi 11 Lite 5G NE firmware MIUI 13.0.6+ after-use ADB-To fix the problem, do adb shell settings put global. policy_control immersive.full=*,-com.android.phone

Can you create a limitless screen without a computer?
Yes, use method 1 (standard settings) or method 2 (engineering menus). Third-party applications like Nacho Notch will also work, but they are less stable. Completely hiding both panels without ADB is impossible.
Why did the MIUI update disappear?
Xiaomi often resets the user's screen settings after major updates. You need to: Reset the settings via ADB or engineering menu. Check if permissions for third-party applications (Settings โ†’ Apps โ†’ Permissions) have reset. If you use Nacho Notch, upgrade to the latest version.
Is it safe to use ADB for a regular user?
ADB โ€” Android tool, but if used incorrectly, can: ๐Ÿ”ด Disrupt system applications (e.g. Google Play Services). ๐Ÿ”ด Fail to calibrate the screen or sensor. ๐Ÿ”ด Cause conflicts with banking applications (due to a change in the device certificate). If you follow the instructions in this article, the risks are minimal. ADB and shut down the debugging USB post-tuning.
How do you get it back if something goes wrong?
Ways of rollback: ๐Ÿ”„ For ADB: Adb shell settings put global settings policy_control null and reboot the phone. ๐Ÿ”ง For the engineering menu: Repeat the code entry and reset the screen settings to factory. ๐Ÿ“ฑ For third-party apps: remove them and clear the cache in Settings โ†’ Annexes. ๐Ÿšจ Extreme case: reset to factory settings (Settings) โ†’ System system โ†’ Resetting settings).
Does unlimited gaming work?
Depends on the game: โœ… Genshin Impact, PUBG Mobile, Call of Duty: Mobile โ€“ support full screen mode through graphics settings. โš ๏ธ Free Fire, Mobile Legends โ€“ may require additional commands ADB shielding. โŒ Among Us, Brawl Stars โ€“ often ignore system settings and leave black fields. ADB-commands and settings within the game itself. PUBG Mobile needs to enable "Full screen mode" in the graphics settings after application ADB.