Viewing Screenshots on Mac: A Comprehensive Guide
Capturing screenshots on your Mac is a breeze, but what about viewing them? Here's a comprehensive guide on how to view, manage, and even annotate your screenshots on your Mac, ensuring you make the most of this handy feature.
Understanding the Default Screenshot Location
By default, Mac stores your screenshots in the following location: ~/Pictures/Screenshots. This is a convenient place to find them, but you can always move or copy them to other locations as needed.
Viewing Screenshots Using Preview
The Preview app is a versatile tool that comes pre-installed on your Mac. It's perfect for viewing and even editing your screenshots.

- Double-click on the screenshot file to open it in Preview.
- Use the Space bar to zoom in and out.
- Crop, annotate, or add shapes and text using the tools in the toolbar.
- Save your changes or export the screenshot in a different format using the File menu.
Viewing Screenshots in Full Screen
If you want to view your screenshot in full screen, you can do so in Preview or Quick Look.
- In Preview: Go to View > Enter Full Screen.
- In Quick Look: Press the Space bar while previewing the screenshot, then press Control + F to enter full screen.
Managing Screenshots with the Photos App
If you're a fan of the Photos app, you can manage your screenshots there as well.
- Open the Photos app and go to File > Import > Review for > Screenshots.
- Select the screenshots you want to import and click Import Selected.
- Once imported, you can view, edit, and organize your screenshots using the Photos app's features.
Viewing Screenshot Metadata
Each screenshot comes with metadata that includes the date and time it was taken, as well as other details. You can view this metadata using the Preview app.

- Open the screenshot in Preview.
- Go to Tools > Show Inspector.
- The Inspector panel will open, displaying the metadata for the screenshot.
Changing the Default Screenshot Location
If you prefer to store your screenshots in a different location, you can change the default save location in the Terminal app.
| Command | Description |
|---|---|
defaults write com.apple.screencapture location |
This command changes the default location for screenshots. Replace ~/Desktop with the path of your desired location. |
killall SystemUIServer |
This command restarts the SystemUIServer, ensuring the changes take effect. |
For example, to change the default location to your Desktop, you would use the following commands:
defaults write com.apple.screencapture location ~/Desktop
killall SystemUIServer
Now, whenever you take a screenshot, it will be saved to your Desktop instead of the default Pictures/Screenshots folder.