Xiaomi Redmi 5, released in 2017, is still a popular budget smartphone due to the reliability and support of MIUI. However, many users face difficulties when trying to take a screenshot โ especially if you have previously used devices from other brands. In this article, we will discuss all available methods for creating screenshots on Redmi 5, including standard keyboards, MIUI gestures and alternative solutions.
It's important to consider that the functionality may vary depending on the firmware version. For example, in the early builds of MIUI 9, the three-finger swipe gesture was disabled by default, and in MIUI 10 it was activated. We'll look at options for all versions of the software, and also tell you what to do if screenshots are not saved in the gallery or disappear after a reboot.
1. Standard method: button combination
The most versatile method that works on all versions of MIUI is to press physical buttons simultaneously. On Redmi 5, this is:
โ ๏ธ Note: If you have a magnetic lock case installed (for example, for a wallet), the power button may be blocked.
- ๐ Press the power button (right) + Volume down button (left) for 1-2 seconds.
- ๐ฑ The screen will blink, there will be an animation of saving (in MIUI 12+ โ camera-shutter).
- ๐ผ๏ธ The finished screenshot can be found in the gallery in the Screenshots folder or through a notification.
If the combination does not work:
- ๐ง Check if one of the buttons stuck (especially after the phone drops).
- โ๏ธ Make sure that in the settings โ Additionally. โ Buttons not disabled hardware keys.
- ๐ Restart your phone โ sometimes system processes MIUI block the creation of screens.
2.The three-finger swipe gesture in MIUI
A feature of Xiaomi that makes it easy to create screenshots without buttons, to activate it on Redmi 5:
- Go to Settings โ Additional โ Buttons โ Screenshot.
- Enable the option of "Swipe with three fingers".
- Select the direction of the swipe (default - down).
Now to create the screen:
- Touch the screen with three fingers at the same time (for example, index, middle and ring).
- Swipe down the display (as if you were shaking off the water).
- Wait for the screen to flash and the beep.
Why isn't the gesture working?
This method is convenient for screenshots in games or applications where power/volume buttons are busy, but it does not work on locked screens and in some banking applications (due to MIUI security limitations).
3. Screenshot via notification panel
A lesser known but useful way is to use a quick panel.
- ๐ฒ Swipe down from the top of the screen to open the notification bar.
- ๐ Find the screenshot icon (scissors or a rectangle with lightning) if it's not there:
- ๐ธ Click on the icon - the screen will blink, and the screen will remain.
The advantage of the method is that it works even if one of the physical buttons is faulty. The disadvantage is that it requires two actions (open the panel + press the icon), which is longer than the key combination.
๐ก
If the screenshot icon disappears after the reboot, reset the notification panel settings in Settings โ Notifications โ Additional โ Reset the control panel.
4. Google Voice Assistant or XiaoAI
For those who prefer to control the phone with voice, this method is suitable. Redmi 5 supports two options:
| Method | Team team. | Requirements |
|---|---|---|
| Google Assistant | "Okay, Google, take a screenshot." | Google App installed, microphone access enabled |
| XiaoAI (Chinese version) | "" (in Chinese) | Firmware for the Chinese market, activated by XiaoAI |
| Yandex Alice | "Alice, take a screenshot." | Installed application Yandex with Alice |
Please note:
- ๐ค Voice commands do not work in power saving mode or if the microphone is busy (for example, during a call).
- ๐ On some versions MIUI Screenshots via voice assistant are not saved to the gallery โ they need to be manually exported from the assistantโs history.
5. Third-party screenshot applications
If the standard methods don't work, you can use apps from Google Play. Popular options for Redmi 5:
- ๐ฑ Screenshot Easy โ Supports delayed screens (useful for menus that disappear when you press buttons).
- ๐จ Screenshot Touch โ allows you to draw on the screen immediately after creation.
- ๐ฅ๏ธ Super Screenshot โ saves screenshots to the cloud automatically.
Warnings when using third-party applications:
โ ๏ธ Note: Some applications (e.g. Screenshot Ultimate) request permission to display over other windows, which may conflict with banking applications (Sberbank, Tinkoff) and lead to blocking their work.
To install such an application:
- Download it from Google Play (avoid APK from unverified sources!).
- Run and provide the necessary permissions in Settings โ Applications โ Special Access.
- Set up hotkeys or widgets for quick access.
Check out reviews (especially 1-2 stars)
Check the date of the last update (is it relevant for MIUI 14?)
Make sure the app doesnโt have access to SMS/calls
Test on an unnecessary account (if in doubt)-->
6. Screenshot Problems on Redmi 5 and Their Solutions
Even after the screen is successfully created, Redmi 5 users face typical problems.
Screenshots are not saved in the gallery
Causes and solutions:
- ๐๏ธ Screenshots folder damaged โ Rename it through the file manager in Screenshots_old, And the system will create a new one.
- ๐ Lack of space on the device โ Clear the cache in Settings โ Warehouse.
- ๐ง Retention is disabled in MIUI โ Check the Settings. โ Additionally. โ Screenshots โ Keep it in the gallery.
Screenshots blurred or cropped
It's because of:
- ๐ผ๏ธ Resolution discrepancies โ if the screen is scaled to Settings โ Screen. โ Display size.
- ๐ฎ Game mode - disable it in Settings โ Special facilities โ Turbo-playing mode.
- ๐ Rendering errors MIUI โ restart the phone.
Swipe gesture doesn't work.
The problem is typical for custom firmware or after resetting.
- โ๏ธ Reset your gesture settings in Settings โ System system โ Resetting settings โ Reset your gesture settings.
- ๐ Update. MIUI Up to the latest version (gesture could be added in newer builds).
- ๐ ๏ธ If you use TWRP, Check if the system file has been deleted. /system/usr/keylayout/fts.kl.
๐ก
If screenshots are not created in any way, check the integrity of system files through Settings โ About phone โ System Check. In 10% of cases, the problem is solved only by flashing.
7. Alternative methods for advanced users
If the standard methods are not suitable, you can use technical solutions:
Screenshot via ADB (for developers)
You will need a computer with installed ADB-Drivers and Included Debugging USB - On the phone:
adb devices
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.pngThis method is useful if you want to make a screen without notifications (for example, for documentation).
Screenshot via Recovery (TWRP)
If the phone is not turned on, but you have access to TWRP:
- Load to recovery (power button + volume increase).
- Select Advanced โ Screenshot.
- The screen will be saved to the memory card in the TWRP folder.
โ ๏ธ Note: In the official Recovery from Xiaomi screenshot function is not โ only in custom versions (TWRP, OrangeFox).