How to Find the IP Address of Your PC
If you want to remote desktop into a computer or other device, you need to know the PC or device’s IP address. Here’s how to find it in Windows 10.
Your computer’s IP address (Internet Protocol) is, as the name suggests, an address that provides an identity for your device on a network. Whether it’s a local network within an intranet at a business, your home, or a massive network such as the Internet. Every website you visit on the Internet uses a unique IP address, too. But luckily for that, we can use simple names like Microsoft.com using DNS.
Why would you want to know your IP address, though? Well, we live in a world where we are surrounded by multiple devices that need to talk to each other. Whether it is connecting two computers together in a peer to peer fashion for sharing resources or for accessing another device remotely. Also, if you need to troubleshoot devices on a network, knowing your IP Address can help a lot.
Finding the IP Address of a Windows 10 PC
There are a few ways you can find your IP address. Let’s start with the easiest method that allows you to use the UI and not the command line.
Go to Settings > Network & Internet. Then select either Wi-Fi or Ethernet (depending on how the device connects). In this example, I’m connected to Ethernet.
Then select the Ethernet Connected icon. Scroll down to the Properties section and you’ll see your IPV4 address information.
Finding your Wi-Fi IP address is a bit different. You still go to Settings > Network & Internet, but then select Advanced options. Then scroll down to the Properties section to see the IP address of the device.
Find an IP Address Using the Command Prompt
Right-click the Start button or hit Windows Key+X to bring up the hidden quick access menu and select Command Prompt (Admin) or — select Windows PowerShell (Admin) depending on your version of Windows 10.
Now type: ipconfig then press the Enter key.
In this case, I am connected to both Wireless and Wired networks, so I have IP addresses displayed for both.
Finding your IP address on Windows PCs hasn’t changed much over the years. But if you haven’t upgraded to Windows 10 yet, you might be interested in how to find your local IP address on Windows 7.
Also, if you have several devices on your home network, read our article on how to find the IP of all connected devices on your network the easy way.
How to find the hostname and physical address
To request a network license file for your Autodesk software you’ll need to locate the hostname and physical address of the server(s) that will be running the Network License Manager (NLM). This information, along with your product serial number, is sent to Autodesk to generate a network license file that enables you to run the NLM.
About the hostname and physical address
- Ethernet Adapter – If your server has more than one Ethernet adapter, select one that corresponds to a physical network adapter. Do not use the physical address for any wireless or Bluetooth devices, as these are not valid and your network license will not work.
If there is more than one physical Ethernet connection on a Windows system, it does not matter which one you use. If you are using a Mac OS X computer with more than one physical network adapter, you must use the address of the primary network adapter. - Hostname – The unique identifier that serves as the name of your computer or server can be as long as 255 characters and consists of numbers and letters.
- Physical address – Refers to the physical address of the Ethernet connection to your computer or server. This may also be referred to as your MAC (Media Access Control) Address, Host ID, or Server ID. The physical address is twelve characters long and a combination of numbers (0–9) and letters (A–F, a–f). It’s often presented in this format: XX-XX-XX-XX-XX-XX.
- Name and address syntax – When requesting a network license file, make sure you have accurately identified characters that may look similar, such as:
- The number zero (0) and the letter O.
- The number one (1) and uppercase and lowercase “L” and uppercase “I” (depending on font).
Find using the command prompt (Windows only)
To find your hostname and physical address using the Windows command prompt:
- Open the command prompt by clicking Start > (All) Programs > Accessories > command prompt.
Note: If you do not have access to the command prompt, contact your& IT department or someone with administrative rights to your machine to help you locate the information. - Enter& ipconfig /all and press the Enter key.
The hostname displays at the top, under the section Windows IP Configuration.
Your physical address displays under the section Ethernet adapter Local Area Connection.
Find Using LMTOOLS (Windows only)
If you already have the Autodesk Network License Manager installed on yours Windows system, use the LMTOOLS Utility to locate your server information.
To find your hostname and physical address using the LMTOOLS utility:
- Open the LMTOOLS utility by clicking Start > All Programs > Autodesk > Network License Manager > LMTOOLS Utility.
- Click the Systems Settings tab.
In the left column, Hostid Settings, the hostname is located in the Computer/Hostname box and your physical address is located in the Ethernet Address box.
Find using a terminal window (Linux or Mac)
If you already have the Autodesk Network License Manager installed on a Mac or Linux system, use the lmutil utility to locate your server information.
To find your hostname and physical address using a Mac or Linux Terminal Window:
- Open a Terminal window.
- Enter the commands to navigate to the directory where lmutil is installed. For example:
cd /usr/local/flexnetserver/
Enter the command below to display your Host Name:
./lmutil lmhostid -hostname
A message displays similar to this:
lmutil – Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “HOSTNAME=Nostromo”
Enter the command below to display your physical address (Host ID):
A message displays similar to this:
lmutil – Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “6003089af239”
There may come a time when you need to know the IP address of your router, as assigned by your ISP. These numbers are easy to find, when you know where and how to look.
Networks, and the internet, don’t identify computers (of any size, even your smartphone) by the name you give them. Computers prefer numbers, and the numbers they use as identifiers are called IP addresses.
The “IP” stands for “internet protocol,” which is part of Transmission Control Protocol/internet Protocol (TPC/IP). It’s all called IP for short, and TCP/IP is the language used for communication by most networks.
When it comes to your computer(s), there are actually several IP addresses involved. One is how the computer talks to the internet at large, which is the IP address of your router. That IP address is generally assigned to the router by your internet service provider (ISP); the router, in turn, handles all the traffic from your computer out to the internet. So even though a website only sees a request come in from the IP address on the router, the router knows how to route the information to/from the computer. (That’s why it’s called a router.)
Computers on the internal networks, be it Wi-Fi or Ethernet, at home or in the office, have their own IP addresses assigned to them (usually by the router). That way, all the nodes on the internal network can also communicate. The protocol used by the router to assign IP addresses is called Dynamic Host Control Protocol (DHCP).
If you have an IP address assigned, it’s typically considered a “dynamic IP” because it could be temporary; the router might give the node in question a different IP address at a later time (same with the IP address your ISP gives your router). However, you can set up “static IP addresses” on computers so they never change—this can be important for some kinds of network communications, especially if it’s crucial to be able to find that same node over and over. You could also get a static IP for your router—which is handy if you run a web server, for example, but expect your ISP to charge extra.
IP addresses are typically in the same format as a 32-bit number, shown as four decimal numbers each with a range of 0 to 255, separated by dots—each set of three numbers is called an octet. This format is used by IP version 4 (or IPv4). With it, you could—in theory—have 0.0.0.0 to 255.255.255.255 out there. However, this limited the world to a possible 4+ billion IP addresses, which isn’t enough.
So now, there’s IPv6, which is 128-bit, and went from four to 16 octets. That’s a lot more than 4 billion—it’s a 34 with 37 zeros after it (or 2 to the 128 th power). Technically, 340,282,366,920,938,463,463,374,607,431,768,211,455 . That’s a lot of IP addresses.
That’s all good to know, but how do you find your IP address?
Find Your Internet/Public IP Address
There may come a time when you need to know the IP address of your router, as assigned by your ISP. This can be particularly handy for things like VoIP calls or remote control software.
What you’ll also find is that there’s lots of information about you attached to that IP address, specifically your ISP’s name and your general location (called a GeoIP). That’s because ISPs dole out a range of IP addresses. Figuring out your provider and general location based on IP address is as simple as consulting a public list.
The simplest way to check your router’s public IP address is to search “what is my IP?” on Google.
With Google, that’s all you see. There are plenty of sites out there that will show you the exact same thing. They see it simply because by visiting the site, your router has made a request, and thus revealed the IP address. Sites like WhatIsMyIP.com and IPLocation all go farther, showing off the names of your ISP, your city, and even maps.
The GeoIP info is far from foolproof. Generally, you’re going to get an approximation of location—where the provider is, not the actual computer. In visiting those sites, I was told I was in Ithaca, New York. and Syracuse, New York. One gave a latitude/longitude that put me in North Carolina (which could be where my ISP has a data center, for all I know). Be sure to log out of your VPN service, too. Getting a real address for the public IP address usually requires a search warrant taken to the ISP.
Find Your Internal IP Address
Every device that connects to your internal network, be it at home or the office, has an IP address (your PC, your smartphone, your smart TV, your network printer, etc.) It doesn’t matter if it’s using Wi-Fi or Ethernet. They’ve all got an IP address if they’re talking to the internet, or each other, through your router.
In the most basic network, your router is going to have an IP address like 192.168.0.1, and that will be called the “gateway.” You’ll see it pop up a lot as you look for the IP addresses of other devices. That typically means your router will use DHCP to assign addresses to devices, where only the last octet changes. So 192.168.0.101, or 192.168.0.102, for example. It depends on the range defined by your router.
This is pretty much the same on all internal networks, because they’re hidden behind the router, which routes all that communication in and out to the proper places. If you have a big internal network, another number called a subnet will help divide your network into groups. The subnet mask used by most home networks is 255.255.255.0.
So how do you find it? In Windows it requires the command prompt. Search for “cmd” (without the quotes) using Windows search. In the resulting pop-up box, type “ipconfig” (no quote marks).
What is revealed is more than just the IP address: you’ll see the IPv4 Address, the subnet mask, plus the Default Gateway (that’s your router). Look above that row of data in the middle, and it shows the type of connection: “Ethernet adapter Ethernet.” If I was using Wi-Fi, it would have information under “Wireless LAN adapter Wi-Fi.”
On the Mac, it’s a little less esoteric. Go to the System Preferences, select Network, and it should be right there. Click the connection type on the left to see the IPs for each type. You may need to click the TCP/IP tab at the top. Or you can go full geek and open the Terminal and type “ipconfig” just like on Windows.
On an iPhone, go into Settings > Wi-Fi, and click the “i” in a circle ( ) next to the network you’re on. The IP address, subnet, and router (gateway) will all be there under the DHCP tab.
If you need the IP address of other devices on your network, go into the router. How you access your router depends on the brand and the software it runs. In general, you should be able to type the router’s gateway IP address into a web browser on the same network to access it. From there, you need to navigate to something like “attached devices” (that’s what I get on my Netgear Nighthawk, pictured below). From there you get a full list of all the devices currently (or recently) attached to the network—and that list includes the IP address assigned to each device.
If you’re really lucky, you’ve got a modern router (or set of routers, like a mesh system) that can be controlled entirely with mobile apps. The app may make it a lot easier to find the IP address(es) you want. Even my now-ancient (by internet standards—it’s from 2013!) Nighthawk has an app now, which can pull up a full list of connected devices. Click the icon next to each device to show the IP address and more info for each.
Tell You More about IT World
- Blog>
- Windows 10>
- How to View the IP Address of Your Windows 10 PC
If you need to know your Windows 10 computer’s IP (Internet Protocol) address but have no idea where to find it, this tutorial will show you how to view and find IP address on Windows 10 PC.
Way 1: View Windows 10 PC’s IP address via Control Panel
Step 2: Click on View network status and tasks under Network and Internet.
Step 3: Click on the network name next to Connections.
Step 4: In the network connection Status dialog, click Details… button.
Step 5: There is the Network Connection Details dialog, you can see the IP address of your Windows 10 PC listed to the right of IPv4 Address.
Way 2: View Windows 10 PC’s IP address in Settings app
Step 1: Open the Settings app (Win + I), and click on the Network & Internet icon.
Step 2: On the left side, click Ethernet or Wi-Fi, and then click the Connected Network on the right side.
Step 3: You will now see the IPv4 address, that is your PC’s IP address.
Way 3: View Windows 10 PC’s IP address in Task Manager
Step 1: Open the Task Manager (Win+X, T).
Step 2: Select the Performance > Ethernet or Wi-Fi. On the right side, you can see the IP address of your PC.
Way 4: View Windows 10 PC’s IP address by Command Prompt
Step 1: Press Win + R to open the Run dialog. Then run cmd Run Commands to open Command Prompt.
Step 2: Type ipconfig and press Enter key. Then it immediately lists a load of information about your network settings. Look for the line that starts with IPv4 Address and behind it, you will find the IP address of your Windows 10 PC.
Actually, your Windows 10 PC will have two IP addresses if it is connected to a local network as well as the internet. One is an internal IP address also called local IP address which is used to identify your computer within the local network, another is an external IP address also called public IP which is assigned to your computer by your internet service provider and the way how the Internet and all other computers outside your local network see you.
The two ways shown above are just explaining how to view the internal IP address of your Windows 10 PC. If you want to view your PC’s external IP, just need to open your browser (Google, Bing, or other). Type IP address in the search field and press Enter key. This will display your external (public) IP address on the internet.
Sometimes, knowing the computer’s IP address is necessary for troubleshooting some problems such as checking if your computer is properly communicating with your router. Hence, it’s necessary to learn the tricks of viewing the IP address of your computer.
Need to know the IP address of your Windows 10 PC? Today’s guide helps you do that in four different ways. Whether you need to know the IP address because someone else needs to access your resources or to troubleshoot connectivity issues, here is how you can easily find it out in multiple ways.
Here are four ways to find the IP address on Windows 10:
Using the Taskbar:
- Click on the Wi-Fi or Ethernet connectivity icon at the bottom right corner of your home screen on your Windows 10 PC.
- Once the menu pops up, select the network that is currently connected to your PC and click on Properties.
- Scroll down in the properties menu and your IP address will be listed with the name of IPv4 address as highlighted below.
Using Command Prompt:
- Open the Start menu and type cmd in the search bar. Click on the Command Prompt app to proceed.
- Type ipconfig in the Command Prompt box and press Enter.
- Locate the IPv4 address from the list as that is the IP address of your network.
Using System Information panel:
- Open the Start menu and type system information in the search bar. Click on the System Information app to proceed.
- Select the Components tab to expand it from the System Summary panel.
- Select the + icon before the Network tab to expand it further.
- Click on Adapter to reveal the info of your network adapter.
- Scroll down the Adapter menu to find the IP address as highlighted below.
Using Control Panel:
- Open the Start menu and type control panel in the search bar. Click on the Control Panel app to proceed.
- Click on the Network and Internet tab in the Control Panel.
- Select Network and Sharing Center in the Network and Internet menu to continue.
- Click on the active networks whether it’s Ethernet or Wi-Fi as highlighted below.
- Select Details… from the Wi-Fi status menu.
- In the Network Connection Details tab, you can locate the IP address as it will be listed by the name of IPv4 Address.
These four convenient yet effective ways can help you locate the IP address on Windows 10 in a matter of seconds. If you have been facing any other network-related issues on your Windows 10 devices, let us know in the comments below for quick fixes and guides on them.
Your IP (Internet Protocol) address is like your home address, but for your WiFi network. Without an IP address, the internet wouldn’t know where to deliver all the necessary data you want, like your emails and websites. Here’s how to find your IP address on Windows 10 computer.
How to Find IP Address on a Windows 10 Computer
To find your IP address on a Windows 10 computer, got to Control Panel > Network and Internet > Network and Sharing Center > Change adapter settings. Right-click Ethernet and go to Status > Details.
Note: This guide is for Windows 10 PCs only. If you are using a Mac, check out our article on how to find your IP address on a Mac.
- Click the magnifying glass icon in the bottom-left corner of your screen.
- Then type IP Address into the search bar.
- Next, click Open.
- Then click Change adapter options.
- Next, right-click your network and select Status. If you are connected to the internet over WiFi, right-click that. If you are using an Ethernet connection, click that.
- Then click Details.
- Finally, you will see your computer’s IP address next to IPv4 Address.
What is the Difference Between a Private and Public IP Address?
A public IP address is a globally unique IP address assigned to your devices by your internet service provider. A private IP address is assigned to devices within your private network by your router. This is why you can have the same local IP address as someone else, but not the same private IP address.
Think of it this way: your public IP address is like your apartment building’s address, while your private IP address is like your apartment number. So, you can have the same apartment number as someone in a building across town, but you won’t have the same building address.
Network shares are accessed using their UNC paths (begin with ). For frequently accessed network shares, the UNC path can be mapped to a drive letter in Windows. You may be wondering how to find out the IP address of a mapped network drive — i.e., the IP of the network computer that hosts the shared folder. This post tells you how to find it.
Find the IP address of a Mapped Network drive in Windows
Let’s say you mapped a drive letter for media-pcshared and assigned the Z: drive letter to it. The network computer name is usually displayed near the mapped drive letter when you view it in File Explorer.
To get the IP address of the computer (mapped drive target PC), open a Command Prompt window and type:
This shows the IPv4 address for the computer. If the -4 switch is not used, you’ll see the IPv6 address instead.
Using Command Prompt, to find the computer name that hosts the shared folder, run the net use command.
Once you find the computer name, ping it.
Ping returns the IPv4 address of the computer named media-pc .
Make sure that your Pc is connected to network to find the IP address as it is assigned to the PC’s that are connected to a network else not.
You can find the IP address either through Command Prompt or through Network Connection. These methods are purely for your private PC IP address that is assigned only to you. There is even public IP address assigned to your PC that is visible to rest of the network users and can be determined through search engines.
- Click on start button and go to “run” program. A command box appears along with a text field. Now type cmd, all in small cases and click on OK to in order to open the command prompt.
- Command page is nothing but a black page with inbuilt commands. Give the command as “ipconfg” in order to run the ipconfg.
- A list of available network connections on your PC will be displayed.
- Now start searching for your active connection that can be present as Wireless Network Connection, Ethernet Connection, or Local Area Connection. You need to proceed with the search until you come across IP4v and it’s not going to be easy one as the list is really a lengthy one.That’s it now you know your IP.
- Click on the network icon present on the tool bar or you can even open it through control panel.
- Right click on the active connection option once the network connection window is displayed.
- Now click on the status tab and then on the details option.
- If you are a XP user, select support tab and then go to details.
- Once you click on the details button, a list of all the connection details will be displayed on the screen of which one is your required search (IP address).
To find an IP address, it is essential that your PC is connected to a network. And if it is connected to the both network and an internet connection, then it will have an internal IP address that is helpful to mark the location of your PC on the local network and will have an external IP address of your internet connection. IP address is generally in the format of 192.168.2.25
Sometimes we need to know how to find IP address of a computer or a website. We need to use it as like allow or block specific websites or connect to a network etc. But finding IP address is a little bit tricky work. Don’t worry, you don’t need to have high technical knowledge. Finding IP address of a PC is a very easy task if you know. I’ll discuss here the easiest ways to find IP address.
Each Computer connected to the Internet has a unique identity just like we have a name to be called. This identity is made by IP address. When a computer sends any information to another then it must have to communicate via IP address which I have discussed on another page.
Finding Computer IP
Now we can find this IP address of our own Computer by three ways:
- From Control panel of PC.
- By browsing thewebsite.
- By CMD windows command.
First Method(From Control Panel)
This method helps you to find IP address of your PC using control panel. Go to Control Panel from the start menu or somewhere else. Click on “Network and Sharing Center”.
Then look at connections where available established connections will appear. Now It is to be clicked on.
After clicking available connection, the status window will come up. Here click on details button-
Then IPV4 address is shown in network connection details.
Second Method(Browsing Website)
When you browse any website then a request message from computer’s IP address is sent to the web server. It can guess your IP address. Every Web server knows your PC via IP address. Some specific website publishes your IP to show you as their policy, but rests are not showing. You can find your IP address visiting those pages like-
- Search “what is my IP” on GOOGLE then you’ll see your IP.
- Visit
- Visit
- Visit
- Visit
- Visit to see geolocation
- Visit to see geolocation and much more.
Third Method(using CMD)
From Computer Start Menu, First, go run. Write “cmd” there.
Then this black screen window will be shown with your computer name,
or right click on start menu and go to “Command Prompt”
Write “ipconfig” after “C:UsersNAMEofCOMPUTER”. Then this window will appear. The highlighted text is showing your computer IP address.
Finding IP Address of a Website
There are also several options to find IP of any website. A website is a location connected to the internet to store pages. So every website has an IP address. To ease our browsing, IP address remains hidden but domain names are visible. When we browse using domain names, it converts to IP address using DNS system. I have discussed three methods to find IP address of website-
First method(website)
Go to an IP finder website like and write website address and you’ll get the IP address of that website. It’s very easy way.
Second Method (Ping)
You can get it by your PC Command Prompt. Go to Command Prompt or “CMD” from RUN or start menu following steps said before.
write here website address after ping like “ping and amazingly we can see IP address of the website.
Third Method(nslookup)
This method is also by command prompt. Here you’ll write website address after “nslookup” like “nslookup
Conclusion
Before using IP address to configure any IP settings, Finding IP address is very essential. The easiest ways are discussed above to find the valid IP address. You can use any of these methods to find your own. After finding IP address, Please check it. Put that IP address on the address bar and “Enter” to go through. If found IP address is valid, it will redirect you to that website.
Use the tracert command to track down the devices on your network
- Tweet
- Share
Before you can troubleshoot most network or internet connection issues, you need to know the IP addresses assigned to the hardware devices in your network.
Instructions in this article apply to Windows 10, Windows 8, and Windows 7.
How to Find the Fixed IP Address of a Device on a LAN
Most troubleshooting steps involve working with commands and other tools that require you to know your device’s IP addresses. You need to find out the private IP address for your router and the IP addresses for any switches, access points, bridges, repeaters, and other hardware in the network.
Almost all network devices are preconfigured at the factory to operate on a default IP address. Most people don’t change that default IP address when they install the device.
Before you complete the following steps, check for your device in our Linksys, NETGEAR, D-Link, and Cisco default password lists.
If the IP address was changed or your device isn’t listed, follow the instructions below.
Determine the IP Addresses of the Network Hardware on Your Network
Before you begin, find the default gateway IP address for your computer’s network connection. In most situations, this is the private IP address for the router, the most external point on a local network.
Next, use the router’s IP address in the following steps to determine the IP addresses of the devices that sit between the computer and the router on your local network.
The router’s IP address in this context is its private, not public IP address. The public, or external IP address, interfaces with networks outside of your own, and isn’t applicable here.
Open Command Prompt. In modern versions of Windows, search for cmd from the Start screen or Start menu. Use the Run dialog box (WIN+R) in any version of Windows.
The Command Prompt functions similarly between Windows operating systems, so these instructions should apply equally to any version of Windows, including Windows 10, Windows 8, and Windows 7.
At the prompt, execute the tracert command as tracert 192.168.1.1, then press Enter. The tracert command shows every hop along the way to your router. Each hop represents a network device between the computer on which you’re running the tracert command and the router.
Replace 192.168.1.1 with your router’s IP address, which may or may not be the same as this example IP address.
When the command is complete, and the prompt appears, a message similar to Tracing route to 192.168.1.1 over a maximum of 30 hops displays with a separate line for each piece of hardware sitting between your computer and the router.
- Date: 07/29/2016
- ID: faq00002636_000
Check the IP addresses of your PC and the Brother machine
Follow the steps below to check the IP addresses of your PC and the Brother machine:
How to check the IP address of your PC
(Windows)
- (Windows 10)
Click Start => (All apps =>) Windows System then choose Command Prompt.
(Windows 8)
- On the Start screen, click . If is not on the Start screen, right-click somewhere on an empty spot, and then click, All Apps from the bar.
- Click Command Prompt.
(Windows Me/ 2000/ XP/ Windows Vista and Windows 7)
Click Start => All Programs (Programs for Windows 2000 Users) => Accessories then choose Command Prompt.
(Windows 98)
Click Start and choose MS DOS Prompt.
(Macintosh)
- Click Apple Menu and choose System Preferences.
Click Advanced.
Click TCP/IP and check the IPv4 Address and Subnet Mask.
Please make sure that the Subnet Mask is “255.255.255.0”.
If your Subnet Mask is different, please consult a network administrator to solve the problem. (This FAQ is not applicable for your network environment.)
How to check the IP address of your Brother machine
If your Brother machine was purchased Network Ready, then the IP address can be determined via the control panel of the Brother machine or by printing a Report Page which is called User Settings list or Network Configuration (Network Config) list. For more information on how to find the IP address on the control panel of the machine or print a Report Page, please refer to the User’s Guide or Network User’s Guide for your machine. The latest User’s Guide or Network User’s Guide is available in the Manuals section.
Once you checked both your PC and the Brother machines IP address, we recommend you check they are both correct and located in the same segmentation.
Please check the following points are applicable for both IP address.
- The address numbers shown in bold text should both be the same:
PC IP address: 192.168.1.2
Brother machine IP address: 192.168.1.199