Skip to content
Follow
Windows

How to Hide the Virus & Threat Protection Section in Windows 11 Security app

Richard
Written by
Richard
Nov 16, 2022 Updated Jul 14, 2026 3 min read
How to Enable or Disable Microsoft Defender Cloud Protection
How to Enable or Disable Microsoft Defender Cloud Protection

Hiding the Virus & Threat Protection section in Windows 11 Security streamlines your view without turning off your antivirus.

The Windows Security app is your PC’s central hub for protection features. Editing the system’s registry allows you to remove the Virus & Threat Protection part from its display.

This trick can make the Security app look cleaner, especially if you use other security programs. It’s also helpful when setting up a PC for remote support. For instance, hiding this section provides a neater dashboard in Windows 11, version 23H2.

⚡ Quick Answer

You can hide the Virus & Threat Protection section by using the Local Group Policy Editor, the Windows Registry, or PowerShell. These methods involve enabling a specific policy or setting a registry value to lock the user interface for that section.

Why Hide or Disable Security Settings?

You can hide the Virus & Threat Protection section in the Windows Security app to prevent others from changing your security settings or if you are using a different antivirus program. When this section is hidden, its associated icon vanishes from the Windows Security dashboard, effectively locking that part of the interface.

Safety and Security Risks

Disabling Windows Defender or hiding its interface doesn’t necessarily stop the background service. If you fully disable real-time protection, your computer becomes vulnerable to malware, ransomware, and viruses. Always ensure you have a reliable third-party antivirus installed before turning off built-in protections.

Method 1Using Local Group Policy Editor

The Virus & Threat Protection section in the Windows Security app for Windows 11 can be hidden using the Local Group Policy Editor. This involves opening the editor and changing a specific setting that makes the section disappear from view.

  1. Press Win + R to open the Run dialog box. Type gpedit.msc and press Enter.
  2. Navigate to: Computer Configuration\Administrative Templates\Windows Components\Windows Security\Virus and threat protection
windows 11 edit group policy
windows 11 edit group policy

3. Double-click 'Hide the Virus and threat protection area'.

windows 11 hide the virus and threat protection area
windows 11 hide the virus and threat protection area

4. Select Enabled to hide the section, or Disabled to show it.

windows 11 hide the virus and threat protection area options
windows 11 hide the virus and threat protection area options

Method 2Using the Windows Registry

If you are comfortable making changes in the Windows Registry, you can hide the Virus & Threat Protection area in Windows 11 this way. This method involves opening the Registry Editor and either creating a new setting or modifying an existing one to conceal the section.

  1. Press the Windows key and R together to open the Run dialog box. Type regedit (the Registry Editor) and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protection
windows 11 virus and threat protection key
windows 11 virus and threat protection key

3. Right-click in the right pane, select New > DWORD (32-bit) Value, and name it UILockdown.

4. Set the value to 1 to hide the section, or to 0 to show it.

windows 11 hide or show virus and threat protection section
windows 11 hide or show virus and threat protection section

Restart your computer to apply the changes.

windows security app without virus and threat protection section
windows security app without virus and threat protection section

Method 3PowerShell Method

Keep in mind you'll need administrator privileges for this method.

1. Right-click the Start button and select Terminal (Admin).

2. To hide the area, run this command:

PowerShell
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protection" -Name "UILockdown" -Value 1

3. To show it again, change the value to 0.

Summary

Hiding the Virus & Threat Protection section in Windows 11 can be achieved using either the Group Policy Editor or the Windows Registry, providing methods to manage the security app's appearance.

Why does Windows Defender keep turning itself back on?

Windows Defender is designed to protect your system. If you do not have another antivirus installed, Windows will automatically re-enable real-time protection to ensure your PC remains secure against threats. Windows does this automatically to keep your PC safe, and you can't permanently disable it without changing specific policies.

Is it safe to disable Windows Defender permanently?

It is generally not safe to disable Windows Defender unless you have a high-quality third-party antivirus installed. Without active protection, your computer is exposed to malicious software, data theft, and system corruption. Always keep your security software active to maintain a safe computing environment.

How do I exclude specific files from Windows Defender scans?

Instead of disabling protection, you can add exclusions. Go to Windows Security Virus & threat protection Manage settings Exclusions. Click Add or remove exclusions and select the files, folders, or processes you want the antivirus to ignore during its regular system scans.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry
Protect Your Windows 11 with Microsoft Security
Windows Protect Your Windows 11 with Microsoft Security
How to Clear Windows Security History in Windows 11
Windows How to Clear Windows Security History in Windows 11
How to Hide or Show Family Options in Windows Security
Windows How to Hide or Show Family Options in Windows Security

0 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *