Skip to content
Follow
Windows

How to choose where to get apps in Windows 11

Richard
Written by
Richard
Mar 22, 2026 Updated Aug 13, 2026 3 min read
How to choose where to get apps in Windows 11
How to choose where to get apps in Windows 11

Choosing where to get apps in Windows 11 lets you pick whether you can download programs from any website or if your PC only allows apps from the Microsoft Store. This built-in security setting helps stop you from installing unsafe files or bad software from shady websites.

Microsoft checks every app in the store for safety before it goes live. You can change this setting in Windows 11 by opening the Settings app, clicking Apps, and then choosing Advanced app settings.

⚡ Quick Answer

Open Settings , click Apps, then Advanced app settings. Select your preferred option from the “Choose where to get apps” dropdown menu, such as “The Microsoft Store only” or “Anywhere.” You must be an administrator to change this setting.

Why This Matters

Managing software sources helps keep your system secure and functioning properly. Selecting the right preference balances system protection with workflow needs.

What Are Your Options?

App installation preferences determine where new programs originate. Users can pull software from the official marketplace, external websites, or a combination of both sources. This balance manages security while maintaining software acquisition flexibility.

  • Anywhere – Users can install both desktop and Store apps without getting any warning messages.
  • Anywhere, but let me know if there’s a comparable app in the Microsoft Store – Users can install both desktop and Store apps. The system will suggest Store alternatives when available.
  • Anywhere, but warn me before installing an app that’s not from the Microsoft Store – Users can install both desktop and Store apps. They will get a message when trying to install a desktop app saying “The app you’re trying to install isn’t a Microsoft-verified app.” Users can then decide if they want to visit the Store for more apps.
  • The Microsoft Store only – Users can only install apps from the Store. If users try to install a desktop app, they will get a message saying “The app you’re trying to install isn’t a Microsoft-verified app.” This setting helps keep your PC safe and reliable. Users can still run desktop apps that were previously installed.

Reference: Change your app recommendation settings in Windows – Microsoft Support

To configure app recommendations for external software installations, navigate to Settings Apps Installed apps (or Apps & features).

📝Good to Know
⚠️ Admin Required: You must be signed in as an administrator to change your app recommendation settings in Windows.

Systems running Windows 11 in S mode edition restrict software acquisition exclusively to The Microsoft Store until users exit S mode.

Option One

Choose where to get apps in Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click on Apps on the left side. Then click on Advanced app settings or Apps & features > More settings on the right side. (see screenshot below)
  3. Select one of these options from the Choose where to get apps drop down:
    • Anywhere (default)
    • Anywhere, but let me know if there's a comparable app in the Microsoft Store
    • Anywhere, but warn me before installing an app that's not from the Microsoft Store
    • The Microsoft Store only
  4. You can now close Settings if you like.
Windows 11 advanced app settings menu interface
Windows 11 advanced app settings screen showing app recommendations.

Accessing these options takes a few clicks through the main system menus.

Windows 11 app installation source options dialog
Windows 11 app installation source options dialog

Accessing these options takes a few clicks through the main system menus.

Option Two

Choose where to get apps using Registry

⚠️ Admin Required: You must be logged into an administrator account to edit the registry.

Install apps from "Anywhere"

This behavior represents the factory default configuration.

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

Install apps from "Anywhere, but let me know if there's a comparable app in the Microsoft Store"

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

Install apps from "Anywhere, but warn me before installing an app that's not from the Microsoft Store"

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

Install apps from "The Microsoft Store only"

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

Summary

Windows 11 manages software deployment parameters, offering restrictions ranging from the Microsoft Store exclusively to unrestricted web downloads with warning prompts.

How to change app installation Settings in 🪟 Windows 11?

Modifying installation preferences requires opening the Settings utility. Select 'Apps' from the navigation pane, then click 'Advanced App Settings' to configure permitted software sources.

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 Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Manage Microsoft Store App Updates in Windows 11
Windows How to Manage Microsoft Store App Updates in Windows 11
How to Install Additional Software on Ubuntu
Ubuntu Linux How to Install Additional Software on Ubuntu
How to Add or Remove Apps from Windows 11 Start Menu
Windows How to Add or Remove Apps from Windows 11 Start Menu

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

Leave a Comment

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