How to take a screenshot on Xiaomi Redmi 7A: all working ways

Xiaomi Redmi 7A remains a popular budget smartphone even years after its release โ€” thanks to its reliability, simple MIUI firmware and support for updates. But many users still face difficulties in creating screenshots: buttons do not work, menus do not open, screens just flash without results. In this article, we will discuss all possible ways to take a screenshot on the Redmi 7A โ€” from standard to little-known, and also solve typical problems.

It's important to consider that Redmi 7A (codename pine) has MIUI firmware running Android 9 Pie or Android 10 (depending on the version), which means that some features may be different from the new Xiaomi models, for example, there's no "three-finger swipe" gesture that came later, but classic methods and hidden chips work, and we'll talk about them.

If you just bought a used Redmi 7A or upgraded your firmware, check your settings: sometimes a factory reset turns off standard keyboard shortcuts. But don't worry, we'll look at workarounds.

1. Standard method: power and volume buttons

The most reliable and versatile method is the use of physical buttons, which works on any version of MIUI and does not depend on the gesture settings.

  1. Open the screen you want to capture (for example, a dialog in the messenger or a page in the browser).
  2. At the same time, press and hold the power button (right) and the volume button (top left).
  3. Hold them for 1-2 seconds until you hear the sound of the camera shutter and see the animation of the screenshot.

โš ๏ธ Warning: Not to be confused with long-term retention โ€“ if you press buttons longer than 3 seconds, the smartphone can reboot to Fastboot mode or turn off. Also avoid accidentally pressing the volume button โ€“ this will cause the emergency call menu.

Where do I look for the screenshot? All screenshots are automatically saved to the folder:

Gallery โ†’ Albums โ†’ Screenshots

Or through the file manager along the way:

/storage/emulated/0/Pictures/Screenshots/

The sound of the camera shutter was heard.|There was an animation on the edges of the screen|In the top panel, the notification "Screenshot saved"|The file appeared in the folder "Screenshots"-->

2. Alternative method: Quick settings menu

If the physical buttons don't work (for example, the volume key broke), you can take a screenshot through the notification panel.

  1. Turn the notification bar swipe from top to bottom.
  2. Find the screenshot icon (usually hidden under the Edit button).
  3. If there is no icon, press it. โ‹ฎ โ†’ Edit and drag the โ€œScreenshotโ€ to the active panel.
  4. Slap the icon - the screen will blink, and the screenshot will be saved.

๐Ÿ’ก Useful tip: If the notification bar doesnโ€™t unfold fully (like in a game), swipe down twice first โ€“ first to display brief notifications, then for the full menu.

What if the screenshot icon is not on the menu?
If the icon doesnโ€™t appear after editing the panel, check: 1. MIUI Version (in Settings โ†’ About Phone). Older versions (below MIUI 10) may not have this feature. 2. Superuser Rights (root) โ€“ sometimes custom firmware removes standard tools. 3. Settings Restrictions โ†’ Apps โ†’ Permissions โ†’ Additional (can be blocked by the device administrator).

3. Screenshot by gesture (only for MIUI 11 and later)

Redmi 7A with MIUI 11/12 now has the ability to swipe down screenshots with three fingers, but by default, this feature is disabled to activate it:

  1. Go to Settings โ†’ Additional settings โ†’ Buttons and gestures โ†’ Screenshot gestures.
  2. Turn on the switch "Swipe with three fingers".
  3. Choose the direction of the swipe (down or up).

Now, just swipe your three fingers across the screen from top to bottom (or bottom to top, depending on the settings), and the screenshot is taken, which is convenient for games or applications where physical buttons are locked.

โš ๏ธ Attention: The gesture may conflict with navigation. If swipes become incorrect after activation (for example, return to the main screen), disable the function or change the direction of the gesture.

Power buttons + volume | Notifications |Three-finger swipe |Special applications-->

4. Screenshot with Google Assistant

If standard methods don't work (for example, because of broken buttons), you can use Google's voice assistant, which requires an Internet connection and an activated Google Assistant:

  1. Activate the assistant with the โ€œOK, Googleโ€ voice command or hold the Home button (if physical).
  2. Say, โ€œTake a screenshotโ€ or โ€œPhotograph the screen.โ€
  3. Confirm the action in the window that appears.

๐Ÿ”น Limitations of method:

  • ๐Ÿ“ถ It only works on the active Internet (for voice recognition).
  • ๐Ÿ”‡ It wonโ€™t work if your microphone or Google access is disabled.
  • ๐ŸŽฎ In games, you may not recognize the team due to the blocking of the assistant.

Alternatively, use text input in Google Assistant:

  1. Open the Google app (the icon with the letter โ€œGโ€).
  2. Click on the microphone icon โ†’ select โ€œKeyboardโ€.
  3. Enter the request โ€œTake a screenshotโ€ and send it.

5. Screenshot applications: when standard methods don't work

If none of these methods worked (for example, due to custom firmware or hardware breakdowns), third-party utilities will come to the rescue. Here are 3 proven applications for Redmi 7A:

AnnexFeaturesReferenceCons
Screenshot EasySmooth animation, screenshot editor, gesture supportGoogle PlayAdvertising in the free version
Screen MasterScreenshots of scrolling pages, screen recordingGoogle PlayRequires permission to display over other windows
AZ Screen RecorderIn addition to screenshots, it can record video from the screen.Google PlayIt takes up a lot of memory.

โš ๏ธ Warning: When installing third-party apps for screenshots, turn off battery optimization for them in Settings โ†’ Annexes โ†’ Permits โ†’ Battery optimization. Otherwise, the utility may not work in the background.

On the Redmi. 7A s MIUI 9 and below, some applications may not work due to system limitations, in which case only a firmware update or use will help. ADB-Teams (see next section).

6. Advanced method: screenshot via ADB (for experienced)

If you need to take a screenshot of a Redmi 7A with a broken screen or broken buttons, you can use the ADB (Android Debug Bridge), which requires a computer and minimal technical skills.

๐Ÿ“Œ What's the matter:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ› ๏ธ Installed Xiaomi and ADB-tools drivers.
  • โš™๏ธ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock the developer menu โ†’ return to additional settings โ†’ For developers โ†’ Debugging by USB).

๐Ÿ”ง Step-by-step instruction:

  1. Connect Redmi 7A to your computer and confirm your trust in the device on your smartphone screen.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Take a screenshot with the command: adb shell screencap -p /sdcard/screen.png
  5. Download the file to your computer: adb pull /sdcard/screen.png

๐Ÿ’ก Useful tip: If you need to take a screenshot of a scrolling page (like a long chat), use the command:

adb shell uiautomator dump /sdcard/window.xml && adb pull /sdcard/window.xml

It'll keep it. XML-screen structure that can be converted into an image using special tools (e.g. scrcpy).

๐Ÿ’ก

If ADB doesnโ€™t recognize the device, try reinstalling Xiaomi drivers manually through Windows or using Xiaomi ADB/Fastboot Tools.

7 Problem Solving: Why You Can't Take a Screenshot

If none of the methods worked, the reasons may be as follows:

Problem.Possible causeDecision
Buttons don't respond.Contamination or breakage of keysUse the notification menu or ADB
The screen flashes, but the screenshot is not savedThere's not enough memory space.Clear the DCIM/Screenshots folder or transfer files to your PC
The screenshot icon is not on the menuOutdated version of MIUI or custom firmwareUpdate your firmware or use third-party apps
Screenshot taken, but blackConflict with Secure Content (Netflix, banking applications)Turn off Content Protection in the App Settings

๐Ÿ”น Frequent User Mistakes:

  • ๐Ÿ‘† Pressing volume instead of decreasing (causing an emergency call).
  • ๐Ÿ•’ Too short/long button retention (optimally 1-2 seconds).
  • ๐Ÿ”’ Forget to unlock the screen before the screenshot (on the locked screen will only work the camera photo).

๐Ÿ’ก

If screenshots are no longer saved after the MIUI update, reset the Gallery app settings in Settings โ†’ Apps โ†’ Gallery โ†’ Storage โ†’ Clear Data.

FAQ: Answers to Frequent Questions

Can I take a screenshot of the Redmi 7A?
No, it's impossible. To take a screenshot, the system must be active. If the phone is turned off, the only way to capture the screen is to take a picture of it with another camera. Except if the device is in Fastboot or Recovery mode, but in these cases, the screenshot will not be taken by standard methods (you will need a PC connection and specialized software).
How to take a screenshot in the game if the buttons are blocked?
Most games on Redmi. 7A The standard button combinations are not working because of the system functions blocking. MIUI And check if the screenshot option appears, install a third-party app (like Screen Master) and allow it to be displayed on top of other windows. โš ๏ธ In some games (for example, PUBG Mobile or Genshin Impact screenshots can be blocked due to cheating protection.
Where are the screenshots stored if they are not in the Screenshots folder?
Sometimes files are saved to other folders: /storage/emulated/0/DCIM/Screenshots/ โ€” mainfolder. /storage/emulated/0/Pictures/ โ€” alternate-position. /storage/emulated/0/Download/ โ€” If the screenshot is taken through a browser, try searching in the file manager for a keyword. Screenshot_ (The name of the screenshot file begins with this prefix).
How to edit a screenshot immediately after creation?
On Redmi 7A, after you create a screenshot, a notification appears in the top bar with buttons: "View" opens the image in the gallery. "Share" sends the file to messengers or social networks. "Edit" launches the built-in editor with tools for cropping, drawing and adding text. If the notification is missing, open the screenshot in the Gallery and click Edit in the bottom menu.
Can I take a screenshot without Google Assistant?
Yes, if you install an alternative voice assistant, like: Alice from Yandex โ€” supports the command โ€œtake a screenshot.โ€ Siri (if you have an iPhone connected) โ€” through the Shortcuts function you can configure sending a command to the Redmi 7A. Bixby (for Samsung owners) โ€” if the phone is connected to the Samsung ecosystem. You can also use Tasker or Automate to create automatic rules on a voice command.