Disable date and time in screenshot filenames
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- macOS onlyThis script improves your privacy on macOS
- Impact: MediumSystem Functionality Loss Risk: Moderate
This action improves privacy with minimal impact when you run the recommended script.
This action improves privacy with some impact when you run the recommended script. - Bash (Shell script)These changes use macOS system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script disables including date and time in screenshot filenames on macOS.
On macOS, you can take screenshots using:
- Shift ⇧ + Command ⌘ + 3 to capture whole screen 1
- Shift ⇧ + Command ⌘ + 4 to capture a portion of the screen 1
- Shift ⇧ + Command ⌘ + 4 + space bar to capture a window or menu 1
- Shift ⇧ + Command ⌘ + 5 to open Screenshot app (on macOS Mojave 10.14 or newer) 1
On macOS Mojave 10.14 or newer, you can use the Screenshot app to set a timer or choose save locations 1. However, this app does not allow filename configurations, which this script configures automatically.
By default, screenshots save to your desktop with the name Screenshot [date] at [time].png
.
For example, testing on macOS Sequoia 15.3 (with English language and 24-hour time settings) confirms screenshots
are named exactly: Screenshot 2025-02-01 at 14.54.39.png
.
However, there can be other variations:
- Other system configurations may show AM/PM in time 2.
- The word
Screenshot
may vary:
The timestamp feature lets you sort screenshots by when they were taken. However, screenshot filenames with timestamps raise several privacy concerns:
- System Language & Region: Your system language and regional characters in filenames can reveal your location and language preferences 4. This reveals your likely location and preferred language. This information makes you vulnerable to targeted phishing attempts, social engineering, or user profiling. Attackers could use this cultural context to craft more convincing phishing attempts or customize malware delivery methods based on your region.
- Time Format: The format of timestamps (12 or 24-hour) reveals your timezone and regional settings 2. This exposes your timezone and regional settings, providing another data point that could be used for user profiling or targeted attacks.
- Usage Patterns: Timestamps create a detailed log of when you use your computer, revealing your daily routines and active hours. This shows when you use your computer, revealing your daily schedule and work hours. In forensic analysis or investigations, these timestamps provide evidence of when specific content was viewed or actions were taken. For example, a series of screenshots with timestamps shows when you accessed websites, viewed documents, or used applications. This chronological trail is especially sensitive for screenshots containing personal, financial, or work-related information, as it creates a record of your activities that could compromise privacy or serve as digital evidence.
- Persistent Timestamps: Even when sharing screenshots through services that remove metadata, the timestamp in the filename remains, revealing when the screenshot was taken. When sharing screenshots through cloud storage (like Dropbox, Google Drive), social media platforms (like Twitter, Facebook), or messaging apps (like WhatsApp, Telegram) that may strip EXIF metadata for privacy, the timestamp in the filename still reveals when the screenshot was taken since filename remains unchanged during upload. This makes all the above privacy risks persist when sharing files across any platform.
After running this script, screenshots will only include a simple name without date and time. When you take multiple screenshots, they are numbered sequentially (1, 2, 3...) 3 5.
Examples (tested on macOS Sequoia 15.3):
Screenshot.png
Screenshot 1.png
Screenshot 2.png
- ...
File naming behavior:
- The system automatically adds numbers to filenames to prevent duplicates 3 5.
For example, as you take multiple screenshots in sequence, they are automatically numbered as
Screenshot 1.png
,Screenshot 2.png
,Screenshot 3.png
, and so on to ensure each file has a unique name. - When a numbered file is deleted (e.g.,
Screenshot 1.png
), the next screenshot uses the first available number rather than continuing the sequence (tested since macOS Sequoia 15.3).
This change protects your privacy better, but you should know these limitations:
- This script has no effect on the file creation date, which still reveals the date and time the screenshot was taken. It only affects the filenames.
- These settings only work with macOS's built-in screenshot tool, not third-party screenshot apps.
- You will need to rename files manually to keep them organized without timestamps.
After running this script, you will lose the ability to easily sort screenshots by capture time. Consider creating folders or adding descriptive names to organize screenshots since you can no longer sort them by capture time.
Technical Details
This script sets the system setting com.apple.screencapture!include-date
to false
(0
) 2 3 4 5 6.
By default, this setting is not configured 5 6.
The script restarts SystemUIServer
(a system process) to apply changes 2 3 4 6.
This process:
- Manages user interface elements in the menu bar and GUI 7 8
- Runs continuously as a background process 7 8
- Controls the Apple Menu Bar 8, Notifications 7, Control Center 7, Spotlight Search 7, Status Icons 7, and Accessibility 7
- Is owned by the logged-in user (not root) 8
- Automatically restarts if crashed or force quit 8
The script restarts SystemUIServer
to ensure compatibility across all macOS versions,
though testing shows this step isn't required on macOS Sequoia 15.3.
Restarting SystemUIServer
is a safe, routine operation that will not disrupt your work.
It will not close any applications, lose any unsaved work, or affect your open windows.
It simply refreshes the menu bar interface to apply the new screenshot settings.
This script is only recommended if you understand its implications.
Some non-critical or features may no longer function correctly after running this script.
This script can be fully reversed to restore changes if something goes wrong.
Sources
- Take a screenshot on Mac - Apple Support. support.apple.com. (2025).
Original: https://support.apple.com/en-us/102646
Archived: https://web.archive.org/web/20250201125948/https://support.apple.com/en-us/102646 - How to remove timestamp on screenshots in MacOS - Today I Learned. dys2hbvla0n8j.cloudfront.net. (2025).
Original: https://dys2hbvla0n8j.cloudfront.net/posts/nihptzqdnu-how-to-remove-timestamp-on-screenshots-in-macos
Archived: https://web.archive.org/web/20250201131350/https://dys2hbvla0n8j.cloudfront.net/posts/nihptzqdnu-how-to-remove-timestamp-on-screenshots-in-macos - How to remove date and time from screenshot file names on Mac. www.idownloadblog.com. (2025).
Original: https://www.idownloadblog.com/2015/04/15/how-to-remove-date-time-screenshots-mac
Archived: https://web.archive.org/web/20250201125037/https://www.idownloadblog.com/2015/04/15/how-to-remove-date-time-screenshots-mac/ - Toma el control de tus capturas de pantalla con la Terminal. platzi.com. (2025).
Original: https://platzi.com/tutoriales/1039-terminal-2016/92-toma-el-control-de-tus-capturas-de-pantalla-con-la-terminal
Archived: https://web.archive.org/web/20250201132721/https://platzi.com/tutoriales/1039-terminal-2016/92-toma-el-control-de-tus-capturas-de-pantalla-con-la-terminal/ - Include date. Screenshots. macOS defaults. macos-defaults.com. (2025).
Original: https://macos-defaults.com/screenshots/include-date.html
Archived: https://web.archive.org/web/20250201125002/https://macos-defaults.com/screenshots/include-date.html - 3 ways to change the destination of Mac screenshots. Mac Cheat Sheet. yama-mac.com. (2025).
Original: https://yama-mac.com/en/change_the_screenshot_save_location_and_file_format
Archived: https://web.archive.org/web/20250201125012/https://yama-mac.com/en/change_the_screenshot_save_location_and_file_format/ - SystemUIServer: What It Is & Why It Takes High CPU. iboysoft.com. (2025).
Original: https://iboysoft.com/wiki/systemuiserver.html
Archived: https://web.archive.org/web/20250201132826/https://iboysoft.com/wiki/systemuiserver.html - SystemUIServer - Mac Guides. web.archive.org. (2016).
Original: http://guides.macrumors.com/SystemUIServer
Archived: https://web.archive.org/web/20160313164204/http://guides.macrumors.com/SystemUIServer
Apply Now
Choose one of three ways to apply:
Help
How to apply or restore "Disable date and time in screenshot filenames" using script
- ≈ 3 min to complete
- Tools: Web Browser
- Difficulty: Medium
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable date and time in screenshot filenames" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable date and time in screenshot filenames
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
defaults write 'com.apple.screencapture' 'include-date' -bool false
killall SystemUIServer
ImRlZmF1bHRzIGRlbGV0ZSAnY29tLmFwcGxlLnNjcmVlbmNhcHR1cmUnICdpbmNsdWRlLWRhdGUnXG5raWxsYWxsIFN5c3RlbVVJU2VydmVyIg==
Help
How to apply or restore "Disable date and time in screenshot filenames" using commands
- ≈ 2 min to complete
- Tools: Terminal app
- Difficulty: undefined
- ≈ 3 instructions
- 1
Open terminal
Open Terminal app. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the code into Terminal and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
The guide below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
Same Goal
Other guides in Configure OS See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 9 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.