Network connectivity issues are the most common among common Windows 10 problems. Often times, users cannot connect to the internet from their computer even if the time is set correctly and the browser is up to date. In such cases, you need to dive deep into Windows 10 to fix core networking issues. In this guide, we provide a list of useful tools to help you fix network connection problems in Windows 10. We’ve covered everything from command line tools to resetting network settings to various troubleshooters. On that note, let’s move on to the guide.
Fix Network Connection Issues in Windows 10 (2021)
Here, you can expand the table and check out all the solutions that can help you fix internet problems in Windows 10. You can go to the section you want by clicking the links below.
-
IPConfig
1. You can use the IPConfig command to fix most of the common network problems in Windows 10. But before that you need to open Command Prompt. Press the Windows key once and type “cmd”. After that, click “Run as administrator”.
2. When the Command Prompt window opens, start typing IPconfig commands. first command ipconfig /release
and releases the current IP configuration.
3. After that run ipconfig /renew
Command to fetch new IP configurations from DHCP server.
4. Next, set the DNS ipconfig /flushdns
. Discards the outdated local DNS cache from your computer. And after that, your computer will store the new DNS information, which means you won’t encounter errors like “DNS_PROBE_FINISHED_NXDOMAIN” in Chrome. If you are encountering this error, execute this command to fix the problem instantly.
-
network
1. Netsh is another command line utility that can help you restore network connection in Windows 10. If you are facing any network issue big or small, this command will help you fix it. run netsh winsock reset
command and it will reset the entire network stack on your PC.
2. Then restart your computer and this time you will have no internet problem in Windows 10.ERR_CONNECTION_RESETIf Chrome or Microsoft Edge has the “error, this should probably fix it.
-
to ping
Ping is not a troubleshooting tool, but it is a useful command to check the reliability of your network in Windows 10. From the response time, you can measure whether your PC needs network diagnostics.
1. Just run ping 127.0.0.1
In Command Prompt to check and verify if TCP/IP is properly installed and configured on your computer. If you get a “Connection failed” response, it means you will need to reset the entire network architecture with the ‘netsh’ command.
2. You can also run ping [IP address or website]
To check how well your internet is working and whether it needs any diagnostics. For example, I am running ping beebom.com
. Here, if the response time is really high, that means I need to diagnose the network stack on my computer.
-
Network Troubleshooting
If the above methods didn’t work, you can try the built-in Windows troubleshooter to fix network connectivity issues in Windows 10. Here’s how to use it.
1. Firstly, press the Windows key once and type “troubleshooting”. Now, choose “Troubleshooting Settings” option from search results.
2. Then, “Additional troubleshooter” choice.
3. Finally, click on “Internet Connections” and then “Run the troubleshooter”. It will detect the problem and try to fix it automatically.
4. Also scroll down and click “network adapter“. After that, run the troubleshooter to fix most adapter related issues.
-
Network Settings Reset
1. Finally, if none of the above methods work for you, you need to reset the entire network from Windows Settings. Press the Windows key once and open the “network reset” settings page.
2. Here, click “Reset Now”, Windows 10 Remove all configurations for DNS, DHCP, VPN, virtual switches, network adapters and more. After that, it will automatically reinstall all configurations and protocols to their default settings. It will most likely fix your network connection issues in Windows 10, including SSL Certificate Error in Chrome.
Fix Internet Connection Issues in Windows 10
So this is how you can fix network related errors on your PC. I have presented most of the useful command line tools that can fix internet problems instantly. Apart from that, you can also try some interactive troubleshooters to fix the errors. Anyway, that’s it for us. In case your PC slows down over time, learn how to speed up Windows 10 PC in our dedicated guide. And if you have any questions, be sure to comment below and we’ll help you out.