Routing Microsoft Edge through a proxy is straightforward, but there's one thing to understand up front that saves a lot of confusion: Edge doesn't have its own independent proxy settings the way some browsers do. Because it's built on Chromium and ships with Windows, it uses the system proxy settings by default — so configuring "Edge's proxy" usually means configuring Windows. Here's how to do it cleanly, plus the command-line flags for when you need per-launch control.

Step 1 — Open the proxy settings

The fastest route is through Edge itself, which links straight to the Windows settings:

  1. Open Edge Settings.
  2. Type proxy in the settings search bar.
  3. Open the proxy configuration entry — it takes you to Windows' proxy settings (the same panel as Windows Settings → Network & Internet → Proxy).

Step 2 — Enter the proxy

In the manual proxy section:

  1. Turn on Use a proxy server.
  2. Enter the IP address and port of your proxy.
  3. Add any addresses that should bypass the proxy, if needed.
  4. Save.

That's the whole manual setup. Because this is a system-level setting, it applies to Edge and to any other application that follows Windows' proxy configuration — not just one browser. Keep that in mind: you're configuring the system, and Edge inherits it.

Per-launch control with command-line flags

For finer or temporary control — testing, or running an instance with different settings — Edge accepts Chromium's proxy flags at launch (run msedge.exe with the flag). The useful ones:

These affect the launched instance and are handy when you don't want to change the system-wide setting just to test something.

Step 3 — Verify it works

Once set, open any site. If your proxy requires authentication, you'll get a prompt for a username and password — these are the credentials issued with the proxy (with a dedicated proxy, that's the login tied to your address). Enter them and the page loads through the proxy. To confirm the address the world now sees, check your IP on any "what is my IP" service and make sure it shows the proxy's location, not your own.

A few practical notes

For a stable setup that holds up day to day, a dedicated static IPv4 or ISP proxy gives Edge a predictable, clean origin — HTTP and SOCKS5 on one port, with credentials that stay yours. Configure it once in Windows, verify the IP, and you're set.