Taking screenshots on Xiaomi and Redmi smartphones seems like a simple task β until you encounter the nuances of a particular model. Xiaomi 8 Pro and Redmi 8 Pro, despite the similar names, work on different versions of the MIUI shell and have unique combinations of buttons. In this article, we will analyze all the current ways to take a screenshot in 2026, including rare methods through ADB and voice commands, and explain why sometimes the screen is not saved in the gallery.
The feature of these models is support for both classic keyboard combinations and Xiaomi brand gestures. For example, on the Redmi 8 Pro with MIUI 12+, you can create long scrolling screenshots, and on the Xiaomi 8 Pro (2018), you may need to activate the function manually, and we tested each method on real devices and identified typical errors that cause screenshots to βdisappearβ or turn black.
1. Standard method: button combination
The most reliable method, which works on all versions of MIUI, is to press physical buttons simultaneously. On the Xiaomi 8 Pro and Redmi 8 Pro, these are:
- π Power button (right) + Hold on for 1-2 seconds until you hear the shutter sound or see animations.
- π± In the models with MIUI 14+ A screenshot will appear in the lower right corner β tap it for quick editing.
- β‘ If the screen is not responsive, check if the buttons in Settings are locked. β Special facilities β Power button.
On the Redmi 8 Pro with custom firmware (e.g. Pixel Experience), the combination may be different β sometimes you need to clamp the power + increase the volume.
β οΈ Note: On the Xiaomi 8 Pro with worn volume buttons, the combination can fire in a few times.Solution - use gestures (section 2) or connect the device to a PC to create a screenshot through ADB.
| Model | Button combination | Sound/animation | Wherever it's stored |
|---|---|---|---|
| Xiaomi 8 Pro (MIUI 10β12) | Power + Volume reduction | Shutter sound | /storage/emulated/0/Pictures/Screenshots/ |
| Redmi 8 Pro (MIUI 11β14) | Power + Volume reduction | Animation + Vibration | /DCIM/Screenshots/ |
| Any model with a TWRP | Power + Volume Increase | No sound. | In the recovery folder |
2.Gestural screenshots in MIUI
Xiaomi offers an alternative way to swipe screenshots across the screen, which is available on the Redmi 8 Pro by default, but on the Xiaomi 8 Pro, it needs to be activated manually:
- Go to Settings β Additional β Buttons and gestures β Screenshot gestures.
- Enable the option of "Swipe with three fingers".
- Choose the direction of the gesture (usually down).
Now swipe the screen with three fingers from top to bottom, and the screenshot will be saved automatically. On MIUI 14, this gesture also triggers a quick action menu, so you sometimes need to repeat the movement.
Is the mode activated in the settings?
Do your fingers touch the screen at the same time?
Is there any conflict with other gestures (e.g. screenshots in games)?
Have you tried to reboot your phone?
-->
If the gesture doesn't work, check:
- π§ Are there third-party launchers (like Nova Launcher) that block system gestures.
- π± Is left-handed mode enabled in gesture settings β it can invert the swipe direction.
- π After updating MIUI Sometimes you reset your gesture settings. Reactivate the function.
3. Voice commands and Google Assistant
On devices with Google Services (including global versions of Redmi 8 Pro), you can take a screenshot with your voice.
- Activate Google Assistant (long-term home click or voice command βOK, Googleβ).
- Say, βTake a screenshotβ or βTake a screenshot.β
- Confirm the action in the window that appears.
On Xiaomi 8 Pro with Chinese firmware (MIUI China), this method does not work - instead of Google Assistant, XiaoAI is used, which does not support voice screenshots.
β οΈ Note: On some versions MIUI Voice screenshots are saved in the Downloads folder, not Screenshots. Check both directories if you can't find the file.
The advantage of the method is convenience in situations when hands are busy (for example, while streaming or recording video), the disadvantage is a delay of 2-3 seconds between the command and save.
4. Screenshots via PC: ADB and specialized programs
If the sensor or buttons on the smartphone don't work, you can take a screenshot through your computer.
- π₯οΈ PC Windows/Linux/macOS and installed Xiaomi drivers.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap the assembly number β Come back to the extra. β For developers β Debugging by USB).
- π Cable USB Type-C (preferably original).
Instructions for ADB:
adb devices # Checking the connection
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png C:\Screenshots\Alternative programmes:
- πΉ Scrcpy β broadcasts the screen on the PC and allows you to take screenshots with a button F12.
- πΉ Vysor β similar to Scrcpy, but with touch input support.
- πΉ ApowerMirror β suitable for screen recordings + screenshot.
What if the ADB canβt see the device?
On the Xiaomi 8 Pro with unlocked bootloader, screenshots via ADB can be saved in.raw format β they need to be converted to.png utility ffmpeg.
5. Long (scrollable) screenshots
The Long Screenshot feature is available on Redmi 8 Pro with MIUI 11+ and allows you to capture all the scrollable content (such as a chat in Telegram or a page in your browser).
- Take a regular screenshot in any way.
- Immediately after the miniature appears, tap it.
- In the editor that opens, select βScrollβ (the icon with the arrows down).
- Wait for the automatic scrolling and press "Done".
Limitations:
- π« Does not work in screenshot protection applications (e.g. banking software).
- π Maximum length β up to 5 screens (depending on model).
- π On Xiaomi 8 Pro with MIUI 10 function may not be available β an update is required.
π‘
If a long screenshot is cut, try scrolling through the content manually before saving it, and sometimes MIUI does not recognize dynamically loaded items (such as Instagram feeds).
Typical problems and their solutions
Even after a successful screenshot, users are faced with errors.
| Problem. | Reason. | Decision |
|---|---|---|
| Screenshot not saved | We're out of disk space. | Clean Settings β Storage or save the screen to the Mi Cloud cloud. |
| Black screenshot. | DRM-protection conflict (Netflix, banks) | Use ADB or disable Hardware Overlays in the developer settings. |
| No sound/animation | System sounds disabled. | Include in Settings β Sound β System sounds. |
| Screenshots blurred | The βPrivacy Protectionβ mode has worked | Disable in Settings β Privacy β Special Access β Privacy Protection. |
If screenshots are missing from the gallery, check:
- ποΈ The folder.thumbnails in DCIM β Sometimes the miniatures are kept separately.
- π Gallery settings: Settings β Show hidden files.
- βοΈ Auto-upload to Google Photos or Mi Cloud (can delete local copies).
π‘
On the Xiaomi 8 Pro with root rights, screenshots of DRM applications (such as Disney+) can only be taken through ADB with the Hardware Composer disabled (requires technical knowledge).