Like every other tool, the Windows Security app can sometimes show you an error and fail to run the scan.

If you’ve been recently dealing with problems related to Windows security, you should reset it. Here are the best ways to reset the Windows Security app.

1. Reset Windows Defender via PowerShell

You can utilize the PowerShell app to reset the Windows Security/Defender app. Here’s what you need to do.

1. Click on the Windows 11 search and type PowerShell. Right-click on PowerShell and select Run as administrator.

PowerShell

2. In the PowerShell window, type in the following command and press Enter.

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

type in the following command

3. Now, wait for a few seconds until the scan completes.

Once the reinstallation part is complete, restart your Windows 11 computer. After the restart, you can run Windows Security without any issues.

2. Reset Windows Security via Settings

One of the easiest ways to reset the Windows Security app is from the Settings. Here’s what you need to do.

1. Click the Windows 11 Start button and select Settings.

Settings

2. Click on the Apps on the left pane of the Settings app.

Apps

3. On the right, click on the Installed Apps option.

Installed Apps

4. On the Installed apps, scroll down and find Windows Security. Next, click on the three dots beside Windows Security.

three dots

5. From the list of options that appears, tap on the Advanced options.

Advanced options

6. On the Advanced options, click on the Reset button.

Reset

This is how you can reset the Windows Security application from the Windows 11 Settings.

3. Reset the Windows Security App using CMD

Like PowerShell, you can use the Command Prompt utility to reset the Windows Security app. To do that, follow the steps we’ve outlined.

1. Type CMD on the Windows 11 Search. Right click on the CMD and select Run as administrator.

CMD

2. When the Command Prompt opens, paste the command and press Enter.

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *Microsoft.Windows.SecHealthUI*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

paste the command

After executing the command, restart your PC and launch the Windows Security app. This will reset the Windows Security app.

Also read: How To Remotely Control Another PC Without Any Tool

These are the best ways to reset Windows Security in Windows 11. You should reset the security tool if you’re facing problems with it. If you need more help, let us know in the comments below.

LEAVE A REPLY

Please enter your comment!
Please enter your name here