Screen resolution is a key parameter that affects the image quality of your Android device. It determines how clear texts, photos and videos are, as well as how applications adapt to the display size. But where exactly can I see the current resolution? And is it possible to change it without risk to the system?
In this article we will look at all the ways to check screen resolution on Android - from standard settings to hidden engineering menus. You'll learn how to determine the display's physical resolution (for example 2400ร1080), as well as the current software resolution the system is using. We will separately consider the nuances for popular brands: Samsung, Xiaomi, Honor and others.
1. Standard method: through Android settings
The easiest method is to use the built-in system settings. It works on most devices, regardless of Android version or manufacturer. Here's how to do it:
- Open the application Settings (gear icon).
- Go to section
About phoneorAbout device(on some models โSystem โ About phone). - Find item
Device characteristics,Model informationorSpecifications. - Scroll down to the block Display โthe physical screen resolution will be indicated here.
For example, on Samsung Galaxy S23 the path looks like this: Settings โ Device maintenance โ Phone information โ Specifications. And on Xiaomi Redmi Note 12 โ Settings โ About phone โ All characteristics.
โ ๏ธ Attention: In some firmware (for example, Realme or Oppo), the physical resolution may be hidden. In this case, use alternative methods from the following sections.
If you need not the physical, but the current software resolution (which can be changed), look for it in the settings. display:
- ๐
Settings โ Screen โ Screen resolution(on Samsung) - ๐ฑ
Settings โ Display โ Screen size(on Xiaomi) - ๐ฅ๏ธ
Settings โ System โ Screen โ Resolution(on clean Android)
2. Through the engineering menu (for advanced users)
If the standard settings do not show the resolution, you can use the engineering menu. This method is suitable for devices based on processors Qualcomm (most Xiaomi, OnePlus, Sony) and some Mediatek.
Instructions:
- Open the application Phone.
- Enter the code:
##4636## - In the menu that opens, select
Device informationorHardware info. - Scroll to block Display -here the current resolution will be indicated (for example,
1080 x 2400).
On devices with a processor Mediatek (many Realme, Tecno, Infinix) try the code:
##36446337## โ Hardware Testing โ LCD.
โ ๏ธ Attention: Do not change the parameters in the engineering menu if you are not sure of their purpose. This may lead to malfunctions screen.
What to do if the engineering menu does not open?
If nothing happens after entering the code, the reasons may be as follows:
1. The manufacturer has blocked access (applicable for some models Huawei and Honor after 2019).
2. You have custom firmware installed that has removed the engineering menu.
3. The code is entered incorrectly - try using a Google keyboard, not a third-party one.
3. Using third-party applications
If the built-in methods did not work, third-party utilities will come to help. They will not only show the resolution, but also provide additional information about the display: pixel density (DPI), refresh rate, matrix technology.
Top 3 applications for checking resolution:
- ๐ CPU-Z - shows the physical resolution in the section
Device โ Display. - ๐ AIDA64 - detailed information about the display in
Display โ Resolution. - ๐ฑ DevCheck โa convenient interface with data about resolution, DPI and supported modes.
Example of display in CPU-Z:
| Parameter | Value (example) |
|---|---|
| Resolution | 1080 x 2400 pixels |
| Density | 420 dpi |
| Screen size | 6.67 inches |
| Refresh rate | 120 Hz |
Important: Some applications (for example, AIDA64) can show not only the current, but also the maximum supported display resolution. This is useful if you suspect that the system is running in a reduced mode.
If the application does not detect the resolution, try disabling the power saving mode - it may limit access to system data.
4. data-i="108">If you are familiar with the developer tools, you can find out the screen resolution through
If you are familiar with developer tools, you can find out the screen resolution via ADB (Android Debug Bridge). This method is universal and works even on devices with limited settings.
Instructions:
- Connect your smartphone to the PC and turn it on
USB DebugginginSettings โ For Developers. - Open the command line (Windows) or terminal (macOS/Linux) and enter:
adb shell dumpsys display
In the output, find lines:
mCurrentDisplayRect=Rect(0, 0 - 1080, 2400)โ current resolution.mBaseDisplaySize=Point(1080, 2400)โphysical resolution.
To simplify, you can use the command:
adb shell wm size
It will display the current software resolution in the format Physical size: 1080x2400.
โ ๏ธ Attention: Using ADB requires enabling developer mode. On some devices (for example, Huawei with EMUI 12+), this mode may be hidden - an additional code will be required to activate it.
5. Features for different brands
Manufacturers often modify Android by adding unique display settings:
Samsung (One UI)
- ๐ง Resolution changes depending on
Settings โ Screen โ Screen resolution. - ๐ Available options:
HD+ (1600ร720),FHD+ (2400ร1080),WQHD+ (3200ร1440)(on flagships). - โก On new models (for example, Galaxy S24) you can separately adjust the resolution for games via
Game Launcher.
Xiaomi (MIUI)
- ๐จ Path:
Settings โ Screen โ Screen size. - ๐ On some devices (for example, POCO F5) a mode is available
Auto-resolution, which dynamically adapts to the content. - ๐ ๏ธ In
Settings โ Advanced โ Full screenyou can hide camera cutouts, which affects the displayed area.
Honor/Huawei (EMUI/Magic UI)
- ๐ผ๏ธ Resolution can be changed in
Settings โ Screen and wallpaper โ Screen resolution. - ๐ On budget models (for example, Honor X8) can only be accessed
HD+. - ๐ On new devices (with Magic UI 7.0+) some display parameters are blocked without registering an account Huawei ID.
Enable developer mode (7 taps on build number)
Check the current resolution in CPU-Z
Compare with supported modes in Settings โ Display
Make sure the refresh rate matches the resolution
-->
6. How to change the screen resolution (and is it worth doing?)
Some users want to manually lower the resolution to save battery power or increase performance in games. However, this is fraught with consequences:
Pros:
- โก Increased battery life (by 5-15%).
- ๐ฎ Increased FPS in games (by 10โ20% on weak chipsets).
- ๐๏ธ Reduced eye strain during prolonged use.
Cons:
- ๐ Loss of clarity of text and images.
- ๐ซ Some applications may be displayed incorrect.
- ๐ Risk of overheating with incorrect settings (if the refresh rate is not synchronized with the resolution).
If you do decide to change the resolution, do it through the settings (as described above) or using ADB:
adb shell wm size 720x1600
To return the standard resolution, use:
adb shell wm size reset
โ ๏ธ Attention: On some devices (for example, Google Pixel with pure Android), forcing a resolution change via ADB may cause the interface to crash. In this case, only resetting the settings will help.
Changing resolution via ADB is not supported on all devices. On some models Samsung i OnePlus this may cause the screen to lock until rebooted.
7. Frequent problems and their solutions
Sometimes users encounter incorrect resolution display. Let's look at typical situations:
Problem 1: The resolution is lost after the update
After installing a new version of Android or firmware, the screen may be displayed in low resolution. Solution:
- Go to
Settings โ Display โ Resolutionand select the maximum value. - If the item is missing, reset the screen settings:
Settings โ System โ Reset settings โ Reset screen settings. - On Samsung try disabling
Adaptive refresh ratein the display settings.
Problem 2: Applications do not support the current resolution
Some games or apps (for example, Genshin Impact or AutoCAD) may refuse to launch if the screen resolution is not standard. Solution:
- Temporarily return the standard resolution through the settings.
- Use compatibility mode (if available in the application settings).
- On Xiaomi enable
Full screen modefor a specific application inSettings โ Applications โ Full screen mode.
Problem 3: Resolution does not change
If changing the resolution is not available in the settings, the reasons may be as follows:
- The manufacturer has blocked this function (relevant for Huawei after sanctions).
- The device uses custom firmware with limited settings.
- Energy saving mode is enabled, blocking display changes.
In this case Only firmware that supports changing the resolution or using ADB (if supported) will help.
FAQ: Frequently asked questions about Android screen resolution
Is it possible to increase the resolution above the standard?
No, the physical resolution of the display is determined by the hardware and cannot be increased by software. The maximum that can be done is to return the factory value if it has been lowered.
Why are the resolutions lower in games than in the system?
Many games automatically lower the resolution to improve performance. This can be changed in the graphics settings of a particular game (for example, in PUBG Mobile or Call of Duty: Mobile).
Does resolution affect autonomy?
Yes, but only slightly. Lowering the resolution from FHD+ to HD+ can give an increase in 5โ10% of the operating time, but at the cost of loss of clarity. A more noticeable effect is obtained by reducing the screen refresh rate.
How can I find out the supported resolutions of my smartphone?
The full list of supported resolutions can be found in the documentation for the device or via the ADB command:
adb shell dumpsys SurfaceFlinger Look for the line displayConfig.
Why do two identical models have different resolutions?
This may be due to:
- Different regional versions (for example, Samsung Galaxy A54 for Europe and Asia may have different screens).
- Firmware updates that added new modes.
- Hardware revisions (for example, early batches could have screens from another supplier).