How to check Active Network Connections in Windows?
Last Updated :
17 May, 2020
There could be instances where we need to check our current network connectivity or sometimes troubleshoot a particular connection. We can follow a few simple steps to check the active connections. We also have some predefined commands that when entered in command prompt give a detailed explanation about the connection including the IP address, port numbers, and connection status. In this article lets look at the ways to check the active network connections on Windows.
Network Connections
There are two methods to check network connections:
Method 1: Using control panel
Step 1: In the search tab, search for the control panel and click on view network status and tasks below the Network and Internet. (This displays the current network the system is connected to.)
Step 2: You can click on connections to check the network status
Step 3: Click on Details for more information about the network connection like IPv6 address, subnet mask, etc.
Alternatively:
Step 1: Go to settings and click on Network & Internet
Step 2: Select Ethernet and then click on Network and Sharing Center that would navigate to the same page where the current network is shown
Method 2: Using Network connections folder
Step 1: In the search bar type: "ncpa.cpl" and press enter

This would show all the connections but we can identify the active connection using the green icon
Step 2: Right-click on the active connection and click on the status to see the status page.

Now, you can click on details for more information just like we did in the earlier steps
Checking All active connections
Other than the internet connections which we have seen till now, there are many more active connections in order for the system to function. To look at such connections follow the steps below:
Step 1: In the search bar type "cmd" (Command Prompt) and press enter.

Alternatively, press "
+ R" on the keyboard. In the open text box type "
cmd" and click on OK

This would open the command prompt window.
Step 2: We can now enter the netstat commands to look at all current active connections
"
netstat -a" shows all the currently active connections and the output display the protocol, source, and destination addresses along with the port numbers and the state of the connection.

"
netstat -b" shows the executable involved in creating each connection or listening port
Please note that we need extra privileges to execute this output. We might see the following error.

In such cases, open the command prompt and run it as administrator.

"
netstat -n" shows similar outputs with IP addresses rather than names of system or services

"
netstat /?" shows all the options available with the command
Similar Reads
How to Forget a Network in Windows 11?
Knowing how to forget a network in Windows 11 is useful when removing previously connected Wi-Fi networks from your device. This can help in cases where you need to clear saved network settings or troubleshoot connectivity issues. In this guide, we will walk you through the steps to forget Wi-Fi in
5 min read
How To Fix Windows Can't Connect To This Network Error?
Encountering the "Windows canât connect to this network" error can be frustrating, especially when trying to access the internet or connect to a Wi-Fi network. This error is commonly caused by issues with network settings, drivers, or Wi-Fi configurations. Fortunately, there are several effective so
6 min read
How to Check Open Ports Using CMD in Windows?
Open ports on your Windows computer act like doors for data-letting information in and out. While necessary for apps and services, unprotected ports can become security risks. Checking which ports are open helps you spot vulnerabilities, fix connection issues, and keep your system safe.Using Command
5 min read
How To Check Your Computer Uptime on Windows 11?
Knowing how to check computer uptime on Windows 11 can provide useful insights into your system's stability and performance. Whether youâre troubleshooting or just curious about how long your PC has been running, you can quickly view system uptime on Windows 11 using various tools. In this guide, we
4 min read
How to Check the Correct Number of Connections to MongoDB?
Monitoring and managing database connections is crucial for maintaining the performance and stability of MongoDB deployments. In this article, we'll explore how to check the correct number of connections to MongoDB by covering concepts, tools, and practical examples with outputs to help beginners un
3 min read
What is Network Congestion? Common Causes and How to Fix Them?
Network congestion occurs when the request for network resources overcomes the available capacity, managing to slower data transmission, packet loss, and delays. This situation is commonly observed in computer networks, such as internet, where multiple devices and applications resist for limited tra
8 min read
How to Check Available RAM Slots in Windows 11
One important consideration when buying a new PC or laptop is its upgradeability, as not all systems provide for RAM slots, PCIe SSD slots, or HDD bays. This will future-proof the computer and improve performance. Laptops are more difficult to upgrade, while desktop PCs are easier. The RAM slots are
4 min read
How to Use Ansible Ping to Test Connectivity?
Ansible is a broadly utilized open-source automation tool that smoothes out setup the executives, application deployment, and undertaking automation. With its straightforward, agentless architecture, Ansible allows you to deal with numerous frameworks effectively utilizing SSH (Secure Shell). A cruc
6 min read
How To Check Open TCP/IP Ports in Windows?
Checking open TCP/IP ports on your Windows computer is crucial for managing network security and ensuring smooth connectivity. Certain apps and processes in Windows may face issues due to closed or misconfigured ports, often caused by firewalls or private IP addresses. This guide will walk you throu
6 min read
How to Show all the previously connected WiFi Networks using CMD in Windows?
Wi-Fi(Wireless Fidelity) Launched in September 1997 is affiliated with WLAN (Wireless Local Area Network). It is a wireless communication technology that uses radio waves to provide a high-speed network and Internet connection. Sometimes there is a need to know the previously connected WiFi networks
1 min read