Even beginners can take a full screenshot on Xiaomi โ just clip a button combination or use a gesture. But how do you crop a screenshot of just the right area without post-processing in graphics editors? It turns out that MIUI has hidden features, and for advanced users, third-party tools with advanced capabilities.
In this article, we will analyze 5 working methods, including built-in Xiaomi tools (even on budget Redmi and POCO), gestures for quick cropping, as well as applications for those who need screenshots with scrolling long pages or highlighting text with OCR. All methods are tested on MIUI 14/15 and are relevant for models 2020-2026.
Important: If your smartphone runs on pure Android (like Xiaomi 13 Ultra with HyperOS), some ways may be different โ weโll mention this separately.
1. Built-in screenshot cropping in MIUI (without third-party apps)
The easiest method is to use a screenshot editor that automatically opens after a screenshot is taken, which works on all Xiaomi devices with MIUI 12 and later, including the Redmi Note 12, POCO X5 and the flagships of the Xiaomi 13/14 series.
How it works:
- Take a screenshot in any convenient way: ๐ Buttons: simultaneously press the power + Volume reduction by 1-2 seconds. ๐ Gesture: swipe three fingers on the screen from top to bottom (you need to enable in the settings).
miniature
Pruning
Save.
Make sure the screenshot appears at the bottom of the screen.|Check if notifications are included for the editor (Settings) โ Notifications โ Screenshot editor)|If the gesture doesnโt work, activate it in Settings. โ Additionally. โ Screenshot gestures|Keep the original if you plan on multiple trimming options-->
โ ๏ธ Attention: If you are using MIUI 13 and below, the thumbnail may not appear when taking a screenshot through ADB Or some third-party apps, in which case, open the picture in the gallery and tap the Edit button.
Advantages of the method:
- โก Instant result โ no need to install additional programs.
- ๐จ Basic tools are available: cropping, drawing, adding text.
- ๐ Automatic save to Screenshots folder.
2.Gestural for partial screenshot (hidden MIUI function)
Few people know, but MIUI has a hidden gesture to take a screenshot of the selected area without taking a full screen first, which works on most devices starting with MIUI 12.5, but you have to activate it first.
Instructions for setting up and using:
- Open Settings โ Additional โ Power button and gestures.
- Find the screenshot of the screen and turn on the switch.
- Now, to take a snapshot of part of the screen: ๐๏ธ Hold your finger on the area you want to capture. ๐ After 1-2 seconds, an animation of the stroke will appear - drag your fingers to highlight the desired fragment. ๐ธ Release โ the screenshot will automatically be saved.
What models does this gesture not work on?
| Xiaomi model | Support for the gesture | Notes |
|---|---|---|
| Redmi Note 11/12 | โ Yes. | It works steadily, but sometimes you need to press again. |
| POCO X4/X5 | โ Yes. | In some firmware, the gesture is turned off by default. |
| Xiaomi 13/14 | โ ๏ธ Partially. | HyperOS may require a software update. |
| Redmi 10A | โ No. | Budget models on MIUI 12 do not support the function. |
โ ๏ธ Note: If the gesture fails after activation, try restarting the device. Also make sure that the developer settings (Settings) โ The phone. โ Version. MIUI โ 7 times tap) debugging of gestures is disabled.
3.Use Google Assistant for a selective screenshot
If your Xiaomi runs Android 10 and higher, you can use Google Assistant to take a screenshot of a portion of the screen, a method that is useful if the built-in MIUI features donโt work or you prefer voice control.
Step-by-step:
- Activate Google Assistant: ๐ฃ๏ธ Say โOK Googleโ or press the Home button (if you have one). ๐ In the assistant search box, type "take a screenshot".
Pruning
Select the desired area and save the result.
Advantages of the method:
- ๐ค Works through voice commands โ convenient if hands are busy.
- ๐ You can cancel the action if the screenshot was unsuccessful.
- ๐ Supports translation of text on a screenshot (via Google Lens).
๐ก
If Google Assistant doesn't recognize the "take a screenshot" command, try the alternative phrase: "take a screenshot." Also check if the assistant is on screen access in the special features settings.
Limitations:
- โ Does not work in some banking applications and games (due to security restrictions).
- โ Nana MIUI for China ROM) Google Assistant may be disabled.
Power and volume buttons|Three-finger gesture|Google Assistant|Party of annex|Another option-->
4. Third-party applications for advanced pruning
If Xiaomi's built-in tools don't suit you, you can install specialized apps that offer advanced features like scrolling screenshots, text recognition (OCR), annotations, and even screen recording.
Top.-3 apps:
| Annex | Features | Reference |
|---|---|---|
| Screen Master | ๐ Screenshots of long pages (scroll). ๐๏ธ Editor from 20+ tool. ๐ No advertising in the premium version. | Google Play |
| LongShot | ๐ฑ Optimized for MIUI. ๐ Built-in OCR text-recognition. ๐จ Social media templates. | Google Play |
| Screenshot Touch | ๐ Gestures for quick shooting. ๐ Auto-shooting according to specified parameters. ๐ Cloud-based conservation. | Google Play |
โ ๏ธ Attention: When installing third-party apps for screenshots MIUI They can request permission to record the screen or display over other windows. Without those permissions, apps can't take a picture. โ Annexes โ Special access.
How to choose the best application?
- ๐ฑ If you need a screenshot with a scrolling (such as a chat or web page) โ take LongShot.
- ๐จ For design processing (overlay of text, stickers) โ Screen Master.
- ๐ If speed and gestures are important, Screenshot Touch.
5. Screenshot of part of the screen via ADB (for advanced)
If you are familiar with ADB (Android Debug Bridge), you can take a screenshot of a part of the screen through the command line, which is useful for automation or when other methods do not work (for example, on custom firmware).
Instructions:
- Connect Xiaomi to your PC and enable USB Debugging (Settings โ About Phone โ MIUI Version โ 7 times tap โ Back to Additional โ For Developers).
- Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb shell screencap -p /sdcard/screen.png This will save a screenshot of the entire screen to the device.
- To crop a portion of the screen, use adb pull to download the file on your PC, and crop it in any graphics editor (like Paint or GIMP).
- For automatic pruning through ADB, you can use a Python script with the Pillow library.
Example of a script for cropping (save as crop_screenshot.py):
from PIL import Image
Downloading a screenshot
img = Image.open("screen.png")
Cut the area (left, top, right, bottom)
cropped = img.crop((100, 200, 500, 800))
cropped.save("cropped_screen.png")โ ๏ธ Attention: When working with ADB Do not interrupt the connection until the screencap is complete, otherwise the screencap may remain corrupted (/sdcard/).
๐ก
ADB-The method is suitable for automation (for example, if you need to take hundreds of screenshots to test applications), but requires command line skills. MIUI third-party.
6. Features on different Xiaomi models
Screenshot features may vary depending on the device model, the MIUI version, and even the firmware region, and below are key differences to consider.
Budget models (Redmi 10A, POCO M4, etc.)
Flagships (Xiaomi 13 Ultra, Mix Fold 3):
Devices for China (China ROM):
| Model/firmware | A partial screenshot gesture | Editor with a cropped | Scrolling screenshot |
|---|---|---|---|
| Redmi Note 12 (Global ROM) | โ | โ | โ |
| POCO F5 (MIUI 14) | โ | โ | โ ๏ธ Only in the browser. |
| Xiaomi 13 Pro (HyperOS) | โ ๏ธ Tune in. | โ (AI) | โ |
| Redmi 9A (MIUI 12) | โ | โ (basic) | โ |
If your model didn't make it to the table, check the MIUI version in settings (Settings โ About Phone).The firmware update often adds new features for screenshots.