How To Check Ping In CMD?

Open Command Prompt

Type `ping google.com`

Press Enter

Read the reply time shown in milliseconds

To test a specific IP, type `ping 8.8.8.8`

To send a fixed number of requests, type `ping google.com -n 4`

To stop pinging, press `Ctrl + C`

Suggested for You

Trending Today