How to reduce the screen resolution on the smartphone Xiaomi: official and hidden methods

Reducing the screen resolution on Xiaomi smartphones can be needed in a variety of situations: from saving battery power to improving performance in games or adapting the interface for low vision. MIUI They do not always provide a direct opportunity to change the resolution, especially on newer models with a new model. AMOLED-In this article, we'll look at all the current ways, including hidden shell features, design commands, and even modifications through the use of the device. ADB.

It's important to understand that changing the resolution is not just a cosmetic setup; it affects pixel density (DPI), application performance, and even power consumption. For example, reducing the resolution from FHD+ (2400ร—1080) to HD+ (1600ร—720) can increase battery life by 15-20%, but the text in some applications will become less clear. We tested all methods on Redmi Note 12 Pro+, POCO F5 and Xiaomi 13T devices with MIUI 14/15 โ€” the results are summarized in a comparative table below.

If you've never worked with developers or ADB, don't worry: the first two are not very knowledgeable, and for advanced users, we've prepared a section with commands that allow you to set arbitrary resolution that is not available in the standard MIUI menu. But remember: the wrong settings can lead to interface failures!

1. Change of permission through developer settings

The safest and most official way is to use the Developer Menu, which works on most Xiaomi devices running MIUI 12-15, but may not be available on some budget models (e.g. Redmi A1 or POCO C50).

To activate the developer mode:

  1. Go to Settings. โ†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row, and the notification will appear "You became a developer!".
  3. Return to the main settings menu and open a new section โ†’ For developers.

Now look for the screen resolution (or minimum width in some versions) option, and you can choose one of the preset values here:

  • ๐Ÿ“ฑ Auto (recommended) โ€“ the system will select the optimal resolution.
  • ๐Ÿ” FHD+ (2400ร—1080) โ€” Maximum quality for most models.
  • ๐Ÿ”‹ HD+ (1600ร—720) โ€” saves battery life.
  • โšก 720p (1280ร—720) โ€” Minimum resolution suitable for testing.

โš ๏ธ Note: On some devices (e.g. Xiaomi) 12S Ultra) resolution change can cause the screen to reset to 60 Hz. To return 120 Hz, you have to manually switch the settings to Settings. โ†’ Display. โ†’ Frequency of update.

๐Ÿ“Š What permission do you use on Xiaomi?
FHD+ (maximum)
HD+ (battery savings)
Auto (by default)
Other

2.Use of the "Scaling of the Screen" (DPI) function

If the developer menu doesn't have a direct option to change the resolution, you can go a detour by changing the pixel density (DPI), which determines how many pixels per inch of the screen, and indirectly affects the "visual" resolution, for example, reducing the DPI from 440 to 320 will make the icons and text larger, but the actual resolution will remain the same.

Instructions:

  1. Activate the developer mode (as in the previous section).
  2. Go to For Developers โ†’ Minimum width.
  3. Enter the value from 320 (large elements) to 560 (small elements). The standard value for most smartphones is 411.
  4. Restart the device so that the changes take effect.

The effect will be noticeable immediately: the MIUI interface and most applications will adapt to the DPI. However, some programs (such as games or banking applications) may not display correctly, in which case return the standard value or use ADB for forced scaling (for this, see section 4).

Activate the Developer Mode

Remember the current DPI value

Reboot your phone after the changes

Check the operation of key applications-->

3. Hidden MIUI settings: "Lite Mode" mode

Starting with MIUI 13, Xiaomi has added a hidden โ€œLite Modeโ€ mode that automatically lowers screen resolution and optimizes performance, which is originally designed for devices with low RAM (2-3 GB), but can be activated on flagships as well.

How to turn on:

  1. Open the Security app (shield icon).
  2. Go to Optimization. โ†’ Cog badge (โš™) โ†’ Special facilities.
  3. Find the option Light mode and activate it.
  4. Confirm the device reboot.

After activation, the system:

  • ๐Ÿ”„ Reduce the permit to HD+ (1600ร—720) or 720p (model).
  • โšก Disable animations and background processes.
  • ๐Ÿ“‰ Reduce the screen refresh rate to 60 Hz (if supported).
  • ๐Ÿ”‹ Optimizes energy consumption by limiting productivity CPU/GPU.

โš ๏ธ Note: Some features such as Always-on Display may stop working in Lite Mode (AOD) Or high bitrate in the video. To get back to normal mode, repeat the steps and deactivate the option.

Xiaomi modelStandard permissionLite Mode resolutionBattery savings
Redmi Note 12 Pro+2400ร—1080 (FHD+)1600ร—720 (HD+)~18%
POCO F52400ร—1080 (FHD+)1280ร—720 (720p)~22%
Xiaomi 13T2712ร—1220 (QHD+)1600ร—720 (HD+)~15%
Redmi A21600ร—720 (HD+)1280ร—720 (720p)~10%

Change of permission via ADB (for advanced users)

If you want to set an arbitrary resolution that is not provided for in MIUI, you will have to use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer and basic command line knowledge, but it allows you to set any parameters, for example, 1920ร—1080 on a device that supports QHD+.

Step-by-step:

  1. Install. ADB-computer-driver.
  2. Enable debugging by USB in the developer settings (For developers โ†’ debugging by USB).
  3. Connect your smartphone to your PC and confirm the debugging permission.
  4. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell wm size 1600x720

Where 1600x720 is the desired resolution. To return the standard settings, use:

adb shell wm size reset

To change the pixel density (DPI), use the command:

adb shell wm density 320

โš ๏ธ Note: Some apps (such as Google Pay or banking) may block work on devices with changed resolution via a new app. ADB. If after applying the commands, the applications stopped opening, return the standard settings!

What if the ADB does not recognize the device?
1. Make sure that the debugging is enabled by USB. 2. Try another one. USB-cable (preferably original). 3. Install drivers for your Xiaomi model from the site MIUI Downloads. 4. Restart your computer and smartphone. 5. If the problem persists, try using the adb kill-server and adb start-server in the terminal.

5. Appendices for permission modification (without rut)

If you don't want to mess with ADB, you can use third-party apps, and we tested some of the most popular tools and picked two of the most reliable ones:

  1. Second Screen (Play Market) allows you to create a random resolution virtual screen, is suitable for testing, but does not change the physical resolution of the display, useful for developers or gamers who want to emulate other devices.
  2. Display Changer (requires ADB) is a more advanced utility that allows you to access the same commands as you would manually use ADB, but with a user-friendly interface, and allows you to save permission profiles and quickly switch between them.

Important: Most resolution-change applications require superuser (root) rights, or at least ADB permissions. Without them, they can only simulate change, but not apply it at the system level.

๐Ÿ’ก

If the screen is blurred after changing the resolution through the application, try manually setting the DPI to a multiple of 80 (e.g., 320, 400, 480) to avoid artifacts.

6. Features for specific Xiaomi models

Some Xiaomi devices have unique limitations or additional options for changing the resolution, and we have collected key nuances for the popular series:

  • ๐Ÿ“ฑ Redmi Note 11/12: Supports permission change through the developer menu, but when choosing HD+ Reduces the frequency of the update automatically to 60 Hz.
  • ๐ŸŽฎ POCO F4/F5: In Game Turbo, you can temporarily reduce the resolution for specific applications (for example, for the game). PUBG Mobile or Genshin Impact).
  • ๐Ÿ’Ž Xiaomi 13/14 Series: On flagships, resolution change is blocked at the firmware level. ADB custom-made.
  • ๐Ÿ”‹ Redmi A1/A2: Budget models don't support resolution change - only scaling DPI.

For devices with AMOLED-screens (e.g. Xiaomi) 12T or POCO X5 Pro) lower resolution can lead to increased pixel response time, which is noticeable when scrolling or in dynamic games. If you notice "lubrication" of the picture, return the standard settings.

๐Ÿ’ก

On devices with a Snapdragon 8 Gen 2 processor (such as the Xiaomi 13 Ultra), changing the resolution through ADB can cause the graphics driver to crash, in which case only a factory reset will help.

Possible problems and solutions

Changing the resolution of the screen is not always a harmless procedure, but here are the most common problems and ways to fix them:

Problem.Possible causeDecision
The screen has become blurryNon-compliance with DPI and permissionSet DPI multiples of 80 (e.g. 320 or 400)
Applications are not runningBlocking due to changed system parametersReturn the standard resolution or use Magisk to disguise
It doesn't work always-on displayReduced resolution or frequency of updatesReturn FHD+ and 120Hz in screen settings
The sensory input is not working properly.Wrong aspect ratioUse a resolution with the same ratio as the standard one (e.g. 16:9)

If the device starts to overheat or discharge quickly after the changes, check the use of the CPU/GPU in the battery settings. Sometimes the system mistakenly activates the performance mode when the resolution decreases, which negates all the energy savings.

FAQ: Frequent questions about changing the resolution on Xiaomi

Can I change the resolution to Xiaomi without a computer?
Yes, most devices can do this through a developer menu or Lite Mode, but setting arbitrary values (e.g. 1920ร—1080 on a 2400ร—1080 screen) will still require ADB.
Why do some applications look crooked after changing the resolution?
This is because not all applications support dynamic scaling, especially with banking and games, the solution is to return the standard resolution or manually configure the DPI for a particular application through ADB: adb shell am compat screen-compat enable PAKE APPS To find the application package, use the command: adb shell pm lists | grep "application name ap"
Does the lower resolution affect performance in games?
Yes, but not always positive. On the one hand, lower resolution reduces the load on the GPU, which can increase FPS, on the other hand, some games (like Call of Duty Mobile) automatically lower graphics settings when you detect low screen resolution. For better results, use specialized utilities like Game Turbo.
Can I return the standard resolution if the screen is unreadable?
If you have set too low resolution or DPI and canโ€™t use your phone, connect it to your computer and follow the commands: adb shell wm size reset adb shell wm density reset.
Do these methods work on custom firmware (like LineageOS)?
On most custom firmware, changing resolution is easier โ€” there is often a separate section in the screen settings. However, some builds (such as Pixel Experience) can block non-standard resolutions due to the nature of the kernel, in which case only ADB or editing the build.prop file will help.