Screenshot on Android is one of the most popular functions that users use every day: to save important information, share a funny meme, or fix an error in the application. However, not everyone knows that this process may differ on different smartphone models - from a standard combination of buttons to hidden gestures and voice commands. In this article we will look at all the current ways to take screenshots on Android in 2026including little-known tricks for advanced users.
If you have ever encountered a situation where the standard key combination does not work (for example, due to a broken power button), or want to automate the process with using a voice assistant - here you will find a solution. We'll also look at how to edit screenshots right after they're taken, where they're saved, and how to transfer them to your computer without losing quality. We will pay special attention to specific brands: Samsung, Xiaomi, Google Pixel and others where manufacturers add unique functions.
Before moving on to the instructions, check the version of your Android - some methods only work on the latest versions (for example, Android 14+). You can find it out in the menu Settings โ About phone โ Android version. If you have outdated firmware, some functions may be missing.
1. Standard method: combination of buttons
This is the most universal method that works on 99% of Android smartphones, regardless of the brand and firmware version. You will need only two physical buttons:
- ๐ Power button (power/lock) + reduce volume - simultaneously for 1-2 seconds.
- ๐ฑ On some models (for example, Samsung Galaxy S23 Ultra) the combination power + home button (if it is physical) may work.
- โก If the screenshot is not created, try holding down the buttons a little longer - sometimes it works with a delay.
After successfully taking a screenshot, you will hear a characteristic shutter sound (if the sound is not disabled) and see a thumbnail in the lower right corner of the screen. Click on it to immediately edit or share the photo. If the thumbnail does not appear, check your notification settings - the feature may be disabled.
โ ๏ธ Attention: On devices with a faulty power button (for example, after a fall), this method will not work. In this case, use the alternative methods from the following sections.
Make sure the screen is not blocked
Turn off Do Not Disturb mode (it may block notifications)
Check the free space on your device (screenshots take up ~1-3 MB each)
Close unnecessary applications if the phone is slow
-->
2. Screenshot with palm gesture (for Samsung, Xiaomi and others)
Many manufacturers add convenient gesture controlsto take screenshots even faster. One of the most popular is "palm swipe". This function is available on most flagships Samsung (series Galaxy S, Note, A), Xiaomi (Redmi, POCO), as well as on some models Oppo and Vivo.
To activate it:
- Open
Settings โ Additional functions โ Movements and gestures(on Samsung) orSettings โ Advanced settings โ Gestures(on Xiaomi). - Find the option "Palm screenshot" (may be called "Swipe to take a screenshot") and turn it on.
- Swipe the edge of your hand across the screen from left to right or right to left (depending on the model).
This method is especially convenient when you hold the phone with one hand and take a screenshot with the other. However, keep in mind that on some devices the function may work accidentally - for example, when you take a screenshot. wipe the screen or put the phone in your pocket. In this case, it is better to turn it off or adjust the sensitivity of the gesture.
Why does the gesture not work?
If the function is enabled, but the screenshot is not created, check:
- The cleanliness of the screen (dirt or film may interfere with the sensor).
- Availability of a cover - some models block gestures when using thick cases.
- Software updates: on Samsung One UI 6.0+ the gesture recognition algorithm has changed.
3. Screenshot through the notification panel (without buttons)
If the physical buttons on your smartphone do not work, or you simply prefer not to use them, you can take a screenshot through quick settings panel. This method works on all devices with Android 9.0 and newer.
Instructions:
- Expand the notification panel by swiping down from the top edge of the screen.
- Find the icon "Screenshot" (usually looks like a scissors or a rectangle with serifs. If it's not there, click on the pencil ("Edit") and add it. it into the active buttons.
- Tap on the icon - a screenshot will be created instantly.
On some firmware (for example, MIUI from Xiaomi), this icon may not be available by default. In this case, you can add it via Settings โ Control panel โ Add tiles. Also note that on devices with Android 12+ the quick settings panel may look different depending on the theme.
| Brand | Icon name | Is panel editing required? |
|---|---|---|
| Samsung | "Screen capture" | No (available by default) |
| Xiaomi/Redmi/POCO | "Screenshot" | Yes (need to be added manually) |
| Google Pixel | "Screenshot" | No |
| OnePlus | "Screen capture" | No |
4. Voice commands (Google Assistant, Bixby, Alice)
Modern smartphones support voice control, and taking screenshots is no exception. This method is ideal when your hands are busy or buttons are unavailable. Here's how it works on different platforms:
- ๐ค Google Assistant (all Android): Say
"Okay, Google, take a screenshot"or"Take a photo of the screen". The function works in English and Russian, but requires an active Internet connection for voice recognition. - ๐ค Bixby (only Samsung): Activate the assistant with a button or voice and say
"Take a screenshot"or"Save screen". - ๐ค Alice (from Yandex): In some firmware (for example, on Realme or Nokia) you can use the command
"Alice, screenshot".
The voice method is convenient, but has limitations:
- โ ๏ธ It only works when the screen is unlocked (for security reasons).
- โ ๏ธ In some applications (for example, banking) voice commands may be blocked.
- โ ๏ธ Requires assistant pre-configuration (screen access permission).
To enable voice control of screenshots, go to your assistant settings (Settings โ Google โ Assistant Settings โ Commands for Google Assistant) and make sure function "Screen control" is active.
If the voice assistant does not recognize the command, try rephrasing it For example, instead of โdo it.โ screenshot" say "save the current screen as an image."
5. Scrolling screenshot (long pages)
A standard screenshot captures only the visible part of the screen, but what to do if you need to save long web pagea correspondence in a messenger or a list in an application? There is something for this function "scrolling screenshot" (or "scrolling screenshot"). It is available on most modern smartphones, but the operating algorithm may differ.
How to take a scrolling screenshot:
- Create a regular screenshot using any of the methods described above.
- When a thumbnail will appear at the bottom of the screen, tap on it.
- In the editor that opens, find the button "Scroll" (may be called "Long screenshot" or "Expand").
- Wait until the system automatically scrolls the page down and combines the frames into one image.
Function limitations:
- โ ๏ธ Does not work in some applications (for example, Instagram, TikTok), where scrolling is blocked.
- โ ๏ธ The maximum length of a screenshot depends on the model (usually up to 5-10 screens).
- โ ๏ธ On Google Pixel and some other devices the function may not be available - in this case, use third-party applications (for example LongShot or Stitch & Share).
Scrolling screenshots are saved as one long image in PNG format. They can be cropped, but cannot be divided back into individual frames without special apps.
6. Screenshot via ADB (for developers)
If you developer or just like to experiment, you can take a screenshot through Android Debug Bridge (ADB) a tool for debugging Android devices. This method is useful when you need to automate the creation of screenshots (for example, for testing applications) or when the physical buttons are completely out of order.
Instructions:
- Install ADB on your computer and turn on debugging USB on your phone (
Settings โ About phone โ Build number- tap 7 times, then return toSettings โ System โ For developers โ USB debugging). - Connect the phone to the PC and run the command in the terminal:
adb shell screencap -p /sdcard/screenshot.png - Copy file to computer:
adb pull /sdcard/screenshot.png
Advantages of the method:
- ๐ง Works even with a broken screen (if the USB ports are working).
- ๐ง Allows you to take screenshots in the background (without displaying on the screen).
- ๐ง Can be automated through scripts (for example, take screenshots every 5 minutes).
โ ๏ธ Attention: Using ADB requires caution. Do not execute unknown commands - this may lead to system failure or data leakage.
7. screenshots and how to transfer them to PC
By default, all screenshots on Android are saved in the folder Pictures/Screenshots (or DCIM/Screenshots on some devices you can access them through:
- ๐ Gallery (in the album "Screenshots").
- ๐ File manager (for example, Files by Google or Mi File Manager).
- ๐ Connecting your phone to computer via USB (in file transfer mode).
To transfer screenshots to a PC:
- Connect the phone to the computer via a USB cable.
- On the phone, select the mode "File transfer" (not "Charging").
- On your PC, open the phone folder and copy files from
Internal Storage โ Pictures โ Screenshots.
Alternative transfer methods:
- โ๏ธ Cloud services: Upload screenshots to Google Drive, Dropbox or Yandex.Disk.
- ๐ค Messengers: Send yourself screenshots via Telegram (preserves original quality) or WhatsApp.
- ๐ QR code: Use applications like Send Anywhereto transfer files without cable.
If screenshots are not saved or disappear, check:
- ๐ Free space on the device (minimum required ~50 MB).
- ๐ Application permissions "Storage" (in the "Gallery" or "Screenshots" application settings).
- ๐ The presence of viruses - some malicious apps delete screenshots to hide traces.
8. Editing and annotating screenshots
Immediately after creating a screenshot, you can edit it without opening additional applications. Basic applications are available in most firmware. tools:
- โ๏ธ Cropping โremoving unnecessary parts of the screen.
- ๐๏ธ Drawing โbrushes, markers, eraser.
- ๐ Text โadding captions.
- ๐ฒ Shapes โarrows, rectangles, circles.
- ๐จ Filters โchange brightness, contrast.
On Samsung i OnePlus supports screenshot editor text recognition (OCR) โyou can copy text from an image directly to the clipboard. On Google Pixel there is a function "Smart Select"that automatically selects objects. on the screenshot (for example, faces or phone numbers).
If the built-in tools are not enough, install specialized applications:
- ๐ฑ Adobe Photoshop Express โadvanced editing.
- ๐ฑ Snapseed โcolor and light correction.
- ๐ฑ Markup โa simple editor with annotations.
โ ๏ธ Attention: When editing screenshots with confidential information (passwords, banking data), make sure that the application does not send data to third parties. Check permissions in Settings โ Applications โ [app name] โ Permissions.
Frequently asked questions
๐น Why does the screenshot turn out black?
This is a typical problem when trying to take a screenshot in protected applications (banks, Netflix, some games Android blocks the creation of screenshots for security reasons). Solutions:
- Use external camera (take a photo of the screen with another phone).
- Turn on developer mode and disable
"Prohibit screenshots"(if available). - Contact application support - some services (for example, 1Password) allow screenshots after confirming your identity.
๐น Is it possible to take a screenshot from a switched off screen?
No, this is not possible for technical reasons. However, there are workarounds:
- If the screen broken, but the phone works โ connect the mouse via OTG and use
ADB(section 6). - If the phone is completely turned off โtry loading it into recovery mode (usually
Power + Volume up), but screenshots cannot be taken there either.
As a last resort, contact a service center - they can extract data from the screen through a special equipment.
๐น How to take a screenshot on Android without sound?
The shutter sound when taking a screenshot can be turned off in two ways:
- Disable all system sounds in the settings (
Settings โ Sound โ System sounds). - Use Do Not Disturb mode (
Settings โ Sound โ Not disturb).
On some devices (for example, Samsung) the screenshot sound is adjusted separately in Settings โ Sounds and vibration โ Screenshot sound.
๐น Why do screenshots take a lot places?
Screenshots are saved in a format PNGthat does not compress the image (unlike JPG). To reduce the size:
- Convert PNG to JPG using applications like Photo & Picture Resizer.
- Reduce the screenshot resolution in the editor (for example, from
2400ร1080to1200ร540). - Enable automatic optimization in Google Photos (
Settings โ Free up space).
Average screenshot size on a Full HD screen - ~1.5โ3 MB. On 4K displays (for example Sony Xperia 1 V) can reach 8โ10 MB.
๐น Is it possible to recover a deleted screenshot?
Yes, but success depends on how long ago the file was deleted:
- If recently deleted (less than 30 days) - check trash in the "Gallery" application.
- If the recycle bin is emptied - use recovery apps, for example, DiskDigger or Recuva (root access is required for deep scanning).
- If the phone is reset - recovery is unlikely, since the data is overwritten.
To avoid losing screenshots in the future, set up automatic backup in Google Photos or another cloud service.