How to take Android screenshots from Windows and Mac

However, you can take Android screenshots right from your computer with the Android Debug Bridge (ADB) tool. In the article below, TipsMake will guide you to use the ADB tool to capture Android screens on Windows and Mac.

Android screen capture on Windows computer

On Windows, you can use Command Prompt to run an ADB command to take a picture of your Android device. You can run a client command to transfer screenshots from your device to your computer.

However, it is best to combine these commands so that they can be operated on a keyboard shortcut. This way, your entire screen capture process is done in just one click.

1. Install ADB and Android device

First you need to install ADB on your PC to execute the command on your phone, follow these steps:

Step 1. Create a folder on your desktop and name it adb .

Step 2. Download free ADB for Windows to your computer here.

Step 3. Extract the files to the adb folder you just created on the desktop.

Step 4. Hold Shift and right click on an empty space in the adb folder , then select Open command window here .

Step 5. Go to Settings> System> Developer options on the Android device and enable USB debugging .

How to take Android screenshots from Windows and Mac Picture 1

Step 6. Connect the device to the computer using a USB cable.

Step 7. You will get connection instructions on the screen of your phone. Select Always allow from this computer and select OK .

Step 8. Go back to the Command Prompt , type adb devices and press Enter .

How to take Android screenshots from Windows and Mac Picture 2

Step 9. At this point, make sure your device appears in the list, if not you need to install the ADB driver.

2. Take a screenshot with keyboard shortcut

Once your computer has recognized the Android device, you can write and save the screenshot commands in a file.

Step 1. Open Start Menu, find Notepad and start the program.

Step 2. Type the following command in Notepad, replace the part with the username on the computer.

cd C:UsersDesktopadb adb devices adb shell screencap -p /sdcard/image.png adb pull /sdcard/image.png C:UsersDesktop

Step 3. Press Ctrl + S to save the file.

Step 4. In the file saving dialog box, enter Take-Screenshot.bat in the File name field , choose All Files from the Save as type menu , then choose the adb folder as the location, and click Save .

How to take Android screenshots from Windows and Mac Picture 3

Step 5. Open the adb folder via File Explorer, right-click the just created Take-Screenshot.bat file , select Send to> Desktop (create shortcut) .

Step 6. Right- click on the shortcut on the desktop just created and select Properties .

Step 7. Move the cursor to the Shortcut key and press the desired shortcut. Then go to Apply> OK at the end.

How to take Android screenshots from Windows and Mac Picture 4

Step 8. Press the selected key combination every time you want to take a screenshot of your Android device. The screenshot will be saved on the desktop of the computer.

Make sure the Android device is connected to the computer when you do this.

Android screen capture on Mac

In macOS, you can create an Automator service that runs the required ADB commands to capture and transfer screenshots from an Android device to a Mac. You can then assign a shortcut to this service.

1. Install ADB and Android device

The process for setting up ADB in macOS is similar to the process for setting up ADB in Windows.

  1. Download the free ADB for Mac toolkit and extract it to the adb folder created on your Mac's desktop.
  2. In Settings> System> Developer options on Android devices and turn on USB debugging .

2. Create an Automator service to take screenshots

Once ADB is installed, you need to create an Automator service to run the screenshot ADB command.

Step 1. Open Automator, choose Quick Action (or Service if you use an older Mac), click Choose .

Step 2. Select files or folders from the Workflow receives selected menu .

Step 3. Select any application from the menu.

Step 4. Drag the Run Shell Script from the Actions menu to the working side on the right.

Step 5. Enter the command into the Run Shell Script on the right. Replace the username component on the Mac.

cd /Users//Desktop/adb/; ./adb devices; ./adb shell screencap -p /sdcard/image.png; ./adb pull /sdcard/image.png /Users//Desktop/

Step 6. Press Command + S , save the name Take Android Screenshot and select Save .

3. Create screen capture shortcut

Automator service is now ready to perform screen capture function of your Android device. Next, you need to create a shortcut to make this easier.

Step 1. Click on the Apple logo in the left corner and select System Preferences .

Step 2. Select Keyboard .

3. Select the Shortcuts tab .

Step 4. Select Services from the left sidebar and find the newly created action (or service) on the right side.

Step 5. Select the column next to the service and press the shortcut you want to use.

How to take Android screenshots from Windows and Mac Picture 5

Now, every time you want to take a screenshot of Android, press the shortcut created above. It will run the Automator service, take a screenshot, and send it to your Mac desktop.

4.3 ★ | 7 Vote

May be interested

  • How to capture computer screen fast, self-saved, without softwareHow to capture computer screen fast, self-saved, without software
    how to capture screen 2, 3 computers using built-in tools on all windows (xp, 7, 8, 10). the first way only applies to windows 10/8 / 8.1, no software needed. if you often have to take a screen shot of a laptop, you should read the 3rd way, i also use this method very often.
  • Instructions to save screenshots directly to DropboxInstructions to save screenshots directly to Dropbox
    along with onedrive and google drive, dropbox is one of the reputable services in the cloud storage area. recently, this dropbox service has added automatic saving and downloading screenshots on windows. if you often have to take screenshots, this feature will become more and more useful. let's see how to save screenshots directly to dropbox in the article below.
  • How to capture, share screenshots PS5How to capture, share screenshots PS5
    the screenshot feature is clearly an essential and important tool in general technology devices. it allows you to save whatever appears on the screen as an image for storage and use when needed.
  • Instructions for activating notifications for sharing screenshots on Android phonesInstructions for activating notifications for sharing screenshots on Android phones
    google has just allowed users to enable sharing screenshots directly in recent updates. so how to activate this feature?
  • How to Take Screenshots on LinuxHow to Take Screenshots on Linux
    taking screenshots on linux is not as simple as on windows or os are not. luckily, most linux distributions include at least one program that allows taking screenshots, and there are many other software that can be used if you don't have this utility installed.
  • How to take screenshots on Windows 10 computer easily without installing softwareHow to take screenshots on Windows 10 computer easily without installing software
    you want to share screenshots with friends and colleagues but don't want to install additional software that makes your computer heavier. the 4 simple ways to take screenshots without installing software below will help you do that!
  • Ways to take screen shots of Windows 10Ways to take screen shots of Windows 10
    win 10 screen capture lets you record screen actions and share with friends. here are the fastest ways to take win 10 computer screenshots for your reference.
  • How to take screenshots Win 10 fastest and simplestHow to take screenshots Win 10 fastest and simplest
    one of the most important tools that is not needed is screen capture. for windows 10, the manufacturer adds an extremely convenient photography tool. in this article, software tips will guide you on how to take screenshots of windows 10 quickly and easily.
  • How to Save a ScreenshotHow to Save a Screenshot
    screenshots have lots of uses, and most devices allow you to take them with quick shortcuts. screenshots can be used for troubleshooting, instruction, reference, or for showing off. the process for taking screenshots varies depending on...
  • How to take screenshots in incognito tabs of Chrome and Firefox on AndroidHow to take screenshots in incognito tabs of Chrome and Firefox on Android
    for security reasons, neither chrome app nor firefox on android allows you to take screenshots while browsing in incognito tabs by default.