F5F Stay Refreshed Software Operating Systems Service unavailable, no search results found.

Service unavailable, no search results found.

Service unavailable, no search results found.

F
ferobe
Junior Member
13
08-10-2021, 12:52 PM
#1
After upgrading to Windows 11 version 22h2, I noticed the WSearch service isn't launching properly. When attempting to start it, I received an "Error 5 Access Denied" message, along with a "Error 2: Failing to read the Description" alert. Examining the searchindexer.exe file revealed permission issues—Windows indicated it needed read access, but granting it resulted in denial. All related services remained operational. I attempted several fixes: reinstalled group policies and registry settings to default, ran SFC and DISM scans in both normal and safe modes (including recovery CMD), executed the ResetWindowsSearchBox.ps1 PowerShell script found online, and searched for solutions to Error 5 Access Denied and Error 2. Despite these efforts, no reliable resolution was found.
F
ferobe
08-10-2021, 12:52 PM #1

After upgrading to Windows 11 version 22h2, I noticed the WSearch service isn't launching properly. When attempting to start it, I received an "Error 5 Access Denied" message, along with a "Error 2: Failing to read the Description" alert. Examining the searchindexer.exe file revealed permission issues—Windows indicated it needed read access, but granting it resulted in denial. All related services remained operational. I attempted several fixes: reinstalled group policies and registry settings to default, ran SFC and DISM scans in both normal and safe modes (including recovery CMD), executed the ResetWindowsSearchBox.ps1 PowerShell script found online, and searched for solutions to Error 5 Access Denied and Error 2. Despite these efforts, no reliable resolution was found.

K
Kaisetsu
Senior Member
651
08-19-2021, 10:40 AM
#2
After updating to Windows 11 version 22h2, I noticed the WSearch service isn't starting properly. When attempting to launch it, it displays an "Error 5 Access Denied" message, along with "Error 2: Failing to read the Description." Examining the searchindexer.exe file revealed permission issues—it requires read access, but granting that permission still results in denial. All related services appear functional. I attempted to fix things by resetting group policies and registry settings to defaults, but the problem persisted. Performed SFC and DISM scans in both normal and safe mode, even using Recovery CMD. Executed the ResetWindowsSearchBox.ps1 PowerShell script found online, which also didn't resolve the issue. No clear solution was identified.
K
Kaisetsu
08-19-2021, 10:40 AM #2

After updating to Windows 11 version 22h2, I noticed the WSearch service isn't starting properly. When attempting to launch it, it displays an "Error 5 Access Denied" message, along with "Error 2: Failing to read the Description." Examining the searchindexer.exe file revealed permission issues—it requires read access, but granting that permission still results in denial. All related services appear functional. I attempted to fix things by resetting group policies and registry settings to defaults, but the problem persisted. Performed SFC and DISM scans in both normal and safe mode, even using Recovery CMD. Executed the ResetWindowsSearchBox.ps1 PowerShell script found online, which also didn't resolve the issue. No clear solution was identified.

O
omItzAlinXD
Member
57
08-19-2021, 06:54 PM
#3
Check for issues in the services list to identify the affected process or executable. If found, right-click and open the file location to verify its status. This suggests the service may be damaged or renamed, possibly due to a recent update. Rolling back the update could potentially resolve the problem.
O
omItzAlinXD
08-19-2021, 06:54 PM #3

Check for issues in the services list to identify the affected process or executable. If found, right-click and open the file location to verify its status. This suggests the service may be damaged or renamed, possibly due to a recent update. Rolling back the update could potentially resolve the problem.

B
BrainLetsPlay
Member
68
08-26-2021, 06:39 PM
#4
rollback can be quite challenging. I checked the service error and noted the path to searchindexer.exe. If it's broken, there’s no clear way to detect it without trying it.
B
BrainLetsPlay
08-26-2021, 06:39 PM #4

rollback can be quite challenging. I checked the service error and noted the path to searchindexer.exe. If it's broken, there’s no clear way to detect it without trying it.

N
noahtheniceguy
Junior Member
25
08-27-2021, 01:31 AM
#5
So you basically have this? Try: - Right Click on the the Start Menu - Windows Powershell ( A dmin) - Copy and paste that : Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
N
noahtheniceguy
08-27-2021, 01:31 AM #5

So you basically have this? Try: - Right Click on the the Start Menu - Windows Powershell ( A dmin) - Copy and paste that : Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

K
KateKitKat
Member
138
08-27-2021, 02:27 AM
#6
I suspect a similar issue occurred before. I’ll try again to resolve it.
K
KateKitKat
08-27-2021, 02:27 AM #6

I suspect a similar issue occurred before. I’ll try again to resolve it.

H
HitTheKodak
Member
201
08-27-2021, 02:43 AM
#7
Execute "chkdsk /r /f" for NTFS file system verification. Inspect security configurations for "c:\windows\system32\SearchIndexer.exe".
H
HitTheKodak
08-27-2021, 02:43 AM #7

Execute "chkdsk /r /f" for NTFS file system verification. Inspect security configurations for "c:\windows\system32\SearchIndexer.exe".

D
Dohndude
Member
186
08-27-2021, 03:24 AM
#8
I noticed no items in the security section, which is what bothers me. It seems the required permissions aren’t there, and I can’t even modify the advanced settings because of the access denied error 5.
D
Dohndude
08-27-2021, 03:24 AM #8

I noticed no items in the security section, which is what bothers me. It seems the required permissions aren’t there, and I can’t even modify the advanced settings because of the access denied error 5.

L
LewisS_1999
Member
100
08-28-2021, 12:06 AM
#9
Did you execute "chkdsk /r /f" via cmd.exe with admin rights? Proceed with the steps. The tool will examine your filesystem and disks for issues before the next startup. You’ll see the outcome in Windows Event Viewer (application log) once it completes.
L
LewisS_1999
08-28-2021, 12:06 AM #9

Did you execute "chkdsk /r /f" via cmd.exe with admin rights? Proceed with the steps. The tool will examine your filesystem and disks for issues before the next startup. You’ll see the outcome in Windows Event Viewer (application log) once it completes.

S
Serilium
Member
183
09-05-2021, 12:30 PM
#10
Windows examined the file system and detected no issues. No additional steps are needed.
S
Serilium
09-05-2021, 12:30 PM #10

Windows examined the file system and detected no issues. No additional steps are needed.