Jump to content
  • How to reset the Windows Security app to fix problems on Windows 11 and 10


    Karlston

    • 248 views
    • 3 minutes
     Share


    • 248 views
    • 3 minutes

    If the Windows Security app isn't working correctly, in this guide, I'll explain what you can do to fix it.

    On Windows 11 (or 10), the Windows Security app provides a central dashboard to manage and configure many security features available with the operating system, such as Microsoft Defender Antivirus, Device Security, and Firewall. 

     

    If the app doesn't start correctly, constantly crashes, or shows an error, you can reset it to resolve most issues through the Settings app and PowerShell. However, the instructions will be slightly different depending on whether you have a Windows 10 or 11 computer.

     

    In this how-to guide, I will walk you through the steps to repair problems affecting the Windows Security app on your computer.

    How to reset the Windows Security app on Windows 11

    On Windows 11, you can use the Settings app and PowerShell to fix problems with the Windows Security app. 

    From Settings app

    To fix problems with the Security app on Windows 11, use these steps:

     

    1. Open Settings.
    2. Click on System.
    3. Click the "System components" page on the right side.

     

    Windows 11 System components

    (Image credit: Mauro Huculak)

     

    1. Click the three-dot menu button next to the Windows Security app.
    2. Choose the "Advanced options" setting.

     

    Windows Security advanced options

    (Image credit: Mauro Huculak)

     

    1. (Option 1) Click the Repair button to reset the app without losing the app's data.
    2. (Option 2) Click the Reset button to reinstall the app.

     

    Windows 11 reset security app

    (Image credit: Mauro Huculak)

     

    • Quick note: In my experience, this option doesn't delete the app's manually configured settings.
    1. Click the Reset button again.

     

    Once you complete the steps, you should be able to relaunch the app without issues.

    From PowerShell

    To reset the Security app with PowerShell on Windows 11, use these steps:

     
    1. Open Start.
    2. Search for PowerShell, right-click the top result, and choose the Run as administrator option.
    3. Type the following command to reset the app and press Enter: Get-AppxPackage *Microsoft.Windows.SecHealthUI* | Reset-AppxPackage

     

    PowerShell reset Security app

    (Image credit: Mauro Huculak)

     

    After you complete the steps, the PowerShell command will reset the app to resolve any issue.

     

    In the command, I'm using the "Get-AppxPackage" to grab the app, and the "Reset-AppxPackage" instructs the system to reset the application.

    How to reset the Windows Security app on Windows 10

    On Windows 10, you can also use the Settings app and PowerShell, but the instructions will be slightly different.

    From Settings app

    To repair the Security app on Windows 10, use these steps: 

     

    1. Open Start.
    2. Search for Windows Security, right-click the top result, and choose the App settings option.

     

    Windows 10 open Security app settings

    (Image credit: Mauro Huculak)

     

    1. Click the Reset button to reinstall the app.

     

    Windows 10 reset Security app

    (Image credit: Mauro Huculak)

     

    Once you complete the steps, the reset process should fix the most common problems with the Windows Security app.

    From PowerShell

    To reset the Security app on Windows 10 through PowerShell, use these steps:

     

    1. Open Start.
    2. Search for PowerShell, right-click the top result, and choose the Run as administrator option.
    3. Type the following command to reset the app and press Enter: $manifest = (Get-AppxPackage *Microsoft.Windows.SecHealthUI*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

     

    PowerShell reset Windows 10 Security app

    (Image credit: Mauro Huculak)

     

    After you complete the steps, the PowerShell command will reset the app to resolve any issue.

     

    Although Windows 10 doesn't include the "Reset-AppxPackage" option, you can use the "Add-AppxPackage" option to register the Windows Security app.

     

    Source


    RIP Matrix | Farewell my friend  :sadbye:

     

    Hope you enjoyed this news post.

    Thank you for appreciating my time and effort posting news every single day for many years.

    2023: Over 5,800 news posts | 2024 (till end of August): 3,792 news posts


    User Feedback

    Recommended Comments

    There are no comments to display.



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...