how to Install Go in Windows 10

Hey! If you love Go and building Go apps as much as I do, let's connect on Twitter or LinkedIn. I talk about this stuff all the time!

Want to learn how to build better Go applications faster and easier? You can.

Check out my course on the Go Standard Library. You can check it out now for free.


Want to install Go in Windows 10? You’re in luck. It’s quite easy.

First, bring up the Go downloads page.

Look for the x86-64 Windows Installer:

How to install Golang in Windows 10

When this article was written, Go 1.17.1 is current, but it could be different when you see it.

Download the file and open it.

How to install Golang in Windows 10

Accept the terms of the agreement:

How to install Golang in Windows 10

Here you can change to a custom directory if you want:

How to install Golang in Windows 10

Start the install:

How to install Golang in Windows 10

A user account control message will come up. Click yes

How to install Golang in Windows 10

After the install is complete, you’ll see this message. Click Finish.

How to install Golang in Windows 10

Checking your Go Version

In the search box, type in cmd:

How to install Golang in Windows 10

and type in

go version

You should see the version displayed, and it looks like this:

How to install Golang in Windows 10

If Go Does Not Run

If you don’t see this output, it could be because your PATH isn’t set.

In the search bar, search for path:

How to install Golang in Windows 10

In the next dialog select “Environment Variables”

How to install Golang in Windows 10

Look for your path:

How to install Golang in Windows 10

Make sure “C:\Program Files\Go\bin” is included:

How to install Golang in Windows 10

If it’s not included there, you can click on “New…” and add it. Then you should be able run Go from the command line.

Thanks for reading, and good luck on your Go adventures!


Questions or comments? Reach out to me


Learn how to leverage the Go Standard Library like a PRO.

I just created a new course, The Go Standard Library, check it out!