Silicophilic

For All Tech Lovers

  • Home
  • Gadgets
    • Android
  • Internet
    • Saas
  • Windows
    • Software
  • Contact
    • Write For Us
  • Fact Checking Policy
  • Privacy Policy
You are here: Home / Internet / Ipconfig Media Disconnected On Windows 10 – How To Fix?

Ipconfig Media Disconnected On Windows 10 – How To Fix?

Updated: December 23, 2019 by Anubhab Chakraborty

It is difficult imagining a life without the internet nowadays, with many important services moving online. If you are having trouble connecting to the internet, you are likely to miss out on various stuff online, which may be important to you, including many services that are available online.

Here I shall discuss how you can resolve when you get the ipconfig media disconnected error on Windows 10.

Diagnose Media Disconnected Windows 10!

Table of Contents

Toggle
  • Diagnose Media Disconnected Windows 10!
  • How To Solve Ipconfig Media Disconnected Error?
    • Solution 1: Refresh Your Connection
    • Solution 2: Reset WINSOCK And IP Stack
    • Solution 3: Uninstall Your Drivers And Install Generic Drivers
    • Solution 4: Disable Network Sharing
    • Solution 5: Run The Network Troubleshooter
    • Solution 6: Reset TCP/IP
    • Solution 7: Network Reset
  • Wrapping Up

The first thing that you should do when you cannot connect to the internet is checking the physical connection between your devices. This includes checking the router, cables and the ports for any potential damage, which may be preventing you from connecting to the internet.

If you have isolated that, the problem is with connecting to the Windows 10 device only, check if you have the ipconfig media disconnected error. To diagnose this, follow these steps:

  1. Open a Run window by pressing Win + R.
  2. Type cmd and press Enter to launch the command prompt.
  3. Type the following command and press Enter to check the IP address and other network-related information:
    ipconfig /all
  4. Locate the entries titled Media State and check the state of this entry.

media_state_media_disconnected

If you notice Media disconnected as the current state, the issue is most likely being caused by incorrect network configuration or DNS cache. Here are some of the potential fixes to how you can solve the Media state media disconnected error.

How To Solve Ipconfig Media Disconnected Error?

You can try the following steps to troubleshoot your network disconnection issues on your Windows 10 devices.

(Note: Make sure that your device is enabled. Open a Run window and type ncpa.cpl and press Enter to launch Network Connections. Here, check if your preferred connection is disabled, and enable it from the right-click context menu)

Solution 1: Refresh Your Connection

First, try refreshing your connection. This can be very helpful if the network adapter does not pick up the IP address from the router. Simply follow these steps to power cycle the system:

  1. Turn off your device.
  2. Unplug both your modem and router and wait 30 seconds.

reset-router-cables

  1. Now plug in your modem and router one by one, and wait for them to load up.
  2. Log into your ISP terminal if there is an option for the same, and then turn on your device.
  3. Try running ipconfig command in Command Prompt again and check if the status changes for your connection.

If this fails to solve your media state media disconnected error, you can follow some more solutions which may help you solve your error.

Solution 2: Reset WINSOCK And IP Stack

Winsock (Windows Sockets API) is the programming interface and the technical specification that handles the input/ output requests for internet applications, defining how Windows network software should access network services like TCP/IP.

When you see the ipconfig media disconnected status, it is commonly attributed to the Winsock API, which when corrupted can lead to this error. You need to reset the WINSOCK API and IP stack in order to reset this error.

  1. Open an elevated Command Prompt. To do this, open a Run window by typing Win + R, type cmd and press Ctrl + Shift + Enter to launch command prompt with administrative privileges.
  2. Type the following commands one by one and press Enter after each command to execute it.
    netsh command winsock reset catalog
    netsh int ipv4 reset reset.log
    netsh int ipv6 reset reset.log
  3. Restart your system once the commands are executed.

reset_network_config

Solution 3: Uninstall Your Drivers And Install Generic Drivers

Drivers are the configuration files that facilitate the communication between your device driver and your operating system. Missing or corrupt drivers can lead to many different errors, revolving around malfunctioning hardware. If something has gone wrong with the related driver, you may be facing difficulty connecting to the internet because of this.

  1. Open a Run dialog by pressing Win + R.
  2. Type devmgmt.msc and press Enter to launch the Device Manager console.
  3. Expand the Network Adapters section by clicking the small arrow next to it. Here you will find all the network adapters that are installed on your system right now.
  4. Right-click on the adapter that you want to uninstall to reveal the context menu.
  5. Select the Uninstall device from the context menu. (This shall remove the adapter from the list, which is giving you the media disconnected

uninstall_network_adapter

  1. Click OK on the confirmation prompt.
  2. Restart your computer.
  3. The generic driver for your device should be installed automatically if you are connected to the internet.
  4. However, if you are not, you can install the driver manually. To do this, navigate to your manufacturer’s website and download the latest driver from their Download center.
  5. Double click on the downloaded file to run the installation.
  6. Restart your PC again after the installation is complete.

After the installation of the drivers, check if the issue still persists. Your media disconnected error should now be resolved on your Windows 10 device.

Solution 4: Disable Network Sharing

Many users have reported that an option in the Network Connections called network sharing is the cause of this error on their devices. You may have turned this setting on during some other troubleshooting, or to share your internet with other devices.

To disable network sharing, follow these steps:

  1. Open a Run dialog by pressing Win + R.
  2. Type ncpa.cpl and press Enter to launch the Network Connections console.
  3. Right-click on your active connection, and click on the Properties option from the context menu.
  4. In the Properties window, switch to the Sharing
  5. Uncheck the box next to the option that says “Allow other network users to connect through this computer”.
  6. Click on OK to apply the changes.
  7. Restart your computer.

allow_other_network_users_to_connect_through_this_connection

Now open an elevated command prompt as shown earlier, and check if you still get the ipconfig media disconnected error. Your error should now be solved.

Solution 5: Run The Network Troubleshooter

With Windows 10, many users have trouble connecting to the internet for one reason or another. This led Microsoft to include a Network Adapter troubleshooter, which can diagnose and solve some of the errors on user devices. This can be a good place to start and solve your error.

  1. Open your Windows Settings You can use the keyboard shortcut Win + I.
  2. Click on Update & Security.
  3. From the left pane menu, select Troubleshoot.
  4. Scroll down to locate and click Network Adapter under Find and fix other problems.
  5. Click on Run the Troubleshooter
  6. Follow the on-screen instructions to find and fix problems with your network adapter.
  7. Restart your computer once the troubleshooter finishes scanning your device.

network_adapter_troubleshooter

Now check if your error persists.

Solution 6: Reset TCP/IP

Transmission Control Protocol/ Internet Protocol (TCP/IP) is a set of communication protocols used on the internet and other computer networks, used to interconnect network devices on the internet. Follow these steps to reset TCP /IP if you get the ipconfig media disconnected error on Windows 10:

  1. Open an elevated Command Prompt. To do this, open a Run window by typing Win + R, type cmd and press Ctrl + Shift + Enter to launch command prompt with administrative privileges.
  2. Type the following command and press Enter to execute it and reset Internet Protocols:
    netsh int ip reset resettcpip.txt
  3. Restart your computer once the reset completes it.

reset_tcp_ip

Solution 7: Network Reset

If none of the solutions provided above helped you, you have to perform a network reset to solve your media disconnected Windows 10 error. To do this, follow these steps:

  1. Open the Windows Settings You can use the keyboard shortcut Win + I, or launch it from the Start menu.
  2. Click on Network & Internet.
  3. Make sure you are on the Status menu in the left pane.
  4. In the right pane, locate and click on Network reset.
  5. Follow the on-screen instructions to reset the network.

network_reset

Wrapping Up

So there you have it. Now you know how to solve the ipconfig media disconnected error using the solutions provided above. Tell us in the comments if you found this useful, and to discuss further the same.

Filed Under: Internet Tagged With: Ipconfig Media Disconnected

About Anubhab Chakraborty

A blogger, tech enthusiast and a MBA student from Kolkata. A friendly person always in a mood for networking. Ping me up anytime or just throw an email.

Comments

  1. David says

    November 18, 2020 at 4:06 am

    This issue has happened on multiple pc’s over the past week. Once I fix the problem it happens again in a day or two. What could be causing the media disconnect this frequently on multiple devices?

  2. Charlie Swindall says

    January 10, 2021 at 4:42 am

    Okay while the media not connected message is still right there the issue of the computer not liking that stopped completely. I do believe this may be solved as the media truly is not connected at the point to any of the adapters that seem to be missing it.

    Solution 6: Reset TCP/IP Was the one that fixed it or partially fixed it as it may be.

    My real issue is that I cannot get into my Linksys router admin page. Acttually the original issue was that I lost Wifi Direct and yet had it fixed some time ago when I discovered could not get into the router and then I have worked on getting into the router since and have not even looked at the wifi direct issue any more but know I got it fixed early on.

  3. Charlie Swindall says

    January 10, 2021 at 5:24 am

    And now back in the router also and believe it was a router issue unrelated to all this other issues. I thank you regardless for the fine assistance.

  4. Scott says

    October 22, 2021 at 3:02 pm

    No idea what’s happened, but my PC can’t find any wifi networks (even though I’m typing this on a laptop on the same desk). The PC has been turned of for a week (when I had a lovely session online for several hours without problems), but when I turn it on today it can find a single network. I have run through each of your solutions, and not a one has done anything. Solution 2 was particular troublesome, as the very first line of code “netsh command winsock reset catalog” comes up with “The following command was not found” – just found on another site that the command text shouldn’t include the word “command”.
    Solution 3 poses a problem for me too. I have followed the instructions, using the “generic” drivers, but without network connection how exactky am I supposed to download them from the manufacturers website if the generic ones don’t work?! The whole point is I can’t get this PC to connect to the internet!
    After nearly 90 mins, I am still no further forward (hence having to borrow a laptop to do all the internet searching

Silicophilic_Twitter_handle Silicophilic_Facebook_handle Silicophilic_Youtube_handle Silicophilic_Linkedin_Handle Silicophilic_Rss_Feed

Recent Posts

  • Frozen Mid‑Match – How I Beat FC26’s Cutscene Stutter
  • Mouse Cursor Stuck in EA Sports FC 26- Here’s What Works
  • Benched by VRAM – How I Got Back in the FC26 Game
  • How I Manually Updated Squads in EA Sports FC 26 
  • EA App Not Detecting FC26- Here’s What I Did

© 2026 · Silicophilic