Skip to content
Follow
Windows

How to Hide or Show Desktop Icons in Windows 11

Richard
Written by
Richard
Mar 19, 2026 Updated Aug 13, 2026 2 min read
How to Hide or Show Desktop Icons in Windows 11
How to Hide or Show Desktop Icons in Windows 11

Hiding desktop icons in Windows 11 clears up a messy screen and shows your background picture instantly. You can hide every shortcut, file, and folder in one click without deleting anything.

The main desktop interface handles this visibility setting, which keeps your screen clean for better focus or screenshots. Fresh Windows 11 installs usually show around 5 to 10 default icons, like the Recycle Bin and Microsoft Edge, before you add more.

⚡ Quick Answer

Right-click your desktop, select View, then click Show desktop icons to toggle their visibility. This option checks or unchecks the box, making icons appear or disappear.

Hide or Show Desktop Icons Using the Right-Click Menu

  1. Right-click on your desktop.
  2. Click View.
  3. Click Show desktop icons to turn them on (checked) or off (unchecked).
Right-click desktop context menu with View option highlighted
Right-click desktop context menu with View option highlighted

Option Two

Hide and Disable All Desktop Items Using Group Policy Editor

Hiding all desktop icons in Windows 11 works through the Group Policy Editor, but this method requires administrator rights and ships exclusively with Windows 11 Pro, Enterprise, or Education editions.

The Local Group Policy Editor (a built-in tool for managing advanced system settings) remains unavailable on Windows 11 Home editions.

  1. Open the Local Group Policy Editor and navigate to one of these locations in the left pane:

(For all users)

Computer Configuration > Administrative Templates > Desktop

OR

(For a specific user or group)

User Configuration > Administrative Templates > Desktop

  1. In the right pane under Desktop, double-click Hide and disable all items on the desktop.

Hide and Disable All Items on the Desktop

Enabling this policy disables the desktop right-click menu entirely.

  1. Select the dot next to Enabled.
  2. Click OK.

Undo Hide and Disable All Items on the Desktop

  1. Select the dot next to Not Configured.
  2. Click OK.
  1. Close the Local Group Policy Editor.
  2. Either restart the explorer process, sign out and back in, or restart your computer to apply the changes.
Group Policy Editor showing Hide and disable items on desktop
Group Policy Editor showing Hide and disable items on desktop
Group Policy settings for hiding desktop icons configuration options
Group Policy settings for hiding desktop icons configuration options

Option Three

Hide and Disable All Desktop Items Using the Registry

⚠️ Requires administrator access

Hide and Disable All Items on the Desktop for All Users

Applying this change disables the desktop right-click menu.

🗝️Registry
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /t REG_DWORD /d 1 /f

Undo Hide and Disable All Items on the Desktop for All Users

🗝️Registry
reg delete "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /f
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /f

Configuration is complete.

Summary

Several methods exist for managing desktop icons in Windows 11. The right-click menu remains the quickest option for daily use.

How to hide and unhide icons?

Unchecking the view option brings your icons back instantly whenever you need them.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Restart Start Menu Process in Windows 11
Windows How to Restart Start Menu Process in Windows 11
How to Enable or Disable Show Desktop Windows 11 Taskbar
Windows How to Enable or Disable Show Desktop Windows 11 Taskbar
How to Hide and Unhide Files and Folders in Windows 11
Windows How to Hide and Unhide Files and Folders in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *