Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Facebook Twitter Instagram
Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Tech News Today
Home»Windows»Windows Taskbar Not Working? Here’s How to Fix It

Windows Taskbar Not Working? Here’s How to Fix It

AbhishekBy AbhishekApril 29, 2022
windows-taskbar-not-working

Ever faced issues where the taskbar stops displaying apps suddenly, freezes or is buggy?

These issues are reported by many users, mainly in Windows 10 or 11. Various problems can occur with the Taskbar, but the procedure to resolve these issues is more or less the same.

We have compiled a list of alternatives to try solving any issues with the Taskbar. Give them a try, and the Taskbar will start to work.

Table of Contents

  • Common Reasons for Taskbar Not Working
  • Windows Taskbar Not Working? Here’s How to Fix It
    • Restart Windows
    • Restart Windows Explorer via Task Manager
    • Re-register Inbuilt Window Apps
    • Update Windows to Latest Version
    • Run SFC & DISM Scans
    • Do a Malware scan
    • Check Forums for problems with Latest Security Updates
    • Create New User
    • Iris service
    • Clean Boot 
    • Date and Time De Sync
    • System Restore or Recovery
  • Frequently Asked Questions?
    • How to Customize Taskbar?
    • How to Pin Apps to Taskbar?
    • How to Unpin Apps From Taskbar?

Common Reasons for Taskbar Not Working

  • Problems with file or windows explorer
  • Interference from other software
  • Issues in system files or images
  • Bugs from Windows itself
  • Malfunctions created by Built-in Windows apps
  • Iris Service creating the issue
  • Problems with particular security updates

Windows Taskbar Not Working? Here’s How to Fix It

Apply the following fixes one at a time till Taskbar starts working normally.

Restart Windows

Start by restarting the PC. We know it’s a cliché solution, but often we find that it works. Do not worry; it doesn’t harm your computer.

Get this procedure out of the way before moving on to the next alternative.

Restart Windows Explorer via Task Manager

We have found that restarting windows explorer fixes this issue for most users. We recommend doing this with priority. This solution will most likely be the fix needed to resolve taskbar issues.

  1. Press Ctrl + Shift + Esc to open the task manager.
  2. Find Windows Explorer under the processes tab.
  3. Click on Windows Explorer and select restart at the bottom right corner.disable startup items for clean boot

Re-register Inbuilt Window Apps

This method is another effective solution that has worked for many users. It involves re-registering the windows apps that are inbuilt into the operating system. We recommend trying this solution also as a priority.

  1. Press Windows+ X and select windows terminal (admin).
  2. Run the following command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

You may see some red-colored errors while running this program. Do not worry, and let the command run.

error in foreach command during powershell

Most of these errors are displayed because some of these apps are currently in use. Another common error is that the latest version of the app is already installed. It won’t harm your PC.

Update Windows to Latest Version

If a specific bug identified by Microsoft causes the problem, they will send a fix in the next update. We recommend updating the windows to its latest version.

  1. Click on the start button and search Check for updates.
  2. Select Check for updates, download & install (whichever shows up).update windows

Run SFC & DISM Scans

System File checker helps scan and restore system files, whereas DISM repairs window images from a particular source. If problems in the system files or images cause the taskbar issues, the commands stated below will repair it.

  1. Click on the start button and search/find cmd or powershell.
  2. Right-click on it to select run as administrator.
  3. Run the following command:
    SFC /scannowsfc-terminal
  4. Run the following command:
    Dism /online /cleanup-image /restorehealthrunning-dism-command

Do a Malware scan

Virus or malware programs can create issues with the windows. Anytime a particular issue arises, we recommend doing a malware scan. You can run your third-party malware protection app or use windows defender to scan the Pc.

If you are using windows defender, follow the procedure below:

  1. Press the start button and choose windows security.
  2. Select Virus & threat protection.
  3. Find Scan options.
  4. Select full scan and click on scan now. Let the scan complete.scan options in windows security

For third-party software, try to find similar features in your particular software. Always have a working malware protection software in place. Your device will be left vulnerable to attacks if these programs or windows defender doesn’t work.

Check Forums for problems with Latest Security Updates

Microsoft has made public announcements regarding particular security updates creating problems in windows features in the past. These issues are normally addressed in their next update, but it does take time.

There is a chance that such updates cause the issue. We recommend checking Microsoft forums regarding the issue. Microsoft also sometimes publicly announces separate resolutions. Keep an eye out for that.

In case these updates need to be uninstalled, follow the procedure below:

1. Press Win + X and select settings.

2. In Windows 10, go to Update & Security. For Windows 11, go to Windows Update.

3. Select Update History.

4. Scroll down and choose Uninstall updates.

5. A pop-up will open, select the update and click on uninstall.

Create New User

Many users have created a new user account to tackle this issue. Creating a new user means the problems of the current user do not affect you directly. This alternative might help you, but the problem with the old user will remain.

  1. Press the start button and search cmd.
  2. Right-click on to and choose run as administrator.
  3. Type net user Test (or any name that you want) /add.
  4. Go to control panel >user account.
  5. Select manage other accounts.manage other accounts in control panel
  6. Select the new user account.
  7. Create a password as well as change account type to an administrator.change new user settings
  8. Press alt+ ctrl +delete.
  9. Choose Switch user and log in to a new account.

Iris service

This method works only for specific situations where the iris service is causing the problem. Microsoft has addressed this in the past to be true. Unfortunately, there is no other way to check if the issue is caused by it. Run the following command and check if the problem is fixed.

  1. Press the start button and search cmd.
  2. Right-click on it and choose Run as administrator.cmd run as administrator
  3. Run the following command:
    reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0

 The computer will restart after the command is run. Do not worry; this is supposed to happen.

Clean Boot 

Clean boot means running the operating system (windows) with only the most essential files/ services needed to make the system work. Clean boot is primarily a troubleshooting technique to identify problematic software.

We first disable all non-Microsoft software/services startup applications and turn them on one by one to find out the conflicting software. This process may be time-consuming, so we recommend enabling/disabling software in groups.

  1. Press Windows Key + R to open Run.
  2. Run the following text to open system configuration: msconfig.
  3. Go to the services tab.
  4. Click on Hide all Microsoft Services.
  5. Select Disable All.clean-boot-windows-msconfig
  6. Go to Startup and select Open Task Manager.
  7. Select each item and click on Disable.disable startup applications
  8. Go back to system configuration and click on OK.
  9. Restart PC.

If Taskbar works, enable the previously disabled services or startup items in small groups of 3 or 4 at a time. 

Once the problem is replicated, make sure you keep those problematic services or startup applications disabled. After that, go to msconfig again and enable all other services. Remember to enable other startup applications from the task manager.

Date and Time De Sync

Please understand that changing the system date and time has ramifications on software. Many of them might now work due to the wrong date and time. 

However, getting the date and time a few days ahead has helped many users temporarily fix the issue. This solution cannot be considered a permanent fix.

Windows 10

  1. Press Windows Key and search/select date & time settings.
  2. Go to the Internet time section and choose change setting.
  3. Uncheck Synchronize with an internet time server and click ok.
  4. Go back to date and time and select change date and time.
  5. Set the date and time a few days ahead.

Windows 11

  1. Press Windows Key and search/select date & time settings.
  2. Toggle off Set time automatically, Set time zone automatically.change date and time in windows 11
  3. Select change on Set date and time manually section.
  4. Chose a date and time that is a few days ahead.

System Restore or Recovery

This alternative is the last resort option. We can use system restore points to get the PC back to a previous state with no issues. With System recovery, we can use a backup created in an external drive to get the PC to an earlier state.

Please note these features won’t work if you haven’t created a restore point or external backup.

  1. Press Windows +X and select settings.
  2. Go to system> Recovery.
  3. Select Advanced Startup > restart.
  4. Choose either System recovery or System Restore.
advanced startup bogent

Follow instructions given by these features. Under System restore, you will get options to keep my file or remove everything. We recommend the first option; only select the remove everything option if the first one does not solve your issue. It will remove all files on the PC.

Frequently Asked Questions?

How to Customize Taskbar?

Customizing your Taskbar is easily possible through settings >personalization > Taskbar. Alternatively, you can right-click on Taskbar and choose taskbar settings. You get the following options to customize Taskbar.

personalization section in taskbar settings
  • Toggling off the search, task view, widgets, and chat features for Microsoft teams
  • Adding pen menu, virtual touchpad, and touch keyboard
  • Managing what features are displayed in the corner of the Taskbar
  • Managing taskbar behaviors like auto-hide options, displaying unread messages, taskbar alignment, etc.

Play around with these features and enable them according to your liking.

How to Pin Apps to Taskbar?

 If you want a certain app to be pinned on the Taskbar, do the following things

  1. Press Windows Key and search the intended app to Pin to Taskbar.
  2. Right-click on the intended app.
  3. Choose pin to Taskbar.startup search to pin app in taskbar

How to Unpin Apps From Taskbar?

Right-click on the intended app pinned to Taskbar & select unpin from Taskbar.

unpin app from taskbar
fix
Abhishek

I am always curious about the progression of technology and have a knack for hardware. There is a kind of satisfaction when you fix issues by yourself. From Software to Hardware, I love fixing any errors. Nothing beats the crescendo of everything working together to form a computer system.

Related Posts

change drive letter windows 10 11

How To Change A Drive Letter On Windows 10 Or 11

June 8, 2022
disable touch screen windows 11

How to Disable the Touchscreen on Windows 11?

June 8, 2022
enable virtualization windows 11

How to Enable Virtualization on Windows 11

June 7, 2022
how-to-open-file-location-on-windows-11-1

How to Open File Location on Windows 11

June 7, 2022
hibernate windows 11

How to Enable Hibernate in Windows 11?

June 7, 2022
powershell vs cmd

PowerShell VS CMD – What’s The Difference

June 7, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
fighting-games

11 Best Fighting Games on Steam

June 8, 2022
what-is-the-blue-circle-on-my-samsung

What Is the Blue Circle on My Samsung

June 8, 2022
should-i-use-wd-discovery

What Is WD Discovery? Should I Use It?

June 8, 2022
You may also like
how-to-clear-other-storage-on-iphone

How to Clear Other Storage on iPhone?

June 8, 2022
change drive letter windows 10 11

How To Change A Drive Letter On Windows 10 Or 11

June 8, 2022
how to reset imac without password

How to Reset iMac Without Password

June 8, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

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