Skip to main content

Taking Screenshots on Pixel Watch 3

The Pixel Watch 3 doesn't have a built-in screenshot function, but you can capture the screen using developer options and ADB commands.


Enable Developer Options

  1. On watch: Settings About
  2. Tap Build number seven times
  3. Developer Options appears in Settings menu

Take Screenshots via ADB

Requirements:

  • Computer with ADB installed
  • USB debugging enabled on watch
  • Watch connected via WiFi or Bluetooth debugging

Commands:

adb connect [watch IP address]
adb exec-out screencap -p > screenshot.png

Screen Recording via ADB

adb shell screenrecord /sdcard/recording.mp4

Press Ctrl+C to stop recording, then:

adb pull /sdcard/recording.mp4

Alternative Methods

  • Pixel Watch App: Some status screens can be shared from phone app
  • Third-Party Apps: Limited options available in Play Store (not officially supported)
  • Phone Cast: Mirror watch to phone screen, then screenshot phone

See Also: How to Update|What Apps|How to Reset