How-To
← All guidesWi-Fi & Networking

How to Use Ping in Windows

Check whether a network host is reachable and see basic round-trip response times.

Quick Answer

Open Command Prompt and run ping followed by a hostname or IP address, such as ping 8.8.8.8.

Step by Step

  1. Open Command Prompt.
  2. Type ping followed by the hostname or IP address.
  3. Press Enter.
  4. Review replies, time values, and packet-loss summary.
  5. Press Ctrl+C to stop a continuous ping if you used an option that keeps it running.

If That Doesn't Work

  • Some servers intentionally ignore ping, so no reply does not always mean the service is down.
  • Ping to an IP can help distinguish basic connectivity from a DNS-name problem.

Related Guides