How To?

6+ Easy Ways to Find IP Address in Windows 11!

How to Find IP Address in Windows 11 PC?

It was a fine morning today, but I’m facing connectivity issues with my WiFi router, and I’m unable to do my work because of the network problems. I went through some tutorials online and found a way to troubleshoot the network. However, to do that, I need my WiFi IP address. Fortunately, I’ve done some research and found 6+ ways to find the IP address on my Windows 11 PC. In this article, I will share each method with clear step-by-step instructions and images for easy understanding.

Quick Steps to Find IP Address:

  • Step 1: Firstly, Click on the network icon in the system tray.
  • Step 2: Then, you need choose Network & Internet settings option.
  • Step 3: Choose your Wi-Fi or Ethernet and click on Hardware properties.
  • Step 4: Your IP address will be listed under “IPv4 address” like this “192.168.0.103“.

If the above quick steps didn’t help you, I suggest following the 6+ methods below to find your IP address.

Method 1: Using Settings App:

This method is very user-friendly and suitable for those who are not familiar with Command Prompt or PowerShell!

  • Firstly, you need to click the Start Menu button.
  • In the search bar, you need to search for the Settings option.
Settings app from Start Menu
Settings app from Start Menu
  • In the Settings Menu, you can able to see multiple options in the left side tab.
Settings Menu
Settings Menu
  • You need to click the option named “Network & Internet“.
  • Now, you need to click the WiFi option (If your device is connected to WiFi), otherwise, you need to choose the Ethernet option.
Choose WiFi from Network & Internet
Choose WiFi from Network & Internet
  • Then you can able to view the connected network in the tab, and you need to select the WiFi device connected to your pc and it will display all the properties.
Choose your Connected WiFi option
Choose your Connected WiFi option
  • Scroll down to find your Device Properties, which include WiFi name, SSID, IP Address, and more, as shown in the image below.
IP Address in Settings App
IP Address in Settings App

As shown in the above image, you can simply click the Copy button to copy all the network values, including the SSID to Physical Address.

Method 2: Using Task Manager:

This is one of the quickest and simplest ways to find the IP Address from your Windows 11 pc.

  • Firstly, you need to use the keyboard shortcut CTRL + ALT + Esc or CTRL + ALT + Del To open Task Manager on your pc.
Task Manager in Windows 11 PC
Task Manager in Windows 11 PC
  • Once the task manager window appeared, you need to choose the Performance option in the left side menu.
Performance Tab in Task Manager
Performance Tab in Task Manager
  • The Performance option will display the stats of your pc’s CPU, Memory, Disks, WiFi & GPU.
  • Now, you need to choose the WiFi option to display all the stats of your device connected to the WiFi.
Display WiFi Stats in Task Manager
Display WiFi Stats in Task Manager

As you can see in the above image, You can able to view your IP Address connected to your PC.

Method 3: Using Control Panel:

This is one of the classic ways to find the IP address, but it needs an extra step to do.

  • Firstly, you need to open the Control Panel from the Start Menu.
Opening Control Panel from Start Menu
Opening Control Panel from the Start Menu
  • In the list of options, you need to choose the “Network & Internet” option located below the System & Security option.
Choose Network & Internet option
Choose the Network & Internet option
  • Now, you need to choose the Network and Sharing Center option.
Choose Network & Sharing Center
Choose Network & Sharing Center
  • It will display all the connected devices, including the WiFi and Ethernet options.
  • Now you need to choose the WiFi device connected to your pc.
WiFi Device Connected to your PC
WiFi Device Connected to your PC
  • It will display the WiFi stats of the WiFi device connected to your pc.
WiFi Stats
WiFi Stats
  • Below the Signal quality option, you can able to see the button named “Details…
Click Details Option
Click the Details Option
  • Tap the button to display all the info about your connected device, which includes your pc’s IP Address.
  • You can find the IP Address located below the DHCP Enabled option, as shown in the image below.
IP Address of Connected Device
IP Address of Connected Device

Method 4: Using a Connected WiFi Device:

  • You need to tap the WiFi icon in the right corner of the system tray to display the Network Settings, which includes WiFi, Bluetooth & other settings.
View Network Options from System tray
View Network Options from the System tray
  • Now, you need to click the Right Arrow > nearby to the WiFi device which is connected to your device to manage your WiFi connections.
  • Now, it will display the list of devices, and in that you need to right click to the WiFi which is connected with your pc and click the Properties option from the list.
Display WiFi Properties
Display WiFi Properties
  • Now, it will directly open the properties and will display the ID Address, SSID, and many more values.
IP Address in Settings App
IP Address in Settings App

Method 5: Using Command Prompt:

If you’re comfortable using the Command Prompt, this method will be the best and easiest way to find the IP address with just one command.

  • Firstly, you need to use the WinKey +R keyboard shortcut to launch the Run Window.
  • Now, you need to enter the following command cmd and hit the Enter button.
Opening Command Prompt using Run Window
Opening Command Prompt using Run Window
  • Now the Command Prompt window will appear on your screen.
  • In the command prompt, you need to enter the following command ipconfig , and it will display all current TCP/IP network configuration values and refresh DHCP and DNS settings.
  • Now, you need to look for the IPv4 Address under your active network connection (e.g, Ethernet adapter or Wi-Fi adapter).
Finding IP Address using ipconfig command
Finding the IP Address using the ipconfig command

Note: You’ll see several network adapters listed, but focus on the one you are currently using. The “IPv4 Address” is your IP address, which is a unique identifier for your device on your local network.

As you can see in the image, you can find your device’s IP address displayed under the “Connection-Specific DNS Suffix” category.

Method 6: Using PowerShell:

If you have a good understanding of using PowerShell in Windows, I recommend using this method. A PowerShell command will provide you with all the details, including the IP address.

  • Click the Start Menu button, and in the Search Bar, you need to type PowerShell.
  • Click the open button to launch the PowerShell window on your screen.
Open PowerShell from Start Menu
Open PowerShell from the Start Menu
  • Now, you need to enter the following command Get-NetIPAddress and hit the Enter button.
Entering Get-NetIPAddress Command in PowerShell
Entering Get-NetIPAddress Command in PowerShell
  • Now the PowerShell provides a detailed list of network configurations, making it easy to find the specific IP address you’re looking for.
  • You need to scroll down a bit to find the IP Address of your WiFi device connected to your pc as shown in the image below.
View Connected WiFi IP Address using PowerShell
View Connected WiFi IP Address using PowerShell

Method 7: Using System Information Tool:

This is the final method to find the IP Address, and this method uses the system information tool, which offers an overview of your system’s hardware and software configuration, including network details.

  • Use the shortcut Winkey + R to launch the Run Window on your screen.
  • Now, you need to enter the command msinfo32 and hit the Enter button to launch the System Information tool window.
  • You need to expand the Components > Network > Adapter, This section lists all network adapters on your system, along with detailed configuration information.
View IP Address from System Information Tool.
View IP Address from System Information Tool.
  • Scroll through the list to find your network adapter’s IP address. This method provides an in-depth look at your network adapters, including IP addresses, MAC addresses, and more.
IP Address listed in the System Information Tool.
IP Address listed in the System Information Tool.

Conclusion:

That’s it. Finding the IP address of my Windows 11 PC turned out to be pretty easy. You can prefer using the Command Prompt, checking through the Control Panel, or sticking with the simpler Settings app. You may also read this guide on how to view local and public IP address. Each method has its own pros and cons, so I can choose the one that works best for me. With these easy steps, you can quickly find my IP address whenever you need it. You can find more interesting tutorials on Winsides.

Why You Can Trust Winsides.com?

We combine expert insights with user-friendly guidance. We thoroughly research and test everything to give you reliable and simple to understand tech guides. Please take a look at our publishing process to understand why you can trust Winsides.


Narendhiran Vijaykumar

I Am a Frontend Developer, and Business Creator With Over 8 Years of Experience in Php and Frontend Web Development. I Have Over 15 Years of Experience Using Windows Os, From Windows Xp to Windows 11, and Possess Sound Knowledge in Using and Solving Real-time Problems. I Am Getting Proficient in Ai-based Technologies and Have Developed 3 Successful Web Apps and Saas Platforms.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button