Skip to content
Follow
Windows

How to Turn On or Off Auto-Hide for the Taskbar in Windows 11

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

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

If you 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.

⚡ Quick Answer

Go to Settings > Personalization > Taskbar. Expand Taskbar behaviors and toggle “Automatically hide the taskbar” on or off. The taskbar will hide when not in use and reappear when you move your mouse to the bottom of the screen.

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, pressing Win + T on your keyboard, or swiping 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 even if you turn this setting off.

How to Turn Auto-Hide On or Off Using Settings

  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, or uncheck it to turn it off.
  6. You can now close Settings. The changes will apply right away.

Here’s what it looks like:

Windows 11 Taskbar settings in Personalization for auto-hide.
Windows 11 Taskbar settings in Personalization for auto-hide.
Automatically hide the taskbar
Automatically hide the taskbar

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

If you like using commands, you can quickly change the auto-hide setting by following these steps:

  1. Open Windows Terminal (right-click the Start button and select it), then choose Command Prompt from the dropdown.
  2. To turn on auto-hide, copy and paste this command and press Enter:
    🐘PHP
    powershell -command "&{$p='HKCU:SOFTWAREMicrosoftWindowsCurrentVersionExplorerStuckRects3';$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:
    🐘PHP
    powershell -command "&{$p= 'HKCU:SOFTWAREMicrosoftWindowsCurrentVersionExplorerStuckRects3' ;$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}"
  4. After running the command, your taskbar will refresh automatically.
  5. You can now close the Windows Terminal window.

Summary

  • The taskbar can hide itself automatically to give you more screen space.
  • You can turn this feature on or off in the Settings app or by running simple commands.
  • To see the taskbar when it’s hidden, just move your mouse to the bottom of the screen, use a keyboard shortcut, or swipe up on a touchscreen.
  • Tablet mode and certain touch settings may change how auto-hide works.
  • Once you make your choice, just close any open windows—you’re done!

By following these easy steps, you can make Windows 11 work just how you like it!

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 Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
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

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

Leave a Comment

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