Xiaomi Redmi 4X (codenamed santoni) is still a popular budget smartphone due to its reliability and simplicity, but even with such proven devices, users sometimes face basic questions such as how to take a screenshot. In this article, we will discuss all the current ways to take screenshots on Redmi 4X, including standard button combinations, gestures and third-party utilities.
The feature of the model is that there is no physical Menu button, which confuses some users, and depending on the firmware version (MIUI 8/9/10), the interface may differ, and we took into account all the nuances and prepared universal instructions that will work even on custom firmware like LineageOS.
If you've never taken a screenshot on Xiaomi before or encounter errors (e.g., the screen is not saved or a message appears "I couldn't take a picture"), here you will find solutions. And for those who like automation, we've added a section on creating screenshots by timer and through ADB.
1. Standard method: button combination
The most reliable method, which works on all versions of MIUI and most custom firmware, is suitable even if the touch screen does not respond to touch.
To take a screenshot:
- Open the screen you want to capture (for example, a dialog in the messenger or a page in the browser).
- Press the power button (right) and the volume button (left) at the same time.
- Hold them for 1-1.5 seconds until you hear the camera shutter sound and see the save animation.
The finished screenshot will appear in the gallery in the Screenshots folder or Screenshots. If the combination did not work the first time, try:
- π Press buttons with a small delay (first power, after 0.3 seconds - volume down).
- π§Ή Clear the system cache in Settings β Annexes β All applications β Utilities. β Clear the cache.
- π§ Check if screenshots are disabled in the developer settings (see section 4).
β οΈ Note: On some firmware, prolonged button retention may cause the screen to reset or turn off. If this happens, try again, reducing the pressing time to 0.8 seconds.
The screen is unlocked and active
The power and volume buttons don't stick
There is enough space in the gallery (minimum 50 MB)
Power saving modes are turned off-->
2. Three-finger gesture (for MIUI 9 and newer)
MIUI 9 and above has a feature for creating screenshots with a gesture β swiping three fingers across the screen β which is convenient if the physical buttons are worn out or you prefer to control your smartphone with one hand.
To activate the function:
- Go to Settings β Additional functions β Gestures.
- Find the screenshot and turn on the switch.
- Choose the direction of the gesture (usually from top to bottom).
Now to create a screenshot:
- Touch the screen with three fingers (for example, index, middle and ring).
- Swipe down the screen in one quick move (as with a swipe to update the page).
If the gesture doesn't work:
- π§Ό Wipe the screen β dirt or moisture can interfere with touch recognition.
- π± Recalibrate the sensor to Settings β System system β Resetting settings β Sensor calibration.
- π Restart your phone β sometimes gestures turn off after a long workout.
What if the gesture is in conflict with other functions?
3. Screenshot via notification panel
A lesser known, but equally effective, way is to use a quick bar, which works on all versions of MIUI and doesn't require remembering button combinations.
Instructions:
- Turn the notification bar swipe from top to bottom.
- Find the screenshot icon (usually a scissor or a screen thumbnail) if it is not:
Click on the icon β the screenshot will be taken instantly.
Advantages of the method:
- β‘ Faster than a combination of buttons (no need to look for them by touch).
- π― Accuracy β you wonβt have to redo it because of accidentally tapping the screen.
- π It works even if one of the physical buttons is broken.
β οΈ Note: On some firmware, the screenshot icon may disappear after the update. To return it, reset the notification bar settings in Settings β Notifications β Additionally. β Resetting panel settings.
Keyboard combination | Three-finger gesture | Notification Panel | Apps |I don't know-->
4 Developer settings and alternative methods
If standard methods donβt work, the problem may lie in system functions that are disabled, such as a developer setting that blocks screenshots from some applications (e.g., banking or content-protected messengers).
How to check:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version.
Settings β Additional β For Developers
Ban screenshots
switched off
Other useful options on this menu:
- πΈ Showing touch - will help debug the gesture of three fingers.
- π Debugging by USB β It is necessary for screenshots through ADB (see section 6).
- β‘ Do not turn off the screen β convenient for a series of screenshots.
If the screenshots are still not saved, check:
- π Free space on the device (minimum - 100 MB).
- π« Are there any restrictions on applications (for example, Netflix or SberBank Online block screenshots).
- π Phone reboots β sometimes system processes βhangβ interfere with saving.
| Problem. | Possible cause | Decision |
|---|---|---|
| Screenshot not saved | I'm out of memory. | Clear the cache or transfer the files to SD-map |
| There's sound, but no file. | Access rights error | Restart your phone or reset the Gallery app rights |
| The gesture's not working. | Conflict with other software | Disable third-party launchers or gesture apps |
| Buttons don't respond. | Glutting contacts | Blow the button connectors with compressed air or contact the service |
5. Screenshots through third-party apps
If system methods are not good (for example, you need to take a screenshot with a delay or edit it right away), use specialized utilities. We tested 5 popular applications on Redmi 4X - the best options in the table below.
Top.-3 screenshot:
- π± Screenshot Easy β Supports 10 Seconds Latency, Editor and Cloud Saving.
- π¨ Screenshot Touch β allows you to draw on a screenshot before saving.
- π Super Screenshot β creates long screenshots for web pages.
How to install and configure (Screenshot Easy example):
- Download the app from Google Play or APKMirror (if the Play Market is not working).
- When you first start, provide storage permissions, display over other windows, and access to notifications.
- In the application settings, select:
β οΈ Note: Some antiviruses (e.g. Avast) may block screenshot apps as βsuspicious.β Add them to exceptions or use proven sources to download them. APK.
π‘
If you want to take a screenshot in a game or application where system methods are blocked, use a screenshot on your PC via scrcpy or Vysor. These programs allow you to save pictures directly from your computer, bypassing restrictions.
6. Advanced methods: ADB and automatic creation
For experienced users who want to automate the process or take screenshots remotely (for example, for debugging), ADB commands are suitable.
What you need:
- π₯οΈ Computer with installed ADB Tools (download from the official Android website).
- π± Included debugging by USB on the Redmi 4X.
- π Cable USB Type-C (original or qualitative analogue).
Screenshot commands:
# Connecting the device
adb devices
Screenshot (save on PC)
adb exec-out screencap -p > screenshot.png
Screenshot with 5 seconds delay
adb shell input keyevent 80 && sleep 5 && adb exec-out screencap -p > delayed_screenshot.pngFor automation, you can create a.bat file with a loop (for example, for screenshots every 30 seconds):
:loop
adb exec-out screencap -p > screens/%TIME%.png
timeout /t 30
goto loopWhere it comes in handy:
- π Collection of statistics on application use.
- π Debugging the interface or bugs.
- πΉ Creating GIFs from a sequence of screenshots.
π‘
ADB commands work even if the Redmi 4X screen is locked or the sensor is faulty, and this is the only way to take a screenshot on a fully dead display (assuming the device is determined by the PC).
7. Addressing specific problems
Sometimes screenshots on Redmi 4X don't work because of hardware or software, so let's look at the typical cases and their solutions.
Problem 1: Screenshots are made black
Possible causes and solutions:
- π Power Saving: Turn off Ultra Battery Saver mode in Settings β Battery.
- π₯οΈ Graphic settings: In games or heavy applications, lower the resolution or turn off GPU Turbo.
- π Rendering error: Restart your phone in safe mode (hold the power button) β Β«Reboot in Safe Mode and try to take a screenshot again.
Problem 2: Three fingers are not working.
Checklist for diagnosis:
Is the number of fingers checked (should be exactly 3)?
Is the gesture enabled in the settings?
Is there any physical damage to the sensor?
Reload the phone after the function is turned on?-->
Problem 3: Screenshots are not saved in the gallery
Possible fixes:
- π Make sure the folder is DCIM/Screenshots It exists (create it manually through the file manager).
- π Check the permissions for the Gallery app in Settings β Annexes β Permits.
- ποΈ Clear the cache and data of Media Storage (responsible for scanning files).