Windows

How to Enable or Disable Automatically Hide the Taskbar in Windows 11

Richard
Written by
Richard
Feb 16, 2026 Updated Mar 30, 2026 2 min read
How to Enable or Disable Automatically Hide the Taskbar in Windows 11

The taskbar is the bar at the bottom of your screen. It shows your open apps, the Start menu, and other tools in Windows 11.

Want more screen space? You can make the taskbar hide automatically when you’re not using it. It will pop back up when you move your mouse to the bottom of the screen or use a shortcut.

What Does Auto-Hide Do?

When turned on, the taskbar hides itself until you need it.

You can see it again by moving your mouse to the bottom of your screen. You can also press Win + T on your keyboard. Or you can swipe up from the bottom if you have a touchscreen.

Note: If you’re using a tablet or 2-in-1 device in tablet mode, the taskbar might always hide automatically. This happens even if you turn this setting off.

How to Turn Auto-Hide On or Off Using Settings

Why do this? This is the easiest way for most people to change the taskbar setting.

What happens? Your taskbar will hide or show based on your choice.

  1. Open Settings by pressing Win + I on your keyboard.
  2. Click Personalization on the left side.
  3. Click Taskbar on the right side.
  4. Scroll down and click the arrow next to Taskbar behaviors to open more options.
  5. Find Automatically hide the taskbar and check the box to turn it on. Uncheck it to turn it off.
  6. Close Settings. The changes will apply right away.

Here’s what it looks like:

Windows 11 Settings app Personalization Taskbar options menu

Automatically hide the taskbar

How to Turn Auto-Hide On or Off Using Command Prompt

Why do this? This method is faster if you like using commands.

What happens? The command will change the setting and refresh your taskbar automatically.

  1. 🔒 Admin Required — Right-click the Start button and select Windows Terminal (Admin). Then choose Command Prompt from the dropdown.
  2. To turn on auto-hide, copy and paste this command and press Enter:

    powershell -command "&{$p='HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}"

  3. To turn off auto-hide (default), copy and paste this command and press Enter:

    powershell -command "&{$p='HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}"

  4. Your taskbar will refresh automatically after running the command.
  5. Close the Windows Terminal window.

Summary

The taskbar can hide itself automatically to give you more screen space. You have two ways to turn this feature on or off: using the Settings app or using commands in Windows Terminal.

When the taskbar is hidden, move your mouse to the bottom of the screen to see it. You can also use the Win + T keyboard shortcut. On a touchscreen, swipe up from the bottom.

Keep in mind that tablet mode and certain touch settings may change how auto-hide works.

Once you make your choice, you’re done! Windows 11 will now work just how you like it.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Open the Settings App in Windows 11
Windows How to Open the Settings App in Windows 11
How to Automatically Hide the Windows Terminal Window
Windows How to Automatically Hide the Windows Terminal Window
How to Open Windows Terminal Automatically When You Start Windows 11
Windows How to Open Windows Terminal Automatically When You Start Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

Leave a Reply

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