Follow
Windows

How to Enable or Disable Show Desktop Windows 11 Taskbar

Richard
Written by
Richard
Feb 2, 2024 Updated May 2, 2026 3 min read
How to Enable or Disable Show Desktop Windows 11 Taskbar

You enable or disable the ‘Show Desktop’ button on the Windows 11 taskbar to control how quickly you can minimize all open windows.

This small button, found at the far right of your taskbar, lets you instantly clear your screen with a single click, revealing your desktop icons and background.

Clicking it once minimizes every open window, and clicking it again restores them to their original positions. This feature is particularly useful when you need to quickly access files or have a clean workspace without manually closing each application.

Method 1: Use the Settings App

This is the safest way to manage the feature.

  1. Open the Settings app by pressing Windows key + I.
  2. Click Personalization on the left menu.
  3. Windows 11 Personalization in the Settings app
  4. Select Taskbar on the right side.
  5. Windows 11 Settings app showing Personalization Taskbar options
  6. Click Taskbar behaviors to expand the menu.
  7. Check or uncheck the box labeled Select the far corner of the taskbar to show the desktop.
  8. Windows 11 select the far corner of the taskbar to show the desktop

Method 2: Use the Registry Editor (Advanced)

⚠️ Admin Privileges Required: This method modifies system files. Proceed with caution.

  1. Press Windows key + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Find TaskbarSd. If missing, right-click, select New > DWORD (32-bit) Value, and name it TaskbarSd.
  4. Double-click it and set the value to 1 to enable or 0 to disable.
  5. Windows 11 select the far corner of the taskbar to show the desktop registry
  6. Restart your computer to apply changes.

Keyboard Shortcuts for Instant Access

You do not always need a button to clear your screen. Use these shortcuts:

  • Windows key + D: Toggles between showing the desktop and showing your open windows.
  • Windows key + M: Minimizes all windows. Use Windows key + Shift+M to bring them back.

Is the ‘Desktop’ Toolbar Available in 🪟 Windows 11?

Unlike Windows 10, Windows 11 does not support the legacy ‘Desktop’ toolbar that allowed you to browse files directly from the taskbar. Microsoft has replaced this functionality with the ‘Show Desktop’ button and the File Explorer app. If you miss the old toolbar, pinning your Desktop folder to the Quick Access area in File Explorer is the best alternative.

PowerShell Automation

⚠️ Admin Privileges Required: You can toggle this setting using PowerShell.

PowerShell
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' -Name 'TaskbarSd' -Value 1

Summary

The ‘Show Desktop’ feature is a vital tool for managing a cluttered screen in Windows 11. Whether you use the Settings menu for a simple toggle, the Registry Editor for deep customization, or keyboard shortcuts like ⊞ Win+D for speed, you have full control over your workspace. While the legacy ‘Desktop’ toolbar is no longer present, these modern alternatives provide a faster and more efficient way to navigate your desktop environment.” }

How do I restore the Show Desktop icon if it disappears?

If the button seems missing, first check the Taskbar settings to ensure the feature is enabled. If it is already checked, try unchecking and re-checking the box. If that fails, restart the Windows Explorer process via the Task Manager or restart your computer to refresh the taskbar interface.

What is the difference between Show Desktop and minimizing all windows?

The ‘Show Desktop’ button acts as a toggle. Clicking it once minimizes everything, and clicking it again restores the windows exactly where they were. Minimizing all windows manually using shortcuts like ⊞ Win+M does not always provide the same ‘toggle’ behavior to restore them instantly.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?

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

Leave a Comment

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