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 Sep 15, 2026 3 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

Auto-hide for the taskbar in Windows 11 makes the bottom menu disappear when your mouse cursor moves away and pop back up when you point down to the screen edge. This built-in setting gives you extra viewing room for websites, games, and apps on smaller laptop screens.

Advertisement

You can turn this feature on or off in less than a minute through the Windows 11 Personalization menu. Hiding the taskbar keeps your desktop clean and lets full-screen apps use every pixel of your display.

⚡ 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.

Advertisement

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.

The Windows 11 taskbar auto-hide feature gets rid of the bottom taskbar so you get more screen space for your apps and windows. When this setting is turned on, the taskbar disappears completely until you move your mouse to the bottom edge of your screen, press the Win plus T on your keyboard, or swipe up from the bottom if you use a touchscreen.

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.

Turning on Windows 11 taskbar auto-hide takes just a few clicks through your main system settings app . You can enable or disable this feature by opening the personalization menu, finding the taskbar behaviors list, and checking the box next to the automatic hiding option so your screen stays clear when you are not using the bottom panel.

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

Using Command Prompt to change your Windows 11 taskbar auto-hide preference lets you bypass the standard menus entirely. You can run a quick command line instruction inside the Windows Terminal app to instantly toggle the hidden taskbar state on or off without digging through your personal settings panel.

  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:
    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:
    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!

Managing Windows 11 taskbar auto-hide helps you reclaim valuable screen space by keeping the bottom dock hidden until you actually need it. You can easily turn this behavior on or off using either the main settings app or a quick command prompt, and you can always reveal your hidden taskbar by moving your mouse to the bottom of the display.

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.

Advertisement

📚 Related Tutorials

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
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

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

Leave a Comment

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