Share via

How do i fix taskbar and start menu not working after update.

lttd 10 Reputation points
2025-11-01T01:33:17.38+00:00

Hi! I recently updated my windows a day ago and with that update it broke my taskbar. I installed Preview Update (KB5067036) (26200.7019) and .NET Framework Preview Update (KB5067931). After updating my entire taskbar is gone as well as my start menu.

Pressing windows key does nothing to open up the start menu or fix anything.

Everything else on my computer works as normal, browser, games, event the pop out wfi widget. Nothing is clickable on the taskbar and nothing seems to make it reapear.

I have tried to reinstall multiple times but i keep getting error 0xc1900101 and it failing to install. I have sufficent disk space, around 120gb remaning free space and i have no idea whats causing the issue.

Hidden taskbar is also disabled.

System specs is an Overclocked 9700X

Overclocked ram to 6200 cl30

and GPU is 7900xtx

System currently has CachyOS and Windows on the same drive partitioned as NTFS and ext4. Bootloader GRUB with sequre boot enabled.

ask for more info.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

3 answers

Sort by: Most helpful
  1. lttd 10 Reputation points
    2025-11-01T14:06:37.2966667+00:00

    I tried to fix the issue by reseting my computer and reinstalling windows while keeping all my files.

    That only broke things more. I then decided to try and fix it with windows recovery which did absolutely nothing.

    I verified the files with cmd commands like sfc /scannow as well as the dism commands. Which also did nothing.

    Eventually it got to the point where nothing worked and i decided to cut my losses and re install windows completely. I removed my storage devices except my C boot drive and reinstalled completely.

    Im tired of windows, really wish windows had as good documentation and help as linux.

    Currently in the process of reinstalling, my boot drive may potentially be broken or something, ill find out.

    2 people found this answer helpful.
    0 comments No comments

  2. Sumit D - IA 167K Reputation points Independent Advisor
    2025-11-01T02:16:30.0033333+00:00

    Hi,

    Since you say reinstall is not working which is a good fix for the issue, the problem is something else. Let us find the root cause of it.

    Let us check the Installation log to find why the update failed. Please share the following logs. Please paste the Path in Run directly as the folders may be hidden(Win+R).

    The Panther logs. Files named Setupact.log and Setuperr.log from the following path:

    C:$Windows.~BT\Sources\Panther

    The Rollback logs: These usually are created if Windows Update rolls back. Files named Setupact.log and Setuperr.log from the following path C:$Windows.~BT\Sources\Rollback

    [Only if the error code is 0xC1900101-0x30018] The Device Install Log from C:/$Windows.~bt\Sources\Rollback\setupapi\setupapi.dev.log

    [Only if the error code is 0xC1900101-20017] Setupact.log and Setuperr.log in %windir%\Panther

    Please upload the files on a file-sharing website like https://onedrive.com and share the link in the next response.

    As the log size might be large consider zipping everything before uploading.

    1 person found this answer helpful.

  3. Q&A Assist
    2025-11-01T01:33:35.28+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To fix the taskbar and Start menu issues after your recent update, you can try the following steps:

    1. Restart Windows Explorer: Sometimes, simply restarting Windows Explorer can resolve taskbar issues. You can do this by opening Task Manager (Ctrl + Shift + Esc), finding "Windows Explorer" in the list, right-clicking it, and selecting "Restart".
    2. Check Background Tasks Infrastructure Service: Ensure that the Background Tasks Infrastructure Service is running. You can do this by:
      • Pressing Win + R, typing services.msc, and pressing Enter.
      • Finding "Background Tasks Infrastructure Service" in the list and ensuring it is set to "Automatic" and is currently running.
    3. Clear the Icon Cache: If the taskbar icons are blank, clearing the icon cache can help. Follow these steps:
      • Open Task Manager and end the task for "Windows Explorer".
      • Open a command prompt with administrative privileges and run the following commands:
             CD /d %userprofile%\AppData\Local
             DEL IconCache.db /a
        
      • Restart Windows Explorer again.
    4. Re-register Shell Experience Host: You can re-register the Shell Experience Host, which may resolve issues with the Start menu:
      • Open Windows PowerShell as an administrator and run:
             Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
      • Restart your computer after running the command.
    5. Check for Updates: Ensure that you have the latest updates installed, as subsequent updates may fix bugs introduced in the previous ones.
    6. Rollback the Update: If the issue persists, consider rolling back the recent update to see if that resolves the problem. You can do this through Settings > Update & Security > Windows Update > View update history > Uninstall updates.

    If you continue to encounter error 0xc1900101 while trying to reinstall updates, this may indicate a driver issue or hardware compatibility problem. Ensure that all drivers are up to date, especially for your GPU and other critical components.


    References:

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.