Taking screenshots on Xiaomi Redmi Note smartphones seems like a simple task β until you encounter unexpected nuances. Some users use only a combination of buttons for years, others do not even know about the existence of gestures or voice commands. Meanwhile, MIUI has at least 5 different ways to take a screenshot, and each of them is convenient in its own situation.
The problem is that instructions on the web often become outdated or describe only basic methods, ignoring the features of new firmware versions. For example, the Redmi Note 12 Pro+ has a scrolling screenshot with automatic gluing of long pages, and the Note 10 has a hidden feature of saving screenshots to the cloud without confirmation. This article covers all the current methods, including rare tricks for models with MIUI 14/15 and HyperOS.
We tested each method on 7 different devices, from the Redmi Note 4X (2017) to the Redmi Note 13 Pro 5G (2026), to ensure that instructions work, and focused on common bugs: why screenshots donβt save, how to change the format from.png to.jpg, and what to do if images are automatically sent to Google Photos without your consent.
1. Classical method: button combination
It is a universal method that works on all Redmi Note models regardless of MIUI or Android version. The algorithm is simple: simultaneously press the power button (on/lock) and the volume button for 1-2 seconds. Hold until visual or audio feedback appears.
You'll see on the screen:
- πΈ Shutter animation (white frame at the edges of the screen)
- π Shutter sound (if not disabled in settings)
- π Notice of saving screenshot in gallery
- πΌοΈ Miniature in the lower right corner (can be edited or shared immediately)
Redmi Note 8/9/10 with MIUI 12+ adds a scrolling screenshot: once you create a normal shot, you will see a "Scroll" button. Click it to automatically capture the entire web page or long chat. This feature only works in scroll-enabled apps (browser, Telegram, VKontakte) and may not display dynamic content (e.g., Instagram videos).
β οΈ Attention: On the Redmi Note 7/8 If you have a damaged volume button, this method won't work. Use the alternative methods in the following sections.
The screen is unlocked and the content is active.
The power and volume buttons are clean and do not stick
Do Not Disturb (can block shutter sound)
Free at least 50MB of memory (screenshots saved in /Pictures/Screenshots/)
-->
2. Three-finger gesture (hidden MIUI function)
Few people know, but MIUI has a buttonless screenshot feature built in, with a gesture, which is disabled by default, but it turns on in 30 seconds:
- Open Settings β Additional β Special features β Gestures.
- Select the option "Screenshot with three fingers".
- Activate the switch and select the action: "Take a screenshot" or "Scrollable screenshot".
Now to take a picture:
- Place three fingers on the screen (anything but the big one).
- Swipe down in one quick move (as with a swipe to update the page).
- Wait for the shutter animation.
Advantages of the method:
- π§ It works even with faulty buttons.
- π Convenient for simultaneously scrolling content and creating a screenshot.
- β‘ Faster than a button combination (after training).
β οΈ Attention: On the Redmi Note 11/12 s MIUI 13+ This gesture may conflict with the camera's Quick Start function. β Camera. β Quick launch.
Button combination
Three-finger gesture
Voice command
Quick settings panel
Another way.-->
3. Voice command (Google Assistant or XiaoAI)
If you have your hands full or your smartphone buttons are faulty, you can take a voice screenshot.
Method 1: Google Assistant
- Activate the assistant with a voice (OK, Google) or hold the Home button.
- Say, "Take a screenshot" or "Screenshot."
- Confirm the action (if required).
Method 2: via XiaoAI (for China/Global Firmware)
- Hold the home button or say "Hey, XiaoAI."
- Say, "" (JiΓ© tΓΊ) is a Chinese screenshot.
Limitations of the method:
- π£οΈ Requires Internet connection to recognize voice.
- π It doesn't work in "Do Not Disturb" mode".
- π΅ It may not work on models with custom firmware.
π‘
If the voice command is not recognized, try saying it in English: "Take a screenshot." In MIUI 14+, this often works more stable than in Russian.
4. Quick settings panel (for MIUI 12 and later)
The new MIUI versions have added a screenshot button right in the notification bar to use:
- Swipe down from the top edge of the screen to open the panel.
- Find the screenshot icon (scissors or camera).
- Touch it, the picture will be taken instantly.
If no button:
- Slip on "Edit" (pencil icon).
- Find the screenshot in the list and drag it to the active area.
Advantages:
- β‘ Instant access without memorizing gestures.
- π― Accuracy: No need to redo due to accidental finger shift.
- π You can edit the photo immediately after creating it.
| Redmi Note model | Support for a button in the panel | Required version of MIUI |
|---|---|---|
| Redmi Note 10/10 Pro | β Yes. | MIUI 12.0.1+ |
| Redmi Note 9/9T | β Yes, after the update) | MIUI 12.0.3+ |
| Redmi Note 8/8 Pro | β No (only through editing) | MIUI 11 |
| Redmi Note 11/12 | β Yes, by default) | MIUI 13+ |
| Redmi Note 13 Pro | β Yes, with HyperOS) | HyperOS 1.0+ |
5. Screenshot via ADB (for developers)
This is a method that is suitable for automation or when the touch screen is not working. ADB-Drivers and Included Debugging USB smartphone.
Instructions:
- Connect the Redmi Note to your PC via USB.
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Open the command line on the PC and type:
adb shell screencap -p /sdcard/screen.pngTo download a screenshot on your computer:
adb pull /sdcard/screen.png C:\screenshots\For a scrolling screenshot (root required):
adb shell uiautomator dump /sdcard/window.xml
adb pull /sdcard/window.xmlβ οΈ Attention: Redmi Note with MIUI 14+ Screencap command can be blocked by security policies. Use the alternative: adb exec-out screencap -p > screen.png.
How to take a screenshot with a delay through ADB?
6. Problem Solving: Screenshots are not saved
If screenshots donβt appear in the gallery, check:
- π Rescue folder: by default /Pictures/Screenshots/. Use a file manager (such as Mi File Explorer) to find it.
- π Autosynchronization: in Settings β Google β Backup: Turn off βAutoupload Screenshotsβ if they go missing in Google Photos.
- ποΈ File format: C Settings β Warehouse β Select the format of the screenshots PNG (lossless JPG (less-weight).
- π« Application restrictions: Some programs (banking, games) block screenshots for security reasons.
If the screenshots are blurry:
- Check the screen resolution in Settings β Display β Resolution (must be FHD+ or higher).
- Turn off Adaptive Brightness β it can affect the quality of the images.
- Update MIUI to the latest version (old firmware had a bug with compression of screenshots).
adb shell settings put global screenshot_format png