How to Enable or Disable Microsoft Defender SmartScreen Check Apps and Files from Web in Windows 11
This guide will show you how to turn Microsoft Defender SmartScreen on or off in Windows 11. SmartScreen is a feature that checks apps and files you download from the web.
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 is a built-in Windows tool that acts like a security guard for your computer, checking apps and files you download to keep you safe from risky downloads and websites.
On (Default): SmartScreen warns you that a download might be dangerous. You can then choose to download it anyway or stop.
Off: When it’s off, SmartScreen stops sending you warnings, so you won’t get alerts about potentially dangerous downloads.
What You Need
You must be logged in as an administrator to change these settings. ⚠️ Admin Required
Option 1Using Windows Security (Easiest)
- Open Windows Security.
- Click App & browser control.
- Click Reputation-based protection settings.
- Find Check for apps and files. Turn it On or Off.
- ⚠️ Admin Required: Click Yes when Windows asks for permission.
- Close Windows Security when done.



Option 2Using Registry Editor
You can change Microsoft Defender SmartScreen settings by using the Registry Editor, a tool that lets you make direct changes to Windows system files, but it’s best for those comfortable with advanced computer settings.
To Turn On SmartScreen (Default):
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d Warn /fTo Turn Off SmartScreen:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d Off /fOption 3Using Local Group Policy Editor
If you’re using Windows 11 Pro, Enterprise, or Education, you can adjust Microsoft Defender SmartScreen settings through the Local Group Policy Editor, a tool that gives you control over your computer’s security features.
- Press Windows Key + R and type
gpedit.msc. Press Enter. - In the left panel, go to: Computer Configuration > Administrative Templates > Windows Components > File Explorer.
- Double-click Configure Windows Defender SmartScreen.
- 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.
- Click OK.
- ⚠️ Admin Required: Close Local Group Policy Editor when done.


Option 4Using Registry Editor (Advanced)
For more advanced control over Microsoft Defender SmartScreen, you can use the Registry Editor with specific commands to choose whether to block dangerous files entirely or just show a warning.
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 1 /f
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:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v ShellSmartScreenLevel /t REG_SZ /d Warn /f
To Turn Off SmartScreen:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 0 /f
Summary
Microsoft Defender SmartScreen is an important tool to keep your PC safe from risky downloads, and you can manage its settings in a few different ways, from simple clicks to advanced registry or group policy edits.
- 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).
We recommend keeping SmartScreen On to stay safe. Set it to Warn if you want to be alerted but still able to download files, or Block if you want SmartScreen to stop dangerous downloads completely.
How do I turn off Microsoft Defender SmartScreen?
> Settings. > Privacy, search, and services. . Select Security, then turn the toggle Microsoft Defender SmartScreen on or off.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!