Open in App
  • Local
  • U.S.
  • Election
  • Politics
  • Crime
  • Sports
  • Lifestyle
  • Education
  • Real Estate
  • Newsletter
  • Windows Central

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

    By Mauro Huculak,

    20 hours ago

    https://img.particlenews.com/image.php?url=1xK2PQ_0vHFgzvV00

    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.

    https://img.particlenews.com/image.php?url=3WWQys_0vHFgzvV00

    (Image credit: Mauro Huculak)
    1. Click the three-dot menu button next to the Windows Security app.
    2. Choose the "Advanced options" setting.

    https://img.particlenews.com/image.php?url=22VwOm_0vHFgzvV00

    (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.

    https://img.particlenews.com/image.php?url=2L2qQs_0vHFgzvV00

    (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

    https://img.particlenews.com/image.php?url=1hcne5_0vHFgzvV00

    (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.

    https://img.particlenews.com/image.php?url=0yrqtA_0vHFgzvV00

    (Image credit: Mauro Huculak)
    1. Click the Reset button to reinstall the app.

    https://img.particlenews.com/image.php?url=0HR8Wn_0vHFgzvV00

    (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

    https://img.particlenews.com/image.php?url=0eEIOH_0vHFgzvV00

    (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.

    More resources

    For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

    Expand All
    Comments / 0
    Add a Comment
    YOU MAY ALSO LIKE
    Most Popular newsMost Popular

    Comments / 0