Open Finder
Click Go in the menu bar
Select Go to Folder
Type `~/Library/Caches`
Delete the contents of the folders inside Caches
Go to `~/Library/Logs`
Delete unnecessary log files
Open Finder
Click Go in the menu bar
Select Go to Folder
Type `/Library/Caches`
Delete unnecessary cache files
Empty the Trash
Restart your Mac
Open Safari
Click Safari in the menu bar
Select Clear History
Choose a time range
Click Clear History
Open Chrome
Click the three dots
Select Settings
Go to Privacy and security
Click Clear browsing data
Select cached images and files
Click Clear data
Open Firefox
Click the menu button
Select Settings
Go to Privacy & Security
Click Clear Data
Select cached web content
Click Clear
Use Storage Management
Click the Apple menu
Select About This Mac
Click Storage
Click Manage
Review and remove temporary files
Use Terminal
Open Terminal
Enter `rm -rf ~/Library/Caches/*`
Press Return
Enter `rm -rf /Library/Caches/*`
Press Return
Enter `rm -rf /private/var/folders/*`
Press Return
