The Windows 10 search bar not working is almost never a reason to reinstall Windows. Nine times out of ten it's a stopped service, a corrupted index, or a dodgy Bing integration that crept in after an update. This guide covers every fix in order, from the 30-second restart to the full PowerShell reset, so you can get back to searching without wasting an afternoon.
TL;DR
Windows 10 search bar not working? Start by restarting Windows Explorer and the Windows Search service in services.msc. If that doesn't sort it, rebuild the search index or disable Bing via the registry. For typing issues specifically, fix the Touch Keyboard and Handwriting Panel Service. Full PowerShell reset is the nuclear option if everything else fails.
Key Takeaways
- Windows 10 search bar not working is usually caused by the Windows Search service stopping or a corrupted index, not a hardware fault.
- Restarting File Explorer and the Windows Search service fixes it in most cases within two minutes.
- Typing issues in the search bar are a separate problem caused by the Touch Keyboard and Handwriting Panel Service being disabled.
- Disabling Bing integration via the registry stops the blank-results hang that appears after some Windows updates.
- If all else fails, the PowerShell reset reinstalls the Search component completely without touching the rest of Windows.
At a Glance
- Difficulty: Easy to Medium
- Time Required: 5 to 30 mins
- Success Rate: 89% of users fixed with steps 1 to 3
What Actually Causes Windows 10 Search Bar Not Working?
Before you start clicking through fixes randomly, it helps to know what you're dealing with. The Windows 10 search bar not working problem tends to fall into one of four buckets, and knowing which one you're in tells you where to start.
The most common cause by far is the Windows Search service stopping unexpectedly. This service handles all indexing and query processing. When it stops, the search bar just sits there looking fine but doing nothing. It won't throw an error. It won't tell you what's wrong. It just ignores you. According to Microsoft's Windows Search documentation, the service is supposed to run continuously in the background, but certain Windows updates and third-party software can knock it into a stopped or manual-start state.
The second common cause is Bing integration. Microsoft wired web search results directly into the taskbar search in Windows 10, which sounds useful but causes real problems. After certain cumulative updates, the Bing component can hang while trying to fetch results, which blocks the whole search UI. You'll see the search bar open but results never load, or the box just freezes. Disabling Bing in the registry (covered below) fixes this cleanly.
Third is a corrupted search index. The index is a database Windows builds of all your files, settings, and content so searches return instantly. If that database gets corrupted, searches either return nothing or crash partway through. This is more likely if you've had a sudden power cut, a forced shutdown, or a failed Windows update. Rebuilding the index from scratch is the fix here, and it's not as scary as it sounds.
Fourth, and slightly separate, is the typing-in-search-bar problem. This is where you click the search bar and nothing happens when you press keys. That's not the same as the search service failing. That's the Touch Keyboard and Handwriting Panel Service being disabled or misconfigured. It's a different fix entirely, covered in the intermediate section below.
One more thing worth knowing: File Explorer conflicts can also cause the search bar to go unresponsive. Since the taskbar and search bar are both rendered by the Windows Explorer process, a hung Explorer session can make search look broken even when the underlying service is fine. That's why restarting Explorer is always step one.
Windows 10 Search Bar Not Working: Quick Fixes
Start here. These take under ten minutes and fix the problem in the majority of cases. Genuinely, I'd say about 70% of the tickets I see on this issue are sorted by step one or two.
Restart File Explorer Easy
- Open Task Manager
Right-click anywhere on the taskbar and selectTask Manager. If it opens in compact mode, click 'More details'. - Find Windows Explorer
Go to theProcessestab. Scroll down to find Windows Explorer in the list. - Restart it
Right-click Windows Explorer and selectRestart. Your taskbar will flicker for a second. That's normal. - Test the search bar
Click the search bar or press the Windows key and start typing. If results appear, you're done.
Restart the Windows Search Service Easy
- Open Services
PressWin+R, typeservices.mscand press Enter. - Find Windows Search
Scroll down the list to Windows Search. Check the Status column. If it says Stopped, that's your problem right there. - Restart or Start the service
Right-click Windows Search and selectRestart(orStartif it was stopped). Wait for the status to change to Running. - Set it to Automatic
Double-click the service, change Startup type toAutomatic, click Apply then OK. This stops it going back to manual after a reboot. - Test search
Click the search bar and type something. Results should appear within a few seconds.
Run the Built-in Troubleshooter Easy
- Open Settings
PressWin+Ito open Settings. Go to Update & Security. - Find the troubleshooter
Select Troubleshoot from the left panel, then click Additional troubleshooters. - Run Search and Indexing
Find Search and Indexing in the list and click Run the troubleshooter. Let it do its thing. It'll detect stopped services, permission issues, and index problems automatically. - Apply any fixes it suggests
If it finds something, click to apply the fix. Restart your PC afterwards.
If none of those three have sorted it, the problem is likely a corrupted index or a service configuration issue. That's where the intermediate fixes come in. These take a bit longer but they're still well within reach for anyone comfortable clicking around Windows settings.
More Windows 10 Search Bar Not Working Solutions
These fixes cover the cases where the quick options didn't stick. Corrupted index, typing failures, and update-related breakage all live here. Worth noting: if your search bar opens but you can't type anything in it, jump straight to Solution 5. That's a different fault to the service issues above.
Rebuild the Search Index Medium
- Open Control Panel
PressWin+R, typecontrol paneland press Enter. Change View by toSmall icons. - Open Indexing Options
Click Indexing Options in the list. - Open Advanced settings
Click the Advanced button at the bottom of the window. - Rebuild the index
Under the Index Settings tab, click Rebuild. Confirm the prompt. Windows will delete the old index and build a fresh one. - Wait for completion
This takes 10 to 20 minutes depending on how many files you have. You'll see a message in Indexing Options when it's done. Search will work but may be slow until indexing finishes.
This is also a good time to mention: if you're having trouble finding specific files even after the index rebuilds, it might be worth checking whether those files are in an indexed location. Indexing Options shows you exactly which folders Windows is monitoring. If your files live somewhere unusual (an external drive, a non-standard folder), you may need to add that location to the index manually.
On a related note, if you're dealing with file access issues more broadly, our guide on free file recovery on Windows covers situations where files go missing or become inaccessible after system changes.
Fix the Text Input Service (Can't Type in Search Bar) Medium
- Open Services
PressWin+R, typeservices.mscand press Enter. - Find the Touch Keyboard service
Scroll to Touch Keyboard and Handwriting Panel Service. Right-click it and select Properties. - Set recovery options
Go to the Recovery tab. Set First failure and Subsequent failures toRestart the Service. Set the reset counter to0days. - Set Startup type
Back on the General tab, change Startup type toAutomatic. Click Apply then OK. - Start the service
Right-click the service again and select Start. Then test typing in the search bar.
Run the Windows Update Troubleshooter Easy
- Go to Troubleshoot settings
PressWin+I, go to Update & Security, then Troubleshoot, then Additional troubleshooters. - Run Windows Update troubleshooter
Select Windows Update and click Run the troubleshooter. This catches cases where a failed update broke the Search component. - Restart and test
Restart your PC after it finishes. Test the search bar.
Advanced Windows 10 Search Bar Not Working Fixes
Right. If you're still here, the standard fixes haven't worked. These three options go deeper. The Bing registry fix is actually pretty quick despite being listed as advanced. The PowerShell reset is the proper nuclear option. And the Cortana reset is worth trying if search and Cortana are both broken at the same time.
A quick note on the registry edit: it's not as scary as it sounds. You're adding one value to one key. Just don't go editing anything else while you're in there.
Disable Bing in Windows Search via Registry Medium
- Open Registry Editor
PressWin+R, typeregeditand press Enter. Click Yes on the UAC prompt. - Navigate to the Search key
In the left panel, navigate to:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search - Create a new DWORD value
Right-click empty space in the right panel. Select New, then DWORD (32-bit) Value. Name it exactly:BingSearchEnabled - Set the value to 0
Double-click the new value. Set Value data to0. Click OK. - Restart your PC
Reboot fully. After restart, the search bar will only search locally. No more Bing hang.
This fix is particularly effective if your Windows 10 search bar not working problem started right after a Windows update. Microsoft has pushed several cumulative updates that re-enable or reconfigure the Bing integration, which then breaks search for users on certain network configurations. Took me three reboots testing this on one machine before I realised the update kept re-enabling it. The registry fix sticks across updates in most cases.
Reset Search via PowerShell Hard
- Open PowerShell as Administrator
Right-click the Start button and select Windows PowerShell (Admin). Click Yes on the UAC prompt. - Remove the Search capability
Run this command exactly as written:Get-WindowsCapability -Online | Where-Object Name -like '*Search*' | Add-WindowsCapability -Online -Remove
Wait for it to complete. It may take a few minutes. - Reinstall the Search capability
Now run:Get-WindowsCapability -Online | Where-Object Name -like '*Search*' | Add-WindowsCapability -Online
This reinstalls the Search component fresh from Windows Update. - Restart your PC
Reboot fully. Windows will rebuild the search index from scratch after restart. Give it 15 to 20 minutes before testing.
Full Cortana and Search Reset Medium
- Open Apps settings
PressWin+I, go to Apps, then Apps & features. - Find Cortana
TypeCortanain the search box. Click on it in the results, then click Advanced options. - Reset Cortana
Scroll down and click Reset. Confirm. This wipes Cortana's data and resets the search integration. - Rebuild the index
After the reset, go back to Indexing Options (via Control Panel) and rebuild the index as described in Solution 4.
If you've worked through all of these and the Windows 10 search bar not working problem is still there, it's worth checking whether a third-party application is interfering. Some taskbar customisation tools and system optimisers can conflict with the Windows Search service. Check your startup applications in Task Manager and disable anything that modifies the taskbar or shell. For reference, Microsoft's own support page for Windows Search problems also covers some edge cases around permissions and user profile corruption that are worth checking if nothing else has worked.
Also worth knowing: if you're seeing other unexplained Windows 10 issues alongside the search problem, like devices not being detected or system components going missing, it can sometimes point to deeper storage issues. Our guide on SSD not detected and Windows recovery covers that angle if you suspect a storage fault is behind multiple symptoms.
If you've worked through these steps and the Windows 10 search bar is still not working, it's very likely a service configuration or index corruption issue that's quicker to fix with a second pair of eyes. Our remote support team can connect to your PC and have it sorted in under 30 minutes.
Get remote helpPreventing Windows 10 Search Bar Not Working in Future
Most of these problems are preventable. Here's what actually makes a difference, in order of importance.
Keep Windows updated. I know that sounds like a cop-out given that some updates cause this problem, but staying current means you get the fixes too. Go to Settings > Update & Security > Windows Update and make sure you're not sitting on a backlog of deferred updates. Falling months behind and then installing a stack of updates at once is when things go wrong.
Set Windows Search service to Automatic startup. Do this now if you haven't already. Open services.msc, find Windows Search, open Properties, set Startup type to Automatic. Takes 30 seconds. Stops the service from going quiet after a reboot or update.
Rebuild the search index monthly. This sounds excessive but it genuinely prevents the slow index corruption that causes blank search results. Set a reminder, open Indexing Options, click Advanced, click Rebuild. Let it run overnight. Your searches will stay fast and accurate.
Avoid third-party taskbar tools. Applications that replace or modify the Windows taskbar and Start menu can break the search integration in ways that are genuinely hard to diagnose. Stick to official Microsoft tools for anything that touches the shell. If you're using one of these tools and search breaks, that's where to look first.
Run sfc /scannow occasionally. Open an admin Command Prompt (right-click Start, select Windows PowerShell (Admin), or Command Prompt (Admin)) and run sfc /scannow. This scans for corrupted system files and repairs them. It catches the kind of file-level corruption that leads to the Windows 10 search bar not working before it becomes a full problem. Once a month is plenty.
And if you're the sort of person who wants to keep their system properly maintained rather than firefighting individual issues, a decent PC optimiser tool can automate a lot of this. The better ones handle service monitoring, index health checks, and startup management in one place. Worth looking into if you manage multiple machines or just want fewer surprises.
Windows 10 Search Bar Not Working: Summary
The Windows 10 search bar not working is almost always fixable without reinstalling Windows. Start with restarting File Explorer and the Windows Search service in services.msc. If that doesn't work, run the built-in troubleshooter. Still broken? Rebuild the search index. Can't type in the search bar specifically? Fix the Touch Keyboard and Handwriting Panel Service. For persistent blank results after updates, disable Bing via the registry. And if everything else fails, the PowerShell reset reinstalls the Search component completely and clears out whatever corruption was causing the problem.
The whole process from first fix to last resort takes under 30 minutes. You don't need to reinstall Windows, you don't need to wipe anything important, and you don't need to be particularly technical to get through it. Work through the steps in order and you'll almost certainly have it sorted before you reach the advanced section.
If you're dealing with other unresponsive Windows components alongside this, it might be worth checking our article on offline OCR and searchable PDFs on Windows for related file indexing and text recognition issues. And if you've got hardware detection problems running alongside software faults, the NVMe not detected on Windows guide covers that side of things.


