Table of Contents
This practical guide walks through how to hide all desktop icons on Mac, explains the main requirements, and highlights common issues that may appear along the way.
Hide all desktop icons on Mac using Terminal
To get started, open the Terminal app on your Mac using Spotlight Search or Launchpad.
![]()
Terminal is the built-in command line application on Mac. But don't let that overwhelm you. In this tutorial, we will use Terminal to run a specific command in a safe, simple way. Your work or macOS system will be completely unaffected.
Once the Terminal app opens, type or paste the following command, and then press the Return (or Enter) key.
defaults write com.apple.finder CreateDesktop false
![]()
Next, you'll need to restart the Finder app. Type the following command and press the Return (or Enter) key.
killall Finder
![]()
All Finder windows will restart, and just like that, your Mac desktop will be blank. All icons are now hidden.
![]()
Click the red Close button in the upper-left corner of the Terminal window to safely exit the application.
![]()
Of course, you can also completely reverse this change by using another Terminal command. If you want the desktop icons to show up again, open the Terminal application, type or paste the following command, and then press Return (or Enter).
defaults write com.apple.finder CreateDesktop true
![]()
Type the command below and then press the Return (Enter) key to restart Finder.
killall Finder
![]()
Your desktop icons will appear again!
![]()
Again, click the red Close button in the upper-left corner of the Terminal window to safely exit the application.
HiddenMe
If you don't feel comfortable using the Terminal app, try using the HiddenMe menu.
![]()
This is a small utility, located in the menu bar, and has only one purpose: to allow you to hide desktop icons with just one click.
Key Takeaways
Use the information above as a practical reference for how to hide all desktop icons on Mac. Review each step carefully, confirm any requirements, and choose the option that best fits your situation.
FAQ
What does this guide explain about Hide All Desktop Icons on Mac?
It explains the main concepts, practical considerations, and useful steps related to hide all desktop icons on Mac without requiring advanced knowledge.
Who can benefit from learning about Hide All Desktop Icons on Mac?
This information is useful for readers who want a clear overview, practical guidance, and reliable steps related to hide all desktop icons on Mac.
What should I check before applying this information?
Review the requirements, confirm that your device, software, or situation matches the instructions, and back up important data before making major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.