Close Menu
    Facebook X (Twitter) Instagram
    Build Windows
    Facebook X (Twitter) Instagram
    Build Windows
    Home»Windows 11»How to Hide Taskbar Windows 11
    Windows 11

    How to Hide Taskbar Windows 11

    Bishwo TamliBy Bishwo TamliAugust 30, 2023No Comments4 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    how to hide taskbar windows 11
    Share
    Facebook Twitter LinkedIn Pinterest Email

    It is quite common for a few selective Windows Users to wish for a spacious and distraction free workspace. With constant notifications and cluttered icons, taskbar can be a real headache for people with a smaller screen.

    But, worry not ! You can always opt to hide your taskbar to avoid that unwanted clutter.

    You can hide your taskbar from Windows settings or by using the Command Prompt. However, this will only hide it temporarily. It will pop up every time your pointer touches the bottom and disappear after your pointer leaves the area.

    If you want to permanently hide the taskbar, it is not possible through conventional means as Windows doesn’t allow it. Nonetheless, there’s workaround for this.

    Let’s see how you can temporarily and permanently hide the taskbar in Windows 11.

    Hide Taskbar Using Setting

    The easiest way to hide your taskbar is by enabling the Automatically hide the taskbar option in Settings. Here’s how you can do so:

    1. Press Windows + I to open Settings.
    2. Go to Personalization > Taskbar.
    3. Scroll down and enable the Automatically hide the taskbar option.
      Automatically hide the taskbar
    4. Close Settings.

    If you want to unhide your taskbar again, simply disable the Automatically hide the taskbar option.

    Hide Taskbar Using Registry

    The Registry basically stores all of your system configuration, including the taskbar behavior setting. So, in case you can’t hide your taskbar using the above method, you can directly change the Registry value to make your taskbar hidden.

    1. Press Windows + R to open the Run utility.
    2. Type regedit and press Enter to open Registry Editor.
      regedit in run
    3. Navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3
    4. Double-click on Settings.
      registry stuckrects3 key settings entry
    5. Change the first value in the second row from 7A to 7B and click OK.
      change registry entry
    6. Press Ctrl + Shift + Esc to open the Task Manager. (Click on More details if you only see a small window.)
    7. In the Processes tab, scroll down and locate the Windows Explorer task.
      restart file explorer
    8. Select Windows Explorer and click on Restart to apply the changes.

    If you want to unhide your taskbar, you can simply change the 7B value back to 7A and restart Windows Explorer.

    Hide Taskbar Using PowerShell

    If editing the Registry and restarting Windows Explorer is too much of a hassle, you can directly accomplish this by running a command on PowerShell. Here’s how you can do so:

    1. Press Windows + R to open the Run Utility.
    2. Type powershell and press Enter to open the Command Prompt.
      powershell in run
    3. Copy and paste the following command: 
      &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=0x7b;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
      hide taskbar powershell command
    4. Your taskbar will now be automatically hidden.
    5. If you want to unhide the taskbar through PowerShell, you can run the following command.
      &{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=0x7a;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}
      unhide taskbar powershell command
    6. Exit Command Prompt.

    Additionally, you can also hide the taskbar by entering full screen mode on any application. To do so, simply click the F11 key. Click the F11 key again to exit the full screen mode.

    How to Permanently Hide The Taskbar ?

    The taskbar is an important element of the Windows operating system that allows you to launch programs and quickly navigate between them. It also has other functionalities like the start menu, system tray, clock, calendar, and notifications.

    So, it is no wonder that Windows doesn’t allow you to permanently hide the taskbar. The only way you can permanently hide the taskbar is with the help of third-party applications like Taskbar Hide, task-homie, and Buttery Taskbar.

    Most apps that hide your taskbar also provide features like shortcut keys that bring back the taskbar. You can also use shortcut keys to navigate and you can even create a custom taskbar using those third-party apps.

    customization
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Bishwo Tamli
    • Website

    Related Posts

    The Best Screen Recording Tools for Windows 11: 2025 Guide for Every Need

    February 12, 2025

    Essential Windows 11 Keyboard Shortcuts Every User Should Know

    February 10, 2025

    How to Recover Deleted Files in Windows 11 (2025 Guide)

    February 6, 2025
    Leave A Reply Cancel Reply

    Facebook X (Twitter) Instagram Pinterest
    © 2025 BuildWindows.

    Type above and press Enter to search. Press Esc to cancel.