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 Sep 15, 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 the Windows 11 Security app removes that specific tile from your dashboard without turning off your actual antivirus protection. This tweak works on Windows 11 version 23H2 and newer to help simplify the security screen when you use alternative security software or set up a PC for someone else.

Advertisement
⚡ 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.

Advertisement

Why Hide or Disable Security Settings?

Hiding the Virus & Threat Protection section in the Windows Security app (the central dashboard for your PC safety tools) prevents other users from changing important safety settings on your computer. People often use this feature when running a third-party antivirus program or when sharing a PC with family members or coworkers.

Safety and Security Risks

Hiding the interface of Windows Defender (the built-in Windows security software) doesn’t stop its background service entirely. Real-time protection keeps the PC safe from malware, ransomware, and viruses, so third-party software must be active before touching built-in settings.

Method 1Using Local Group Policy Editor

The Local Group Policy Editor (a tool for managing system settings and configurations) lets you hide virus protection in Windows 11 by turning on a single system rule. This method works well on Windows Pro and Enterprise editions to lock down the security dashboard and prevent unauthorized changes.

  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
Advertisement
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

The Windows Registry (a hierarchical database storing low-level operating system settings) lets you hide virus protection in Windows 11 by creating a specific DWORD value. This approach provides a reliable alternative for users on Windows Home editions where the group policy editor is not available.

1. Press the Windows key and R together to open the Run dialog box. Type regedit (the Registry Editor) and press Enter.

Advertisement

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 an empty space 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 the computer to apply the changes.

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

Method 3PowerShell Method

PowerShell (a command-line shell for system administration) lets you hide virus protection in Windows 11 by running a single command with administrator rights. This approach offers the fastest way to lock down the security dashboard without manually clicking through registry keys or group policy menus.

  1. Right-click the Start button and select Terminal (Admin) to open a command-line interface with elevated rights.
  2. To hide the area, run this command:
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.

Advertisement

Summary

Hiding the Virus & Threat Protection section in Windows 11 works through either the Group Policy Editor or the Windows Registry, offering flexible ways to manage the security app's appearance.

Why does Windows Defender keep turning itself back on?

Windows Defender protects the system by default. If another antivirus is absent, Windows automatically re-enables real-time protection to secure the PC against threats. Windows does this automatically to keep the hardware safe, and users cannot permanently disable it without changing specific policies.

Is it safe to disable Windows Defender permanently?

Disabling Windows Defender remains unsafe unless a high-quality third-party antivirus is installed. Without active protection, computers sit exposed to malicious software, data theft, and system corruption. Keeping security software active maintains a safe computing environment.

How do I exclude specific files from Windows Defender scans?

Users can add exclusions instead of disabling protection entirely. Go to Windows Security Virus & threat protection Manage settings Exclusions. Click Add or remove exclusions and select the files, folders, or processes the antivirus should ignore during 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.

Advertisement

📚 Related Tutorials

Protect Your Windows 11 with Microsoft Security
Windows Protect Your Windows 11 with Microsoft Security
How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry
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 *