Long screenshot on Xiaomi Poco X3: all ways + problem solving

Xiaomi Poco X3 (including the NFC and Pro versions) remains one of the most popular smartphones among users who appreciate performance and functionality. However, the standard screenshot mechanism in MIUI limits the capture to only the visible area of the screen - what to do if you want to save an entire web page, correspondence in the messenger or a long list in the application? In this article, we will discuss all the working ways to create long (scrollable) screenshots on Poco X3, including hidden system functions, third-party applications and bypassing typical errors.

It is important to understand that the long screen features depend on the version of MIUI (12, 13 or 14) and the security patch installed. For example, in older builds the function is built into the system menu, and in new ones it can be hidden or removed. We tested all methods on Poco X3 with firmware V12.5.3.0.RJGMIXM (Android 11) and V14.0.4.0.TJGMIXM (Android 13) - the results are summarized in the comparison table below.

1. built-in long screenshot feature in MIUI

The most obvious way is to use the native MIUI tool, which is activated after you create a regular screen.

  • ๐Ÿ“ฑ It works only in supported applications (browser, Telegram, WhatsApp, some system menus).
  • โš™๏ธ V MIUI 14 function can be disabled by default โ€“ manual activation is required in settings.
  • ๐Ÿšซ Does not work in games, some social networks (for example, VKontakte) and applications with dynamic content.

How to do this:

  1. Take a regular screenshot with the combination of Volume Down + Nutrition.
  2. In the preview that appears at the bottom of the screen, tap on the โ€œScrollโ€ icon (two arrows down).
  3. Wait for the page to automatically scroll. To manually stop, tap the screen.
  4. Save the result with the "Ready" button.

โš ๏ธ Note: If the Scrolling icon does not appear, check if the feature in Settings is disabled. โ†’ Additionally. โ†’ Screenshots โ†’ Long screenshot. MIUI 14 Ways may be different: Settings โ†’ Annexes โ†’ Special permits โ†’ Display over other apps (you need to enable Screenshot for your system application).

Take a regular screenshot

Check for the icon "Scroll" in preview

Make sure the application supports the function

If necessary, enable permission in the settings-->

2. Third-party applications for long screenshots

If the built-in tool doesn't work or it doesn't cover your needs, third-party tools come to the rescue. We tested 7 popular apps, and the best results were:

AnnexSupport for Poco X3FeaturesCons
LongShotโœ… Yes. Android. 11-13)Automatic and manual scrolling, editor, export to PDFAdvertising in the free version, sometimes "hangs" on dynamic pages
Scroll Captureโœ… Yes (requires root for some functions)Support for web pages, social networks, messengersBrowser plugins are not working stable
Stitch & Shareโœ… Partially (not working in) MIUI 14 without ADB)Glues multiple screens into one, manually adjusting areasRequires manual control of the quality of the "slush"

Recommendation: LongShot is optimal for most tasks: Install it from Google Play, grant permissions to Display over other apps and Accessibility Service.

  1. Open the desired application/page.
  2. Run LongShot from the notification panel.
  3. Select the Auto Scroll or Manual mode.
  4. Set your scroll speed (recommended Medium for Poco X3).
  5. Save the result to the gallery or PDF.

๐Ÿ’ก

If the app doesnโ€™t see content in the browser, try enabling the developer mode in Chrome (chrome://flags/#enable-android-web-contents-dark-mode) and restarting the page.

3. Hidden function through ADB (for advanced)

If you need to take a long screenshot in an unsupported application (for example, in banking software or a game), you can use the app. ADB-This method requires you to connect your smartphone to your PC, but it gives you complete control over the process.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB Poco X3 (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Step-by-step:

adb shell


su




/system/bin/screencap -p /sdcard/longshot.png




exit




adb pull /sdcard/longshot.png C:\Users\YourName\Desktop

For a scrolling screen, use a Python script with a uiautomator library (an example of the code is in the repository), the only method that works in 100% of applications, including secure ones (for example, SberBank Online or Tinkoff), but requires command-line skills.

โš ๏ธ Attention: Use ADB This can result in a data reset if you interrupt the process while executing commands with su rights. Always back up through adb backup before experimenting.

Built-in MIUI function

Third-party applications (LongShot, etc.)

ADB/Termux

I don't use long screens.-->

4. circumvention of restrictions in MIUI 14

In the latest versions of MIUI 14 (especially on the Poco X3 Pro with Android 13), the long screen feature may be blocked due to Xiaomi's security policy.

Method 1: Through the Developer's Settings

  1. Activate the Developer Mode (as described in the previous section).
  2. Go to Settings โ†’ Additional โ†’ For developers.
  3. Find the option "Deactivate restrictions" MIUI" (or "disable" MIUI Optimization" and activate it.
  4. Reboot the phone.

Method 2: Termux (without root)

Install Termux and execute commands:

pkg update && pkg upgrade


pkg install tsu




termux-setup-storage




tsu




settings put global hidden_api_policy 1

After the reboot, check for the Scrolling icon in the screenshot preview. If the method didn't work, try an alternative method to change the configuration file /system/build.prop (requires Magisk).

Details on editing build.prop
You need root access to edit build.prop. Add a line: ro.miui.has_long_screenshot=Save the file, set the rights 644 Risk: Incorrect changes can lead to bootloop!

5. Solving typical errors

Even with the right settings, Poco X3 users are facing problems.

Mistake.Reason.Decision
"We couldn't get a long screenshot."Lack of RAM or shell conflictClose the background applications, restart the system menu of screens (adb shell pm clear com.miui.screenshot)
Scrolling icon in grayFunction disabled for current applicationTry another app or use it. ADB-method
Screen breaks off at half-timeLimitation on height in MIUI (maximum 40,000 px)Break the page into parts or use LongShot with manual scrolling

If the problem persists, check:

  • ๐Ÿ“ต Power saving mode - turn it off in Settings โ†’ Battery.
  • ๐Ÿ”„ System updates โ€“ in some cases, bugs are fixed in new patches.
  • ๐Ÿ› ๏ธ Resetting the settings of the "Screenshots" application (Settings) โ†’ Annexes โ†’ Application management โ†’ Screenshots โ†’ Warehouse โ†’ Reset).

6. Alternative methods: screencast and hand gluing

When all methods are exhausted, there are universal, but laborious methods:

Method 1: Screen recording + screen conversion

  1. Enable screen recording through Settings โ†’ Screen โ†’ Screen recording.
  2. Scroll the page manually, then stop the recording.
  3. Use an online service to extract frames from videos and glue them.

Method 2: Manual gluing in Photoshop or Paint.NET

Take a series of regular scrolling screenshots and combine them:

  • ๐Ÿ–ผ๏ธ In Photoshop: File โ†’ Scripts โ†’ Upload files to the stack, then edit โ†’ Automatic layer alignment.
  • ๐ŸŽจ In Paint.NET: Use the โ€œPanoramaโ€ plugin from the Effects menu.

โš ๏ธ Attention: When hand gluing, watch for resolution of the final image. X3 screen-resolution 2400ร—1080 maximum length of screen without loss of quality โ€” ~20 000 Exceeding this value can lead to artifacts while preserving the JPEG.

7. Comparison of methods: which to choose?

To determine the best way, we will evaluate each of them according to the key criteria:

CriteriaBuilt-in functionThird-party annexesADB/TermuxHand glued
Speed.โญโญโญโญโญโญโญโญโญโญโญโญ
Universalityโญโญโญโญโญโญโญโญโญโญโญโญโญโญโญ
Quality.โญโญโญโญโญโญโญโญโญโญโญโญโญโญโญโญ
Difficultyโญโญโญโญโญโญโญโญโญโญ

Conclusion:

  • For a quick screen in supported applications (browser, messengers) will be enough built-in function.
  • For versatility (including games and banking applications) LongShot or ADB is suitable.
  • For maximum quality (for example, for printing) โ€“ hand gluing in the graphics editor.

๐Ÿ’ก

On the Xiaomi Poco X3 with MIUI 14, the built-in long screen function is unstable. The optimal balance of speed and versatility gives a combo: LongShot for most tasks + ADB for "severe" cases.

FAQ: Frequent questions

Can I make a long screen in the game (Genshin Impact, PUBG)?
No, built-in function. MIUI It does not work in games due to cheat protection. Alternatives: Use ADB-3. Record the gameplay and convert the video to screen (Section 6). Note that some games (e.g. Genshin Impact) block screenshots completely, in which case only screen recording will help.
Why does the long screen get blurry?
Reasons: Automatic compression in MIUI (solved by disabling Settings โ†’ Additional โ†’ Screenshots โ†’ Image Compression). Low scroll speed in third-party applications (set Slow in LongShot). height restriction (screen is cropped and scaled). Save in PNG and use manual scrolling for maximum quality.
How to make a long screen in Vkontakte or Instagram?
Social media actively blocks screenshots because of privacy policies: ๐ŸŒ Open the page in the browser (Chrome/Firefox) For PC" mode" (โ‹ฎ โ†’ Computer version). ๐Ÿ“ฑ Use LongShot with the "Web Capture" mode enabled". ๐Ÿ–ฅ๏ธ Connect to your PC via scrcpy and screen from your computer screen. On Instagram, long screens are not possible for Stories and Reels - only for tape and profiles.
Can you automate the creation of long screens?
Yes, using Tasker or MacroDroid. MacroDroid macro example: Trigger: Screenshot taken. Action: Run the app โ†’ LongShot. Restriction: Only in selected applications (specify browser, instant messengers). Tasker will need an AutoInput plugin to simulate clicks on the Scrolling icon.
Where are the long screenshots on Poco X3 stored?
The path depends on the method: Built-in function: /storage/emulated/0/Pictures/Screenshots/ (format Scroll_Capture_*.png). LongShot: /storage/emulated/0/LongShot/ (folder is created automatically). ADB: The file is saved by the specified path (the default root of internal memory). If the screens are not displayed in the gallery, update the media base with the command: adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///storage/emulated/0/Pictures/Screenshots/