How To Find The IP Address Of A Website Using Command Prompt

There are 2 ways you can find the IP address of a website using cmd. First one is to use the simple ping command. Second method involves using the “tracert” command which will give you an overview of the server latency as well. Here’s how to do it.

1. Press Windows key + R. Type “cmd” and press Enter.
2. Type either ping or tracert depending upon which command you are going to use, followed by URL of the website you want to ping.
3. Press Enter and wait for the ping results. The first line after your command should contain the desired IP address.

In case you want further info about the IP address like approximate location, site owner/company name or whois lookup, you can check it out using ip-address.com’s Locator and WHOIS search tool or you may just ask Google as well.

2 thoughts on “How To Find The IP Address Of A Website Using Command Prompt

Leave a comment