How to check Internet speed with cmd command

Checking the Internet speed will help you know the download speed and upload of the network you are using is exactly what the network provider tells you. Using this cmd command will help you measure network speed without using software.

For some reason, you do not want to check the Internet speed with the browser [Check Internet Speed ​​without Software], then use the cmd command, only with this simple command you can check Check your network speed on all operating systems. The power command is: speedtest_cli. Here I will guide you how to run this network speed command on both Windows, Linux and macOS.

Check network speed on Linux:

Installing speedtest-cli on Ubuntu (and other Debian-based distros) cannot be easier. Just run a command:

sudo apt install speedtest-cli

How to check Internet speed with cmd command Picture 1How to check Internet speed with cmd command Picture 1

This command may differ slightly on different Linux distros, so check out the distro's Package Manager and find the package called speedtest-cli.

Check network speed on macOS:

The easiest way to install speedtest-cli on a Mac is to use Homebrew, the open source package manager for Mac.

When Homebrew is set up, you can install speedtest-cli with a simple command:

brew install speedtest_cli

Note, for some reason the name of the package may differ between macOS versions, just like on Linux.

Check network connection speed on Windows:

This is a bit more complicated, but it's feasible. First you will have to install Python on Windows, which basically means downloading the installer correctly and making sure that python and pip are added to the System PATH.

Once you've done that, installing a fake fake speedtest-cli is just a command:

speedtest-cli installation pip

How to check Internet speed with cmd command Picture 2How to check Internet speed with cmd command Picture 2

You can now use speedtest-cli on Windows. Note that pips can be used to install speedtest-cli on Linux and macOS systems, but using the system-wide package manager will be more consistent.

If you want to check the network speed on your phone, please read the article: Internet speed test applications for smartphones

4.4 ★ | 5 Vote