
Note that the search yielded a list of IPv4 addresses that differ from the IPs shown using other methods. Go to the DNS lookup tool, type the website URL into the text entry, and click Lookup. However, the simplest way to determine the IP address of a website is through the DNS lookup tool. Using the DNS lookup toolīoth the ping command and nslookup command are options for finding the IP address of a website. With this command, we can see that an IPv4 address is shown below the Addresses line for – 172.217.15.110. Below, you can see the nslookup results for through Terminal. Mac users can open Terminal to run the same command.

The Addresses line shows an IPv6 address for, which is 2607.f8b0:4004:815::200e. The line immediately below the Server line is the IP address of the DNS server that provided the information for, which is 2001:578:3f::30. To find the IP address of a website with the nslookup command, open the command prompt and type:īelow is an example of the command run on in the Microsoft Windows system. The nslookup tool provides more information to users than the ping command, though both work to find a website’s IP address. Most operating systems, whether they be Microsoft Windows, MacOS, Linux, or another system, provide the nslookup tool as it’s specifically intended for looking up IP addresses. Using the nslookup commandĪnother way to check the IP address of a website using a command line tool is with the nslookup command. The results are shown below.Īs seen in this example, the IPv4 address of the website is 108.177.122.139. Open terminal and enter the same command as above ( ping ). To find the IP address of a website with the ping command, open the command prompt and type:īelow, you can see the pinging results for .įor Mac users, the same command can be performed in Terminal. The ping command checks the response time for a connection, which indicates the connection’s reliability, but it also returns the IP address of a website. You can find the IP address of any website through the command prompt by using the ping command.


By using either the ping command, the nslookup command, or the DNS lookup tool, you can easily find the IP address of a website in just a few steps. However, as a user, you may want to find the IP address of a website in addition to knowing the domain name. DNS resolves domain names (like ) to numerical IP addresses, which computers then use to communicate.

Because remembering these random strings of numbers would be difficult, developers created the Domain Name System (DNS). Every website has at least one associated IP address that it uses to communicate with devices on a network.
