Share via

How to fix ERR_INTERNET_DISCONNECTED in Microsoft Edge?

Harith Rizqi 240 Reputation points
2026-03-07T08:58:14.42+00:00

Fixing this issue when trouble connections not connect ERR_INTERNET_DISCONNECTED error.

Run as admin in the "Command Prompt" app

A Run as admin appears in the window, type the admin password.

Click the "Yes" button.

A Command Prompt opens a new window, type a command:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Microsoft Edge | Website issues | Windows 10
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-03-07T08:58:34.47+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To fix the ERR_INTERNET_DISCONNECTED error in Microsoft Edge on Windows 10, reset the network stack and IP configuration using Command Prompt as administrator, then test connectivity again.

    1. Open Command Prompt as administrator
      1. Select Search on the taskbar and type Command Prompt.
      2. In the results, right‑click Command Prompt and select Run as administrator.
      3. If prompted, enter the administrator password and select Yes.
    2. Run the following commands in this exact order, pressing Enter after each one:
         netsh winsock reset
         netsh int ip reset
         ipconfig /release
         ipconfig /renew
         ipconfig /flushdns
      
      These commands:
      • Reset Winsock and TCP/IP
      • Release and renew the IP address
      • Flush and reset the DNS client resolver cache
    3. Restart the PC.
    4. After restart, confirm the internet connection in Windows (for example, by opening another site or app that uses the internet), then relaunch Microsoft Edge and try the site again.

    If the error persists, also verify general connectivity as described in the Wi‑Fi/Ethernet troubleshooting steps (for example, checking that the device can connect to the same network from another device, and that the IP address is not in the 169.254.x.x range).


    References:

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.