How to Install Wget on Windows (with Video Example)

In this tutorial we will learn how to install the wget command on Windows, with a video example.

Download and Install Wget on Windows

Here is a quick video showing you how to download wget on windows 10.

How to Install Wget on Windows

To install and configure wget for Windows:


Subscribe to my Newsletter


  1. Check if the Wget Command is installed
  2. Download wget for Windows and install the package.
  3. Copy the wget.exe file into Your System
  4. Verify the Installation on Windows

1. Check if the Wget Command is installed on Windows

To check if the wget command is installed on windows, open the Command Line and type:

$ wget -V

If it is installed, it will return the version.

If not, follow the next steps to download wget on Windows.

2. Download Wget for Windows

To download wget on Windows, go to eternallybored.org to install the wget package for Windows.

3. Copy the wget.exe file into Your System

Next, you need to add the downloaded wget.exe file into your C:\Windows\System32 folder. Simply copy it from one location to the other.

4. Verify the Installation on Windows

To verify the installation of Wget on Windows, Open the command prompt (cmd.exe) and run wget -v to see if it is installed.

5/5 - (1 vote)