Xiaomi Redmi Note 4X is still one of the most popular budget smartphones of the brand, despite the release of new models, its owners often face the question of how to quickly take a screenshot โ especially if the usual methods do not work due to the features of the firmware MIUI. In this article, we will analyze all possible ways, including standard combinations of buttons, gestures, voice commands and even third-party utilities.
It's important to consider that on Redmi Note 4X (codenamed mido), the way you take a screenshot may depend on the version of MIUI (8, 9, 10 or 11) and the shell you install. For example, older versions don't have a Three-toed Swipe feature, but there are alternatives. We've tested each method on a real device, so the instructions are up to date and work.
1. Standard method: button combination
The most reliable and versatile method that works on any version MIUI โ It's the simultaneous pressing of physical buttons. 4X need:
- Open the screen that you want to capture.
- Press the Power button (right) + Volume down button (left) for 1-2 seconds.
- Wait for the characteristic shutter sound (if the sound is on) and visual animation.
The image will be saved in the gallery in the Screenshots folder (or Screenshots in Russian firmware).
- ๐ Check if the battery is discharged โ at a charge level below 5%, the system can block screenshots.
- ๐ Reboot your phone: sometimes a button crash occurs due to the background of apps.
- ๐ ๏ธ Update the firmware: in MIUI 8.5 and below were bugs with simultaneous press recognition.
โ ๏ธ Note: If you have a magnetic lock case installed (e.g. Xiaomi Smart Cover), it can block the power button.
2. Three-toed swipe gesture (available with MIUI 9 and later)
Starting with MIUI 9, Redmi Note 4X introduced a feature to swipe three fingers across the screen, which is convenient when physical buttons are difficult to access (for example, when playing or using a device with one hand).
- Go to Settings โ Additional functions โ button gestures.
- Find the Screenshot swipe down and turn it on.
- Select the direction of the swipe (by default - from top to bottom).
Now to create a screenshot:
- Place three fingers on the screen (for example, index, middle and ring finger).
- Smoothly hold them down, without tearing them from the display.
- Release your fingers after the screenshot animation appears.
If the gesture doesn't work:
- ๐งน Clean the screen of grease and dust โ the sensor may not recognize touch.
- ๐ฑ Check if left-handed mode is enabled in gesture settings.
- ๐ง Reboot your phone: Sometimes the touch driver gets knocked down.
Make sure the function is enabled in settings |Use three fingers at once |Swipe should be smooth (not sharp)|Check sensor sensitivity in Settings โ Display โ Touch and gestures
-->
3. Screenshot via notification panel (quick access)
In MIUI 10/11, Redmi Note 4X has the ability to add a screenshot button to the Quick Access Bar, which is convenient if you often take screenshots.
- Swipe down from the top edge of the screen to open the notification bar.
- Slap the icon. โ๏ธ Edit (pencil).
- Find a screenshot in the list and drag it to the active area.
- Press Ready.
Now it is enough to create a screenshot:
- Open the screen.
- Swipe the notification panel down.
- Stick on the Screenshot icon.
Advantages of this method:
- โก Instant access โ no need to remember combinations.
- ๐ฏ Accuracy: eliminates random button presses.
- ๐ It works even if one of the physical buttons is broken.
โ ๏ธ Note: In some custom firmware (for example, LineageOS), the screenshot button may not be present in the notification bar.
4. Voice command via Google Assistant
If you're having trouble with physical buttons or gestures, you can take a voice screenshot.
- Activate Google Assistant (the latest version of Google App must be installed).
- Say, โOK Google, take a screenshotโ or โTake a screenshot.โ
- Confirm permission to access the screen (when you first use it).
Advantages of the voice method:
- ๐ฃ๏ธ Convenient if your hands are busy (for example, during cooking or training).
- ๐ Works on any screen, including games and videos.
- ๐ No need for root rights or additional settings.
Limitations:
- ๐ซ It does not work in offline mode (you need the Internet to recognize voice).
- ๐ It can be triggered by accident if music with a voice is playing in the background.
- ๐ต On some Xiaomi firmware, Google Assistant is disabled by default (you need to manually enable in the settings of the Google application).
๐ก
If Google Assistant doesnโt recognize a command, try to pronounce it more clearly or switch to English (Settings โ Google โ Account Services โ Search, Assistant & Voice โ Voice โ Voice Match).
Side of the screenshot annex
If the standard methods do not suit, you can use third-party utilities. They offer advanced features: editing screenshots, recording screen, delayed shot, etc. The best applications for the Redmi Note 4X:
| Annex | Functions | Need a Root? | Reference |
|---|---|---|---|
| Screenshot Easy | Gestures, timer, editing | โ No. | Google Play |
| Super Screenshot | Scrolling pages, annotations | โ No. | Google Play |
| AZ Screen Recorder | Screenshots + video recording | โ No. | Google Play |
| Screenshot Touch | Floating button, editor | โ No. | Google Play |
How to install and use (Screenshot Easy):
- Download the app from Google Play.
- Open it and grant permission to Overlay over other windows (in the security settings).
- Choose the way to create a screenshot: floating button, shaking phone or timer.
- Take a picture and edit it if necessary.
โ ๏ธ Note: Some apps (such as Screenshot Ultimate) require root permissions to run on the Redmi Note. 4X. Without them, they may not take screenshots in games or secure applications (bank clients, instant messengers).
How to take a screenshot in a game without root rights?
6. Screenshot via ADB (for advanced users)
If you need to take a screenshot software (for example, for automation or testing), you can use Android Debug Bridge (ADB), which works even if the screen is locked or the sensor is not responding.
- Install ADB on PC (you can download from the official Android website).
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI version (tap 7 times to activate Developer Mode), then Settings โ Additional โ Developers โ Debugging over USB.
- Connect the Redmi Note 4X PC-only USB-cable.
- Open the command line (Windows) or terminal (Mac/Linux) and type: Adb devices Make sure the device is defined.
- Run the command for screenshot: adb shell screencap -p /sdcard/screenshot.png
- Download the file on PC: adb pull /sdcard/screenshot.png
Advantages of the method:
- ๐ฅ๏ธ Works without physical access to the phone (PC control).
- ๐ง Suitable for automation (you can write a script for a series of screenshots).
- ๐ Bypass application restrictions (e.g., in bank clients).
Disadvantages:
- ๐ ๏ธ Requires customization ADB and PC connection.
- ๐ถ Doesn't work. USB-cable (or Wi-Fi) ADB, which needs to be set up separately).
๐ก
ADB-Screenshots are saved in format PNG without compression, which is useful for further processing (for example, search text through the OCR).