How to Tweak SmartScreen Filters in Windows 11
How to Tweak SmartScreen Filters in Windows 11
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
Key Takeaways
- Microsoft Defender SmartScreen is enabled by default in Windows and provides reputation-based protection against malicious apps and websites. It can be disabled if it mistakenly blocks safe files.
- SmartScreen is also a part of Microsoft Edge’s security settings and can be turned off or on from the browser’s settings menu. It helps protect against phishing sites and blocks potentially unwanted apps.
- SmartScreen can be turned off or on using various methods, including the Windows Security settings, Microsoft Edge settings, Internet Properties dialog, Registry Editor, and Group Policy Editor. It is recommended to enable SmartScreen for added PC security.
Microsoft Defender SmartScreen is part of the Windows Security solution. It helps you protect against common threats by warning against downloading or installing potentially malicious files from other computers.
SmartScreen is enabled by default in Windows. However, sometimes, you may want to disable the feature if it identifies and blocks genuine apps and files as malicious. Fortunately, you can disable SmartScreen easily. Here, we show you how to disable the SmartScreen filter in Windows.
How Does Windows SmartScreen Filter Work?
SmartScreen relies on reputation-based protection to protect your device from malicious or potentially unwanted apps and websites.
When enabled, SmartScreen screens your downloads against known suspicious sites and developers. When a match is found, it blocks the download or site access and warns the user about the action taken.
You can configure it to block apps and files by checking unrecognized apps and files from the web. It can also protect you from Microsoft Store and third-party sourced apps that are low on reputation and known to cause unexpected behavior.
SmartScreen is also part of Microsoft Edge’s security settings . When enabled, it helps protect your computer against malicious and phishing sites and block downloads.
SmartScreen is enabled by default on all the Windows OS running systems. However, some experienced users may find the feature annoying as it can block safe apps, requiring additional steps to run the setup.
While we recommend you always turn the SmartScreen filter on, you can disable it easily from the Windows Security settings. Here’s how to do it.
1. How to Turn Off SmartScreen Using Windows’ Security Settings
The easiest way to turn off SmartScreen is via the Windows Settings panel. You can configure all the aspects of your system security from the Windows Security panel. Here’s how to do it.
- Press Win + I to open Settings.
- Open the Privacy and Security tab in the left pane.
- Click on Windows Security.
- Next, click on Open Windows Security.
- Open the App & browser control tab in the left pane.
- Click on Reputation-based protection settings under Reputation-based protection.
- Here, you’ll find four different SmartScreen filters you can individually enable or disable. If you want to turn off the filter for files and executables, turn off Check apps and files and Potentially unwanted app blocking filters. The other two filters are for Microsoft Edge and Microsoft Store apps.
- If you want to turn off SmartScreen completely, disable all four filters.
When you have difficulty accessing the Windows Security window, refer to our troubleshooting guide to fix a blank Windows security screen .
If any of the SmartScreen filters are grayed out with the message “this setting is managed by your administrator,” you must contact your administrator or try another method.
2. How to Disable SmartScreen for Microsoft Edge
Microsoft Edge has a built-in option to enable and disable Microsoft Defender SmartScreen. Here’s how to access it:
- Launch Microsoft Edge and click the three-dots menu icon in the top right corner.
- Click on Settings.
- Open the Privacy, search, and services tab in the left pane.
- Scroll down to the Security section.
- Toggle the switch for Microsoft Defender SmartScreen to turn it off. This will disable the Block potentially unwanted apps option as well.
- If you choose to enable SmartScreen again, you must manually enable the Block potentially unwanted apps feature.
Additionally, you can disable SmartScreen for Microsoft Edge using the Windows Security app and Registry Editor. Here’s how to do it.
Disable Microsoft Edge SmartScreen Using Windows Security
Microsoft Edge SmartScreen is for your browsing safety against phishing and malware sites and software you download. Unless an administrator manages it, you can turn it off.
- Press Win + R to open Run.
- Type windowsdefender:// and click OK to open the Windows Security app.
- Open the App & browser control tab in the left pane.
- Next, click the Reputation-based protection settings link under Reputation-based protection.
- Toggle the switch for SmartScreen for Microsoft Edge to turn off Microsoft Defender SmartScreen for the Edge browser.
Disable SmartScreen for Microsoft Edge Using Registry Editor
Editing the registry entry is an alternative (but more complicated) method to disable the SmartScreen for the Edge browser permanently.
- Press Win + R to open Run.
- Type regedit and click OK to open Registry Editor.
- Next, navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled
- In the right pane, right-click on the Default value and select Modify.
- Type 1 in the Value data field and click OK to save the changes.
- You may need to restart your computer to see the changes live.
3. How to Turn Off Windows Defender SmartScreen Using Internet Properties
You can turn on or off Windows Defender SmartScreen using the Internet Properties dialog in Windows 10. Also known as Internet Options, it lets you configure security and access settings, add-ons, Active-X controls, and more.
Follow these steps to turn off SmartScreen using Internet Options:
- Press Win + R to open Run.
- Type control and click OK to open the Control Panel.
- Click on Network and Internet.
- Next, click on Internet Options.
- In the Internet Properties window, open the Advanced tab.
- Scroll down to the Security section.
- Uncheck the Enable Windows Defender SmartScreen option.
- Click Apply and OK to save the changes.
On a newer version of Windows, including Windows 11, you may not find any option to enable or disable Windows Defender SmartScreen in Internet Properties.
4. How to Enable or Disable SmartScreen Using Registry Editor
You can also turn the Windows Defender SmartScreen on or off using the Registry Editor. Useful if you cannot access it from the Settings app or Internet Properties.
Note that incorrect modification to the registry entries can cause system malfunction. Therefore, create a restore point before proceeding with the steps below.
Press Win + R to open Run.
Type regedit and click OK to open the Registry Editor. Click Yes if prompted by UAC to grant administrative privilege.
In the Registry Editor, navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SystemIn the right pane, locate the EnableSmartScreen filter value. You will need to create a new value if no value is found.
To create a new value, right-click on the System key and select New > DWORD (32-bit) Value.
Rename the value as EnableSmartScreen.
Next, right-click on the EnableSmartScreen value and select Modify.
Type 0 in the Value data field and click OK to save the changes.
To enable the SmartScreen filter, type 1 in the Value data field and click OK.
Close the Registry Editor and restart your PC to apply the changes.
You can further tweak the registry to create a new String Value to set the blocking level to Warn or Block. Using Warn will show a SmartScreen warning with an option to proceed. In contrast, the Block option will show a warning and block the app from running on your computer.
To set a new ShellSmartScreenLevel String Value in Registry Editor:
- Right-click on the System subkey and select New > String Value. Rename the value as ShellSmartScreenLevel.
- Next, right-click on ShellSmartScreenLevel and select Modify.;
- Type Warn or Block depending on what you want the SmartScreen Level to do. Click OK to save the changes and exit Registry Editor.
5. How to Turn the SmartScreen Filter On or Off Using the Group Policy Editor
If you want to manage the SmartScreen filter for multiple computers at your organization, you can use the Group Policy Editor to do this task.
Note that Group Policy Editor is only available on Windows Pro, Edu, and Enterprise editions of the OS. If you are using Home, explore our guide to enable Group Policy Editor on the Windows Home edition .
To configure the SmartScreen filter using GPEdit:
- Press Win + R to open Run.
- Type gpedit.msc and click OK to open the Group Policy Editor.
- Next, navigate to the following location in Group Policy Editor:
Computer Configuration > Administrative Templates > Windows Components > File Explorer.
- In the right pane, right-click on Configure Windows Defender SmartScreen policy and select Edit.
- To disable SmartScreen, select Disabled.
- If you want to enable SmartScreen, select Not Configured or Enabled.
- Click Apply and OK to save the changes.
- Close Group Policy Editor and restart your PC.
Manage the SmartScreen Filter in Windows
While you can easily disable the SmartScreen filter in Windows, it is an extremely useful security tool. It can protect you against malicious files and programs and screen and block suspicious sites. It’s an added layer of protection to Windows Defender and helps keep your PC safe. Make sure to enable the SmartScreen filter once the task is finished.
Microsoft Defender SmartScreen is part of the Windows Security solution. It helps you protect against common threats by warning against downloading or installing potentially malicious files from other computers.
SmartScreen is enabled by default in Windows. However, sometimes, you may want to disable the feature if it identifies and blocks genuine apps and files as malicious. Fortunately, you can disable SmartScreen easily. Here, we show you how to disable the SmartScreen filter in Windows.
How Does Windows SmartScreen Filter Work?
SmartScreen relies on reputation-based protection to protect your device from malicious or potentially unwanted apps and websites.
When enabled, SmartScreen screens your downloads against known suspicious sites and developers. When a match is found, it blocks the download or site access and warns the user about the action taken.
You can configure it to block apps and files by checking unrecognized apps and files from the web. It can also protect you from Microsoft Store and third-party sourced apps that are low on reputation and known to cause unexpected behavior.
SmartScreen is also part of Microsoft Edge’s security settings . When enabled, it helps protect your computer against malicious and phishing sites and block downloads.
SmartScreen is enabled by default on all the Windows OS running systems. However, some experienced users may find the feature annoying as it can block safe apps, requiring additional steps to run the setup.
While we recommend you always turn the SmartScreen filter on, you can disable it easily from the Windows Security settings. Here’s how to do it.
1. How to Turn Off SmartScreen Using Windows’ Security Settings
The easiest way to turn off SmartScreen is via the Windows Settings panel. You can configure all the aspects of your system security from the Windows Security panel. Here’s how to do it.
- Press Win + I to open Settings.
- Open the Privacy and Security tab in the left pane.
- Click on Windows Security.
- Next, click on Open Windows Security.
- Open the App & browser control tab in the left pane.
- Click on Reputation-based protection settings under Reputation-based protection.
- Here, you’ll find four different SmartScreen filters you can individually enable or disable. If you want to turn off the filter for files and executables, turn off Check apps and files and Potentially unwanted app blocking filters. The other two filters are for Microsoft Edge and Microsoft Store apps.
- If you want to turn off SmartScreen completely, disable all four filters.
When you have difficulty accessing the Windows Security window, refer to our troubleshooting guide to fix a blank Windows security screen .
If any of the SmartScreen filters are grayed out with the message “this setting is managed by your administrator,” you must contact your administrator or try another method.
2. How to Disable SmartScreen for Microsoft Edge
Microsoft Edge has a built-in option to enable and disable Microsoft Defender SmartScreen. Here’s how to access it:
- Launch Microsoft Edge and click the three-dots menu icon in the top right corner.
- Click on Settings.
- Open the Privacy, search, and services tab in the left pane.
- Scroll down to the Security section.
- Toggle the switch for Microsoft Defender SmartScreen to turn it off. This will disable the Block potentially unwanted apps option as well.
- If you choose to enable SmartScreen again, you must manually enable the Block potentially unwanted apps feature.
Additionally, you can disable SmartScreen for Microsoft Edge using the Windows Security app and Registry Editor. Here’s how to do it.
Disable Microsoft Edge SmartScreen Using Windows Security
Microsoft Edge SmartScreen is for your browsing safety against phishing and malware sites and software you download. Unless an administrator manages it, you can turn it off.
- Press Win + R to open Run.
- Type windowsdefender:// and click OK to open the Windows Security app.
- Open the App & browser control tab in the left pane.
- Next, click the Reputation-based protection settings link under Reputation-based protection.
- Toggle the switch for SmartScreen for Microsoft Edge to turn off Microsoft Defender SmartScreen for the Edge browser.
Disable SmartScreen for Microsoft Edge Using Registry Editor
Editing the registry entry is an alternative (but more complicated) method to disable the SmartScreen for the Edge browser permanently.
- Press Win + R to open Run.
- Type regedit and click OK to open Registry Editor.
- Next, navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled
- In the right pane, right-click on the Default value and select Modify.
- Type 1 in the Value data field and click OK to save the changes.
- You may need to restart your computer to see the changes live.
3. How to Turn Off Windows Defender SmartScreen Using Internet Properties
You can turn on or off Windows Defender SmartScreen using the Internet Properties dialog in Windows 10. Also known as Internet Options, it lets you configure security and access settings, add-ons, Active-X controls, and more.
Follow these steps to turn off SmartScreen using Internet Options:
- Press Win + R to open Run.
- Type control and click OK to open the Control Panel.
- Click on Network and Internet.
- Next, click on Internet Options.
- In the Internet Properties window, open the Advanced tab.
- Scroll down to the Security section.
- Uncheck the Enable Windows Defender SmartScreen option.
- Click Apply and OK to save the changes.
On a newer version of Windows, including Windows 11, you may not find any option to enable or disable Windows Defender SmartScreen in Internet Properties.
4. How to Enable or Disable SmartScreen Using Registry Editor
You can also turn the Windows Defender SmartScreen on or off using the Registry Editor. Useful if you cannot access it from the Settings app or Internet Properties.
Note that incorrect modification to the registry entries can cause system malfunction. Therefore, create a restore point before proceeding with the steps below.
- Press Win + R to open Run.
- Type regedit and click OK to open the Registry Editor. Click Yes if prompted by UAC to grant administrative privilege.
- In the Registry Editor, navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System - In the right pane, locate the EnableSmartScreen filter value. You will need to create a new value if no value is found.
- To create a new value, right-click on the System key and select New > DWORD (32-bit) Value.
- Rename the value as EnableSmartScreen.
- Next, right-click on the EnableSmartScreen value and select Modify.
- Type 0 in the Value data field and click OK to save the changes.
- To enable the SmartScreen filter, type 1 in the Value data field and click OK.
- Close the Registry Editor and restart your PC to apply the changes.
You can further tweak the registry to create a new String Value to set the blocking level to Warn or Block. Using Warn will show a SmartScreen warning with an option to proceed. In contrast, the Block option will show a warning and block the app from running on your computer.
To set a new ShellSmartScreenLevel String Value in Registry Editor:
- Right-click on the System subkey and select New > String Value. Rename the value as ShellSmartScreenLevel.
- Next, right-click on ShellSmartScreenLevel and select Modify.;
- Type Warn or Block depending on what you want the SmartScreen Level to do. Click OK to save the changes and exit Registry Editor.
5. How to Turn the SmartScreen Filter On or Off Using the Group Policy Editor
If you want to manage the SmartScreen filter for multiple computers at your organization, you can use the Group Policy Editor to do this task.
Note that Group Policy Editor is only available on Windows Pro, Edu, and Enterprise editions of the OS. If you are using Home, explore our guide to enable Group Policy Editor on the Windows Home edition .
To configure the SmartScreen filter using GPEdit:
- Press Win + R to open Run.
- Type gpedit.msc and click OK to open the Group Policy Editor.
- Next, navigate to the following location in Group Policy Editor:
Computer Configuration > Administrative Templates > Windows Components > File Explorer.
- In the right pane, right-click on Configure Windows Defender SmartScreen policy and select Edit.
- To disable SmartScreen, select Disabled.
- If you want to enable SmartScreen, select Not Configured or Enabled.
- Click Apply and OK to save the changes.
- Close Group Policy Editor and restart your PC.
Manage the SmartScreen Filter in Windows
While you can easily disable the SmartScreen filter in Windows, it is an extremely useful security tool. It can protect you against malicious files and programs and screen and block suspicious sites. It’s an added layer of protection to Windows Defender and helps keep your PC safe. Make sure to enable the SmartScreen filter once the task is finished.
Microsoft Defender SmartScreen is part of the Windows Security solution. It helps you protect against common threats by warning against downloading or installing potentially malicious files from other computers.
SmartScreen is enabled by default in Windows. However, sometimes, you may want to disable the feature if it identifies and blocks genuine apps and files as malicious. Fortunately, you can disable SmartScreen easily. Here, we show you how to disable the SmartScreen filter in Windows.
How Does Windows SmartScreen Filter Work?
SmartScreen relies on reputation-based protection to protect your device from malicious or potentially unwanted apps and websites.
When enabled, SmartScreen screens your downloads against known suspicious sites and developers. When a match is found, it blocks the download or site access and warns the user about the action taken.
You can configure it to block apps and files by checking unrecognized apps and files from the web. It can also protect you from Microsoft Store and third-party sourced apps that are low on reputation and known to cause unexpected behavior.
SmartScreen is also part of Microsoft Edge’s security settings . When enabled, it helps protect your computer against malicious and phishing sites and block downloads.
SmartScreen is enabled by default on all the Windows OS running systems. However, some experienced users may find the feature annoying as it can block safe apps, requiring additional steps to run the setup.
While we recommend you always turn the SmartScreen filter on, you can disable it easily from the Windows Security settings. Here’s how to do it.
1. How to Turn Off SmartScreen Using Windows’ Security Settings
The easiest way to turn off SmartScreen is via the Windows Settings panel. You can configure all the aspects of your system security from the Windows Security panel. Here’s how to do it.
- Press Win + I to open Settings.
- Open the Privacy and Security tab in the left pane.
- Click on Windows Security.
- Next, click on Open Windows Security.
- Open the App & browser control tab in the left pane.
- Click on Reputation-based protection settings under Reputation-based protection.
- Here, you’ll find four different SmartScreen filters you can individually enable or disable. If you want to turn off the filter for files and executables, turn off Check apps and files and Potentially unwanted app blocking filters. The other two filters are for Microsoft Edge and Microsoft Store apps.
- If you want to turn off SmartScreen completely, disable all four filters.
When you have difficulty accessing the Windows Security window, refer to our troubleshooting guide to fix a blank Windows security screen .
If any of the SmartScreen filters are grayed out with the message “this setting is managed by your administrator,” you must contact your administrator or try another method.
2. How to Disable SmartScreen for Microsoft Edge
Microsoft Edge has a built-in option to enable and disable Microsoft Defender SmartScreen. Here’s how to access it:
- Launch Microsoft Edge and click the three-dots menu icon in the top right corner.
- Click on Settings.
- Open the Privacy, search, and services tab in the left pane.
- Scroll down to the Security section.
- Toggle the switch for Microsoft Defender SmartScreen to turn it off. This will disable the Block potentially unwanted apps option as well.
- If you choose to enable SmartScreen again, you must manually enable the Block potentially unwanted apps feature.
Additionally, you can disable SmartScreen for Microsoft Edge using the Windows Security app and Registry Editor. Here’s how to do it.
Disable Microsoft Edge SmartScreen Using Windows Security
Microsoft Edge SmartScreen is for your browsing safety against phishing and malware sites and software you download. Unless an administrator manages it, you can turn it off.
- Press Win + R to open Run.
- Type windowsdefender:// and click OK to open the Windows Security app.
- Open the App & browser control tab in the left pane.
- Next, click the Reputation-based protection settings link under Reputation-based protection.
- Toggle the switch for SmartScreen for Microsoft Edge to turn off Microsoft Defender SmartScreen for the Edge browser.
Disable SmartScreen for Microsoft Edge Using Registry Editor
Editing the registry entry is an alternative (but more complicated) method to disable the SmartScreen for the Edge browser permanently.
- Press Win + R to open Run.
- Type regedit and click OK to open Registry Editor.
- Next, navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled
- In the right pane, right-click on the Default value and select Modify.
- Type 1 in the Value data field and click OK to save the changes.
- You may need to restart your computer to see the changes live.
3. How to Turn Off Windows Defender SmartScreen Using Internet Properties
You can turn on or off Windows Defender SmartScreen using the Internet Properties dialog in Windows 10. Also known as Internet Options, it lets you configure security and access settings, add-ons, Active-X controls, and more.
Follow these steps to turn off SmartScreen using Internet Options:
- Press Win + R to open Run.
- Type control and click OK to open the Control Panel.
- Click on Network and Internet.
- Next, click on Internet Options.
- In the Internet Properties window, open the Advanced tab.
- Scroll down to the Security section.
- Uncheck the Enable Windows Defender SmartScreen option.
- Click Apply and OK to save the changes.
On a newer version of Windows, including Windows 11, you may not find any option to enable or disable Windows Defender SmartScreen in Internet Properties.
4. How to Enable or Disable SmartScreen Using Registry Editor
You can also turn the Windows Defender SmartScreen on or off using the Registry Editor. Useful if you cannot access it from the Settings app or Internet Properties.
Note that incorrect modification to the registry entries can cause system malfunction. Therefore, create a restore point before proceeding with the steps below.
Press Win + R to open Run.
Type regedit and click OK to open the Registry Editor. Click Yes if prompted by UAC to grant administrative privilege.
In the Registry Editor, navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SystemIn the right pane, locate the EnableSmartScreen filter value. You will need to create a new value if no value is found.
To create a new value, right-click on the System key and select New > DWORD (32-bit) Value.
Rename the value as EnableSmartScreen.
Next, right-click on the EnableSmartScreen value and select Modify.
Type 0 in the Value data field and click OK to save the changes.
- To enable the SmartScreen filter, type 1 in the Value data field and click OK.
- Close the Registry Editor and restart your PC to apply the changes.
You can further tweak the registry to create a new String Value to set the blocking level to Warn or Block. Using Warn will show a SmartScreen warning with an option to proceed. In contrast, the Block option will show a warning and block the app from running on your computer.
To set a new ShellSmartScreenLevel String Value in Registry Editor:
- Right-click on the System subkey and select New > String Value. Rename the value as ShellSmartScreenLevel.
- Next, right-click on ShellSmartScreenLevel and select Modify.;
- Type Warn or Block depending on what you want the SmartScreen Level to do. Click OK to save the changes and exit Registry Editor.
5. How to Turn the SmartScreen Filter On or Off Using the Group Policy Editor
If you want to manage the SmartScreen filter for multiple computers at your organization, you can use the Group Policy Editor to do this task.
Note that Group Policy Editor is only available on Windows Pro, Edu, and Enterprise editions of the OS. If you are using Home, explore our guide to enable Group Policy Editor on the Windows Home edition .
To configure the SmartScreen filter using GPEdit:
- Press Win + R to open Run.
- Type gpedit.msc and click OK to open the Group Policy Editor.
- Next, navigate to the following location in Group Policy Editor:
Computer Configuration > Administrative Templates > Windows Components > File Explorer.
- In the right pane, right-click on Configure Windows Defender SmartScreen policy and select Edit.
- To disable SmartScreen, select Disabled.
- If you want to enable SmartScreen, select Not Configured or Enabled.
- Click Apply and OK to save the changes.
- Close Group Policy Editor and restart your PC.
Manage the SmartScreen Filter in Windows
While you can easily disable the SmartScreen filter in Windows, it is an extremely useful security tool. It can protect you against malicious files and programs and screen and block suspicious sites. It’s an added layer of protection to Windows Defender and helps keep your PC safe. Make sure to enable the SmartScreen filter once the task is finished.
Microsoft Defender SmartScreen is part of the Windows Security solution. It helps you protect against common threats by warning against downloading or installing potentially malicious files from other computers.
SmartScreen is enabled by default in Windows. However, sometimes, you may want to disable the feature if it identifies and blocks genuine apps and files as malicious. Fortunately, you can disable SmartScreen easily. Here, we show you how to disable the SmartScreen filter in Windows.
How Does Windows SmartScreen Filter Work?
SmartScreen relies on reputation-based protection to protect your device from malicious or potentially unwanted apps and websites.
When enabled, SmartScreen screens your downloads against known suspicious sites and developers. When a match is found, it blocks the download or site access and warns the user about the action taken.
You can configure it to block apps and files by checking unrecognized apps and files from the web. It can also protect you from Microsoft Store and third-party sourced apps that are low on reputation and known to cause unexpected behavior.
SmartScreen is also part of Microsoft Edge’s security settings . When enabled, it helps protect your computer against malicious and phishing sites and block downloads.
SmartScreen is enabled by default on all the Windows OS running systems. However, some experienced users may find the feature annoying as it can block safe apps, requiring additional steps to run the setup.
While we recommend you always turn the SmartScreen filter on, you can disable it easily from the Windows Security settings. Here’s how to do it.
1. How to Turn Off SmartScreen Using Windows’ Security Settings
The easiest way to turn off SmartScreen is via the Windows Settings panel. You can configure all the aspects of your system security from the Windows Security panel. Here’s how to do it.
- Press Win + I to open Settings.
- Open the Privacy and Security tab in the left pane.
- Click on Windows Security.
- Next, click on Open Windows Security.
- Open the App & browser control tab in the left pane.
- Click on Reputation-based protection settings under Reputation-based protection.
- Here, you’ll find four different SmartScreen filters you can individually enable or disable. If you want to turn off the filter for files and executables, turn off Check apps and files and Potentially unwanted app blocking filters. The other two filters are for Microsoft Edge and Microsoft Store apps.
- If you want to turn off SmartScreen completely, disable all four filters.
When you have difficulty accessing the Windows Security window, refer to our troubleshooting guide to fix a blank Windows security screen .
If any of the SmartScreen filters are grayed out with the message “this setting is managed by your administrator,” you must contact your administrator or try another method.
2. How to Disable SmartScreen for Microsoft Edge
Microsoft Edge has a built-in option to enable and disable Microsoft Defender SmartScreen. Here’s how to access it:
- Launch Microsoft Edge and click the three-dots menu icon in the top right corner.
- Click on Settings.
- Open the Privacy, search, and services tab in the left pane.
- Scroll down to the Security section.
- Toggle the switch for Microsoft Defender SmartScreen to turn it off. This will disable the Block potentially unwanted apps option as well.
- If you choose to enable SmartScreen again, you must manually enable the Block potentially unwanted apps feature.
Additionally, you can disable SmartScreen for Microsoft Edge using the Windows Security app and Registry Editor. Here’s how to do it.
Disable Microsoft Edge SmartScreen Using Windows Security
Microsoft Edge SmartScreen is for your browsing safety against phishing and malware sites and software you download. Unless an administrator manages it, you can turn it off.
- Press Win + R to open Run.
- Type windowsdefender:// and click OK to open the Windows Security app.
- Open the App & browser control tab in the left pane.
- Next, click the Reputation-based protection settings link under Reputation-based protection.
- Toggle the switch for SmartScreen for Microsoft Edge to turn off Microsoft Defender SmartScreen for the Edge browser.
Disable SmartScreen for Microsoft Edge Using Registry Editor
Editing the registry entry is an alternative (but more complicated) method to disable the SmartScreen for the Edge browser permanently.
- Press Win + R to open Run.
- Type regedit and click OK to open Registry Editor.
- Next, navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled
- In the right pane, right-click on the Default value and select Modify.
- Type 1 in the Value data field and click OK to save the changes.
- You may need to restart your computer to see the changes live.
3. How to Turn Off Windows Defender SmartScreen Using Internet Properties
You can turn on or off Windows Defender SmartScreen using the Internet Properties dialog in Windows 10. Also known as Internet Options, it lets you configure security and access settings, add-ons, Active-X controls, and more.
Follow these steps to turn off SmartScreen using Internet Options:
- Press Win + R to open Run.
- Type control and click OK to open the Control Panel.
- Click on Network and Internet.
- Next, click on Internet Options.
- In the Internet Properties window, open the Advanced tab.
- Scroll down to the Security section.
- Uncheck the Enable Windows Defender SmartScreen option.
- Click Apply and OK to save the changes.
On a newer version of Windows, including Windows 11, you may not find any option to enable or disable Windows Defender SmartScreen in Internet Properties.
4. How to Enable or Disable SmartScreen Using Registry Editor
You can also turn the Windows Defender SmartScreen on or off using the Registry Editor. Useful if you cannot access it from the Settings app or Internet Properties.
Note that incorrect modification to the registry entries can cause system malfunction. Therefore, create a restore point before proceeding with the steps below.
Press Win + R to open Run.
Type regedit and click OK to open the Registry Editor. Click Yes if prompted by UAC to grant administrative privilege.
In the Registry Editor, navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SystemIn the right pane, locate the EnableSmartScreen filter value. You will need to create a new value if no value is found.
To create a new value, right-click on the System key and select New > DWORD (32-bit) Value.
Rename the value as EnableSmartScreen.
Next, right-click on the EnableSmartScreen value and select Modify.
Type 0 in the Value data field and click OK to save the changes.
To enable the SmartScreen filter, type 1 in the Value data field and click OK.
Close the Registry Editor and restart your PC to apply the changes.
You can further tweak the registry to create a new String Value to set the blocking level to Warn or Block. Using Warn will show a SmartScreen warning with an option to proceed. In contrast, the Block option will show a warning and block the app from running on your computer.
To set a new ShellSmartScreenLevel String Value in Registry Editor:
- Right-click on the System subkey and select New > String Value. Rename the value as ShellSmartScreenLevel.
- Next, right-click on ShellSmartScreenLevel and select Modify.;
- Type Warn or Block depending on what you want the SmartScreen Level to do. Click OK to save the changes and exit Registry Editor.
5. How to Turn the SmartScreen Filter On or Off Using the Group Policy Editor
If you want to manage the SmartScreen filter for multiple computers at your organization, you can use the Group Policy Editor to do this task.
Note that Group Policy Editor is only available on Windows Pro, Edu, and Enterprise editions of the OS. If you are using Home, explore our guide to enable Group Policy Editor on the Windows Home edition .
To configure the SmartScreen filter using GPEdit:
- Press Win + R to open Run.
- Type gpedit.msc and click OK to open the Group Policy Editor.
- Next, navigate to the following location in Group Policy Editor:
Computer Configuration > Administrative Templates > Windows Components > File Explorer.
- In the right pane, right-click on Configure Windows Defender SmartScreen policy and select Edit.
- To disable SmartScreen, select Disabled.
- If you want to enable SmartScreen, select Not Configured or Enabled.
- Click Apply and OK to save the changes.
- Close Group Policy Editor and restart your PC.
Manage the SmartScreen Filter in Windows
While you can easily disable the SmartScreen filter in Windows, it is an extremely useful security tool. It can protect you against malicious files and programs and screen and block suspicious sites. It’s an added layer of protection to Windows Defender and helps keep your PC safe. Make sure to enable the SmartScreen filter once the task is finished.
Also read:
- [New] 2024 Approved Earning Through Eyes The Actual YouTube View Count Needed
- [New] In 2024, Syncing Social Media Post Videos on Twitter and Tumblr
- [Updated] From Idea to Airwaves Crafting Compelling Podcast Scripts for 2024
- 2024 Approved The Ultimate Checklist for Post-Editing & Uploading Your 360 Vids on YouTube
- 8 Ways to Fix The Sign-In Method You're Trying to Use Isn't Allowed Error on Windows
- A Guide to Keeping Your Tasks Visible and High-Priority
- Achieving Top Scores: Fixing Lags in Valorant
- Activating Emoji 15 Support in Windows 11
- Adjusting Lockout Interval After Multiple Login Failures
- Aesthetic Alchemy: How to Seamlessly Change Windows 11 Themes and Enrich Your Workspace
- Avoiding Folder Empty Warning on Windows PCs
- Boosting Productivity with Multiple ZIP Archives in One Go
- Crafting AE Titles with Maximum Impression
- Navigating the Ins and Outs of Administrative Task Management in Win11
- Refreshing Windows 11 Performance: A Comprehensive Guide to Hard Reset Techniques
- Sponsoring Made Simple Boosting Your Channel Budget Efficiently for 2024
- Why Isn't My WhatsApp Data Automatically Backed Up to iCloud? Expert Tips for Resolution
- Title: How to Tweak SmartScreen Filters in Windows 11
- Author: David
- Created at : 2024-11-01 03:33:53
- Updated at : 2024-11-01 19:55:29
- Link: https://win11.techidaily.com/how-to-tweak-smartscreen-filters-in-windows-11/
- License: This work is licensed under CC BY-NC-SA 4.0.