How to enable or disable SmartScreen filter on Windows

Basically, Windows SmartScreen is a tool, a feature that checks the safety of a file or application that may be harmful on the Windows system. This feature has been integrated since Windows 8. When you run a file or an application from an unknown source, Windows will block this application and display a screen asking you whether or not to run this application.

It can be said that this feature is extremely useful, however, if many of these notifications appear when running the application, it will make many people feel uncomfortable. Therefore, you can proceed to disable Windows SmartScreen on Windows.

What is SmartScreen Filter?

SmartScreen acts as an early warning system to let users know if a suspicious website or application is not listed or the downloaded file is not found in the list of safe software programs. SmartScreen essentially uses a large database of whitelisted and blacklisted websites to analyze whether a given thing is safe to open.

SmartScreen runs in the background on Windows and will usually show up as a big blue box that says “Windows protected your PC” by blocking a certain program or website. If it’s a program, you’ll usually have the option to “Run Anyway.” If SmartScreen appears on a site you know is safe, you can click “More Information” and report it as safe.

Overall, SmartScreen is a useful layer of security that you should leave on. However, sometimes it can prevent you from visiting websites or downloading things that you know are safe, but haven't been verified by SmartScreen. In times like these, you should disable SmartScreen.

How to Turn Off SmartScreen Using Windows Security Settings

The easiest way to turn off SmartScreen is through Windows Settings. You can configure all aspects of your system security from Windows Security. Here's how to do it.

1. Press Win + I to open Settings .

2. Open the Privacy and Security tab in the left pane.

3. Click Windows Security .

How to enable or disable SmartScreen filter on Windows
Open Windows Security

4. Next, click Open Windows Security .

How to enable or disable SmartScreen filter on Windows
Windows Security controls apps and browsers

5. Open the App & browser control tab in the left pane.

6. Click Reputation-based protection settings under  Reputation-based protection .

How to enable or disable SmartScreen filter on Windows
Click Reputation-based protection settings

7. Here you will find 4 different SmartScreen filters that you can enable or disable individually. If you want to disable the file and executable file filters, disable the Check apps and files and  Potentially unwanted app blocking filters . The other two filters are for Microsoft Edge and Microsoft Store apps .

How to enable or disable SmartScreen filter on Windows
Turn off file and executable file filtering

8. If you want to turn off SmartScreen completely, turn off all 4 filters.

If any SmartScreen filter is grayed out with the message " this setting is managed by your administrator," you must contact your administrator or try another method.

How to turn off SmartScreen for Microsoft Edge

How to enable or disable SmartScreen filter on Windows
Turn off SmartScreen filter for Microsoft Edge

Microsoft Edge has a built-in option to turn Microsoft Defender SmartScreen on and off. Here's how to access it:

  1. Launch Microsoft Edge and click the three-dot menu icon in the top-right corner.
  2. Click Settings .
  3. Open the Privacy , search, and services tab in the left pane.
  4. Scroll down to the Security section .
  5. Turn off the Microsoft Defender SmartScreen toggle switch . This will also disable the Block potentially unwanted apps option .
  6. If you choose to turn SmartScreen back on, you must manually turn on the Block potentially unwanted apps feature.

Alternatively, you can turn off SmartScreen for Microsoft Edge using the Windows Security app and Registry Editor. Here's how.

Disable Microsoft Edge SmartScreen using Windows Security

Microsoft Edge SmartScreen helps keep you safe from phishing sites and malware downloads. Unless your administrator has set it up, you can turn it off.

1. Press Win + R to open Run .

2. Type windowsdefender:// and click OK to open the Windows Security application .

How to enable or disable SmartScreen filter on Windows
Open Windows Security

3. Open the App & browser control tab in the left pane.

4. Next, click the Reputation-based protection settings link under Reputation-based protection .

How to enable or disable SmartScreen filter on Windows
SmartScreen disabled Microsoft Edge Windows Security

5. Turn off the SmartScreen for Microsoft Edge toggle switch to disable Microsoft Defender SmartScreen for the Edge browser.

Disable SmartScreen for Microsoft Edge using Registry Editor

Editing the registry is an alternative (but more complicated) method to permanently disable SmartScreen for the Edge browser.

1. Press Win + R to open Run.

2. Type regedit and press OK to open Registry Editor .

3. Next, navigate to the following location:

HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled

4. In the right pane, right-click on the Default value and select Modify .

How to enable or disable SmartScreen filter on Windows
Change default value

5. Enter 1 in the Value data field and click OK to save the changes.

How to enable or disable SmartScreen filter on Windows
SmartScreen Edge is disabled

6. You may need to restart your computer to see the changes live.

How to turn off Windows Defender SmartScreen using Internet Properties

You can turn Windows Defender SmartScreen on or off using the Internet Properties dialog box in Windows 10. Also known as Internet Options, it lets you configure security settings and access, add-ons, Active-X controls, and more.

Follow these steps to turn off SmartScreen using Internet Options:

1. Press Win + R to open Run.

2. Type control and press OK to open Control Panel .

3. Click Network and Internet .

How to enable or disable SmartScreen filter on Windows
Windows Control Panel

4. Next, click Internet Options.

5. In the Internet Properties window , open the Advanced tab .

How to enable or disable SmartScreen filter on Windows
Windows Control Panel Network Options

6. Scroll down to the Security section .

How to enable or disable SmartScreen filter on Windows
Find Enable Windows Defender SmartScreen

7. Uncheck the Enable Windows Defender SmartScreen option .

8. Click Apply >  OK  to save the changes.

On newer versions of Windows, including Windows 11 1, you may not find any option to turn Windows Defender SmartScreen on or off in Internet Properties.

How to Turn SmartScreen On or Off Using Registry Editor

You can also turn Windows Defender SmartScreen on or off using the Registry Editor. This is useful if you can't access it from the Settings app or Internet Properties.

Note that incorrect modification of the registry can cause system problems, so create a restore point before proceeding with the steps below.

1. Press Win + R to open Run.

2. Type regedit and click OK to open Registry Editor. Click Yes if prompted by UAC for admin rights.

3. In Registry Editor, navigate to the following location:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System

4. In the right pane, locate the EnableSmartScreen filter value. You will need to create a new value if no value is found.

How to enable or disable SmartScreen filter on Windows
Create a new value that enables Registry Editor SmartScreen

5. To create a new value, right-click the System key and select New > DWORD (32-bit) Value.

6. Rename the value to EnableSmartScreen.

7. Next, right-click on the EnableSmartScreen value and select Modify .

How to enable or disable SmartScreen filter on Windows
Change the EnableSmartScreen value

8. Enter 0 in the Value data field and click OK to save the changes.

9. To turn on the SmartScreen filter, enter 1 in the Value data field  and click OK .

10. Close Registry Editor and restart your PC to apply the changes.

You can further edit the registry to create a new String Value to set the blocking level to Warn or  Block . Using Warn will display a SmartScreen warning with the option to continue. Conversely, the Block option will display a warning and block the application from running on your computer.

To set a new ShellSmartScreenLevel string value in Registry Editor:

1. Right-click the System subkey and select New > String Value . Rename the value to ShellSmartScreenLevel.

How to enable or disable SmartScreen filter on Windows
Create new string ShellSmartScreenLevel

2. Next, right-click on ShellSmartScreenLevel and select Modify.

How to enable or disable SmartScreen filter on Windows
Change ShellSmartScreenLevel

3. Type Warn or  Block depending on what you want SmartScreen Level to do. Click OK to save changes and exit Registry Editor.

How to turn SmartScreen filter on or off using Group Policy Editor

If you want to manage SmartScreen filters for multiple computers in your organization, you can use Group Policy Editor to perform this task.

Note that Group Policy Editor is only available on Windows Pro, Edu, and Enterprise editions of the operating system. If you're using Home, check out Quantrimang.com's guide to enabling Group Policy Editor on Windows Home edition .

To configure the SmartScreen filter using GPEdit:

1. Press Win + R to open Run.

2. Type gpedit.msc and click OK to open Group Policy Editor.

3. Next, navigate to the following location in Group Policy Editor:

Computer Configuration > Administrative Templates > Windows Components > File Explorer.

4. In the right pane, right-click the Configure Windows Defender SmartScreen policy and select Edit .

How to enable or disable SmartScreen filter on Windows
Configure Windows Defender Smartscreen using Gpeditor

5. To turn off SmartScreen, select Disabled .

6. If you want to turn on SmartScreen, select Not Configured or Enabled .

How to enable or disable SmartScreen filter on Windows
Turn on SmartScreen

7. Click Apply > OK to save the changes.

8. Close Group Policy Editor and restart your PC.

Good luck!

See more articles below:

Leave a Comment

How to Set Up Microsoft Edge Parental Controls for 2026

How to Set Up Microsoft Edge Parental Controls for 2026

Master how to set up Microsoft Edge parental controls in 2026 with this step-by-step guide. Protect your children online using Family Safety features, content filters, and screen time limits for worry-free browsing.

How to Fix Microsoft Edge Audio Out of Sync Web Video

How to Fix Microsoft Edge Audio Out of Sync Web Video

Struggling with audio out of sync in Microsoft Edge web videos? Get instant fixes for perfect audio-video sync. Step-by-step guide with proven methods to resolve lag, delay, and desync issues on sites like YouTube and Netflix.

Solving Microsoft Edge Windows Hello PIN Reset Error

Solving Microsoft Edge Windows Hello PIN Reset Error

Tired of the frustrating Microsoft Edge "Windows Hello PIN" reset error blocking your browsing? Follow our proven, step-by-step fixes to resolve it fast and securely on the latest Windows versions. No tech expertise needed!

Solving Microsoft Edge Startup Logo Stuck Fix (2026)

Solving Microsoft Edge Startup Logo Stuck Fix (2026)

Tired of Microsoft Edge startup logo stuck freezing your browser? Get step-by-step fixes for 2026, from quick resets to advanced troubleshooting, and browse smoothly again. No tech skills needed!

Solving Microsoft Edge Sidebar Not Showing Glitch

Solving Microsoft Edge Sidebar Not Showing Glitch

Tired of the Microsoft Edge Sidebar Not Showing glitch? Get instant fixes with this step-by-step guide. Restore your sidebar for Copilot, shopping, and more – quick, easy, and effective solutions that work on the latest Edge versions.

Troubleshooting Microsoft Edge Context Menu Slow Fix

Troubleshooting Microsoft Edge Context Menu Slow Fix

Tired of Microsoft Edge context menu slow delays? This ultimate troubleshooting guide delivers proven fixes, quick resets, and advanced tips to restore lightning-fast right-click speed in Edge. Get started now!

Solving Microsoft Edge Status_Stack_Overflow Error

Solving Microsoft Edge Status_Stack_Overflow Error

Tired of Microsoft Edge crashing with "Status_Stack_Overflow" error? Follow our expert, step-by-step guide to solve the Status_Stack_Overflow error fast and restore smooth browsing. No tech skills needed!

Solving Microsoft Edge Unknown Hard Error on Laptop

Solving Microsoft Edge Unknown Hard Error on Laptop

Tired of Microsoft Edge crashing with "Unknown Hard Error" on your laptop? Follow our proven, step-by-step guide to fix this BSOD issue fast – no tech skills required! Get smooth browsing back today.

Troubleshooting Microsoft Edge Script Error in Outlook

Troubleshooting Microsoft Edge Script Error in Outlook

Struggling with Microsoft Edge "Script Error" in Outlook? Discover step-by-step troubleshooting fixes, from clearing cache to advanced resets, to resolve the issue fast and regain seamless email access. Updated with the latest solutions.

How to Recover Your DBD Progress After Account Migration

How to Recover Your DBD Progress After Account Migration

Stuck without your perks and levels after DBD account migration? Discover the ultimate step-by-step guide to recover your Dead by Daylight progress quickly and painlessly. Cross-progression fixed!

How to Stop Microsoft Edge from Running in the Background

How to Stop Microsoft Edge from Running in the Background

Learn exactly how to stop Microsoft Edge from running in the background with proven, step-by-step methods. End sneaky processes, free up RAM, and supercharge your PC performance effortlessly.

How to Disable Microsoft Edge Auto-Start on Windows 11

How to Disable Microsoft Edge Auto-Start on Windows 11

Learn how to disable Microsoft Edge auto-start on Windows 11 effortlessly. Boost your PC speed with step-by-step methods via Settings, Task Manager, and more. Quick fixes for faster boot times!

How to Delete Microsoft Edge from Mac and MacBook Safely

How to Delete Microsoft Edge from Mac and MacBook Safely

Discover the safest way to delete Microsoft Edge from Mac and MacBook. Step-by-step instructions to completely uninstall Edge, remove leftovers, and reclaim space without errors. Perfect for macOS users!

How to Change Microsoft Edge Browser Theme and Background

How to Change Microsoft Edge Browser Theme and Background

Discover simple steps to change Microsoft Edge browser theme and background. Personalize your browsing with custom themes, wallpapers, and pro tips for a fresh look.

How to Recover Lost Tabs in Microsoft Edge Using History

How to Recover Lost Tabs in Microsoft Edge Using History

Discover how to recover lost tabs in Microsoft Edge using History. Step-by-step guide with screenshots to restore closed tabs instantly – no data loss! Perfect for accidental closures or crashes.