On Windows 11, you have several ways to determine your router’s IP address, and in this guide, you will learn the best ways to find it with Command Prompt, PowerShell, and the Settings app.
You may sometimes need to know the router’s IP address for different reasons, including accessing the device through the web browser to troubleshoot internet connectivity problems, configuring features like VPN, or opening a network port. The only caveat is that since these devices don’t have a screen, it can be difficult to know the network configuration to access it. Yes, you can always look at the router’s sticker, but the information may not always be accurate, and sometimes the router may not be located in the same room you are in.
If you must know the network address of your router, Windows 11 offers multiple ways to find out this information using the Settings app, Command Prompt, and PowerShell.
This guide will teach you how to find your router’s IP address on Windows 11.
Determine router IP address on Windows 11
Windows 11 lets you find the router IP address using Command Prompt, PowerShell, or the Settings app.
1. Check router IP from Settings
To find the IP address of the router on Windows 11, use these steps:
-
Open Settings on Windows 11.
-
Click on Network & internet.
-
Click the Advanced network settings tab.
-
Under the “More settings” section, click the “Hardware and connection properties” setting.
-
Confirm the default gateway address to determine the router IP address.
Once you complete the steps, you will know the TCP/IP address to connect to the router available in your home network.
2. Check router IP from Command Prompt (CMD)
To find the router’s IP address from Command Prompt, use these steps:
-
Open Start.
-
Search for Command Prompt and click the top result to open the app.
-
Type the following command to find the router’s IP address on Windows 11 and press Enter:
ipconfig
-
Confirm the “Default Gateway” information, which is the router’s IP address.
After you complete the steps, the router address will be displayed as the default gateway.
2. Check router IP from PowerShell
To find the IP address of your router with PowerShell commands, use these steps:
-
Open Start.
-
Search for Command Prompt and click the top result to open the app.
-
Type the following command to find the IP address of the router on Windows 11 and press Enter:
Get-NetIPConfiguration -detailed
-
Confirm the IPv4DefaultGateway information, which is the address of the router.
Once completing the steps, PowerShell will return the router’s IP address on Windows 11.