How to turn on the hertzovka (screen refresh rate) on Xiaomi phone: the complete guide

Screen refresh rate (hertz) is one of the key parameters that affect the smoothness of the picture and responsiveness of the smartphone. Xiaomi, Redmi and POCO smartphones of the latest generations support increased frequencies - 90 Hz, 120 Hz or even 144 Hz, but by default they are often turned off to save battery power. In this article, we will discuss how to properly activate the high hertz, which models support the function, and what to do if the option is not available in the settings.

Itโ€™s important to understand that not all Xiaomi devices support dynamic frequency change. For example, the budget models Redmi Note 11 or POCO M4 Pro have a fixed 60 Hz or 90 Hz, while flagships like Xiaomi 13 Ultra or Black Shark 5 Pro offer adaptive modes up to 144 Hz. It is also worth considering that high frequency increases the load on the processor and reduces battery life โ€“ so the manufacturer sometimes hides the setting behind additional conditions.

If youโ€™re not sure if your model supports high hertz, check the specifications on Xiaomiโ€™s official website or use apps like AIDA64 or CPU-Z. In this article, weโ€™ll look at all possible ways to enable it, from standard MIUI settings to hidden engineering menus.

Which Xiaomi models support high hertz (90/120/144 Hz)?

Before you try to enable a high refresh rate, make sure your device supports it. Below is the current list of Xiaomi, Redmi and POCO models with support for 90 Hz+ (data for 2026):

BrandModelMax. frequency (Hz)Screen type
XiaomiXiaomi 14 / 14 Pro / 14 Ultra120AMOLED, LTPO
XiaomiXiaomi 13T / 13T Pro144AMOLED
RedmiRedmi Note 12 Pro+ 5G120AMOLED
POCOPOCO F5 / F5 Pro120AMOLED
Black SharkBlack Shark 5/5 Pro/5 RS144AMOLED

If your model isn't in the spreadsheet, it doesn't mean it doesn't support high hertz. For example, some Redmi K-series devices (like the Redmi K60 Pro) also feature 120Hz displays to get an accurate view of your screen's maximum frequency:

  • ๐Ÿ” Check the official specifications on Xiaomiโ€™s website.
  • ๐Ÿ“ฑ Use the DevCheck app (display section).
  • ๐Ÿ› ๏ธ Go to the engineering menu (more on that below).

โš ๏ธ Attention: Some models (e.g, POCO X3 Pro) support 120 Hz, but only at resolution FHD+. If you use HD+, frequency automatically decreases to 60 Hz.

Method 1: Enable the hertz through standard MIUI settings

The easiest way to activate a high refresh rate is to use the built-in MIUI settings. The interface may vary slightly depending on the firmware version (MIUI 14 or MIUI 15), but the overall algorithm remains unchanged.

Open the Settings app and go along the way:

Settings โ†’ Display โ†’ Screen refresh rate

In this menu you will see the available options:

  • ๐Ÿ”„ Auto (adaptive frequency, switches between 60 Hz and 120 Hz depending on the content).
  • ๐Ÿ“ฑ 60 Hz (standard mode, saves battery power).
  • โšก 90/120/144 Hz (maximum frequency, best smoothness, but faster battery goes down).

Select the mode you want and confirm the changes. If the screen refresh rate option is not on the menu, then:

  • Your model doesn't support high hertz.
  • The function is blocked by the manufacturer (solution โ€“ see hidden methods).
  • You have custom firmware installed without Dynamic Refresh Rate (DRR) support.

โ˜‘๏ธ Preparation for high hertzovka inclusion

Done: 0 / 4

Method 2: Activate hidden hertz through the engineering menu

If you donโ€™t have a frequency change option in your standard settings, but youโ€™re sure your model supports it (like the Redmi Note 10 Pro or the POCO X3 NFC), you can try turning it on through the engineering menu, which works on most Qualcomm Snapdragon processors.

For this:

  1. Open the phone app and enter the combination: ##4636##
  2. In the menu that appears, select Testing โ†’ Hardware info.
  3. Scroll down to the Refresh Rate section and check the available values.
  4. If you have a Set refresh rate, select the desired frequency (e.g. 120) and save the changes.

On some devices (e.g. POCO F3), the engineering menu may not show the hertz change option, in which case, try the alternative code:

##36446337##

โš ๏ธ Warning: Changing the settings in the engineering menu can lead to unstable screen operation. If artifacts (flickering, bands) appear after the change of frequency, return the value to 60 Hz or reboot.

What to do if the engineering menu is not opened?
If nothing happens after entering the code, it is possible: - Your model uses a Mediatek processor (it needs other commands). - The manufacturer has blocked access to the menu in your version. MIUI. - You have custom firmware installed without engineering code. ADB-teams (see next section).

Method 3: Enabling Hertz through ADB (for advanced users)

If standard methods donโ€™t work, you can try activating high frequency via Android Debug Bridge (ADB), which is suitable for devices where the option is hidden software (for example, on some Redmi for the European market).

For this you will need:

  • ๐Ÿ’ป Computer with installed Xiaomi and ADB-tools drivers.
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (path: Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times press to unlock Developer Mode, then Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Follow the instructions:

  1. Connect your phone to your PC and open the command prompt (cmd on Windows or Terminal on macOS/Linux).
  2. Enter the command to check the connection: adb devices (should appear serial number of your device).
  3. Run the command to turn on 120 Hz: adb shell settings put global peak_refresh_rate 120 For 90 Hz use the value 90 instead 120.
  4. Reboot your phone: adb reboot

After the reboot, check the frequency in the display settings or through the Refresh Rate Test app from Google Play. If the option never appears, try an alternative command:

adb shell settings put global min_refresh_rate 120

๐Ÿ’ก

If so, ADB-commands the hertz reset after the restart, create a script in the Tasker or MacroDroid app that will automatically apply the setting when you turn on the phone.

Method 4: Using Third-Party Applications

If you don't want to mess with ADBs or engineering menus, you can try customized apps to manage refresh rates, but beware: many require root rights, and some may contain malicious code.

The most reliable options are:

  • ๐Ÿ“Š SetEdit allows you to edit system settings, including hertz. Works without root, but requires ADB-access.
  • ๐Ÿ”ง Refresh Rate Changer is a simple tool for changing the frequency (root rights are needed).
  • ๐Ÿ“ˆ QuickSwitch โ€“ Adds tile to the notification bar for quick hertz switching (Xposed Framework or Magisk required).

Example of working with SetEdit:

  1. Install the app from Google Play.
  2. Connect your phone to your PC and license it through ADB: adb -d shell pm grant by4a.setedit2 android.permission.WRITE_SECURE_SETTINGS
  3. Open SetEdit, find the setting peak_refresh_rate and set the right value (90 or 120).
  4. Save the changes and restart the device.

โš ๏ธ Note: Apps like Refresh Rate Changer may conflict with system processes MIUI, causing lags or overheating. Before using, back up your data.

๐Ÿ“Š What screen refresh rate do you use on your Xiaomi?
60 Hz (battery savings)
90 Hz (balance)
120/144 Hz (maximum smoothness)
Adaptive mode (auto)

Why the Hertzovka is not turned on: common problems and solutions

If you have followed all the instructions but the high frequency has not worked, the reasons may be:

Problem.Possible causeDecision
The option of grayEnergy saving mode activatedTurn off Ultra Mode or Energy Saving in Battery Settings
Frequency resets after rebootingMIUI Systems PolicyUse ADB or Tasker to automatically apply settings
Screen flickering at 120HzIncompatibility with current resolutionSet FHD+ resolution in the display settings
No option in the settingsRegional restrictions of MIUIChange region to India or China in phone settings

Another common problem is blocking the hertz on custom firmware. If you use an informal version of MIUI (e.g. xiaomi.eu or Pixel Experience), check if it supports Dynamic Refresh Rate. In some builds, this feature needs to be activated manually via the build.prop file.

On devices with a Mediatek processor (such as the Redmi Note 11 or POCO M5), the refresh rate can be blocked at the kernel level, in which case only an official firmware update or root rights can help.

How do you check that the silk is really working?

Many users include high frequency but don't notice the difference. To make sure the screen is actually running at 90Hz or 120Hz, use one of the following methods:

  • ๐Ÿ“ฑ Built-in test MIUI: Go to Settings. โ†’ Display. โ†’ Screen refresh rate and select Smoothness Test (not available on all models).
  • ๐Ÿ” The Refresh Rate Test app shows the current frequency in real time.
  • ๐ŸŽฎ Game Tests: Run a game with high-hertz support (e.g, PUBG Mobile or Call of Duty and turn on the display FPS graphically.
  • ๐Ÿ“Š ADB-command: adb shell dumpsys display Find the refresh rate line.

Note that some apps (e.g. YouTube or Netflix) force frequency limits to 60Hz to save charge. To avoid this, activate the option to force high frequency (if any) in the display settings.

๐Ÿ’ก

If tests show that the frequency is unchanged, chances are your device does not hardware support high hertz, or it is blocked by the manufacturer.

FAQ: Frequently Asked Questions About Hertzovka on Xiaomi

๐Ÿ”น Why After Updating MIUI The option of changing hertzovka is missing?
This is a common problem after major updates. Xiaomi sometimes removes or hides settings to stabilize the firmware. Solutions: rollback to the previous version MIUI (if available; use of ADB-Waiting for the next patch (usually bugs are fixed within a few hours) 1-2 week-long).
๐Ÿ”น Does high hertzovka affect autonomy?
Yes, and pretty significant. According to GSMArena, the transition from 60 Hz 120 Hz increases energy consumption by 15-25% To save charge: Use Adaptive Mode (if any). Limit high frequency for individual applications (via Game Turbo or SetEdit.
๐Ÿ”น Can you turn on 144 Hz on Xiaomi if you have a maximum of 120 Hz in the settings?
Not unless the manufacturer has provided hardware-level support for 144Hz. For example, Black Shark 5 Pro supports 144Hz, and POCO F5 only 120Hz. Attempts to force unsupported values through ADB or modified cores can result in: Artifacts on the screen, CPU overheating, loss of warranty.
๐Ÿ”น Why in games the Hertz falls to 60 Hz?
This is due to performance optimization. Many games (especially heavy ones like Genshin Impact) automatically reduce the refresh rate to avoid overheating. Solutions: Enable High Frame Rate (if any) in the game settings. Use Game Turbo to force 120Hz settings. Reduce the graphical settings in the game.
๐Ÿ”น How to roll back the hertz if the screen starts to flicker?
If image defects appear after frequency change: Return to Settings โ†’ Display and select. 60 Hz. If the menu is not available, use ADB: adb shell settings put global peak_refresh_rate 60 Reset the display settings: Settings โ†’ System system โ†’ Resetting settings โ†’ Reset the display settings. If there is any flicker, contact the service center (possibly damaged screen plume).