How to Hide or Show Desktop Icons in Windows 11
Hiding or showing desktop icons in Windows 11 is a simple process that lets you clear up your screen with a single click.
This feature helps you declutter your desktop, removing shortcuts, files, and folders from view for a cleaner workspace. For instance, hiding all icons can instantly reduce visible items by up to 15 on a standard desktop.
You can manage icon visibility directly from the desktop’s right-click menu. This setting controls how many items appear on your main screen; typically, about 10 icons are visible by default.
Windows 11 allows you to hide icons for just your account or for all accounts on the PC.
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
- Right-click on your desktop.
- Click View.
- Click Show desktop icons to turn them on (checked) or off (unchecked).

Option Two
Hide and Disable All Desktop Items Using Group Policy Editor
You can hide all desktop icons in Windows 11 using the Group Policy Editor, but this method is only available if you’re using Windows 11 Pro, Enterprise, or Education and have administrator rights.
Keep in mind that the Local Group Policy Editor, a tool for managing advanced Windows settings, is only available in Windows 11 Pro, Enterprise, and Education editions.
- 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
- In the right pane under Desktop, double-click Hide and disable all items on the desktop.
Hide and Disable All Items on the Desktop
- Select the dot next to Enabled.
- Click OK.
Undo Hide and Disable All Items on the Desktop
- Select the dot next to Not Configured.
- Click OK.
- Close the Local Group Policy Editor.
- Either restart the explorer process, sign out and back in, or restart your computer to apply the changes.


Option Three
Hide and Disable All Desktop Items Using the Registry
⚠️ Requires admin privileges
Hide and Disable All Items on the Desktop for All Users
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 /fUndo Hide and Disable All Items on the Desktop for All Users
reg delete "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /f
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktop /f
That’s it!
Summary
You’ve now explored several methods for hiding and showing desktop icons in Windows 11. The right-click menu remains the quickest option for most users.
How to hide and unhide icons?
And here you will find a check mark show desktop icons the moment I click on that it will bring back the desktop icons. And if I want to hide. Again then I'll just do a right click i'll go to view.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!