Skip to content


How to take screenshots of your Android based phone from Windows

Android Windows

This tutorial will walk you every step of the way through the process of taking screenshots of your Android phone.

  1. Start out by downloading and installing the drivers for your Android phone.
  2. On your Android phone, select Settings.

    android menu

  3. Then select Applications -> Development -> and enable USB debugging by placing a check in the box next to it.
  4. android menu

  5. Now you’ll need to download the Android SDK from http://code.google.com/android/download.html. Select the Windows version, and save the file. It’s not a huge file, but it’s not small either. Depending on your Internet connection speed, it might take a while to download.

  6. click to enlarge

  7. Once the download has completed, unzip the file to somewhere on your hard drive that you’ll remember. Your C:\Program Files\ folder is one good place, but anywhere will do.
  8. Now you’ll need to download the JDK (Java Developers Kit) from http://java.sun.com/javase/downloads/. Don’t be confused by the number of different files that are available to download on that page – the one you’ll need is Java SE Development Kit (JDK). Again, the download can take a while.

  9. click to enlarge

  10. Once completed, run the JDK installation. Click Next all the way through until you’re done (the installation is very straight forward).
  11. Now plug in your Android Phone, if it isn’t already.
  12. Locate the folder you unzipped the Android SDK in (step #5 above), open the Tools folder and double-click ddms.bat (it might be titled just ddms if you don’t show extensions).
  13. The first time (but not subsequent times) you open the Android SDK DDMS, you’ll be prompted with a window (see screenshot below) asking if you’re willing to send usage statistics to Google. Review the Google Privacy Policy if you’re unsure if you want to enable or disable this feature. Click the Proceed button to finish opening DDMS.
  14. The Dalvik Debug Monitor will open. Make sure your device is listed in the upper-left window, and select it by clicking on it once.

  15. click to enlarge

  16. To take a screenshot, select Device > Screen capture …
  17. The Device Screen Capture window will open, and display whatever is being displayed on your Android phone.
  18. On your phone, navigate to the screen you want to capture.
  19. Back in the Device Screen Capture window, click the Refresh button.
  20. The screen you want to capture (again, the one you navigated to on your Android phone) should appear. Click the Save button.
  21. Choose a name for your screenshot, then select a location to save the file. Click the Save button.

  22. click to enlarge

  23. Repeat steps 14 – 17 to take more screenshots.
  24. That’s it!

Posted in Android, Windows.


Get Simple Help tutorials just like this one in your email inbox every day - for free! Just enter your email address below:

 

You can always opt out of this email subscription at any time.

93 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Czianya says

    I have tried this and after step 9, I click on the ddms and a black screen pops up for just a sec and closes. I don’t know what I did wrong

  2. Razzaa Ali says

    after step 9, I click on the ddms and a black screen pops up for just a sec and closes. so pls suggest me wat should i do in this case

  3. PiggyGirl says

    Vista will not allow me to change the driver for my phone. It automatically detected it as a USB device and apparently it thinks that’s what’s best for it, no matter how hard I try to change/update it. I think that is what’s preventing me from being about to do anything. :-( This should really be easier. All I want is a stupid screenshot. On the Pre, you press one maybe two buttons!

  4. Rup says

    Is there any standalone executables for the Windows XP environment except installing the Android SDK, for taking the snap shots.

  5. Sim says

    Thanks! Work perfect!

  6. pembo says

    worked for me, windows and ubuntu 10

  7. Allen says

    if people are having issues opening the ddms.bat you must download both java JDK and JDE.

  8. Chinmoy says

    This needs you to use the syncing with PC and enable debugging mode.Else you will keep getting the blank screen. Works perfectly for me.

  9. Taffman says

    I get as far as step 10, but no device is listed on the Dalvik Debug Monitor using my HTC Desire. How do i add my phone to the monitor?

  10. Joel says

    when i click ddms, all that happens is the command prompt pops up for a split second, and nothing else. HELP!

  11. Brad says

    its not seeing my phone!

  12. Anne says

    I also had the problem of not seeing my phone (Droid) in ddms, but installing the driver for x64 resolved it. I’m using Windows 7 x64 Home Premium.

    http://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver_64/

  13. Julia says

    Your way works!!! Thank you so much!! I really appreciate it. It’s the simplest and easiest instructions!

  14. Sunil Kamat says

    People who are facing problem in running ddms need to add the sdk path to your PATH system environment variable.
    \tools
    \platform-tools

  15. neil363 says

    People who are facing problem in running ddms need to add the sdk path to your PATH system environment variable.
    \tools
    \platform-tools

    Could you tell me exactly whatt that means? Just get a black screen pop up for a second and then nothing.

    Cheers

  16. ADTC says

    Sunil Kamat says
    People who are facing problem in running ddms need to add the sdk path to your PATH system environment variable.
    \tools
    \platform-tools

    I was having problems as DDMS was showing the error message: “Failed to get the adb version: Cannot run program “adb”: CreateProcess error=2, The system cannot find the file specified.” Your reply helped me solve it.

    For those who don’t understand, open up your System properties (right-click on Computer > select Properties > click Advanced System Settings). Click on Environment Variables. Under the System variables section, find the variable called Path. Double-click on it to edit it.

    WARNING: Be careful to not change the variable name or delete the variable value. If you accidentally do anything harmful, click the Cancel button and start again. Deleting the value of the Path variable can seriously damage your system. Proceed carefully.

    Press the End key on your keyboard while the text cursor’s focus is in the Variable value box. If your Android SDK is stored in the folder “C:\android-sdk-windows” add the following text. If your SDK is stored in a different folder, change the text accordingly and add it.

    ;C:\android-sdk-windows\tools;C:\android-sdk-windows\platform-tools

    Take note that you must start with a semicolon as shown below to separate the new entries from the rest of the Path variable value. Also, make sure that the above paths actually do exist in your SDK folder. If they don’t, you’re probably doing something wrong.

    Click OK to everything once you’re done. Then you can run DDMS again, and you should see your phone listed.

    Additional Tip: It’s best to extract the Android SDK to a folder in the root of the drive, such as “C:\android-sdk-windows”. Extracting it to a folder deep inside your hard-drive (such as your Documents or Downloads folder) can cause the SDK to not function properly.

    I hope the author of this great article will consider including the above information in it.

  17. Ross McKillop says

    The author is grateful for your research and is indeed going to update this tutorial (and do new screenshots and a bit of a re-write) when he gets back from vacation :) Thank you so much ADTC, I will be absolutely certain to credit you for your work.

  18. Michael Franzen says

    Running Windows 7 64, followed instructions but when running ddms batch file I get this error message:
    01:28:37 E/adb: Failed to get the adb version: Cannot run program “C:\ANDROI~2\tools\adb”: CreateProcess error=2, The system cannot find the file specified

    Any idea what is wrong or what I can do to fix this. I have a Dell Streak, android v2.2.1

  19. Michael Franzen says

    Never mind… figured it out…. here is another step to include in the instructions for everyone:
    When you copy the “android-sdk-windows” to the recommended root of your C:\ drive the “\platform-tools” directory is not installed, (at least it didn’t install for me with the original pkg) but I did find a small text note in the C:\android-sdk-windows\tools directory named: “adb_has_moved” which is part of my error that I was getting. It says:

    The adb tool has moved to platform-tools/
    If you don’t see this directory in your SDK, launch the SDK and AVD Manager (execute the android tool) and install “Android SDK Platform-tools” Please also update your PATH environment variable to include the platform-tools/ directory, so you can execute adb from any location.

    So I ran the SDK manager (in the root of C:\android-sdk-windows directory) and installed the platform-tools pkg.
    Window popped up asking if I wanted to restart the adb server, so I said yes, then ran the ddms batch program and it worked great, got my screen shots in perfectly.

    Side Note: I originally was using a app (Screen Shot It) to do this but it was leaving a nasty red filter colour overlay over all my screen captures which ended up with a washed out red image hard to view.

    Thanks for this resource, and happy it works well!

  20. poldan says

    thanks a lot! it works like a charm!

  21. Michael Franzen says

    Ok, the developer went to bat for me with the program Screen Shot app and made an update two days later for not only me but anyone else having the same problem as I was having (see my comment above) and now it works great. Even more convenient then doing through your PC…. now that it works :-)

  22. Nikunj says

    Thanks

  23. Erich Miller says

    They really need to make an easier way to do this – like in an app!

  24. Aerowild says

    Thanks….It helped me to do many other things on my mobile…:)

    But to just capture screen shot…one can avoid all this. Every phone has a short cut assigned to capture screenshot. For Galaxy series (Mine is ACE), one need to hold bottom-right (back-key) and press home key (the middle one)…that’s it…Check ur sdcard to see the image. Or one can search for applications to capture screens.

  25. Ross McKillop says

    @ Aerowild –

    Sadly, not true. Some phones have a built in keyboard and/or key-combo that allow them to take screenshots. Most do not.

  26. Andres Jaimes says

    Tested on mac and working perfect :-)
    Xperia 10 Mini & Snow Leopard.

    Thanks!

  27. droid princess says

    Helped a lot…Thanks!

  28. Rob says

    Worked on my Samsung Captivate :) Thanks

  29. Prasant says

    Yohhhhhhhhhhoooo :)
    Yes after a long fight for 3/4 mths i really found one article that says properly how to take screenshots from an android phone. a big big thank you :) very happy today.

Continuing the Discussion

  1. Take Screenshots of Your Android Phone [Android] | DodaPedia linked to this post on July 21, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  2. Take Screenshots of Your Android Phone [Android] · TechBlogger linked to this post on July 21, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  3. Take Screenshots Of Your Android Phone | Lifehacker Australia linked to this post on July 21, 2009

    [...] How to take screenshots of your Android based phone from Windows [Simple Help] Tagged:androidmobile phonesscreenshots [...]

  4. The Far Edge » Blog Archive » Take Screenshots of Your Android Phone [Android] linked to this post on July 21, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  5. Take Screenshots of Your Android Phone [Android] « Coolbeans linked to this post on July 21, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  6. Take Screenshots of Your Android Phone [Android] | AskCharly linked to this post on July 21, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  7. IRC op Android linked to this post on July 22, 2009

    [...] YouTube video kun je HIER vinden en omdat ik (nog) geen zin had om 18 stappen te doorlopen teneinde screenshots te maken op mijn G1 toestel, een tweetal screenshots van de site van de makers [...]

  8. Take Screenshots of Your Android Phone [Android] | All | Brunei fm News – World Perspective linked to this post on July 23, 2009

    [...] full walk-through, or check out how GetPDAScreen takes screenshots of your Windows Mobile device. How to take screenshots of your Android based phone from Windows [Simple [...]

  9. Pokaż swój zrzut ekranu | AndroidLab.pl - Polskie Centrum Androida linked to this post on July 25, 2009

    [...] W pon ukaże się spolszczona wersja tego poradnika na Android Lab w dziale software. [Źródło:http://www.simplehelp.net/] Tags: Newsy, [...]

  10. Is there an app that takes a screenshot of my phone? - Android Forums linked to this post on September 20, 2009

    [...] to take screenshots once it's all set up and you've take that first one. The instructions are here How to take screenshots of your Android based phone from Windows – Simple Help (Personally I've not tried the second option, as my phone doesn't arrive until tomorrow. I'm sure [...]

  11. How to surf the web anonymously on your Android device | TuxWire : The Linux Blog linked to this post on September 22, 2009

    [...] How to take screenshots of your Android based phone from Windows [...]

  12. [GUIA] ROM Update para HTC Kaiser (y similares) - P linked to this post on December 28, 2009

    [...] [...]

  13. iAndroid – HTC Hero » צילום מסך באנדרואיד – מדריך linked to this post on January 9, 2010

    [...] מקור: simplehelp.net [...]

  14. Screenshots of peoples Droid desktops? - Page 196 - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on February 9, 2010

    [...] Posted by peterjariel Hey got a question how do u do a screen shot sorry…. How to take screenshots of your Android based phone from Windows – Simple Help This is a good step by step on how-to using the Android SDK. There is also an app for rooted users [...]

  15. Make your own theme! - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on March 17, 2010

    [...] This might help How to take screenshots of your Android based phone from Windows – Simple Help [...]

  16. eduStyle Blog || » 2010 eduStyle Higher-Ed Web Awards – Submit your site linked to this post on March 24, 2010

    [...] need to upload a screenshot of the site (how to take a screenshot on an iPhone/iPod Touch or Android [...]

  17. Anyone Out There - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on April 3, 2010

    [...] is another good walkthrough for adb How to take screenshots of your Android based phone from Windows – Simple Help __________________ – Cyanongen Mod 5.0.5.4 – 250-1200MHz LV by Bekit – NexTheme v 2.0.1 My [...]

  18. help or request for custom launcher drawer - Page 2 - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on April 4, 2010

    [...] Originally Posted by 561427 i will but i cant do screen shots This might help… How to take screenshots of your Android based phone from Windows – Simple Help [...]

  19. screen capture - Android Central Forums linked to this post on April 26, 2010

    [...] – HERE Mac – HERE Hope this helps, @ch_ad __________________ @ch_ad Not asking you to follow me just [...]

  20. How do get screen shots? - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on May 6, 2010

    [...] android SDK just go here How to take screenshots of your Android based phone from Windows – Simple Help [...]

  21. How to take a screen shot? - Page 2 - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on May 18, 2010

    [...] Try the following link. How to take screenshots of your Android based phone from Windows – Simple Help [...]

  22. Capture Droid Screen - Droid Forum - Verizon Droid & the Motorola Droid Forum linked to this post on May 31, 2010

    [...] is a link from a previous thread. I never did it, so I cannot tell you if it works or not. Clicky Here is also a link to that thread [...]

  23. Medaljens baksida – Android och dess brister | Swedroid linked to this post on June 6, 2010

    [...] kan inte knäppa en skärmdump i ett spel, i menyerna eller i andra appar.   Idag krävs det en nästan larvigt omständig procedur för att kunna dela med sig av en skärmdump, en procedur som dessutom kräver att man via USB [...]

  24. What do you have on your Home screens linked to this post on June 9, 2010

    [...] that stuff. Which I do. Even though I have no idea how to use it. lol! Can we start there? How to take screenshots of your Android based phone from Windows – Simple Help Reply With Quote   + Reply to [...]

  25. Droid Forums Announces Project Liberty linked to this post on June 21, 2010

    [...] abour unrooted androids and screeenshots. Here is the instructions to do it with stock android: How to take screenshots of your Android based phone from Windows – Simple Help Gingerbread already http://www.androidworld.org/topic/45-gingerbread/ Reply With [...]

  26. Screen Shot App or Function for Non-Rooted Device linked to this post on July 21, 2010

    [...] a pain in the behind to set up, but once you get it, it works great. Here are the instructions: How to take screenshots of your Android based phone from Windows – Simple Help You are essentially setting up a developers environment just so you can borrow one of their tools. [...]

  27. simpleArt » Blog Archive » Screenshot androidu linked to this post on August 5, 2010

    [...] Podrobnější help: http://www.simplehelp.net [...]

  28. Screenshot - Android Forums linked to this post on August 8, 2010

    [...] you are not rooted there is no app that you can do this with..You"ll have to do this How to take screenshots of your Android based phone from Windows – Simple Help __________________ My AppBrain 45.11Mflops in Linpack OverClocked EVO @1152mhz** [...]

  29. Screenshots? - Android-Hilfe.de linked to this post on August 11, 2010

    [...] [...]

  30. Android SDK and Taking Screenshots... - Android Forums linked to this post on August 16, 2010

    [...] SDK and Taking Screenshots… I followed all the instructions on this website and still no luck with my device appearing on the Dalvik Debug [...]

  31. printing texts? - Android Forums linked to this post on August 26, 2010

    [...] u dont have to be rooted to take screenshots i take screenshots often of my screens and i back them that way… i recomend it How to take screenshots of your Android based phone from Windows – Simple Help [...]

  32. [Q] Video Shooter ? linked to this post on September 1, 2010

    [...] no such app for now. But following some simple steps you can do this. How to take screenshots of your Android based phone from Windows – Simple Help New Forum Rules(Must See!!) –[HELPDESK]–FrozenEclairs 7 | Samdroid Kitchen 1.3.x without LK [...]

  33. Screenshots - How to guide - Android Forums linked to this post on September 3, 2010

    [...] to Desireme for this guide, but thought this as a tip would help folks out. Follow this guide How to take screenshots of your Android based phone from Windows – Simple Help To get the Android drivers, i had to install the HTC Sync program that comes on the disc with your [...]

  34. Android users: show your homescreens! linked to this post on September 3, 2010

    [...] phone to take a screenshot to /sdcard/shootme. If your device is not rooted, you can either take this (more complicated) way or take a photo with a camera. Please include some comments on what widgets and apps you use to [...]

  35. What’s On Your Home Screen | Roo-minations linked to this post on September 6, 2010

    [...] Java build as I write this is JDK SE 1.6.21.]  The entire process is fully documented over at Simple Help.  And the results of my first screen capture are shown [...]

  36. Screenshots - Android Forums linked to this post on September 7, 2010

    [...] [...]

  37. screen shot app? - Android Forums linked to this post on September 11, 2010

    [...] And another… How to take screenshots of your Android based phone from Windows – Simple Help [...]

  38. Post Your HTC Incredible Screens - Page 47 - Android Forums linked to this post on September 14, 2010

    [...] [...]

  39. GDE Home Replacement App/Screenshots - Android Forums linked to this post on October 4, 2010

    [...] This thread over on the big X10 forum has been great and introduced me to some great apps so join in and share peeps. I have included this link on how to do screen shots… a trick I only learnt myself last week (see you can teach an old dog new tricks!!) How to take screenshots of your Android based phone from Windows – Simple Help [...]

  40. Post your home screens - Page 16 - Android Forums linked to this post on October 5, 2010

    [...] Posted by sremick Taking screenshots – CapFAQ How to take screenshots of your Android based phone from Windows – Simple Help My phone is not rooted, quick question so if I go here this its how you do it correct? And this [...]

  41. Screenshot DX!!!! - Android Forums linked to this post on October 14, 2010

    [...] Rooted = DroCap Non-rooted = How to take screenshots of your Android based phone from Windows – Simple Help [...]

  42. only root can take screen shots? - Android Forums linked to this post on October 28, 2010

    [...] How to take screenshots of your Android based phone from Windows – Simple Help Follow the simpel steps [...]

  43. screen capture - Android Forums linked to this post on October 31, 2010

    [...] [...]

  44. Show Us Your Homescreens X8 - Android Forums linked to this post on November 3, 2010

    [...] need are instructions on how to take screen shots so I will post the link of the tutorial here… How to take screenshots of your Android based phone from Windows – Simple Help I have an X10 too and I have been able to do pretty much everything on the X8 that I did on there. [...]

  45. 8 things to do first on your Android phone! linked to this post on January 14, 2011

    [...] an SDK is needed for various app installations and some additional information. Follow this guide for SDK [...]

  46. 8 hal yang harus dilakukan pertama kali pada ponsel Android Anda! linked to this post on January 21, 2011

    [...] SDK tersebut diperlukan untuk instalasi berbagai aplikasi dan beberapa informasi tambahan.Ikuti petunjuk untuk instalasi [...]

  47. Taking Screenshots on the Android-powered Nexus S — nanyate linked to this post on March 6, 2011

    [...] How to take screenshots of your Android based phone from Windows [...]

  48. Saving Android Apps. to SD card « Mukut Saha linked to this post on May 9, 2011

    [...] you’ll need to have the Android SDK installed on your PC. And as you may have guessed, we have a tutorial for that as well (NOTE: you only need to follow the first 10 steps in the previously mentioned [...]

  49. Gerencie seu Android facilmente com o My Phone Explorer linked to this post on May 26, 2011

    [...] de fazer root no sistema (pra quem não gosta, é claro). Além de ser muito mais intuitivo do que usar o Android SDK e o DDMS para isso, esse recurso é uma mão na roda pra quem tem modelos de celular Android incapazes de tirar [...]

  50. Let us peek at your Screens! - Forum de telechargement et partage linked to this post on August 27, 2011

    [...] [...]

  51. Screenshots auf Android-Smartphones, speziell Samsung Galaxy | /aw/ linked to this post on September 7, 2011

    [...] dort im Verzeichnis Tools das Skript ddms.bat zu starten. Lange englische Beschreibung mit Bildern hier. Screenshot Android auf Samsung [...]

  52. Take a Screen Shot (no root) - Android Forums linked to this post on September 11, 2011

    [...] is a way using the Android SDK. This tutorial is not up to date but it should still [...]

  53. General Front facing camera or no? - Android Forums linked to this post on September 28, 2011

    [...] There is a method to take a screenshot without rooting with a PC connection. See details here: How to take screenshots of your Android based phone from Windows – Simple Help __________________ Like what I do? Please donate to the cause! Do NOT PM me for support of [...]

  54. Gerencie seu Android facilmente com o My Phone Explorer « Infostaff linked to this post on October 16, 2011

    [...] de fazer root no sistema (pra quem não gosta, é claro). Além de ser muito mais intuitivo do que usar o Android SDK e o DDMS para isso, esse recurso é uma mão na roda pra quem tem modelos de celular Android incapazes de tirar [...]

  55. Wird es Updates/Bugfixes geben f linked to this post on November 11, 2011

    [...] [...]

  56. Screenshot Android Smartphone Samsung Galaxy | Windows Security Blog ScareWare.de - Sicherheit gegen Malware linked to this post on January 2, 2012

    [...] Der einzige (mir bekannte) Weg war (bisher), das Handy über Home, Einstellungen, Anwendungen, Entwicklung, USB-Debugging in den Debug-Modus zu schalten, dort auch Wach bleiben zu wählen, sich das Android SDK zu installieren und dort im Verzeichnis Tools das Skript ddms.bat zu starten. Lange englische Beschreibung mit Bildern hier. [...]

  57. zeigt mir euren Homescreen - Seite 2 - Android-Hilfe.de linked to this post on January 27, 2012

    [...] [...]

  58. Odys LOOX USB Lade-MOD - Seite 4 - Android-Hilfe.de linked to this post on March 7, 2012

    [...] [...]

  59. Wie erstelle ich beim Vision einen Screenshot? - Android-Hilfe.de linked to this post on April 11, 2012

    [...] [...]

  60. [INFO] Pearl Meteorit MMB-422.HDTV - Seite 68 - Android-Hilfe.de linked to this post on May 15, 2012

    [...] [...]



Some HTML is OK

or, reply to this post via trackback.