HomeWindows 10Operating SystemNetwork & Internet connection problems in Windows 10/8/7

2.5. Network & Internet connection problems in Windows 10/8/7

If you find that your internet connection, in Windows 10, Windows 8, Windows 7 or Windows Vista, has suddenly stopped working or that you are facing certain Network and Internet connectivity problems, here are a few troubleshooting steps you may want to try.

Network & Internet connection problems

1] IPConfig is a tool built into Windows, that displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol DHCP and Domain Name System DNS settings. You can access this tool via the command line. If you have a bad IP address, then renewing your IP address this way may help solve your internet problems.

Type cmd in start search and press Ctrl-Shift-Enter. If you wish, just out of curiosity, you may type ipconfig and hit Enter, to view the status of the computer's Internet Protocol or IP address.

Type ipconfig /release to let go of the current IP address.

Next, type ipconfig /renew to obtain a new IP address.

If you get an error message when you Run the "Ipconfig /Renew" command see KB810606.

If you recurrently face this problem, then you can have it renewed on every start-up, by creating the following .bat file and placing it in your startup folder.

Open Notepad and type:

ipconfig /release
ipconfig /renew

Save it as, say, iprenew.bat file.

Read: How to find out, renew, change IP address.

2] Frequently, internet connection problems can also be traced to a corrupted DNS cache. Resetting or Flushing this cache is an easy fix to many of these problems. This is how you can flush Windows DNS cache in Windows 10, Windows 8/7 or Windows Vista.

Start > All Programs > Accessories > Command Prompt. Right click on it and 'Run As Administrator'. Type the following and hit enter:

ipconfig /flushdns

You should be able to see a confirmation dialog window:

Windows IP Configuration. Successfully flushed the DNS Resolver Cache.

Next, type ipconfig /registerdns and hit Enter.

This registers any DNS records that you or some programs may have recorded in your Hosts file.

Just in case you are interested, to view the complete syntax for this command type ipconfig /help and hit Enter!

3] The Network & Internet Diagnostic & Repair Tool in Windows 10/8/7/Vista will help you identify the potential issues preventing network connectivity, and it automatically takes appropriate steps toward correcting them. If a computer on the network loses Internet connectivity, you can graphically see which connection is down and then use Network Diagnostics to help determine the cause of the problem and find possible solutions.

 

internet connection problems

To access it, open Control Panel > Network & Sharing Center. In the lower part, click on Troubleshoot Problems. From the window which opens, you can select Internet Connections or any other issue you want to troubleshoot and repair.

Type the following commands in Run box and hit Enter to open the required Troubleshooters directly:

To open Internet Connections Troubleshooter:

msdt.exe -id NetworkDiagnosticsWeb

To open the Incoming Connections Troubleshooter

msdt.exe -id NetworkDiagnosticsInbound
 

To open the Network Adapter Troubleshooter:

msdt.exe -id NetworkDiagnosticsNetworkAdapter

4] Enable or Disable IPv6 to solve Internet connectivity problems in Windows 8/10.

5]  Reset Winsock

6] Reset TCP/IP,

7] Reset Hosts file,

8] Reset Windows firewall settings to default,

9] Reset Internet Explorer

10] Try NetChecker, NetAdapter Repair or Complete Internet Repair Tool.

11] See this post if you cannot connect to Internet after upgrading to Windows 10.

12] Go here if you see a Limited Network Connectivity message.

13] The Network Reset feature in Windows 10 will help you reinstall Network adapters and reset Networking Components to original settings.

14] See this post if you receive a WiFi doesn't have a valid IP configuration error message.

This page was: Helpful | Not Helpful