The Xiaomi Redmi Note 5 is one of the most popular smartphones of 2018, and is still in high use today for its reliability and performance, but even experienced users sometimes have questions about basic features, such as how to take a screenshot on this device. Depending on the version of the MIUI firmware and the updates installed, there are several ways, and we will discuss each of them in detail.
In this article, you will find not only standard methods (button combinations, gestures), but also alternative solutions for atypical situations: when physical keys do not work, the screen is locked, or you need to take a long screenshot of the page you are scrolling, and also unique MIUI chips that are not written about in official instructions, such as how to quickly edit a screenshot immediately after you create it or automatically save it to the cloud.
1. Standard method: power buttons + volume
It's the most versatile method that works on all MIUI versions, 9 to 14. It's suitable for the Redmi Note 5, Note 5 Pro and Note 5 AI, regardless of the year it's released.
- Open on the screen what you want to capture (web page, message, settings, etc.).
- Simultaneously press and hold the power button (right) and the volume button (left) for 1-2 seconds.
- You will hear the characteristic shutter sound (if the sound is not turned off) and see the animation of saving the screenshot.
The finished screenshot is automatically saved to the gallery in the Screenshots folder. If the animation does not appear, try again - you may not have pressed the buttons hard enough or unsynchronously.
β οΈ Note: On some custom firmware (e.g. LineageOS), this combination may cause a reboot menu, in which case use alternative methods from the following sections.
Make sure the screen is not locked.
Close the keyboard (it can cut off part of the screen)
Turn off the "Do Not Disturb" mode (otherwise the shutter will not sound)
Check the space in memory (minimum 50 MB)
-->
2. Screenshot by gesture (three fingers)
The MIUI feature is the ability to take screenshots without buttons, in one movement, and this feature is available starting with MIUI 10, but it's disabled by default, to activate:
- Go to Settings β Additional settings β Buttons and gestures β Screenshot.
- Turn on the swipe switch with three fingers.
- Choose the direction of the gesture: down or up (we recommend "down" - so convenient).
Now, to take a screenshot, swipe your three fingers across the screen from top to bottom (or bottom to top, depending on the settings).The method is ideal for users with faulty buttons or those who often take screenshots in games where physical keys are busy.
How to edit a screenshot immediately after creation?
If the gesture doesn't work:
- π§Ή Make sure there are no greasy spots or moisture on the screen β the sensor may not recognize the touch.
- π Restart your phone (sometimes helps with gesture failures).
- π± Check if the feature conflicts with other gestures (e.g. full-screen Navigation buttons).
3. Long screenshot (scrollable area)
Do you need to save an entire web page, WhatsApp correspondence, or a list of comments on social networks? MIUI has a built-in long-screenshot feature (also called "scrollable screenshot").
- Take a regular screenshot of any of the above methods.
- Immediately after the thumbnail appears at the bottom of the screen, tap the Scroll button (the icon with two arrows down).
- Wait for the system to automatically scroll through the page and connect the parts into a single image.
- Press Ready to save the result.
Limitations of the method:
- π It doesnβt work in all apps (for example, itβs not supported on YouTube or Google Maps).
- π Maximum screenshot length: 10 screens (depending on model and version) MIUI).
- β‘ When scrolling, some elements (such as animations or videos) may not appear correctly.
Power buttons + volume | Three finger gesture | Long screenshot | Third-party apps | I don't know how to take screenshots-->
4. Screenshot from locked screen
Can I take a screenshot without unlocking my phone? Yes, but with reservations. MIUI doesn't have a built-in feature for that, but there are workarounds:
Method 1. Voice assistant Google Assistant
- Activate Google Assistant with the βOK Googleβ voice command or hold the Home button.
- Say, "Take a screenshot" or "Photograph the screen."
- Confirm the action (unlocking will be required, but the screenshot will be taken from the locked screen).
Method 2. Applications from third-party developers
Some tools (like Screenshot Easy or Super Screenshot) allow you to take screenshots from a timer or widget on the lock screen, but they require super-user rights (root), which is not secure and insecure.
β οΈ Note: Screenshots from the locked screen may contain sensitive information (notifications, personal data) and delete them after use if other people are using the phone.
5. Alternative methods: ADB and computer
If the sensor or buttons on the phone don't work, you can take a screenshot via ADB (Android Debug Bridge), which is suitable for advanced users and requires:
- π₯οΈ Computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π§ Included debugging by USB developer-setting.
Instructions:
- Connect the Redmi Note 5 to your PC and open the command line (Win + R β cmd).
- Enter the command: adb devices Make sure the device is identified (serial number should appear).
- Take a screenshot by command: adb exec-out screencap -p > screenshot.png The file will be saved in the folder where the command was launched.
Advantages of the method:
- β It works even with a broken screen or faulty buttons.
- β You can automate the process through scripts.
Disadvantages:
- β Requires pre-setting (debugging by the USB should be included in advance).
- β Not suitable for beginners.
for i in {1..10}; do adb exec-out screencap -p > screenshot_$i.png; sleep 2; doneThis team will take 10 pictures at intervals of 2 seconds.
-->
6. Solving screenshot problems
Sometimes screenshots are not saved or turned black, and let's look at the typical causes and ways to address them:
| Problem. | Possible cause | Decision |
|---|---|---|
| Screenshot not saved | There's not enough memory space. | Clear the cache or transfer files to the memory card |
| Black screen on the screenshot | Conflict with an application (e.g. banking) | Update the app or take a picture in another way |
| No shutter sound. | System sound or Do Not Disturb mode is disabled | Check the sound settings in Settings β Sound |
| Three finger gestures don't work. | Disabled or conflict with other gestures | Go to Settings β Gestures and set up again |
| Long screenshot ends | Restriction of the application or version of MIUI | Use third-party utilities (e.g. LongShot) |
If none of these methods work, try:
- Update MIUI to the latest version via Settings β About Phone β System Update.
- Reset the settings to factory (pre-reverse!).
- Contact the service center β the problem may be in the hardware (for example, a faulty volume button).
π‘
Before resetting, check if Application Protection is enabled in MIUI β it can block access to screenshots for some programs (for example, banking or encrypted messengers).