On Windows 11 there are two main Outlook options: the new Outlook for Windows app (from Microsoft Store) and classic Outlook (part of Microsoft 365/Office). The question and tags match the new Outlook for Windows scenario, so the steps below focus on that.
- Confirm Windows version
- New Outlook from Microsoft Store requires Windows 10 version 17763.0 or later; Windows 11 meets this requirement, so proceed to install.
- Install new Outlook from Microsoft Store
- Open the Microsoft Store app on Windows.
- Use this Store entry: Get new Outlook:
ms-windows-store://pdp/?ProductId=9NRX63209R7B.
- In Microsoft Store, select Get.
- Wait for the download and installation to complete, then select Open.
- If accounts are not added automatically, follow the prompts in the app to add an email account.
- If clicking Outlook does nothing (installation blocked)
If selecting Try the new Outlook in classic Outlook or clicking Outlook from Start does nothing, policies or system settings may be blocking the MSIX app installation: a. Check Group Policy (requires admin rights)
- Open Run (Win+R), type
gpedit.msc, press Enter.
- Go to Computer Configuration → Administrative Templates → Windows Components → App package Deployment.
- Ensure these policies are set to Not configured:
- Prevent non-admin users from installing packaged Windows apps
- Allow all trusted apps to install
- If Allow all trusted apps to install is disabled, the new Outlook app installation fails. Apply changes and retry opening or installing Outlook.
b. Check firewall and proxy access to Microsoft Store
- Ensure the firewall or proxy is not blocking:
-
https://res.cdn.office.net
-
https://res.cdn.office.net/nativehost/5mttl/installer/
- After allowing these, retry installing from Microsoft Store or launching new Outlook.
c. Check security software blocking executables in temp
- Some security tools (AppLocker, antivirus, Group Policy, non-Microsoft security software) can block executables in
%TEMP%.
- Classic Outlook downloads NewOutlookInstaller.exe to
%TEMP% and runs it; if blocked, the toggle or shortcut appears to do nothing.
- Configure security software to allow executables in the user temp directory, then try again.
- If Microsoft Store is blocked in the environment
- When Store access is disabled by an organization, install new Outlook using the Office CDN installer (requires admin):
- Download the
.exe installer from https://go.microsoft.com/fwlink/?linkid=2207851.
- Launch PowerShell 7 as administrator.
- Navigate to the folder containing
Setup.exe.
- Run:
.\Setup.exe --provision true --quiet --start-*
- This provisions new Outlook for all users on the device.
- If Microsoft Store is available and PowerShell is preferred
- Install via Windows Package Manager (winget):
- Open Terminal (or PowerShell) on Windows 11.
- Run:
winget install -i -e --id=9NRX63209R7B --source=msstore --accept-package-agreements
- After installation, launch Outlook from Start → All apps.
If, after these steps, Outlook still does nothing when opened, an administrator should review Group Policy and registry-based app deployment restrictions as described above, then retry the Store or winget installation.
References: