2 Best Ways to Auto-Hide Taskbar in Windows 11 and 10

Prajwal Desai
Posted by Prajwal Desai
Hide Taskbar in Windows 11

This article covers multiple ways to auto-hide Windows taskbar. On Windows 10/11, by default, the taskbar is always visible to users, but you can choose to hide it via different methods.

In Windows 11, you use the taskbar for more than just seeing your apps and checking the time. You can personalize it in many ways change the color, pin your favorite apps to it, and move or rearrange taskbar buttons.

Microsoft allows users to customize the Windows 11 taskbar with many options to suit their requirements. For example, you can switch light theme to dark theme in Windows 11. Users can even set the Windows 11 taskbar alignment to left or right to arrange the icons accordingly.

Hiding the Windows 11 taskbar is useful when you are playing games, working on applications, or when you want more room on your desktop.

Automatically hide taskbar in Windows 11/10

Follow the below steps to auto-hide the taskbar on Windows 11 or Windows 10.

Step 1: Right-click on the taskbar and select Taskbar Settings.

Automatically hide taskbar in Windows 11 or Windows 10
Automatically hide taskbar in Windows 11 or Windows 10

Step 2: On the personalization menu for the taskbar, scroll down and click on the down arrow next to Taskbar Behaviors.

Automatically hide taskbar in Windows 11 or Windows 10
Automatically hide taskbar in Windows 11 or Windows 10

Step 3: Enable the option ‘Automatically hide the taskbar‘ in Windows 11. This will auto-hide the taskbar on Windows 11.

Automatically hide taskbar in Windows 11 or Windows 10
Automatically hide taskbar in Windows 11 or Windows 10

Hiding Windows 10 taskbar in desktop mode and tablet mode

Windows 10 offers two options for automatically hiding the taskbar for users:

  1. Automatically hide the taskbar in desktop mode: On most PCs running Windows 10, you can turn on this option to automatically hide the taskbar for users.
  2. Automatically hide the taskbar in tablet mode: Tablet mode makes Windows 10 more touch-friendly when using your device as a tablet. If your PC has the feature to turn on tablet mode, activate this option.
Hiding Windows 10 taskbar in desktop mode and tablet mode
Hiding Windows 10 taskbar in desktop mode and tablet mode

Hide Windows Taskbar using PowerShell

Advanced Windows users can hide or unhide the taskbar using PowerShell. This method permanently hides the taskbar and works on both Windows 10 and Windows 11.

Step 1: Click Start and type PowerShell in the search box. From the search results, select Windows PowerShell and choose to run as an administrator.

Auto-Hide Windows Taskbar using PowerShell
Auto-Hide Windows Taskbar using PowerShell

Step 2: In the PowerShell window, run the below command to automatically hide the Windows taskbar.

Note: The Windows Explorer process will be restarted by the below PS 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
Auto-Hide Windows Taskbar using PowerShell
Auto-Hide Windows Taskbar using PowerShell

To disable the auto-hide windows taskbar, run the below command in the PowerShell window.

$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

Automatically Hide the Taskbar Using Command Prompt

Perform the below steps to automatically hide the windows taskbar using command prompt

Step 1: Open the Command Prompt by typing “command prompt” in the Windows Search box and then select the “Command Prompt” app from the search results.

Hide Windows 11 Taskbar using Command Prompt
Hide Windows 11 Taskbar using Command Prompt

Step 2: In the Command Prompt, run this command to toggle the taskbar automatically hide option to on:

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

The above command enables the option “Automatically hide the taskbar” in Windows 11 and Windows 10 personalization settings.

Hide Windows 11 Taskbar using Command Prompt
Hide Windows 11 Taskbar using Command Prompt

If you want to unhide or display the taskbar for users, run the below 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}"
Unhide Taskbar in Windows 11
Unhide Taskbar in Windows 11

How to Unhide the Taskbar in Windows 11/10

If you want to disable the automatic hiding of the taskbar on Windows 11/10, you can try the following steps:

  • On a Windows PC, click Start and launch the Settings app.
  • On the Settings window, select Personalization > Taskbar > Taskbar Behaviors.
  • Turn off the “Automatically hide the taskbar” option to unhide the taskbar.
How to Unhide the Taskbar in Windows 11
How to Unhide the Taskbar in Windows 11

Fix Taskbar Not Auto-Hiding on Windows

Some users have reported that after turning on the option “Automatically hide the taskbar” on Windows 10 and Windows 11, the auto-hide feature doesn’t work as intended. To resolve this issue, you can try these troubleshooting steps:

  1. Review Taskbar Settings: Ensure the Automatically hide the taskbar check box is enabled under Personalisation > Taskbar > Taskbar Behaviours.
  2. Restart the Windows Explorer Process: Sometimes when you enable the taskbar to hide automatically, you may need to restart the Windows Explorer process for the changes to take effect. To do that, launch the task manager and select the processes tab. Locate the Windows Explorer process, right-click and select Restart.
  3. Run SFC Scan: Corrupt Windows OS files and programs may not allow the auto-hiding taskbar on a Windows 10 or 11 PC. To fix the issue, run the command prompt as an administrator and run the command sfc /scannow.

Read Next

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
3 Comments