Share via

Taskbar file searcher won't open?

Jackie 20 Reputation points
2026-02-28T08:26:15.36+00:00

When I click the file searcher on my taskbar, it opens the window for a second and then closes itself. I have restarted my PC a number of times attempting to fix this, as well as restarting the Search functions in Task Manager and Settings.

I am running Windows 10.

Windows for home | Windows 10 | Cortana and search
{count} votes

Answer accepted by question author
  1. John DeV 158.6K Reputation points Independent Advisor
    2026-02-28T09:12:16.08+00:00

    Hi, good day!

    • When was the last time it worked properly?
    • Have you made any changes to your computer recently?
    • What is your Windows operating system and version? Press Windows key+R to open Run then type: winver Press Enter Please take a screenshot of the resulting window and post it in your next response. Note: Don't include any personal information or sensitive data as Microsoft Q&A is a public forum.

    Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca

    Repair all Windows apps via PowerShell

    Windows key+X then select Windows PowerShell (Admin)

    Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
    
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    Restart your computer

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    1 person found this answer helpful.

0 additional answers

Sort by: Most 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.