How to Find your IP Address on Windows 11

Thumbnail image of Jason Bauer
Jason Bauer
Last Updated: | Reading Time: 3 minutes

It is often necessary to know the IP address of a computer that you are working on. For instance, if you are configuring a port forward or DHCP reservation pointing at a computer, then you must first figure out the IP address that the port forward or DHCP reservation will point at.

windows 11 desktop
windows 11 desktop

Windows 11 includes many user interface improvements, and one of them is showing your current IP address.

Find your Existing Windows 11 IP Address Settings

There are a few different ways to find your IP address in Windows 11. We'll discuss the two easiest methods:

While many people prefer a graphical user experience, or GUI, it is sometimes easier to get the same job done using the trusty command line interface, or CLI.

Find Your Windows 11 IP Address with the Command Prompt

The CLI, or command prompt is the best way to find your IP address in Windows 11. Even though there is a GUI method, there are a few things that only the CLI shows.

The command prompt or CLI is the recommended way of determining your current IP address and default gateway, because the other method does not show your current subnet mask.

To fire up a command prompt, start by clicking the Windows button, or pressing the WinKey on your keyboard.

Once the start menu pops, begin typing the phrase 'cmd'. As soon as you see the Command Prompt entry press the Enter key.

windows 11 start menu cmd
windows 11 start menu cmd

'cmd' is short for "Command Prompt". If you do it right, you should see a black and white window pop up.

windows 11 cmd prompt
windows 11 cmd prompt

Now run the command 'ipconfig' and press enter.

windows 11 ipconfig
windows 11 ipconfig

You can now see your IPv4 Address, Subnet Mask, and Default Gateway.

Additional IP Address information with the Command Prompt

Sometimes you need more information than ipconfig provides. If this is the case then you can use the all command line switch to show more information.

In the same command prompt from above, run the command ipconfig /all to see all adapter information.

windows 11 ipconfig all
windows 11 ipconfig all

As you can see, there can be a lot of information listed. One of the important things that is listed with the all switch is the Physical Address. This is the network cards MAC Address and is frequently used as the target in a DHCP reservation.

Find Your Windows 11 IP Address with Control Panel Settings

Windows 11 has a new control panel experience that can show you your computer's IP address. This method is a great way to find your IP address and gateway, but it does not show your subnet mask, which you need for many networking tasks.

If you need your subnet mask then use the command prompt method above.

Start by clicking the Windows start button, or simply press the WinKey on your keyboard. The start menu should pop up. Then type in the word 'settings'. As soon as you see the 'Settings' app show up you can press the Enter key to load it.

windows 11 start menu settings
windows 11 start menu settings

Once you are in the Settings app, look for Network & Internet on the left. Choose that tab.

windows 11 settings network and internet
windows 11 settings network and internet

On the Network & Internet page, find the entry near the bottom called Advanced network settings and click it.

windows 11 advanced network settings
windows 11 advanced network settings

In the Advanced network settings page click Hardware and connection properties.

windows 11 network hardware and connection properties
windows 11 network hardware and connection properties

You should see a long list of information about your network connection, including IPv4 address and IPv4 default gateway.

Why Do You Need your IP Address in Windows 11

When you connect a computer to your network, it automatically gets an IP address through your router's built in DHCP Service. This enables your computer to work with zero configuration on your network. For many users this is all that they need to set up.

If you want to do any advanced networking configuration, such as port forwarding, then you need to know what IP address was assigned to your computer.

Now that you have your Windows 11 IP address you can also setup a static IP address or create a DHCP reservation in your router.

More From Portforward