Hi Chris,
Your problem might be due to an indexing error or a frozen Windows Search device. The cause could be a folder loading issue. Try the following methods:
Method 1: Press Windows + R, then type services.msc. Find Windows Search, right-click and click restart.
Method 2: Restart the Search process. Press Ctrl + Shift + Esc to open Task Manager -> Details tab -> Find SearchHost.exe, then right-click and click End task.
Method 3: Open PowerShell and run:
Get-AppxPackage -Name MicrosoftWindows.Client.CBS | Reset-AppxPackage
The last method is to go to C:\Users\<YourUser>\AppData\Roaming\Microsoft\Windows\Search (replace your user folder name in the "YourUser>" field). Delete the Data folder, then restart your computer. Windows will then recreate the index from scratch (completely clean).
If this helps resolve your issue, feel free to mark the answer so others can benefit as well.
Have a nice day!
TV