You want to see the current RAM load right on your Xiaomi screen, but you don't know how to do it? In modern versions of MIUI and HyperOS, the RAM display feature is hidden in the depth of the settings - and we will show you how to activate it in 2 minutes, this feature is useful for gamers, testers and just curious users who want to monitor the performance of the device in real time.
Unlike older firmware versions, where RAM was enabled via Settings β Additionally, the algorithm has changed. Moreover, on some models (such as the POCO F5 or Redmi Note 12 Pro+), the option may be blocked by the manufacturer. But don't worry: we've compiled all the current ways, including workarounds for limited devices. You don't need root access or complex manipulations - only standard system tools.
Important: displaying RAM on the screen slightly increases the load on the processor (by 1-3%), but this does not affect autonomy. If you use a smartphone for games or multitasking, memory control will help to close the background applications in time and avoid lags.
Method 1: Through a Hidden Developer Menu
The most reliable way is through the developer menu, which works on all devices with MIUI 12 and up, including HyperOS, and the key is that you have to unlock access to these settings.
If you havenβt activated the developer mode yet, do it in advance:
- Open the Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row (you will receive a notification βYou became a developer!β)
Now we turn to the main actions:
- π§ Go to Settings. β Additionally. β For developers
- π Scroll down to the Debugging section and find Show RAM usage (or Memory usage display on English firmware)
- β‘ Turn on the switch and select the indicator position: Top left corner or Upper right corner
- π± Restart the device (required!) to make the changes effective
Activate the Developer Mode|Find the item "Show the use of RAM"|Select the indicator position|Reboot your smartphone-->
On some models (for example, Xiaomi 13 Ultra or POCO X5 Pro), this item may be called differently: Display RAM usage or Memory Use Display. If you do not find it, search by settings (the magnifying icon in the upper right corner).
β οΈ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi) K70) The developer menu can be hidden deeper. Try the path: Settings β The phone. β All specifications β Version. MIUI (tap 7 times).
Method 2: Use of MIUI widgets
If the first method didnβt work or you donβt want to dig into the developerβs settings, use standard widgets, which are suitable for MIUI 13/14 and HyperOS, but require free space on the home screen.
Instructions:
- Click and hold the empty space on the home screen, then select Widgets
- Scroll down to the Tools or System section.
- Find the System Monitor widget (or System Monitor) and drag it to the screen.
- Select the size of the widget (recommended 2Γ2 or 4Γ1 for detailed information)
- In the widget settings, tick RAM (RAM) and other parameters if necessary.
Advantages of this method:
- π Shows not only RAM, but also loading CPU, temperature, network activity
- π¨ Transparency and display style can be changed
- π Updates data in real time (every second)
The disadvantage is that the widget takes up space on the screen and does not appear in games or on the lock screen.
Through the developer menu |Vidget on the home screen |Special application |I don't need to display RAM-->
Method 3: Applications for monitoring (without root)
If Xiaomiβs standard tools donβt suit you, install a third-party app. We tested 5 popular utilities and selected the best ones:
| Annex | Functions | Pluses | Cons |
|---|---|---|---|
| CPU Monitor | RAM, CPU, temperature, FPS in games | Overlay over games, customizable design | Advertising in the free version |
| Game Booster 4x Faster | Optimization of games + monitoring of RAM | Automatic Memory Cleanup | It takes a lot of permission. |
| DevCheck | Detailed information about the device | No advertising, Russian language | No real-time overlay |
We recommend the CPU Monitor, which allows you to adjust the transparency of the overlay, select the displayed parameters and even change the font.
- Download the app from Google Play
- Run and grant permission to display on top of other applications
- In the settings, select RAM Usage and activate the overlay
- Set the position and appearance of the indicator
β οΈ Note: Some apps (such as Game Booster) may conflict with Xiaomi system optimizers. If you have lags after installation, disable auto-clean memory in the settings MIUI: Settings β Annexes β Cleanup.
π‘
If the overlay is not displayed in games, add the game to the optimization exceptions: Settings β Special features β Game turbo mode β Exceptions
Method 4: ADB-Teams for Advanced Users
This is a tool that works for those who are not afraid of the command line. It works on all Xiaomi devices, but requires a connection to a computer.
- π₯οΈ Computer with Windows/macOS/Linux
- π USB-cable (preferably original)
- π± Included debugging by USB developer-setting
Step-by-step:
- Download ADB Tools and unpack the archive
- Connect your smartphone to your PC and select File Transfer Mode
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB
- Enter the commands in turn: adb devices (should appear your device) adb shell settings put global show_mem_info 1 adb shell settings put global mem_info_position 0 (0 β top-left, 1 β top-corner)
- Reboot your smartphone
This method activates a hidden system RAM indicator that updates every second and works even in games. show_mem_info 0.
What if the ADB canβt see the device?
Why is the RAM display not working?
If you have completed all the steps, but the indicator has not appeared, check these points:
| Problem. | Reason. | Decision |
|---|---|---|
| There is no item on the developer menu | Restricted firmware (e.g. global version for Europe) | Use it. ADB-method |
| The indicator appears and disappears | Conflict with MIUI Optimizer | Turn off autocleaning in Settings β Apps β Cleaning |
| Numbers not updated | Too aggressive battery optimization | Add a monitor app to optimisation exceptions |
On some models (for example, Redmi 10C or POCO M4 Pro), the RAM display function is blocked at the firmware level.
- π Update to the latest version MIUI/HyperOS
- π² Install custom firmware (requires an unlocked bootloader)
- π οΈ Magisk modules (root is needed)
π‘
On devices with MediaTek processors (such as the Redmi Note 11), the system indicator of RAM may not work stable, in which case it is better to use third-party applications such as the CPU Monitor.
How do I turn off the RAM display?
If you no longer need the indicator, it is easy to remove:
For method 1 (Developer menu):
- Back to Settings β For developers
- Find the item Show the use of RAM and turn it off.
- Reset the device
For method 2 (widget):
Simply remove the widget from the main screen with a long press and the option to Delete.
For method 3 (third party annexes):
Open the app, find Overlay or Display in the settings, and turn off the display. You can also delete the program completely.
For method 4 (ADB):
Connect to the PC and execute the command:
adb shell settings put global show_mem_info 0