Few Windows 11 problems are as instantly maddening as a broken Start menu search. You press the Windows key, type the name of an app you use every day, and the results pane stays blank — or shows nothing useful from your own files. We get this one in for repair every week, from customers in Stockbridge, Tollcross and as far out as Linlithgow. The good news is that Windows Search is almost always recoverable without reinstalling Windows. This guide walks you through the fixes we run on the bench, in roughly the order we try them.
If you'd rather not poke around the system yourself, our remote support team can take a look over a secure session, often in the same afternoon.
Why Windows Search Breaks in the First Place
The search bar in Windows 11 is the visible face of two things working together: the Windows Search service (which handles the live query) and the search index (a database of file and email locations that the service queries against). When one of them stops, results disappear. Common triggers include a hung background process after sleep, a failed Windows Update, a corrupted index file after an unexpected shutdown, third-party security software interfering with the indexer, and — occasionally — malware that disables system services to hide its tracks.
Restart the Windows Search Service
The fastest possible fix and the one that solves around half of the cases we see. Right-click the Start button, choose Task Manager, switch to the Services tab and scroll to WSearch. Right-click it and pick Restart. Wait ten seconds, then press the Windows key and try a search.
If that doesn't work, open the Services console properly: press Windows + R, type services.msc and press Enter. Find Windows Search, double-click it, make sure Startup type is set to Automatic (Delayed Start), then click Stop, wait, and click Start again. While you're there, do the same for the Background Tasks Infrastructure Service — search depends on it.
Run the Built-In Search Troubleshooter
Microsoft ships a search-specific troubleshooter that handles a surprising number of registry and permission problems. Open Settings > System > Troubleshoot > Other troubleshooters and run Search and Indexing. Tick the boxes that match your symptom — typically "Files don't appear in search results" and "My problem isn't listed above" — and let it complete. A reboot afterwards is sensible even if it doesn't ask for one.
Rebuild the Search Index
If results are wrong, missing, or stale, the index itself is probably corrupt. Press the Windows key, type indexing options, and open it (if the search still works enough to find it — otherwise reach it via Control Panel > Indexing Options). Click Advanced, then Rebuild. Windows warns you this can take a while; on a modern SSD with the default locations it's usually 15 to 45 minutes, and far longer on a mechanical hard drive. Leave the PC plugged in and don't sleep it during the rebuild, or you'll be starting again.
While you're in Indexing Options, click Modify and check that the folders you actually search — Documents, Desktop, OneDrive — are ticked. Customers in Penicuik who'd moved their files to a secondary drive often find that the new drive simply wasn't being indexed.
Repair Search via PowerShell
If the troubleshooter and a rebuild don't help, re-register the Search app itself. Right-click the Start button, open Windows Terminal (Admin) or PowerShell (Admin), and paste:
Get-AppxPackage Microsoft.Windows.Search | Reset-AppxPackage
If that returns an error on your build, the older command still works on most Windows 11 installations:
Get-AppxPackage -AllUsers Microsoft.Windows.Search | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart the PC after either command. This re-registers the Search UI without touching your files. If you'd rather not work in PowerShell, our software troubleshooting team in Edinburgh can do it for you.
Check for Windows Updates and System File Damage
A surprising number of Search faults turn out to be a pending Windows Update that won't install cleanly. Open Settings > Windows Update, click Check for updates, install everything offered, and reboot. After that, open an admin terminal and run:
sfc /scannow
followed by:
DISM /Online /Cleanup-Image /RestoreHealth
Both commands repair damaged Windows system files, and Windows Search is one of the first features to break when those files are missing. Reboot one more time and test the search bar.
Reset Windows Search via Settings
Windows 11 has a hidden one-click reset for Search hidden inside Settings. Open Settings > Privacy & security > Searching Windows, scroll right to the bottom and look for an option labelled Reset or run the script Microsoft links to from that page. It clears your search history, dumps the index and re-creates Search's local data without affecting your files. It's a heavier hammer than a rebuild, but it works when nothing else has.
Rule Out Malware
If Windows Search keeps breaking again every few days, something on the system is interfering with it. Disable any non-Microsoft antivirus temporarily and re-test — third-party security suites occasionally hold the indexer's files open. Then run a full scan with Windows Security > Virus & threat protection > Scan options > Full scan. Customers in Stirling have brought us machines where a hijacked browser extension had quietly disabled the Search service to hide pop-ups. If a full scan flags anything serious, our virus and malware removal service will give the PC a proper clean before you trust it with banking or email again.
When to Bring Your PC to a Specialist
If Search still won't work after the steps above, the underlying Windows install is usually the problem — registry damage, a broken user profile, or filesystem corruption that sfc can't repair. Sometimes the cleanest fix is an in-place repair install or, in stubborn cases, a full OS reinstallation that preserves your files. We do both in our Edinburgh workshop and can usually have the machine back to you within a day or two.
If you'd like us to handle it from the start, book a repair online and tell us "Search won't work" in the notes — we'll come prepared.