Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Hide Desktop Icons

Learn how to hide desktop icons with clear steps, practical context, and useful troubleshooting guidance.

Table of Contents

This updated guide examines How to Hide Desktop Icons and organizes the essential facts, background, and practical takeaways in clear American English.

Method 1of 4:

Windows

  1. How to Hide Desktop Icons — contextual image 1 Right-click on the desktop. Windows allows you to quickly hide all of your desktop icons with just a few clicks. Right-click on a blank spot on the desktop. If you right-click an icon, you will get the wrong menu.
  2. How to Hide Desktop Icons — contextual image 2 Select View . If you are using Windows XP, select Arrange Icons By .
  3. How to Hide Desktop Icons — contextual image 3 Toggle Show desktop icons . Toggling this off will hide all of the icons on your desktop. They will no longer be selectable. Any icons created or added to the desktop will be hidden automatically. You can turn your icons back on by repeating the process.
  4. How to Hide Desktop Icons — contextual image 4 Install a program to hide your icons quicker. A desktop management program, such as Fences, will allow you to quickly hide your icons with a double-click on the desktop, as well as choose icons to exclude from being hidden.
    • Fences costs $10 USD, but has a 30-day trial period.

Method 2of 4:

Mac OS X

  1. How to Hide Desktop Icons — contextual image 5 Hide system icons. While hiding your icons on a Mac isn't as straightforward as on Windows, it can still be done. The easiest thing you can do is turn off all of your system icons, such as your hard drives, inserted discs, and servers. This will prevent them from appearing on the desktop.
    1. Click Finder and select Preferences . You may need to open a Finder window for the Finder menu to appear.
    2. Click the General tab.
    3. Uncheck the boxes for the icons you want to hide.
  2. How to Hide Desktop Icons — contextual image 6 Hide the rest of your icons using the Terminal. You can hide all of the icons on your desktop by using Terminal commands. Click Go and select Utilities . Double-click "Terminal".
  3. How to Hide Desktop Icons — contextual image 7 Turn off the desktop. Enter the following command to hide all of the icons on the desktop:
  4. How to Hide Desktop Icons — contextual image 8 Turn the icons back on. If you want to show the icons again, enter the following command:

    defaults write com.apple.finder CreateDesktop true; killall Finder

  5. How to Hide Desktop Icons — contextual image 9 Make an Automator script. If you find yourself hiding your icons often, you can create an Automator script that will allow you to hide the icons in a few clicks. Open Automator from the Applications folder and choose the "Service" template. Set the right drop-down menu to "Finder" and the left drop-down menu to "no input". Search for and drag the "Run AppleScript" action to the main workflow. Paste the code below into the "Run AppleScript" field, replacing anything there already:
    trysettoggletodo shell script"defaults read com.apple.finder CreateDesktop"iftoggle="true"thendo shell script"defaults write com.apple.finder CreateDesktop false"elseiftoggle="false"thendo shell script"defaults write com.apple.finder CreateDesktop true"endifendtrydo shell script"killall Finder"delay0.5activateapplication"Finder"
    [1]
    • Save the new service as an easy-to-remember name, such as "Hide/Show Desktop"
    • You can access your new script by clicking Finder → Services
    • You will need to have run the Terminal commands from the previous steps at least once for the script to work.
  6. How to Hide Desktop Icons — contextual image 10 Download an icon-hiding program. If you'd rather not fuss with scripts, you can download a program that will let you toggle your desktop on and off. Some programs will only do this, while other provide a range of desktop customization options as well. Some of the most popular programs include:
    • Camouflage
    • Hide Desktop

Method 3of 4:

GNOME or MATE Linux

  1. How to Hide Desktop Icons — contextual image 11 Open the Configuration Editor. PressAlt+F2and typegconf-editor. Click "Run". This will open the Configuration Editor. If the command doesn't work, trymateconf-editor.
  2. How to Hide Desktop Icons — contextual image 12 Navigate to the Desktop section. Use the left directory tree and navigate to "apps" → "nautilus" → "desktop".
  3. How to Hide Desktop Icons — contextual image 13 Hide your system icons. Uncheck the box next to each of the icons that you want to hide. You can choose to hide any of your system icons, which can be useful for items you rarely use. This usually includes your Home, Computer, Trash, and Drives.
  4. How to Hide Desktop Icons — contextual image 14 Hide your whole desktop. Navigate to "apps" → "nautilus" → "preferences". Find the "show_desktop" item in the right frame. Uncheck it to hide the whole desktop. If you are using a MATE environment, navigate to "apps" → "caja" → "preferences".[2]
  5. How to Hide Desktop Icons — contextual image 15 Download Ubuntu Tweak. If you are running Ubuntu, you can download Ubuntu Tweak. This allows you to quickly turn off your desktop icons from the Ubuntu Tweak menu. You can download and install Ubuntu Tweak from the Ubuntu Package Manager.

Method 4of 4:

Linux Mint Cinnamon

  1. How to Hide Desktop Icons — contextual image 16 Open the System Settings menu. You can't hide all of the icons in Linux Mint Cinnamon. You can, however, hide the system icons from showing on the desktop. To do so, open the System Settings menu by clicking the Menu button, selecting "Preferences" and then "System Settings".[3]
  2. How to Hide Desktop Icons — contextual image 17 Open the "Desktop" option. This is located in the "Preferences" section.
  3. How to Hide Desktop Icons — contextual image 18 Uncheck the icons you want to hide. You can turn off the Computer, Home, Trash, Mounted Volumes, and Network Servers. Changes take place immediately.

FAQ

What is How to Hide Desktop Icons about?

It provides a structured overview of icons, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.