Skip to content

Save Location | Change Screenshot

Technical Brief: Modifying the Default Screenshot Save Location Topic: System Configuration for Screenshot Directory Management Applies to: Windows 10/11, macOS, Linux (GNOME/KDE), iOS, Android 1. Objective To redirect the output of native screenshot capture tools from the system default directory (e.g., Desktop , Screenshots , Pictures/Screenshots ) to a user-specified folder. This is useful for organization, reducing desktop clutter, or saving directly to cloud-synced directories. 2. Windows 10 / 11 Default location: C:\Users\[Username]\Pictures\Screenshots (or OneDrive\Pictures\Screenshots if OneDrive backup is active). Method A – Using Registry (for PrtScn key saving to Screenshots folder):

Press Win + R , type regedit , navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Find key {B7BEDE81-DF94-4682-A7D8-57A52620B86F} (this controls screenshot folder). Double-click and change Value data to your desired path (e.g., D:\ScreenCaptures ). Restart File Explorer or sign out.

Method B – Using OneDrive Settings (if OneDrive manages screenshots):

Right-click OneDrive icon in taskbar → Settings → Backup → Manage backup . Under Pictures , toggle off "Save screenshots I capture to OneDrive" . After disabling, the default local path reverts to the Pictures\Screenshots folder (modifiable only via Registry above). change screenshot save location

Note: The Win + Print Screen shortcut saves automatically. The Print Screen alone copies to clipboard and does not use this folder. 3. macOS (Ventura and later) Default location: ~/Desktop Method – Using Terminal (screenshots utility):

Open Terminal . Create target folder (if needed): mkdir ~/Documents/Screenshots Change default location: defaults write com.apple.screencapture location ~/Documents/Screenshots Apply changes: killall SystemUIServer

Verification: Press Cmd + Shift + 5 ; the save location preview will update. Reset to default: defaults write com.apple.screencapture location ~/Desktop && killall SystemUIServer 4. Linux (GNOME Desktop) Default location: ~/Pictures/Screenshots Method – Using dconf or GUI (GNOME 42+): Double-click and change Value data to your desired path (e

GUI: Install gnome-control-center → Keyboard → View and Customize Shortcuts → Screenshots → Not directly available. Instead: Terminal with dconf: gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/user/Documents/Screenshots"

Alternatively, use interactive-screenshot-tool with --save-directory flag.

For KDE Plasma: System Settings → Shortcuts → Screenshots → Save location → Select folder. 5. iOS (iPhone/iPad) Default location: Photos.app → Screenshots album (metadata preserved). No direct change allowed. Workaround: Use Shortcuts app automation: Add action: &#34

Create new Personal Automation → Screenshot taken. Add action: "Save File" → Select custom folder in Files.app. Toggle off "Save to Recents" (optional).

6. Android (Stock 13+) Default location: Internal Storage/Pictures/Screenshots No native setting. Workaround: