Free ADB method saves files from Android phone with shattered screen
Unlock your broken Android phone's data using a free command-line tool...
A broken smartphone screen doesn't have to mean lost data. As ZDNET's Jack Wallen explains, as long as the Android device powers on, you can retrieve your files using Android Debug Bridge (ADB), a free command-line tool that works on Linux, macOS, and Windows. This method bypasses the cracked display entirely, allowing you to copy photos, documents, and other files directly from the phone to your computer. ADB communicates with the phone over a USB connection, so you don't need any specialized hardware or paid software.
To get started, install ADB on your computer (e.g., 'sudo apt-get install adb' on Ubuntu Linux) and enable Developer Options on the phone by opening Settings > About Phone and tapping 'Build number' seven times. Then connect the phone via USB, authorize the connection on the device (if the touchscreen still partially works or you can use an OTG mouse), and use commands like 'adb pull /sdcard/ ./' to copy all files to your PC. Wallen notes that this technique is especially useful for grabbing critical items like a resume or family photos without paying for screen repairs or data recovery services. The entire process takes about 10 minutes and requires no technical expertise beyond basic command-line usage.
- ADB is free and works on Linux, macOS, and Windows—no paid software needed.
- Enable Developer Options by tapping 'Build number' seven times in Settings.
- Use 'adb pull' to copy entire folders from the phone to your computer over USB.
Why It Matters
Save critical data without expensive repairs—anyone can do it with a USB cable and a terminal.