How to take a random screenshot on Xiaomi Redmi: all the ways from standard to hidden

Taking a screenshot on Xiaomi Redmi seems like a simple task, until you encounter a situation where standard methods don't work, like when you want to capture a touch button menu where the key combination is locked by the system, or when one hand is busy and the other doesn't reach the right buttons. What if the screen is broken, but you need to save important information?

In this article, we will not only explore basic ways to create screenshots (which everyone knows), but also alternative methods that work in 90% of non-standard cases. You will learn how to take screenshots using gestures, voice commands, and how to get around system limitations when the power or volume buttons do not work. All instructions are tested on Redmi Note 10/11/12, Redmi 9/10/13C and POCO X3/X4/X5 with MIUI 12-14 firmware.

1. Standard method: button combination

The most reliable and versatile method is the use of hardware keys, which works on all Redmi models, regardless of MIUI version or touch screen state.

  1. Open the screen that you want to capture.
  2. At the same time, press the Power (on) button and the Volume Down button.
  3. Hold them for 1-2 seconds until you hear the shutter sound or see an animation of the screenshot.

โš ๏ธ Note: Some models (e.g. Redmi Note 8 Pro) POCO F3) If you don't get a screenshot, try pressing the buttons with a little pause (0.5 seconds) between them, rather than just pressing them at the same time.

๐Ÿ’ก

If you have a magnetic lock case, remove it before you take a screenshot โ€“ the magnet can block the power button.

Where to look for the screenshot taken?

  • ๐Ÿ“ By default, files are saved in the folder DCIM/Screenshots or Pictures/Screenshots.
  • ๐Ÿ” Quick access: Open the Gallery โ†’ Albums. โ†’ Screenshots.
  • ๐Ÿ“ฑ In the notification about the creation of the screenshot there is a button to share or edit.

2. The three-finger gesture is faster than the buttons

If you're tired of agonizing with buttons or worn out, turn on the screenshot with a gesture, which is available on all Redmis with MIUI 9 and later.

  1. Go to Settings โ†’ Additional functions โ†’ Gestures.
  2. Select the screenshot with three fingers.
  3. Turn on the switch and select the gesture type: ๐Ÿ‘† Walking down is a classic option. ๐Ÿ‘‡ To move upwards is convenient for left-handed people.

Now, to take a screenshot, just swipe your three fingers across the screen in the selected direction.

  • ๐Ÿš€ Works in any application, even if they block buttons (such as games or banking applications).
  • ๐ŸŽฏ Accuracy: you can capture exactly the moment you need, without trembling from pressing buttons.
  • โ˜๏ธ One hand: comfortable when the other is busy.
๐Ÿ“Š What kind of screenshot do you use more often?
Power and volume buttons
Three-finger gesture
Voice assistant
Other

โš ๏ธ Note: Some models (e.g. Redmi) 9A Redmi 8, the gesture may conflict with navigational gestures, and if the screenshots are created by accident, turn off the function or change direction.

3.Voice command - when hands are busy

Few people know, but Xiaomi built into MIUI the ability to take screenshots with voice.

  • ๐Ÿคฒ Hands dirty or busy (e.g., cooking with a prescription).
  • ๐ŸŽฎ Play a mobile game where the buttons are locked.
  • ๐Ÿ”ง The screen is cracked, but the sensor is partially working.

How to set up:

  1. Activate Google Assistant or Alice from Yandex (if you use Russian firmware).
  2. Tell one of the teams: ๐Ÿ—ฃ๏ธ ยซGoogle, take a screenshot (OK Google, take a screenshotยป). ๐Ÿ—ฃ๏ธ ยซAlice, screenshot" (works only in Russian localization).

โš ๏ธ Attention: Voice assistants require an internet connection to process commands. If you're offline, use alternative methods. Some applications (such as TikTok or SberBank Online) may also block screenshots from being taken via voice for security reasons.

Why is the voice screenshot not working?
1. No Internet connection. 2. Voice assistant is not configured (check Settings โ†’ Applications โ†’ Default โ†’ Voice assistant). 3. The application blocks screenshots (e.g. Netflix or banking services).

4. Screenshot through the Quick Settings panel

If you have MIUI 12 or newer, there is a hidden button in the notification curtain for screenshots.

  • ๐Ÿ”‹ Power button is broken, but sensor is working.
  • ๐ŸŽต You need to take a screenshot while listening to music (without interrupting the playback).
  • ๐Ÿ”„ Want to quickly take a series of screenshots in a row.

How to add a button:

  1. Swipe down from the top edge of the screen to open the notification bar.
  2. Click on the icon. โš™๏ธ (Edit or hold any icon.
  3. Find a screenshot (scissors icon) and drag it to the active area.

Now, the button is always on hand. You click on it and the screenshot is done without any manipulation, and it's the only method that allows you to take screenshots in some secure applications, like Mi Fit or Xiaomi Cloud, where you block other ways.

MethodIt works without the internet.Works with broken buttons.Supports scrolling
Power buttons + volumeโœ… Yes.โŒ No.โŒ No.
Three-finger gestureโœ… Yes.โœ… Yes.โŒ No.
Voice commandโŒ No.โœ… Yes.โŒ No.
Quick settings panelโœ… Yes.โœ… Yes.โŒ No.
ADB (for Advanced)โœ… Yes.โœ… Yes.โœ… Yes*

* Additional commands are required for scrolling screenshots.

5. Advanced method: screenshot via ADB (for technical users)

If all of the above methods do not work (for example, due to a screen breakage or system failure), you can take a screenshot via Android Debug Bridge (ADB).

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB driver.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ The phone's on debugging. USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to the Additional Settings โ†’ For developers โ†’ Debugging by USB).

Instructions:

  1. Connect Redmi to your computer and confirm the debugging permission on your phone.
  2. Open the command line (Windows) or terminal (Mac/Linux) and type: Adb devices Make sure the device is defined.
  3. Run the command for a screenshot: adb exec-out screencap -p > screenshot.png The file will be saved in the folder where the command was launched.

Enable debugging on USB|Install ADB-PC drivers|Connect your phone to the original cable|Allow debugging on the phone|Check the visibility of the device with the adb device command-->

โš ๏ธ Note: This method does not work if:

  • ๐Ÿ” The phone has Mi Account lock enabled and it is not unlocked.
  • ๐Ÿ› ๏ธ Firmware damaged (needs to flash through Fastboot).
  • ๐Ÿ”Œ USB-Port is physically damaged (try Wi-Fi debugging wirelessly).

6. Screenshot of the page being scrolled (long screenshot)

Sometimes you need to save not only the visible part of the screen, but also what is hidden outside of it โ€“ for example, a long chat in Telegram or a page with settings. MIUI There is a Scrolling Screenshot (scrolling screenshot) function).

How to do this:

  1. Take a regular screenshot of any of the above methods.
  2. Immediately after the screenshot appears in the lower right corner, click on it.
  3. In the editor that opens, tap the Scrolling icon (two arrows down).
  4. Wait until the system automatically scrolls through the page and connects the parts into one long screenshot.

Limitations of the method:

  • ๐Ÿ“ฑ It doesnโ€™t work in all apps (for example, itโ€™s not supported in Chrome or Instagram).
  • ๐Ÿ”„ It can break if the page dynamically loads content (e.g., TikTok feed).
  • ๐Ÿ“ Maximum screenshot length: about 5 screens (depending on model).

๐Ÿ’ก

Scrolling screenshot is saved as a separate file in the same Screenshots folder, but marked _long_ titled.

7. Alternative applications for screenshots

If the built-in MIUI tools don't suit you, you can use third-party utilities, which offer additional features such as:

  • ๐ŸŽจ Automatic cropping and editing.
  • ๐Ÿ“‚ Save to the cloud (Google Drive, Dropbox).
  • ๐Ÿ” Text recognition (OCR) straight from the screenshot.

Top.-3 tested applications:

AnnexFeaturesCons
Screen MasterScrolling screenshots, editor, screen recordingAdvertising in the free version
Screenshot EasyGestures, timer, save in PDFDoes not work on MIUI 14 without root rights
Super ScreenshotOCR, cloud storage, no advertisingPaid subscription for advanced features

โš ๏ธ Note: When installing third-party apps for screenshots MIUI This is normal โ€” without these permissions, the app will not be able to take screenshots. However, do not install such utilities from unverified sources (outside Google Play) to avoid data leakage.

FAQ: Answers to Frequent Questions

๐Ÿ”น Why screenshots are made black?
This is a typical problem when trying to take a screenshot in secure applications (banks, messengers with secret chats, some games). Android blocks screen capture for security reasons. Solutions: Use the built-in save feature in the application itself (for example, you can take a screenshot through the menu at Sberbank Online); Take a screenshot with another phone (if the information is not secret); on some models, it helps to turn off hardware acceleration in the developer settings (Settings โ†’ Additional โ†’ For developers โ†’ Disable hardware overlays), but this can slow down the phone.
๐Ÿ”น How to take a screenshot if the sensor is not working?
If the screen does not respond to touch, but the image is visible, try: Hardware buttons: Power + Reduce volume (if the buttons are correct). ADB: Connect your phone to your PC and use the adb exec-out screencap command -p > screenshot.png. Voice assistant: If the microphone is working, say, "OK Google, take a screenshot." External keyboard: plug in on the phone. USB OTG Bluetooth and use the Ctrl combination + Shift + S (not all models) If the screen is completely black but the phone is on, try connecting it to Mi. TV or monitor USB-C โ†’ HDMI Adapter and take a screenshot from an external device.
๐Ÿ”น Can I take a screenshot on a phone that is turned off?
No, it's not possible. To take a screenshot, the device must be on and off (at least on the lock screen). Exceptions: If the phone is in Fastboot or Recovery mode, you can take a screenshot of the screen by another device. On some models (for example, Redmi K40), the screenshot of the lock screen is made by a standard button combination, but only saved after unlocking.
๐Ÿ”น Where do screenshots go if they are not in the gallery?
Check these places: File Manager โ†’ Internal Memory โ†’ Pictures โ†’ Screenshots. DCIM โ†’ Screenshots (alternative folder). Downloads (if screenshot was taken through a browser). Cloud services: Mi Cloud, Google Photos (if automatic download is enabled). If screenshots disappear on their own, check: Google Photo settings (possibly enabled automatic deletion after upload to the cloud). Antivirus or optimizer (some applications clean up Screenshots folder as โ€œjunkโ€).
๐Ÿ”น How to turn off the shutter sound when screenshot?
Screenshot sound can be removed in two ways: Through Media Settings: Go to Settings โ†’ Sounds and vibrations โ†’ System sounds. Turn off the screenshot sound. Do not disturb mode: Activate Do not disturb in the notification curtain. Take a screenshot and the sound will not sound. โš ๏ธ On some models (e.g. Redmi) 9T) Screenshot sound is tied to system notifications and is only disabled in Developer Settings (Disable Camera Sounds).