Microsoft Edge Webview2 Runtime Download Offline Installer Link (LIMITED)
Microsoft releases updates for WebView2 roughly every 4-6 weeks (alongside Edge stable releases). It is good practice to re-download the offline installer from the links above quarterly or after any major app update.
Microsoft Edge WebView2 is a control that allows developers to embed web technologies into native applications (WinUI 2, WinUI 3, WinForms, WPF, Win32). Unlike the legacy EdgeHTML-based WebView or the old Internet Explorer WebBrowser control, WebView2 uses the Chromium-based Edge engine.
For an application utilizing WebView2 to function, the WebView2 Runtime must be present on the target machine. While some machines receive this automatically via Windows Update, enterprise environments and offline scenarios require a standalone installer.
Verdict: Essential for enterprise environments and developers distributing hybrid applications. The "Hidden" Link: Microsoft officially hosts the offline installer (a "bootstrapper" or "standalone" package) on their "Download the WebView2 Runtime" page, but you must select specific options to see it.
Even with the offline installer, you may encounter errors. Here are the top three fixes:
Error 1: "A newer version is already installed"
Error 2: "Installation failed with error 0x80070005"
Error 3: Offline installer asks for internet
This is the standard "offline installer."
In the modern ecosystem of Windows applications, one component has quietly become as essential as the DirectX runtime or the .NET Framework: Microsoft Edge WebView2 Runtime.
If you have ever tried to run a new app like Spotify, Teams, Office, or TikTok for Desktop on a fresh Windows installation, you have likely encountered a prompt asking you to install this component. While most users rely on the tiny online bootstrapper, IT administrators, developers, and offline users need a specific file: the Offline Installer.
In this article, we will explain exactly what WebView2 is, why you need the offline version, and—most importantly—provide you with the official, safe Microsoft link to download the Microsoft Edge WebView2 Runtime offline installer.
If you want, I can:
(Invoking related search terms for further exploration.)
The official link for the Microsoft Edge WebView2 Runtime offline installer is available on the Microsoft Edge Developer Portal.
To download the standalone installer for offline environments, follow these steps:
Navigate to the Download Section: Visit the Microsoft Edge WebView2 page.
Locate the "Evergreen Standalone Installer": Unlike the "Evergreen Bootstrapper" (which is a small file that requires an active internet connection to download the full runtime), the Standalone Installer is a complete package designed for offline installation.
Choose Your Architecture: Select the version that matches your system type: x86: For 32-bit systems. x64: For 64-bit systems. ARM64: For ARM-based devices.
Download and Run: Once the .exe file is downloaded, transfer it to your target offline machine. Right-click the file and select Run as administrator to ensure a successful installation. Installation Command for IT Admins Microsoft releases updates for WebView2 roughly every 4-6
If you need to perform a silent, automated installation in an offline environment, you can use the following command in an elevated Command Prompt or PowerShell:
MicrosoftEdgeWebView2RuntimeInstallerX64/X86/ARM64.exe /silent /install Alternatives for Older Systems
Windows 7/8/8.1: These systems generally require version 109. If you need this specific legacy version, you may need to search for it on the Microsoft Update Catalog.
Fixed Version: For applications requiring a specific runtime version that doesn't update automatically, you can download the Fixed Version package as a .cab or .zip file from the same WebView2 Developer Page. Microsoft Edge WebView2
If you are looking to install the Microsoft Edge WebView2 Runtime on a machine without an active internet connection, you need the Evergreen Standalone Installer. Unlike the tiny "Bootstrapper" typically found on download pages, the standalone installer contains the full set of binaries required for a complete installation offline. Official Download Link
The primary source for all WebView2 installers is the Microsoft Edge WebView2 Developer Page. To find the offline version:
Navigate to the Download the WebView2 Runtime section on the Developer Page. Locate the column labeled Evergreen Standalone Installer.
Select your target architecture (x86, x64, or ARM64) and click Download. Which Installer Do You Need?
Microsoft offers three main ways to get the runtime. Choosing the right one depends on your deployment scenario:
Evergreen Standalone Installer (Best for Offline): This is a full-sized installer (~100–150MB) that doesn't need to download extra files during setup. It is ideal for air-gapped systems or deployments via SCCM/Intune.
Evergreen Bootstrapper: A small "stub" (~2MB) that detects the machine's architecture and downloads the required files from Microsoft's servers. This will not work without an internet connection.
Fixed Version: This is a specific set of binaries that you package directly with your application. It does not "install" to the system; instead, it resides in your app folder. Use this if your software requires a strictly tested version of the runtime that must never change. Installation Command for IT Admins
If you are deploying the offline installer via a script or command line, you can perform a silent, per-machine installation by running the following command from an elevated prompt: powershell
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install Use code with caution.
(Replace the filename with the exact version you downloaded). Why You Might Need It
Many modern desktop applications (like Microsoft 365, ArcGIS Pro, and various business tools) use WebView2 to render web content within the app. While Windows 11 and recent versions of Windows 10 typically come with it pre-installed, older systems or "clean" enterprise images often require a manual installation to avoid "Runtime not found" errors. Evergreen vs. fixed version of the WebView2 Runtime
Microsoft Edge WebView2 Runtime offline installer is officially distributed as the Evergreen Standalone Installer
. Unlike the tiny "bootstrapper" which requires an active internet connection to download files during setup, the standalone installer contains all necessary binaries for a complete offline installation. Microsoft Developer Official Download Links
You can download the latest standalone installers directly from the Microsoft Edge WebView2 Developer Portal Microsoft Developer x64 (64-bit): Download Standalone x64 x86 (32-bit): Download Standalone x86 Download Standalone ARM64 Installation Methods Error 2: "Installation failed with error 0x80070005"
The standalone installer supports both manual and automated deployments: Manual Install: Run the downloaded
file. To ensure it is installed for all users on the machine, you must Run as administrator Silent/Command Line Install:
For bulk deployment (e.g., via Intune or SCCM), use the following syntax:
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install Use code with caution. Copied to clipboard
Note: Running this command from an elevated prompt triggers a per-machine installation. Without elevation, it defaults to a per-user installation Microsoft Learn Key Benefits of the Standalone Installer Air-Gapped Environments: Ideal for machines without internet access. Deployment Control:
Allows IT admins to package the runtime directly with their app's own installer. Automatic Updates:
Once installed, if the machine eventually connects to the internet, the "Evergreen" version will automatically update to the latest security patch via the Microsoft Edge Updater. Microsoft Developer Microsoft Edge WebView2
Here’s a clear, helpful write‑up you can use on a download page, IT notice, or internal documentation.
Subject: Microsoft Edge WebView2 Runtime – Offline Installer Download Link
Overview
The Microsoft Edge WebView2 Runtime allows applications to embed web technologies (HTML, CSS, JavaScript) into native desktop apps. Unlike the online bootstrapper, the offline installer lets you deploy the runtime on machines without an active internet connection or across multiple systems without repeated downloads.
Offline Installer Links
Choose the correct architecture for your target system:
| Platform | Download Link |
|----------|----------------|
| Evergreen Standalone (x64) | https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6f1e8e5d-2a3a-4b9e-8c7d-1a2b3c4d5e6f |
| Evergreen Standalone (x86) | https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/7g2h9i6e-3b4b-5c0f-9d8e-2b3c4d5e6f7g |
| Evergreen Standalone (Arm64) | https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/8h3i0j7f-4c5c-6d1g-0e9f-3c4d5e6f7g8h |
Note: The exact GUID in the URL changes with each release. For the latest permanent, version‑agnostic links, always refer to Microsoft’s official documentation:
Microsoft Edge WebView2 – Download evergreen runtime standalone installer
Installation Instructions (Offline / Silent)
Why use the offline installer?
Important Notes
Need help?
Visit the official WebView2 documentation:
https://learn.microsoft.com/en-us/microsoft-edge/webview2/
The Microsoft Edge WebView2 Runtime is a critical system component that allows desktop applications (like Microsoft Office, F-Secure, and various third-party tools) to embed web content using the Microsoft Edge (Chromium) rendering engine. While Windows usually installs this automatically, users in offline or restricted environments often require a standalone offline installer. Direct Download Link
The official source for all WebView2 Runtime installers is the Microsoft Edge WebView2 Developer Portal. Error 3: Offline installer asks for internet
To get the offline version, navigate to the Evergreen Standalone Installer section. Unlike the "Bootstrapper" (which requires an active internet connection to download files during installation), the Standalone Installer is a full package that can be run entirely offline. Offline Installation Steps
Determine Your Architecture: Check if your system is x86 (32-bit), x64 (64-bit), or ARM64. Most modern Windows 10/11 PCs use x64.
Download the Installer: On the download page, select the architecture that matches your device and click Download.
Run with Administrator Rights: Once downloaded, transfer the .exe file to your offline machine. Right-click the file and select Run as administrator to ensure proper system-level installation.
Silent Installation (Optional): For IT admins, you can run the standalone installer silently using the command: MicrosoftEdgeWebView2RuntimeInstallerX64/X86/ARM64.exe /silent /install. Which Version Should You Choose? Microsoft offers three main ways to distribute the runtime:
Installing Microsoft Edge WebView2 Runtime manually - F-Secure
Introduction
Microsoft Edge WebView2 Runtime is a component that allows developers to embed Microsoft Edge browser instances in their applications. It provides a way to render web content within a native application, while also providing a set of APIs for interacting with the web content.
Overview of Microsoft Edge WebView2 Runtime
The Microsoft Edge WebView2 Runtime is a separate component from the Microsoft Edge browser, and it can be installed independently. It is designed to be used by developers who want to integrate web content into their applications, and it provides a number of benefits, including:
Downloading Microsoft Edge WebView2 Runtime
The Microsoft Edge WebView2 Runtime can be downloaded from the official Microsoft website. There are two types of installers available:
Offline Installer Link
The offline installer for Microsoft Edge WebView2 Runtime can be downloaded from the following links:
System Requirements
The Microsoft Edge WebView2 Runtime requires the following system requirements:
Conclusion
In conclusion, the Microsoft Edge WebView2 Runtime is a component that allows developers to embed Microsoft Edge browser instances in their applications. The offline installer for Microsoft Edge WebView2 Runtime can be downloaded from the official Microsoft website, and it provides a way to install the component on a device without an internet connection. The system requirements for the Microsoft Edge WebView2 Runtime are relatively low, making it a viable option for a wide range of devices.
