How to take a screenshot on Xiaomi Redmi 4X: all ways + problem solving

Xiaomi Redmi 4X (codenamed santoni), released in 2017, is still popular with users due to the reliability and support of MIUI. However, many owners face difficulties when trying to take a screenshot - especially if they are used to other brands. In this article, we will discuss all the available ways to take screenshots on Redmi 4X, including little-known firmware chips, and also solve typical problems (for example, when screenshots are not saved or buttons do not work).

It is important to note that the methods may differ depending on the version of MIUI (8 to 12.5) and the installed shell (Global, China, EU).We tested each method on the original firmware and custom builds - all instructions are relevant for Redmi 4X with Android 6.0-7.1.2. If your smartphone runs on a newer version of MIUI (for example, after a manual upgrade), some menu items may be called differently - we will warn you about this separately.

1. Classic method: power and volume buttons

The most versatile method that works on all Xiaomi smartphones, including the Redmi 4X. Suitable for any situation - from saving correspondence to fixing errors in applications.

  1. Open the screen you want to capture (such as a page in your browser or a WhatsApp dialog).
  2. Press the Power button (right) and the Volume Down button (left) at the same time.
  3. Hold them for 1-2 seconds until you hear the sound of the camera shutter and see the animation of the screenshot.

⚠️ Attention: On Redmi 4X With worn buttons, only one tap can work (for example, turning off the screen instead of a screenshot:

  • πŸ”§ Press buttons with greater force, but no longer than 3 seconds (otherwise the switch off menu will be turned on).
  • πŸ“± Turn the phone over and press the buttons with your thumb and index finger (so it is more convenient to control the force).
  • πŸ”„ Repeat the attempt after restarting the device (sometimes helps with system freezes).

β˜‘οΈ Check before screenshot buttons

Done: 0 / 4

Where to look for a finished screenshot? By default, files are saved to the DCIM/Screenshots or Pictures/Screenshots folder. To quickly open the last shot, tap the screenshot notification in the curtain (if it has not disappeared).

2.The three-finger gesture is a quick way without buttons

A MIUI signature feature that eliminates the need to pinch physical buttons. On the Redmi 4X, this gesture works since the MIUI 8 firmware version, but it's often disabled by default. Here's how to activate and use it:

  1. Go to Settings β†’ Additional β†’ Special features β†’ Three finger gesture.
  2. Turn on the switch opposite the Screenshot item (or Screenshot in older versions).
  3. Select the action: swipe down (recommended) or up with three fingers.

Now to take a screenshot:

  1. Place three fingers (for example, index, middle and ring fingers) on the screen.
  2. Quickly swipe them from top to bottom (or vice versa, depending on the settings).
  3. The screenshot will be saved automatically – without sound, but with a visual prompt (blinking screen).

πŸ’‘

If the gesture doesn’t work, check if it conflicts with other functions (such as a gesture to take a screenshot in games). Turn off unnecessary gestures in Settings β†’ System β†’ Gestures

πŸ”Ή Pros of the method: buttons do not wear out, works even with a broken screen (if the sensor is functional).

πŸ”Ή Cons: randomly triggered when scrolling pages, does not work in some games (where gestures are blocked).

3. Screenshot via notification panel (MIUI 9 and later)

If your Redmi 4X is upgraded to MIUI 9 or higher, a special button for screenshots appears in the notification curtain, which is convenient when you need to take a series of screenshots in a row (for example, for instructions).

Instructions:

  1. Open the screen.
  2. Swipe down from the top edge of the screen to open the notification bar.
  3. Find the Scissors icon (or Screenshot) and click on it.

⚠️ If there is no button, you need to add it manually:

  1. Click on Edit (pencil icon) in the upper right corner of the curtain.
  2. Find a screenshot in the list and drag it to the active area.
  3. Save the changes.
MIUI versionAvailability of the default buttonAn alternative path
MIUI 8❌ No.Use buttons or gestures
MIUI 9–10βœ… Yes (hidden, I need to add)Settings β†’ Notification panel β†’ Add a button
MIUI 11–12.5βœ… Yeah (seen right away)β€”

This method is especially useful if you don’t have physical buttons working or you often take screenshots on social media (for example, to save stories on Instagram).

πŸ“Š What kind of screenshots do you use more often?
Power buttons + volumes
Three-finger gesture
Notification panel
Voice assistant
Other

4.Voice command "Take a Screenshot"

Few people know, but Xiaomi Redmi 4X supports voice control of screenshots through the built-in assistant Google Assistant or Mi Assistant (in Chinese firmware), this method is useful if your hands are busy or the sensor / buttons are not working.

How to activate:

  • 🎀 Say β€œOK Google” (if voice search is set up) or hold the Home button to call an assistant.
  • πŸ“ Dictate the command: β€œTake a screenshot”, β€œscreenshot” or β€œScreenshot” (in English it works more reliably).
  • πŸ“± Wait for confirmation – the screen will blink, and the file will be saved in the gallery.

⚠️ Note: The function is required for operation:

  • 🌐 Internet connection (for voice processing).
  • πŸ”Š Enabled microphone (check permissions for Google in Settings) β†’ Annexes β†’ Permits).
  • πŸ—£ Configured voice assistant (in Settings) β†’ Google β†’ Voice search).

If the voice command is not working, try an alternative:

  1. Open Google Assistant manually (holding the Home button).
  2. In the text box, type: β€œTake a screenshot”.
  3. Press Send.
Why can't the voice command work?
1. no Internet connection (voice commands require cloud processing). 2. The microphone for Google or Mi Assistant is disabled in the privacy settings. 3. Custom firmware is installed without Google services (for example, MIUI EU without GAPPS). 4. The voice language in the settings does not match the system language (for example, the system is in Russian, and voice search is in English).

5. Screenshot via computer (ADB)

If the Redmi 4X screen breaks but the smartphone is turned on, you can take a screenshot via your computer using the ADB (Android Debug Bridge) tool, which is also useful for developers or when debugging applications.

What you need:

  • πŸ’» Computer with Windows/Linux/macOS.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“₯ Installed Xiaomi drivers and package ADB Tools.

Step-by-step:

  1. Turn on the developer mode on the phone: Settings β†’ About the phone β†’ MIUI version (click 7 times)
  2. Activate debugging via USB: Settings β†’ Additional β†’ For developers β†’ Debugging via USB
  3. Connect Redmi 4X to your computer and confirm your trust.
  4. Open the command line (Windows) or terminal (Linux/macOS) and type in: adb devices (you should display your device).
  5. Take a screenshot with the command: adb shell screencap -p /sdcard/screen.png
  6. Download the file to your computer: adb pull /sdcard/screen.png

πŸ“Œ Where to look for a screenshot? screen.png file will be saved in the same folder from where you started ADB. If you need high-resolution screenshots, add a parameter. -d status-bar:

adb shell screencap -d -p /sdcard/screen_full.png

πŸ’‘

ADB-Screenshots are saved in format PNG without compression, so take up more space than conventional pictures (JPEG).

6. Screenshot Problems on Redmi 4X and Their Solutions

Even on a serviceable Redmi. 4X There may be errors in the way you take screenshots.-5 problems and ways of eliminating them:

Problem.Possible causeDecision
Screenshots are not savedMemory Lack or Gallery FailureClear the Gallery cache in Settings β†’ Apps or check the free space
No shutter sound.System sound or silent mode is turned offCheck the volume in Settings β†’ Sounds or turn on the sound of the screenshot in Settings β†’ More
Buttons don't respond.System freeze or button wearRestart your phone or use a gesture/ADB
Black screenshot.Graphics driver failureUpdate the firmware or reset the graphics settings in Settings β†’ Display
No notice of screenshotNotifications for Screenshots disabledInclude notifications in Settings β†’ Notifications β†’ System

πŸ”§ Additional advice:

  • πŸ“± If screenshots are kept in low quality, check the compression settings in Settings β†’ Additionally. β†’ Screenshots (some firmware has the option Quality).
  • πŸ”„ After updating MIUI Reset your gesture settings (Settings) β†’ System system β†’ Resetting settings β†’ Reset your gestures).
  • πŸ›  If none of the methods work, reset to factory settings (pre-save data!).

FAQ: Frequent questions about screenshots on Redmi 4X

Can I take a screenshot in safe mode?
Yes, but only with physical buttons (Power + Volume Down) Gestures and the Safe Mode notification panel are disabled.
Where are the screenshots stored if they are not in the Screenshots folder?
Check the following paths: /storage/emulated/0/Pictures/Screenshots/storage/emulated/0/DCIM/Screenshots/storage/emulated/0/Download (if saved manually) Use a file manager (e.g. Mi File Explorer) with hidden folder display enabled.
How to take a long screenshot (scrollable)?
On the Redmi. 4X The long screenshot feature appears automatically after you take a normal shot: Take a screenshot any way you want. Click on the thumbnail in the notification. Slip the Scrolling button (or Long Screenshot) at the bottom of the screen. Wait for the page to scroll down and save the result. ⚠️ It doesn’t work in all apps (e.g. Chrome or Instagram may not work).
Why are screenshots blurred?
Causes and solutions: πŸ” Screen Scaling: Check the pixel density settings in Settings β†’ Display. β†’ Screen size (should be by default). πŸ“ Screen resolution: Make sure that in Settings β†’ Display. β†’ Permission selected HD (1280Γ—720). πŸ€– Failure MIUI: Clean the system cache in recovery (Wipe) β†’ Cache).
Can I change the format of screenshots from JPEG to PNG?
By default, Redmi. 4X saves screenshots in JPEG. To change format: Install Screenshot Type Changer from Google Play. Give it permission to access storage. PNG appliance. ⚠️ Attention: PNG-Screenshots take up 2-3 times more space than JPEG.