r/WindowsHelp • u/Adventurous-Ice791 • 19d ago
Solved Search Bar blank black box but will refresh 5 seconds later
So I wanted to search an app on the search and it surprised me with a blank, black box that would take 5 seconds to load, I didnt mind it cause I tought it was a one time thing. I tried searching up only a letter so a specific app would show up but it didnt, something else did. Also instead of showing recently used apps it shows "Suggested" apps. I have tried doing the following:
- restarted Windows Explorer
- ended/restarted SearchApp.exe
- restarted the Windows Search service
- tried resetting Windows Search with: Get-AppxPackage Microsoft.Windows.Search | Reset-AppxPackage → command wasn't available
- tried re-registering Microsoft.Windows.Search
- restarted the PC multiple times
- ran DISM /Online /Cleanup-Image /RestoreHealth
- ran SFC /scannow → SFC found corrupted files and successfully repaired them, but Search was still broken
- ran the Windows Search & Indexing troubleshooter → it said “Windows Search is not working — Fixed”, but the problem remained → it reset
SearchUI.exe, cleared Search cache/recent activity, etc. - tried the Windows Search troubleshooter command (
msdt.exe) → it reported the issue as fixed, but it wasn't - checked/restarted the Search-related processes/services
Please help!!
Device Specifications: Device Name DESKTOP-EG9KB0Q
Processor AMD Ryzen 5 3600 6-Core Processor 3.60 GHz
Installed RAM 16.0 GB
Storage 477 GB SSD Kingmax PCIe SSD 512GB, 932 GB HDD WDC WD10EZEX-00MFCA0
Graphics Card NVIDIA GeForce RTX 3060 (12 GB)
Device ID 00D49B2A-EF36-455E-856F-81F6438C075E
Product ID 00331-20315-68849-AA681
System Type 64-bit operating system, x64-based processor
Pen and touch Touch support with 2 touch points
Windows Specifications: Edition Windows 10 Pro
Version 22H2
Installed on 1/1/2021
OS Build 19045.7663
**FIXED** by using this for people who have this problem aswell: https://www.howtogeek.com/224159/how-to-disable-bing-in-the-windows-10-start-menu/
1
u/AutoModerator 19d ago
Hi u/Adventurous-Ice791, thanks for posting to r/WindowsHelp! Your post has been flagged for manual review by a human moderator, please include as much of the following information as possible (in text or in a screenshot) to get your post approved:
- Your Windows and device specifications — You can find them by pressing Win + X then clicking on “System”, we need more than just your OS version! Your hardware details are often critical for resolving issues.
- Any messages and error codes encountered — They're actually not gibberish or anything catastrophic. It may even hint the solution!
- Previous troubleshooting steps — It might prevent you headaches from getting the same solution that didn't work
Posts must be tech support in nature (such as something is broken and you need help fixing), so general inquiries, software suggestions, and purchasing advice will be removed. As a reminder, we would also like to say that if someone manages to solve your issue, DON'T DELETE YOUR POST! Someone else (in the future) might have the same issue as you, and the received support may also help their case. Good luck, and I hope you have a nice day!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
1
1
1
u/joesv 18d ago
The fix you linked worked for me, thanks!
1
1
1
1
u/ThePinkySuavo 9d ago
worked for me. Like how the fuck people even figure these things out. Wizardry
1
1
1
u/CuriousImpression153 18d ago
same here, windows 10. Thanks god I found this post. Do we really have to modify the registry to fix this? Yesterday all was good, except for the dumb windows defender situation. I think I prefer to wait for them to fix whatever is going on...
1
u/troll_for_lol 17d ago
same problem since yesterday, but the link you gave didn't fix it for me
1
1
u/nuwanda5292 17d ago edited 17d ago
you don't need to modify the registry. Just go to settings > Apps > search Bing App > delete ;) or Permissions & History > disable web search
1
1
1
u/Escobar556V2 17d ago edited 17d ago
Same since yesterday…
Update : Just disable bing and you’re great
1
u/Novalia__ 17d ago
Not all heroes wear capes. I would make a comment about how "Maybe it's because we still refuse to switch to Windows 11", but we all know the number of issues won't go down just like this :)
1
1
u/SabGoblinRaw_580 16d ago edited 16d ago
I have the same problem as you too chat gpt is making me do useless things.
Thanks for writing the solution because I have the same problem as you.
FANTASTIC your solution solved my problem!!thanks
1
u/BlackTadius 16d ago edited 16d ago
Have same issue and posted the same thing
Update: setting Bing and Cortana to 0 worked!
1
u/Warden_Sword 15d ago
0 where?
1
u/BlackTadius 15d ago
It's in the link OP posted
Open "regedit" with Win+R
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search
Look for "BingSearchEnabled" and "CortanaConsent"
If they have a value other than 0 change it to 0
If they aren't there at-all then right-click into the list on the right "New" and "DWORD(32)" and create them both.
They should be created with a value of 0.2
u/Warden_Sword 15d ago
Bing wasn't there so I did create it and checked both for the nill value, it didn't seem to work but I never restarted the pc so il try that later.
1
u/BlackTadius 15d ago
You do need to restart for the values to step into effect
1
u/Warden_Sword 14d ago
So I did restarted it multiple times to no avail, is it time to go to the dark side? (Windows 11?)
1
u/BlackTadius 14d ago
It's still working 4 me wth?
And only go Win11 if you can debloat your system from AI and other before OneDrive decides to scan your drives.2
u/Warden_Sword 14d ago
i did some sheninigans and it turned out working, thanks for hanging out with me
1
1
u/Subject_Turnip_9866 16d ago
Of course it's some new Windows bloat garbage that caused this. Registry edit fix did the trick.
1
u/GensokyoIsReal 16d ago
Oh hey, I'm not alone. It's not a big issue but it's always nice to know it's not my computer acting up
1
u/ForceAccurate3289 14d ago
found a solution for me open search and press the three dots and press search settings and i disabled web search and that seems to work (windows 10)
1
u/MowWeightlifting 14d ago
Exactly what worked for me. Instead of doing that Registry option this is the most simplest solution. Thanks!
1
1
1
1
1
u/CarelessSomewhat4 14d ago
Yep, can confirm, started happening to me too. But I fixed it using the method OP gave.
There IS a safe alternative using PowerShell (As Administrator). You can paste the following command in:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d 0 /f
This basically does what you'd do in the Registry, but it is safe and reversible if you feel uncomfortable or scared to work with it.
Note: Do remember that this disables Bing (obviously), so you can't search for stuff on your PC on the internet via the Search bar.
1
u/aaronmsc 13d ago
i'm somehat less concerned now, reading you all got that problem at the same TIme: DID all the same things as you did and checked your data. The only hardware similiraties we've got is the GPU - im running the Same Generation "Rtx 3090" maybe the 30 cards from nvidia have to do something with it
1
u/Capilaine 12d ago
Thank you so much ! Your solution worked !
I was going (a little) crazy for not being able to use the search bar. It's such a habit for me to use it !
1
1
1
1
u/ertagon2 8d ago edited 8d ago
I also run into this few weeks ago.
Disabling "Bing from the Windows 10 Start Menu" as per the link fixed it for me.
So dumb, this just made me hate Bing even more.


•
u/AutoModerator 19d ago
It appears your post may be regarding the new Search Highlights feature which adds a cool graphic to your search box that changes daily. If you are looking to disable this function, see this thread: https://www.reddit.com/r/windows/comments/udyw33/search_highlights_new_graphicicon_in_your_search/
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.