Skip to content
Follow
Windows

How to Enable or Disable Microsoft Defender SmartScreen Check Apps and Files from Web in Windows 11

Richard
Written by
Richard
Mar 17, 2026 Updated Jul 10, 2026 4 min read
How to Enable or Disable Microsoft Defender SmartScreen Check Apps and Files from Web in Windows 11
How to Enable or Disable Microsoft Defender SmartScreen Check Apps and Files from Web in Windows 11

This guide explains how to enable or disable Microsoft Defender SmartScreen in Windows 11. SmartScreen is a feature that checks apps and files you download from the web.

⚡ Quick Answer

Open Windows Security, click App & browser control, then Reputation-based protection settings. Find Check for apps and files and toggle the switch to On or Off. Click Yes if prompted for administrator permission.

What Does SmartScreen Do?

Microsoft Defender SmartScreen acts like a security guard for your PC. It checks apps and files downloaded from the internet, warning you about risky downloads or websites to help keep you safe from viruses and other online dangers. This feature works automatically to protect your PC.

On (Default): SmartScreen warns you that a download might be dangerous. You can then choose to download it anyway or stop.

⚠️Warning
When Microsoft Defender SmartScreen protection is off, SmartScreen stops sending you warnings. This means you will not get alerts about potentially dangerous downloads, leaving your computer more vulnerable.

What You Need

📝Good to Know
You must be logged in as an administrator to change these settings. ⚠️ Admin Required

Option 1Using Windows Security (Easiest)

  1. Open Windows Security.
  2. Click App & browser control.
  3. Click Reputation-based protection settings.
  4. Find Check for apps and files. Turn it On or Off.
  5. ⚠️ Admin Required: Click Yes when Windows asks for permission.
  6. Close Windows Security when done.
windows 11 app and browser control section windows security app
windows 11 app and browser control section windows security app
windows 11 reputation based protection settings updated
windows 11 reputation based protection settings updated
windows 11 check apps and files settings
windows 11 check apps and files settings

Option 2Using Registry Editor

You can adjust Microsoft Defender SmartScreen settings using the Registry Editor, a tool used for making system changes. This method is useful if you’re comfortable with advanced settings and want to enable or disable SmartScreen using specific commands. Here’s how to set it to its default on state.

To Turn On SmartScreen (Default):

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d Warn /f

To Turn Off SmartScreen:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d Off /f

Option 3Using Local Group Policy Editor

Windows 11 Pro, Enterprise, and Education users can manage Microsoft Defender SmartScreen using the Local Group Policy Editor. This tool gives you control over PC security features, letting you enable or disable SmartScreen protection. You start by opening the editor and finding the specific setting.

  1. Press Windows Key + R and type gpedit.msc. Press Enter.
  2. In the left panel, go to: Computer Configuration > Administrative Templates > Windows Components > File Explorer.
  3. Double-click Configure Windows Defender SmartScreen.
  4. Choose one of these options:
    • Warn: SmartScreen warns you about dangerous apps but lets you download them.
    • Block: SmartScreen stops you from downloading dangerous apps.
    • Off: SmartScreen doesn’t check anything.
  5. Click OK.
  6. ⚠️ Admin Required: Close Local Group Policy Editor when done.
Windows Defender SmartScreen settings interface in Windows 11
Windows Defender SmartScreen settings interface in Windows 11
Options for configuring Microsoft Defender SmartScreen in Windows 11
Options for configuring Microsoft Defender SmartScreen in Windows 11

Option 4Using Registry Editor (Advanced)

The Registry Editor lets you change Microsoft Defender SmartScreen settings, allowing you to control how SmartScreen handles risky downloads. You can set SmartScreen to block dangerous files or just show a warning, giving you more specific security control. This involves adding specific commands to the registry.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 1 /f
🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v ShellSmartScreenLevel /t REG_SZ /d Block /f

To Turn On SmartScreen and Warn About Dangerous Files:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 1 /f
🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v ShellSmartScreenLevel /t REG_SZ /d Warn /f

To Turn Off SmartScreen:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 0 /f

Summary

Microsoft Defender SmartScreen is key for protecting your PC from unsafe downloads, and its settings are manageable. Most users will find the standard Windows settings the simplest way to manage this feature. More advanced users can use the Registry Editor or Local Group Policy Editor for finer control.

  • Option One is the easiest and best for most people.
  • Options Two and Four use Registry Editor for advanced users.
  • Option Three uses Group Policy Editor (only on Pro versions).

Microsoft Defender SmartScreen provides safety by default. Keep SmartScreen enabled for best protection. Set SmartScreen to Warn to receive alerts before downloading files, or set SmartScreen to Block to prevent all dangerous downloads.

How do I turn off Microsoft Defender SmartScreen?

> Settings. > Privacy, search, and services. . Select Security, then enable or disable the Microsoft Defender SmartScreen toggle.

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 Enable or Disable Microsoft Defender Antivirus in Windows 11
Windows How to Enable or Disable Microsoft Defender Antivirus in Windows 11
How to Enable or Disable SmartScreen for Microsoft Store Apps on Windows 11
Windows How to Enable or Disable SmartScreen for Microsoft Store Apps on Windows 11
How to Enable or Disable Windows Security Notifications in Windows 11
Windows How to Enable or Disable Windows Security Notifications in Windows 11
How to Reset Local Security Policy Settings to Default in Windows 11
Windows How to Reset Local Security Policy Settings to Default in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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