Edge Offline Installation: Portable
MicrosoftEdgeSetup.exe --silent-install This will install Edge with default settings without showing a progress bar. To prevent Edge from opening immediately after installation (great for sysprep images):
We’ve all been there: You’ve just finished setting up a fresh Windows PC or a secure server, but the network drivers are missing, or corporate policy strictly blocks internet access for initial setups. You need a browser to get the drivers or access internal portals, but you can’t download a browser without... a browser. edge offline installation
MicrosoftEdgeSetup.exe --do-not-launch-msedge --system-level MicrosoftEdgeSetup.exe --installer-path="C:\Program Files (x86)\Microsoft\Edge" --silent-install Troubleshooting: "Why is it still trying to go online?" If you run the offline installer on a PC that has partial internet (e.g., a proxy or filtered connection), it might still attempt to download newer components. MicrosoftEdgeSetup
Disclaimer: Always download installers from official Microsoft domains ( officeapps.live.com or microsoft.com ) to avoid malware. a browser
Published: April 13, 2026 | Reading Time: 4 minutes
Ensure the machine is truly offline (disable the NIC or unplug the cable) before running the installer. The standalone EXE contains everything needed for the version you downloaded; if it detects a live network, it will try to fetch a delta update. A Note for IT Pros: Managing Updates Once you install Edge offline, Windows Update will not try to update it automatically if the machine remains offline. However, if the machine eventually connects to the internet, Edge will update itself silently.
This is the classic "Catch-22" of system administration. Fortunately, Microsoft provides a direct solution: