How to Hide Windows 11 Taskbar Automatically
Automatic hiding in Windows 11 clears the bottom taskbar off your screen until you slide your mouse pointer to the edge. This built-in layout option gives you extra visible workspace for open apps and web pages without requiring any extra software.
You can turn on this display setting in under a minute through the standard Settings app on Windows 11 version 22H2 or later.
Open Settings , navigate to Personalization Taskbar Taskbar behaviors, and check the box for “Automatically hide the taskbar .” The taskbar will disappear when not in use and reappear when you move your mouse to the bottom of the screen.
Why Hide the Taskbar?
Hiding the Taskbar automatically frees up valuable screen space. You’ll see more of your desktop and your open windows without the bar taking up room at the bottom.
How to Automatically Hide the Taskbar
You can automatically hide taskbar items in Windows 11 by turning on a built-in switch in the Settings app. When you enable this feature, the taskbar vanishes whenever your mouse pointer moves away and reappears the moment you move your cursor back to the bottom of your screen.
- Open Settings . Click the Start menu (the Windows icon at the bottom left) and then click the Settings gear icon. Or, press
Windows key + Ion your keyboard to open Settings quickly. - In Settings, click on Personalization on the left side menu.
- Next, click on Taskbar on the right side.
- Scroll down and click on Taskbar behaviors to open more options.
- Check the box next to Automatically hide the taskbar .
Here’s what it looks like:

What Happens When You Turn This On?
After you turn this on, the Taskbar will disappear when you’re not using it. To see the Taskbar again, just move your mouse cursor to the bottom of the screen, and it will pop back up.
Hide or Show the Taskbar Using Commands
You can automatically hide taskbar behavior using the Command Prompt if you prefer typing commands over clicking through menus. This method requires administrative access and applies registry changes instantly to make your taskbar disappear when you are not actively using it.
⚙️ Admin privileges required
To hide the Taskbar automatically, copy and paste this command:
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}"
To stop hiding the Taskbar automatically, copy and paste this command:
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}"
To open the Command Prompt inside Windows Terminal, press Windows key + X and choose Windows Terminal, then click the Command Prompt tab.
Summary
Automatically hiding the Taskbar is a simple trick that gives you more screen space, which is especially useful on smaller monitors. You can easily turn this feature on or off in the Settings app, or use the Command Prompt if you're comfortable with it.How to set taskbar to automatically hide?
Right-click the taskbar and select Taskbar settings at the bottom of the list. Or select Start, Settings, Personalization, and Taskbar. Toggle on Automatically hide the taskbar in desktop mode.
How to make toolbar auto hide?
Go down to personalize. In the menu that comes up go down to taskbar. Left click on that. And at the bottom here you'll see taskbar behaviors you can left click on that.
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!