Share via

Can't type in search bar Windows 10

Anonymous
2015-10-13T04:21:24+00:00

After I updated to Windows 10 the search box on the taskbar was working.

A few days later I discovered that I couldn't search anything from this box.

If you have fixed this or know how to fix please share your knowledge as I rely on the search box.

-AnonymousFellow

Windows for home | Windows 10 | Cortana and search

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2017-03-01T16:35:00+00:00

    Hello guys and search for a solution for this problem and its was the simple of things.

    I don´t know why it works but try it and tell if it works for you guys too.

    1. Press Win + R (to open Run )
    2. copy paste and press enter to run this program. "C:\Windows\system32\ctfmon.exe". it brings back the language bar and for me it allowed me to type in windows search, start menu and WINDOWS 10 apps again

    I think it is due to missing Language bar or some think like that.

    But when you restart it may stopped working again, just create a task to run this program every time you start the windows and your good to go.

    Best regards.

    11100+ people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2015-10-13T09:58:21+00:00

    Hi,

    Thank you for posting your query in Microsoft Community.

    I understand that you are having a tough time working on the computer.

    I will certainly help you to resolve the issue.

    • Do you receive any error code/message?
    • Is there are any update pending or failed to install?

    If any of these functions like Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center and other Windows components are not responding, follow these below methods and check if it helps: 

    Method 1:

    • Press Windows + X keys on the keyboard, select Command prompt (admin).
    • Enter the below commands one by one and hit Enter key. PowerShell -ExecutionPolicy Unrestricted
    • It will open the PowerShell window.
    • Now enter the below command and hit Enter key. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    If the issue still persist, follow the below method.

    Method 2:

    • Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC.
    • Click File > Run New Task
    • Make sure you have a check mark beside “Create this task with administrative privileges”
    • Type Powershell
    • Type the following in the Powershell prompt:

    $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

    • Close the Powershell window
    • Reboot the computer and check if it helps.

    Hope it helps.

    Let us know the status, we are glad to assist you further.

    2200+ people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2017-06-24T14:19:43+00:00

    you must type in cmd the next command: 

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ctfmon /t REG_SZ /d CTFMON.EXE

    2 people found this answer helpful.
    0 comments No comments

443 additional answers

Sort by: Most helpful
  1. Anonymous
    2015-10-14T02:47:00+00:00

    Hi,

    Let us try to run System File Checker (SFC Scan) as this could be an issue with corrupt system files.

    System File Checker is a utility in Microsoft Windows that allows users to scan for and restore corruptions in Windows system files

    Perform System File Check (SFC), and then check if this fixes the issue.

    Follow the steps:

    1. Press Windows Key + X.
    2. Click on Command prompt (Admin).
    3. In Command prompt, type ‘sfc /scannow’ without quotes and hit Enter.

    Also see: **http://support.microsoft.com/kb/929833** 

    Also applies to Windows 10.

    For issues with Windows update, I suggest you to manually reset the Windows Updates Components and check.

    a) Press Windows Key + X on the keyboard and then select “Command Prompt (Admin)” from the menu.

    b) Stop the BITS, Cryptographic, MSI Installer and the Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    c) Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 Catroot2.old

    d) Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Type the following commands in the Command Prompt for this. Press the ENTER key after you type each command.

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    e) Type Exit in the Command Prompt to close it.

    Now you may try running the Windows Updates and check whether able to install the update.

    Hope it helps.

    40+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2015-10-13T22:18:10+00:00

    Hi,

    I completed the first method but didn't seem to fix it

    Method 2 gave me an error message "Windows cannot find '$manifest'. Make sure you typed the name correctly, then try again"

    I don't receive any error codes/messages when I try and type in the search bar.

    I have 2 updates (KB3074678 with the Error 0x80246008 and KB3074686 with the Error 0x80246008) that will not install after multiple attempts.

    Thanks,

    -AnonymousFellow

    30+ people found this answer helpful.
    0 comments No comments