SEARCH

How-To Geek

Fixing When the Windows Taskbar Refuses to Auto-Hide Correctly

image

If you’re reading this article, you’ve probably had a problem with the Windows taskbar refusing to auto-hide, even though you’ve set the option in Control Panel. Here’s a few tips that might get that Taskbar hidden again.

Note: This article was originally written for Windows 7 so most of the screenshots are from that version, but we’ve updated it so it should be the same techniques for Windows 10 or Windows 8 or even Vista. Of course, there’s not a perfect solution, so hopefully one of the tips helps you, but we can’t promise anything.

So What’s the Problem?

When you’re using the auto-hide feature for the Windows taskbar, it will stay hidden until an application starts flashing the taskbar button, or there’s a notification balloon from a system tray icon—for instance, you’ll notice here that Asian Angel has sent me an instant message, which caused the taskbar to display, and the icon to change.

In this case I can simply click on that window to dismiss the notification and the taskbar will hide again.

image

The other scenario is when a notification balloon pops up, which will cause the taskbar to stay visible until you dismiss the message. These are obviously easy to close as well, or you can customize the notifications to not display.

image

The problem, however, is that some applications are not written quite right, and they trigger a notification in Windows to keep the taskbar open, but don’t display anything visible for you to close. This problem is even worse when combined with Windows 7’s ability to hide system tray icons.

You can usually fix the problem by restarting the problem application, or clicking on the icon to trigger whatever the hidden notification was. Keep reading.

Verify the Taskbar Settings

Just to make sure we’re on the same page, right-click on your Taskbar and choose Properties, which should bring up this dialog. You’ll want to make sure that the box for “Auto-hide the taskbar” is set correctly. Sometimes you can simply uncheck this, click Apply, and then re-check and click Apply again. If that does work, be happy.

image

Open Up the Hidden Icons and Right-Click on Them

In my scenario, the problem was actually caused by Input Director—all I had to do to make the taskbar start hiding again was to right-click on the Input Director icon. In your case it will probably be a different application, so you’ll want to try each of them separately and see what works.

Basically sometimes an application will hold the Taskbar open because you haven’t deal with a notification yet. This shouldn’t happen, but it does.

image

Customize the Notification Settings

Now that we’ve figured out that one of the applications is causing a problem, we’ll head into the notification settings by clicking on the little hidden icon on the left side of the tray, and then clicking Customize. In Windows 10 you can find the Customize option inside of the Taskbar properties, or in Settings -> System -> Notifications and Actions (scroll down a bit to see a screenshot)

image

In here you’ll want to find the icon that is hidden, and change it from the default of “Hide icon and notifications” to “Only show notifications”, which will make sure that even though the icon is hidden, the messages will show up so you can dismiss them.

image

In Windows 10

If you are in Windows 10 you’ll need to go to System -> Notifications and Actions instead and click on “Select which icons appear on the taskbar”.  Once you’re in there, you’ll want to disable notifications for the problem application. Or for all of them.

Windows_10

Of course, if you really don’t want the messages, you should check in the application settings to make sure you can disable any notifications there. That’s really your best best.

Temporary Fix: Restart Windows Explorer

Sometimes when this problem happens, you can simply restart Explorer.exe to make the problem go away, and get everything back in order—which is much faster than rebooting. Just press Ctrl+Shift+Esc to open up Task Manager, and use End Process on explorer.exe.

image

You can also use a fun hidden trick to restart Windows Explorer—hold down Ctrl+Shift while right-clicking on the taskbar, which will show an Exit Explorer item.

image

Once you’ve killed Explorer, you’ll need to open up Task Manager if it isn’t open by using Ctrl+Shift+Esc, then using File –> New Task to open up the run box. Once there, type in explorer and hit the enter key to open everything again.

image

Completely Disable Balloon Notifications

If you want to completely get rid of all notifications, you can use a registry hack that disables them across the board for every single application. This isn’t necessarily the recommended step, but it’s an option if all else fails.

image

Read our article on how to disable balloon notifications, which should work for all versions of Windows.

Other Options and Such

There’s a lot of other reports out there about problems with taskbar auto-hiding, and from what we’ve seen there’s a couple of things you can try. First, there’s the Solve PC Issues icon in the system tray, which is just part of the Action Center. Sometimes clicking on the icon to open up the Action Center and view the messages will fix the issue—read our article on managing the Action Center for more.

image

We’ve also seen some other issues—for instance, the Outlook reminders window will keep the taskbar open. Close it and all will be well, and don’t forget that you can disable email notifications easily too.

Lowell Heddings, better known online as the How-To Geek, spends all his free time bringing you fresh geekery on a daily basis. You can follow him on if you'd like.

  • Published 10/12/14

Comments (8)

  1. Xsever

    I face a problem with Windows 7 64-bit Ultimate where even if I move my cursor to the taskbar, it does not come from auto-hide. It does not always happen, but it’s very annoying when it does so just randomly.

    To solve that I usually press the Windows key or do an ALT-TAB.

    Any other solutions or suggestions will be highly appreciated.

    Thanks,

  2. Nick

    I offer a solution that I use: Get rid of the taskbar until you need it. Just completely hide it. I like having my taskbar autohide because I’m mostly on a netbook, so that extra 40 pixels is lovely. The thing is it gets awfully annoying when you try and close programs(I keep my taskbar on the top). So I decided to rid myself of the darn bar. But that’s not too safe, since you need to access it from time to time. So I needed to make it come back at my command, thus a hotkey. And what better way to make my own hotkey? Why with Autohotkey!:

    ;TASKBAR HIDER
    taskbar_state=0

    appskey & <:: ;The actual hotkeys to trigger hiding and unhiding the taskbar. Change to whatever you want. The appskey is the key next to Right Win and Right Alt. It invokes the right click menu normally.
    if (taskbar_state=0){
    WinSet, Transparent, 0, ahk_class Shell_TrayWnd
    taskbar_state=1
    return
    }
    else
    WinSet, Transparent, 255, ahk_class Shell_TrayWnd
    taskbar_state=0

  3. Markus

    I have a similar issue when trying to go to full-screen mode in the Zune software’s Now Playing screen. I click on the full-screen icon and the taskbar just sits there, mocking me. However, I’ve found that if I click on an area of the taskbar devoid of icons, then click on somewhere on the screen above the taskbar, then click on the full-screen icon, the taskbar goes away as it should.

  4. Matthew Guay

    Actually, the Ctrl+Shift+right-click trick only works on blank areas of the start menu. Doesn’t seem to change the taskbar right-click menu…

  5. Z0NE

    ANY M$ updates will cause your taskbar not to autohide………………..
    just my 2 cents…………

  6. Nime

    Hi peeps

    I wrote an application which one forcibly hides taskbar if mouse is not hovering. I use autohide feature but as you know it doesn’t hide itself always and stuck visible. So I wrote that application and happily using…

    http://hotfile.com/dl/115779822/f916093/HideTaskbar.zip.html

    VB6 runtime files may be needed. Works with XP, Vista and 7.

  7. Ronda

    Thanks this fixed my problem!!!

  8. Ron McCary

    YOU did it. I have been trying for months to get rid of that pesky Taskbar in windows 7 and YOU showed me How. YOU are the Best and a Big Thanks, Ron

Enter Your Email Here to Get Access for Free:

Go check your email!