How to Remove Log Files on Mac
Delete unnecessary log files on macOS and reclaim valuable disk space with Kudu.
By Kudu Team
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →What Causes This?
macOS and the apps you use constantly create log files to record errors, updates, crashes, and background activity. Over time, these files can build up in system and user Library folders, especially if an app is misbehaving, crashing often, or generating excessive debug logs. Most log files are harmless, but old or oversized logs can waste storage space and make it harder to find useful troubleshooting data.
Common Symptoms
- Your Mac is low on storage space for no obvious reason
- The
Logsfolders in Library contain large or growing files - An app keeps creating new crash or error logs
- System Data or Other storage appears unusually large
- You want to clear old diagnostic files before troubleshooting again
How to Fix It Manually
-
Check your available storage first
- Click the Apple menu > System Settings.
- Go to General > Storage.
- Wait for macOS to calculate disk usage and confirm that storage is running low.
-
Open your user log folder
- In Finder, click Go in the top menu bar.
- Select Go to Folder...
- Type:
~/Library/Logs - Press Return to open the folder.
-
Delete unnecessary user log files
- Look for large folders or old logs from apps you no longer use.
- Common examples include crash reports, installer logs, and app-specific debug logs.
- Move unneeded files to the Trash.
- If you are unsure about a file, leave it alone rather than deleting it.
-
Check the system log folder
- In Finder, use Go > Go to Folder... again.
- Enter:
/Library/Logs - Review the contents carefully.
- Delete old installer logs or logs from removed third-party apps.
- You may be asked for your Mac administrator password.
-
Clear crash reports if needed
- Open Go to Folder... in Finder.
- Check these locations:
~/Library/Logs/DiagnosticReports/Library/Logs/DiagnosticReports - Delete old crash reports you no longer need for troubleshooting.
-
Empty the Trash
- Right-click the Trash in the Dock.
- Choose Empty Trash.
- Restart your Mac afterward so macOS can recreate any log files it still needs.
-
Use Terminal only if Finder won’t remove the files
- Open Terminal from Applications > Utilities.
- To view your user logs, run:
du -sh ~/Library/Logs/* - To remove a specific file or folder, use:
rm -rf ~/Library/Logs/folder-name - Be very careful with
rm -rf. Deleting the wrong folder can remove important data.
Fix It Automatically with Kudu
If you do not want to hunt through Library folders manually, Kudu can scan your Mac for unnecessary log files, leftover app data, and other safe-to-remove clutter. It helps you find large log folders quickly and clean them up without guessing which files matter.
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →Related guides
How to Remove Duplicate Files on Mac
Free up storage on macOS by finding and removing duplicate files with Kudu’s cleanup features.
How to Remove Junk Files on Mac
Find and remove junk files on your Mac with Kudu to recover space and reduce clutter safely.
How to Remove Temporary Files on Mac
Clean temporary files on your Mac to free storage and reduce clutter using Kudu’s cleanup tools.
How to Remove Leftover Files After Uninstalling Apps on Mac
Clean leftover app files, caches, and support data on macOS safely with Kudu.