How to take a screenshot on Xiaomi Redmi Note: all ways + secret MIUI chips

Screenshots on Xiaomi Redmi Note smartphones are taken in a matter of seconds โ€” if you know the right combinations. But even experienced users sometimes miss the nuances of why the screenshot is not saved, where the screenshots go after creation, or how to take a long screenshot of the scrolling page. In this article, we will analyze all the current ways for Redmi Note models 12/11/10/9/8 Pro and older, including the hidden features of the MIUI 14/13 shell.

Important: The instruction takes into account the latest firmware updates 2026 If your Xiaomi is running Android 13/14 And with HyperOS, some of the things that you can do are different -- we've highlighted them separately. 5 The most common problems with screenshots (from the lack of sound of the picture to the error "Can not save").

1. Classic method: power buttons + volume

This is a universal method that works on all models of the Redmi Note โ€“ from Note 4X (2017) to the flagship Note 13 Pro+ 5G.

  1. Open the screen you want to capture (app, game, web page).
  2. At the same time, press the power button (right) and the volume reduction button (left).
  3. Hold for 1-2 seconds until you hear the characteristic shutter sound or see the animation of the shot.

โš ๏ธ Attention: On the Redmi Note 12 Turbo and the new HyperOS models, the default shutter sound is turned off. To return it, go to Settings โ†’ Sounds and vibrations โ†’ Systemic sounds โ†’ Screenshot sound.

Where to look for a ready-made screenshot? All images are automatically saved to the gallery in the Screenshots folder (or Screenshots on Russian firmware), and they can be found through the MIUI Explorer along the way:

Internal Memory โ†’ Pictures โ†’ Screenshots

โ˜‘๏ธ Checking a successful screenshot

Done: 0 / 4

2. Screenshot by gesture (three fingers)

The three-finger screenshot is a MIUI feature that eliminates the need to press buttons.

  1. Open Settings โ†’ Additional โ†’ Special features โ†’ Gestures.
  2. Find the screenshot item with three fingers and switch on the switch.
  3. Test: swipe down the screen with three fingers at the same time (no pauses!).

๐Ÿ”น nuance:

  • ๐Ÿ‘† The gesture only works on MIUI 12 And newer. On the Redmi Note. 8/9 s MIUI 11 This function will have to be enabled through Settings โ†’ System and device โ†’ Gestures.
  • ๐ŸŽฏ If the picture does not work, check whether the gesture does not block the cover or protective glass (especially with "ears" on the sides).
  • โšก On the Redmi Note 12 Pro Speed, you can customize the gesture to a scrolling screenshot (long page shot).

โš ๏ธ Warning: After upgrading to HyperOS, the path to customizing the gesture has changed. โ†’ Screen. โ†’ Additional screen settings โ†’ Screenshot gestures.

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

3. Screenshot via notification panel

If the buttons on the phone donโ€™t work (for example, after a fall), and gestures are uncomfortable, use the Quick Settings Panel:

  1. Swipe your finger down to open the notification curtain.
  2. Find the screenshot icon (usually hidden โ€“ pull the panel down again to see all the icons).
  3. Slip it on it - the picture will be taken instantly.

๐Ÿ”น How to add a screenshot button to the visible part of the panel:

  1. Open the notification curtain and click on the icon โš™๏ธ (Edit).
  2. Find a screenshot in the list and drag it to the top (in the visible icon area).
  3. Save the changes.

This method is particularly handy for the Redmi Note 10S and Note 11 Pro, where the notification bar supports quick access to 12 icons instead of the standard 6.

๐Ÿ’ก

If the screenshot button disappeared after the update, reset the notification panel settings: Settings โ†’ Notifications โ†’ Additional โ†’ Reset the panel settings.

4.Voice Assistant and Google Assistant

You can take a screenshot of the Xiaomi Redmi Note without even hands, using voice commands. There are two options:

๐Ÿ”น Through Google Assistant:

  1. Activate the assistant with your voice (OK, Google) or hold the Home button.
  2. Say, โ€œTake a screenshotโ€ or โ€œTake a screenshot.โ€
  3. Confirm the action (if required).

๐Ÿ”น Through XiaoAI (branded assistant Xiaomi):

  • ๐ŸŽค Press the Power button for 1-2 seconds to call XiaoAI.
  • ๐Ÿ—ฃ๏ธ Say: "Screenshot" or "Screenshot" (supported commands in Russian and English).
  • ๐Ÿ“ฑ On Redmi Note 12 and later, you can specify: Scrolling Scrolling Screenshot for long pages.

โš ๏ธ Attention: Voice commands only work when connected to the Internet (requires processing of the request on the servers of Google or Xiaomi). 9T Older models may require pre-configuring the voice assistant in Settings โ†’ Annexes โ†’ By default. โ†’ Voice assistant.

5. Scrolling (long) screenshot

If you want to save an entire web page, chat or document, a standard screenshot is not suitable. MIUI has a Scrolling feature that glues multiple frames into one long file.

  1. Take a regular screenshot of any of the above methods.
  2. Immediately after the thumbnail appears in the corner of the screen, tap it.
  3. In the editor that opens, click on the Scrolling icon (or Long Screenshot).
  4. Wait for the system to automatically scroll down and add new snippets. Click Ready when you capture the desired area.

๐Ÿ”น Limitations:

  • ๐Ÿ“ฑ It does not work in all apps (for example, Instagram or TikTok can be blocked).
  • ๐Ÿ”„ On the Redmi Note 8 Pro and older models, the maximum screen length is 5 screens (up to 20 on the new ones).
  • ๐Ÿšซ In games, for example, PUBG Mobile or Genshin Impact feature disabled.

๐Ÿ’ก Secret Lifehack: If a long screenshot is cut down unsuccessfully, use third-party apps like LongShot or Stitch & Share (available on Google Play) that let you manually select areas to "glue".

How to save a long screenshot in PDF?
Open the finished image in the gallery, click Share โ†’ Save as PDF. The file will appear in the Documents folder.

6. Screenshot by computer (ADB)

For advanced users, if the phone is connected to a PC, you can take a screenshot through the ADB command line. This is true for debugging applications or when the sensor is not working.

  1. Turn on Developer Mode on your phone: go to Settings โ†’ About Phone โ†’ MIUI version and tap it 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect Redmi Note to your computer and confirm your trust in the device.
  4. On PC, open the terminal (Win + R โ†’ cmd) and type:
adb devices


adb shell screencap -p /sdcard/screen.png




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

๐Ÿ”น Explanation:

  • ๐Ÿ–ฅ๏ธ The first team checks the connection of the device.
  • ๐Ÿ“ธ The second is to take a screenshot and store it in internal memory.
  • ๐Ÿ’พ Third, copy the file to the desktop (replace YourName with your username).

โš ๏ธ Attention: MIUI 14 and HyperOS may have different paths to screencap. If the command doesn't work, try it:

adb shell /system/bin/screencap -p /sdcard/screen.png

Comparison of methods: which one to choose?

MethodSpeed.ConvenienceSuitable forLimitations
Power buttons + volumesโญโญโญโญโญโญโญโญโญAll models, games, any screensDoesn't work when the buttons break.
Three-finger gestureโญโญโญโญโญโญโญโญโญViewing content, social networksRequires settings, may be triggered accidentally
Notification panelโญโญโญโญโญโญQuick access without gesturesYou need to add an icon in advance.
Voice assistantโญโญโญโญโญโญWhen hands are busyIt requires the internet, it doesnโ€™t always work.
ADB (via PC)โญโญDebugging, non-working sensorItโ€™s hard for beginners, you need a computer.

๐Ÿ’ก

For 90 percent of tasks, you can use a button or gesture combination with three fingers, and voice commands and ADB are backup options for specific cases.

FAQ: Frequent Problems and Solutions

๐Ÿ”‡ Why there is no sound of shutter when screenshot?
Starting with MIUI 13, the sound is deactivated by default. To return it: Go to Settings โ†’ Sounds and Vibrations โ†’ System Sounds. Turn on the screenshot Sound Switch. Select a tune (Classic, Digital, No Sound options are available). If not, upgrade your firmware or use third-party apps like Screenshot Sound.
๐Ÿ“‚ Where do the screenshots go? I can't find the Screenshots folder.
Possible causes: ๐Ÿ” Folder Hidden: Enable the Display of Hidden Files in Explorer (Settings) โ†’ Show hidden files). ๐Ÿ—‘๏ธ Screens are saved to another place: check Settings โ†’ Warehouse โ†’ Folders. โ†’ Default folder for screenshots. ๐Ÿ“ฑ Some of the firmware (e.g. Global) ROM) The folder is called ScreenCapture. ๐Ÿ’ก Tip: Use gallery search for the keyword "screenshot".
โŒ Error "Can't save screenshot." What to do?
The problem is usually related to: ๐Ÿ’พ Lack of memory: free up space in internal storage (needs at least 100MB). ๐Ÿ“ Access Rights: Go to Settings โ†’ Annexes โ†’ Permits โ†’ Warehouse and check the rights for the Screenshots app. ๐Ÿ”„ System failure: restart your phone or clear the cache (Settings) โ†’ Annexes โ†’ Application management โ†’ Screenshots โ†’ If nothing helps, try taking a picture through Google Assistant or ADB.
๐ŸŽฎ How to take a screenshot in the game?
Most games have standard methods blocked, but there are workarounds: Game mode MIUI: Swipe left on the notification bar while playing and click the Screenshot icon. Third-party apps: use Screen Master or Screenshot Touch (requires Overlay rights over other windows). Screen recording: turn on the record (Settings) โ†’ Screen. โ†’ Screen recording, then extract the footage from the video. โš ๏ธ V PUBG Mobile, Free Fire and Call of Duty Mobile screenshots are blocked at the game engine level.
๐Ÿ”ง Can I change the format of the screenshot from PNG on JPEG?
Xiaomi is saving the images in default PNG (No loss of quality), but it takes up more space.To change format: Install Screenshot Type Changer from Google Play. Open it and select JPEG In the settings, grant permission to access the storage. ๐Ÿ”น Alternative: Convert ready-made screens through Galery โ†’ Edit โ†’ Save how JPEG.