I looked into this issue, and it has actually happened to me and other friends as well. I believe it is a widespread problem.
Some users report that the solution below might help:
- Type "Powershell " in the Search Bar > Right-click on the app > Select ''Run as administrator''.
- Type the commands below:
ATTENTION: Type exactly the same commands described below > When typing the first command, press ENTER > Wait for the command to complete > Run the next command in the list.
New-Item -Path "HKCU:\Software\Policies\Microsoft\Windows\Explorer" -Force
Set-ItemProperty -Path "HKCU:\Software\Policies\Microsoft\Windows\Explorer" -Name "DisableSearchBoxSuggestions" -Value 1 -Type DWord -Force
- Restart the computer.
This disables Search Box Suggestions, as the user in the other answer mentioned.