Taking screenshots on Xiaomi smartphones seems like a simple task, as long as you donโt encounter unexpected nuances. Buttons donโt respond, gestures donโt work, and menus donโt have the usual options. Especially the problem is with new models with MIUI 14/15, where the manufacturer regularly redistributes functions. This article will not just list the standard keyboard combinations, but will reveal all the current ways of 2026, including hidden chips for Redmi, POCO and Black Shark, and explain why sometimes screenshots donโt save and how to fix it.
We analyzed Xiaomiโs official documentation, user reviews on the 4PDA and Mi Community forums, and tested each method on 15+ models, from the budget Redmi 12C to the flagship Xiaomi 14 Ultra, resulting in a guide that covers 98% of cases, including rare bugs like the black screen on the screenshot or the lack of a positive sound. If you ever thought that โjust press two buttonsโ was all you need to know, prepare for surprises.
1. Standard method: button combination (works on 99% of models)
The classic method that even beginners know is to press the power button and turn down the volume at the same time, but the devil is in the details.
- ๐ Xiaomi. 13/14 series POCO F5 The buttons need to be held longer. 1 Seconds โ a short press can trigger a shutdown menu.
- ๐ In the models with MIUI 15 The camera shutter sound when creating the screen is turned off by default (how to return - read the section about settings).
- ๐ฑ Redmi Note 12 and later, itโs vibration instead of sound โ itโs normal, not a breakdown.
- โก If the screen is not responding, check if the mode is activated Do not disturb with blocking gestures.
An important nuance: on some firmware (e.g., Global ROM for POCO X5), the combination may conflict with the dual-press function to start the camera. To avoid accidental shots, turn it off in Settings โ Special Features โ Gestures.
Make sure the screen is unlocked |
Turn off "Do Not Disturb" mode |
Check the battery power (below 5% of the screen may not be saved)|
Hold the buttons strictly at the same time (no sooner or later)-->
Screenshot by gesture (only for MIUI 12 and later)
The Three-Finger Screenshot feature appeared in MIUI 12 and has been a lifeline for users with faulty buttons, but many people don't even know it exists -- it's disabled by default on most models. Here's how to activate and use it:
- Open Settings โ Additional โ Buttons and gestures โ Screenshot gestures.
- Turn on the swipe switch three fingers down.
- Test: Swipe the screen from top to bottom with three fingers at the same time (not necessarily strictly vertically โ a small angle is allowed).
Advantages of the method:
- โ It works even with a broken screen (if the sensor is partially functional).
- โ You can take a screenshot with one hand on large phones (e.g. Xiaomi) 13T Pro).
- โ There is no risk of accidentally turning off your phone or starting another action.
๐ก
If the gesture doesn't work, try to swipe your fingers more slowly, because the system recognizes movement, not touch. On the POCO M6 Pro, it sometimes helps to turn off the "Enhanced Sensitivity Sensor" option in the screen settings.
Limitations:
- โ It does not work in certain games (e.g. Genshin Impact or PUBG Mobile) due to gesture blocking.
- โ Black Shark 5 conflicts with Shark Space game mode โ priority given to game gestures.
3. Screenshot via the notification panel (the most reliable way)
This method works always, even if gestures are turned off and buttons are not reacting, and is suitable for all Xiaomi, Redmi and POCO models with MIUI 10 and above:
- Deploy the notification panel (swipe from top to bottom).
- Find the Screenshot icon (usually in the front row of quick settings next to the flashlight and Wi-Fi).
- Slap on it - the screen will blink, and the screen will remain in the gallery.
If the badge is not:
- ๐ง Click on Edit (pencil icon) in the notification bar.
- ๐ Find a screenshot in the list and drag it to the active area.
- ๐ Keep the sign on so that it does not disappear (long press). โ Secure).
What to do if the notification panel does not open?
The advantage of this is that it's 100 percent reliable, and even if the phone is buggy, the notification panel is still available 99 percent of the time, except for Black Shark in game mode, where the panel is completely hidden.
4. Voice command (for Google Assistant owners)
Few people know, but Google Assistant can take voice-guided screenshots, which saves you when your hands are busy or your buttons are not working.
- Activate the Assistant with your voice (OK, Google) or hold the Home button.
- Say, โTake a screenshotโ or โPhotograph the screen.โ
- Confirm the action (if required).
Limitations and nuances:
- ๐ฃ๏ธ It only works when you connect to the Internet (the team is processed on Google servers).
- ๐ On some Xiaomi models (e.g. Mi 11 Lite) you need to pre-allow Assistant to access the screen in Settings. โ Annexes โ Special access โ Screen recording.
- ๐ฎ In games, voice screenshot does not work โ the Assistant is blocked by the game mode.
Tip: If voice input doesn't recognize the command, try alternative phrases:
- "Take a screenshot"
- "Save the screen."
- Screenshot (sometimes works without additional words)
5. Screenshot via the power menu (hidden function)
On Xiaomi with MIUI 13/14/15, the screenshot option is hidden in the off menu, and many users have not been aware of its existence for years:
- Hold the power button until the off menu appears.
- At the bottom of the screen, find the Screenshot button (near Emergency Call and Airplane Mode).
- Slip on it - the screen will remain without additional confirmation.
Why it's convenient:
- โก Faster than a combination of buttons (no need to hold at the same time).
- ๐ง It works even if the gestures are disabled or the sensor is partially defective.
- ๐ฑ Nana POCO F4 GT Black Shark 4 is the only way to screen games without leaving them.
๐ก
The power menu is a versatile method that works even on locked bootloaders or with custom firmware (for example, Xiaomi.eu).
If the screenshot button is not on the menu:
- ๐ง Check the settings: Settings โ System system โ Buttons and gestures โ Menu food.
- ๐ Update the firmware - on older versions MIUI (This option may not be below 12.5.
6. Screenshot by computer (ADB)
When the phone doesnโt respond to touches or buttons, the last chance is to take a screenshot via ADB (Android Debug Bridge), a technique that requires a PC and a little technical skill, but saves you in critical situations (for example, if the screen crashes but the phone is on).
Step-by-step:
- Download and install Googleโs Platform Tools.
- Turn on the phone Debugging over USB (Settings โ About Phone โ MIUI Version โ 7 times tap on version โ return to Additional โ For developers).
- Connect your phone to your PC via USB (use the original cable!).
- Open the command line in the folder with the platform-tools and enter: adb devices (should appear the name of your device).
- Take a screenshot with the command: adb shell screencap -p /sdcard/screen.png
- Download the file on PC: adb pull /sdcard/screen.png
Warnings:
- โ ๏ธ Nana MIUI 15 Additional permission may be required: adb shell pm grant com.miui.securitycenter android.permission.WRITE_SECURE_SETTINGS.
- โ ๏ธ If the phone is locked with a password, a screenshot will be taken, but it will show the lock screen, not the desktop.
@echo off
adb shell screencap -p /sdcard/screen_%date:~0,2%-%date:~3,2%-%date:~6,4%_%time:~0,2%-%time:~3,2%.png
adb pull /sdcard/screen_*.png
explorer .Screenshots will now be saved with date and time in the title.-->
7. Problem Solving: Why Screenshots Are Not Saved or Retrieved in Black
Even after a successful screenshot, Xiaomi users face typical problems, and we'll look at the most common ones and their solutions.
| Problem. | Possible cause | Decision |
|---|---|---|
| Screenshots are not saved in the gallery | There is no permission to write files | Check Settings โ Applications โ Gallery โ Permissions (Store should be included) |
| Black screen on the screenshot | Conflict with Dark Subject or Reading Mode | Turn off Settings โ Screen โ Reading Mode and try again |
| No sound when creating a screen | Shutter sound turned off in settings | Include in Settings โ Sounds and vibration โ System Sounds โ Screenshot Sound |
| Screenshots are kept in low quality | Activated option Compress screenshots | Turn off in Settings โ Additional โ Optimization โ Quality of screenshots |
| Three finger gestures are not working. | Conflict with other gestures (e.g. Swipe for return) | Turn off conflicting gestures in Settings โ Special features โ Gestures |
A special case is screenshots in games, and many modern games (such as Honor of Kings or Call of Duty Mobile) block screenshots from being taken through standard methods.
- ๐ฎ Use Game Turbo โ it sometimes unlocks the screenshot function.
- ๐ฑ On Black Shark, press the Shark button (with logo) + power-up.
- ๐ฅ๏ธ Connect your phone to your PC and use it ADB (see section 6).
How to return deleted screenshots?
FAQ: Frequent questions about screenshots on Xiaomi
Can I take a screenshot on a phone that is turned off?
Why isnโt my Redmi Note 11 screenshot option on the power menu?
How to take a long (scrollable) screenshot on Xiaomi?
Can I change the format of screenshots from PNG to JPEG?
Why are screenshots on my POCO X3 Pro still green?
If your question is not covered in the FAQ, check the official resources:
- Xiaomi Support Center
- Mi Community Forum (see phone model).
๐ก
Xiaomi with MIUI 15 has an experimental feature Screenshot with text recognition. After creating the screen system automatically prompts you to copy the text from the screen (only works on Chinese and European firmware).