New Outlook Webview2 Runtime Missing: How to Install Manually
🔍 WiseChecker

New Outlook Webview2 Runtime Missing: How to Install Manually

When you open the new Outlook for Windows, you may see an error stating that the Webview2 Runtime is missing or not installed. This runtime is required for the new Outlook to render modern web-based features such as calendars, email previews, and add-ins. The error typically appears after a partial update or on systems where the runtime was removed by a cleanup tool. This article explains why the Webview2 Runtime is needed and provides step-by-step instructions to install it manually.

Key Takeaways: Installing Webview2 Runtime for New Outlook

  • Microsoft Edge WebView2 Runtime download page: Download the standalone installer if the runtime is missing from your system.
  • Control Panel > Programs > Uninstall a program: Check whether WebView2 is already installed before downloading a new copy.
  • Windows Settings > Apps > Installed apps: Verify the runtime version matches the system architecture 64-bit or 32-bit.

ADVERTISEMENT

Why the New Outlook Requires Webview2 Runtime

The new Outlook for Windows is built on a web-based platform that relies on Microsoft Edge WebView2 to display interactive content. WebView2 is a control that embeds Chromium-based rendering into desktop applications. Without it, the new Outlook cannot load its user interface correctly.

The runtime is included with Windows 11 version 22H2 and later and with Microsoft Edge version 80 and later. However, some corporate-managed devices, systems that have had Edge removed, or installations that were cleaned by third-party tools may lack the runtime. The new Outlook checks for WebView2 at startup and shows an error if it is missing.

What Happens When Webview2 Is Missing

When you launch the new Outlook, you may see a dialog box that reads “A new version of Outlook is available but we couldn’t install it” or “WebView2 Runtime is not installed.” The application may fail to open entirely, or it may open with a blank window and no email content. Classic Outlook is unaffected because it uses a different rendering engine.

Steps to Manually Install Webview2 Runtime for New Outlook

Follow these steps to download and install the correct version of the WebView2 Runtime on Windows 10 or Windows 11.

  1. Check if WebView2 is already installed
    Open Control Panel and go to Programs > Programs and Features. Look for an entry named “Microsoft Edge WebView2 Runtime.” If it appears, compare the version number to the latest available version on Microsoft’s official site. If it is missing, proceed to the next step.
  2. Open the Microsoft Edge WebView2 download page
    Open your current web browser and go to the official Microsoft Edge WebView2 download page at developer.microsoft.com/microsoft-edge/webview2. Do not download from third-party sites, as they may offer outdated or tampered files.
  3. Select the correct installer for your system
    On the download page, locate the section titled “Standalone Installer.” Choose one of the following options based on your Windows architecture:
    x64: For 64-bit Windows systems. Most modern PCs use this version.
    x86: For 32-bit Windows systems.
    ARM64: For ARM-based devices such as Surface Pro X.
    If you are unsure which architecture your system uses, open Settings > System > About and check the “System type” field.
  4. Download the standalone installer
    Click the download link for the correct architecture. The file is named something like “MicrosoftEdgeWebView2RuntimeInstallerX64.exe.” The download size is approximately 2 MB. Save the file to your Downloads folder or desktop.
  5. Run the installer as an administrator
    Right-click the downloaded .exe file and select Run as administrator. If prompted by User Account Control, click Yes. The installer will open a setup wizard.
  6. Complete the installation wizard
    In the setup wizard, review the license terms and click Accept. The installer will copy the runtime files to the Program Files folder. No additional input is required. The process takes less than one minute.
  7. Restart the new Outlook
    Close the new Outlook completely if it is still running. Reopen it from the Start menu or the taskbar. The application should now load without the WebView2 error.

Alternative Installation Method Using Command Line

If you manage multiple devices or prefer a silent installation, you can run the installer from the command line. Open Command Prompt as administrator and navigate to the folder containing the installer. Run the following command:

MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install

Replace X64 with x86 or ARM64 as needed. The /silent flag suppresses all dialog boxes. After the command completes, verify the installation by checking the Programs list in Control Panel.

ADVERTISEMENT

If the New Outlook Still Shows the Webview2 Error After Installation

If you installed the runtime but the error persists, the issue may be related to a corrupted runtime installation or a missing registry entry. The following sections cover the most common post-installation problems.

The installed runtime version is too old

The new Outlook requires WebView2 Runtime version 100 or later. To check your installed version, open Control Panel > Programs > Programs and Features, find “Microsoft Edge WebView2 Runtime,” and look at the Version column. If the version is below 100, download the latest standalone installer from the Microsoft site and run it again. The installer will upgrade the existing runtime.

The runtime is installed for the wrong user account

The standalone installer installs the runtime for all users by default. If you used the Evergreen Bootstrapper instead of the Standalone Installer, the runtime may be installed only for the current user. To fix this, uninstall the existing runtime via Control Panel, then reinstall using the Standalone Installer with the /install flag and run it as administrator.

Windows security software is blocking the runtime

Some third-party antivirus or endpoint protection tools may block WebView2 from loading. Temporarily disable your security software, then launch the new Outlook. If the error disappears, add an exception for the WebView2 Runtime executable located in C:\Program Files (x86)\Microsoft\EdgeWebView\Application. Contact your IT administrator if your device is managed by a corporate security policy.

Corrupted Windows user profile

A damaged user profile can prevent the new Outlook from detecting the runtime. Create a new local user account in Windows Settings > Accounts > Family & other users. Sign in with that account and open the new Outlook. If the error does not appear, migrate your data to the new profile.

Item Standalone Installer Evergreen Bootstrapper
Description Full offline installer that includes all runtime files Small online installer that downloads the latest runtime during setup
File size Approximately 2 MB Approximately 1 MB
Internet required No Yes
Installation scope All users Current user only unless run as administrator
Best for Offline devices or bulk deployment via Group Policy Single user with internet access

After installing the WebView2 Runtime using the Standalone Installer, the new Outlook should start normally. If you continue to see errors, verify that Windows is fully updated and that no Group Policy objects are blocking the runtime. You can also run the Outlook Repair tool from Settings > Apps > Installed apps > Microsoft Outlook > Modify to reset the application configuration.

ADVERTISEMENT