Xiaomi Redmi Note 10S β One of the most popular mid-range smartphones, but many users face confusion when trying to activate the screen refresh rate of 120 Hz. AMOLED-High frequency display, in standard settings MIUI This is often hidden or limited, and in this article we will discuss all the official and informal methods of enabling 120 Hz, and explain why this feature may not be available on some devices.
Itβs important to understand that screen refresh rates directly affect animation smoothness, interface responsiveness, and even autonomy. However, not all apps and games support 120Hz, and in some regions Xiaomi artificially limits this feature through firmware. Weβve tested all methods on the Redmi Note 10S with different versions of MIUI (including MIUI 12.5, 13 and 14) and are ready to share working solutions.
Redmi Note 10S screen specifications: Does it support 120Hz?
Before you try to enable a high refresh rate, you need to make sure your device supports it. - Xiaomi Redmi Note 10S (Rosemary codename is equipped with 6.43-inch AMOLED-resolution-screen 2400Γ1080 (Full HD+). Xiaomiβs official specifications point to support 90 Hz, but in reality, the hardware is able to pull and 120 Hz - this is confirmed by tests of enthusiasts and modified firmware.
But there are nuances:
- π§ Hardware support: MediaTek Helio chip G95 The display is physically capable of running at 120Hz, but Xiaomi software limits this option in most regions.
- π Regional restrictions: In India and some Asian countries, Redmi Note 10S It was sold with an unlocked frequency of 90 Hz, and in Europe and Russia - with a fixed 60 Hz by default.
- π± Version. MIUI: Starting with MIUI 12.5, Xiaomi has added a frequency selection option, but not for all models, MIUI 14) this parameter may be hidden.
To find out if your Redmi Note 10S supports 120Hz, you can use the AIDA64 or CPU-Z app to check the display settings, and the ADB test (weβll talk about it later) will also help.
How to turn on 90 Hz or 120 Hz in MIUI settings
If your Redmi Note 10S supports a high refresh rate, the easiest way to activate it is through standard MIUI settings. However, this method does not work on all firmware.
- Open the Settings β Display.
- Scroll down and find the screen refresh rate (or Refresh rate in English).
- Choose one of the available values: π 60 Hz - Standard mode (charge savings). β‘ 90 Hz β Balance between smoothness and autonomy. π 120Hz β maximum frequency (not available on all devices).
Confirm the selection and restart the smartphone (recommended).
If the screen refresh rate is not on the menu, it means one of three:
- π΅ Your version. MIUI It does not support this function (you need to update).
- π Regional restrictions (firmware for your market has blocked the option).
- π§ Requires unlocking through ADB origen.
Check the version of MIUI in Settings β About the phone
Make sure that the battery charge is > 50%
Make a backup copy of the data
Connect to a stable Wi-Fi network (for updates)-->
Some firmware has a hidden option, but you can unlock it through developer mode.
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version until you become a developer!
- Return to the main settings menu and open Additional settings β Developer settings.
- Find the Force peak refresh rate option and activate it.
β οΈ Warning: Forced 120Hz activation through the developer settings can lead to unstable interface operation, overheating or accelerated battery discharge.
Hidden Settings: How to Unlock 120Hz Through ADB
If MIUI does not have a frequency selection option, you can activate it via Android Debug Bridge (ADB), which requires connecting the smartphone to your computer, but does not require root rights.
Step 1: Preparation
- π» Install. ADB Fastboot Tools on PC (Windows, macOS or Linux).
- π± Turn on Debugging. USB on your smartphone: Go to Settings β Additional settings β Developer settings. Activate the Debugging by Switch. USB.
Redmi Note 10S
Step 2: Execution of commands
Open the command line (or Terminal) and type:
adb devicesIf the device is determined (its serial number will appear), execute the command to unlock 120 Hz:
adb shell settings put global peak_refresh_rate 120To apply the changes, restart the smartphone:
adb shell rebootStep 3. Checking.
After the reboot, check the screen frequency using the Refresh Rate Test app (available on Google Play).If the value hasn't changed, try an alternative command:
adb shell settings put global min_refresh_rate 120
adb shell settings put global peak_refresh_rate 120β οΈ Note: Some Xiaomi firmware after commands ADB The frequency is reset to 60 Hz when the screen is locked. To fix the settings, you may need a modified firmware or Magisk module.
| ADB Team Team | Description | The effect |
|---|---|---|
| peak_refresh_rate 120 | Set the maximum frequency | It works in most applications, but can be reset |
| min_refresh_rate 120 | Set a minimum frequency | Forced 120Hz everywhere (heavy battery drain) |
| force_fps 1 | Includes the forced frequency | Could cause artifacts in games |
π‘
If the frequency is reset after ADB commands, try disabling the Adaptive refresh rate function in the display settings (if any).
Modified firmware and custom cores: risks and opportunities
If the official methods don't work, you have to install custom firmware or kernel, which requires bootloader unlock, and it can be insecure, but it gives you full control over the frequency of the screen.
1. MIUI-based firmware with unlocked frequency
- π MIUI EU (European version β often includes 120 Hz by default for supported models.
- π MIUI pro MIUI Mix - Modified assemblies with advanced display settings.
- π± Pixel Experience or LineageOS β AOSP-Firmware where frequency is adjusted via Settings β Display.