make is a GNU command, so the only way you can get it on Windows is installing a Windows version like the one provided by GNUWin32. Anyway, there are several options for getting that:

  1. Directly download from Make for Windows

  2. Using Chocolatey. First, you need to install this package manager. Once installed, you simply need to install make (you may need to run it in an elevated/administrator command prompt):

    choco install make
    
  3. Another recommended option is installing a Windows Subsystem for Linux (WSL or WSL 2), so you'll have a Linux distribution of your choice embedded in Windows 10, where you'll be able to install make, gcc, and all the tools you need to build C programs.

  4. For older Windows versions (Microsoft Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, or Windows 7 with msvcrt.dll) you can use GnuWin32.

An outdated alternative was MinGW, but the project seems to be abandoned, so it's better to go for one of the previous choices.

Answer from Eduardo Yáñez Parareda on Stack Overflow
🌐
SourceForge
gnuwin32.sourceforge.net › packages › make.htm
make for Windows
You can also download the files from the GnuWin32 files page. You can monitor new releases of the port of this package. ... Requirements for running applications, excluding external ones such as msvcrt.dll, perl, etc, are included in the Setup program and the dependencies zip file. Win32, i.e. MS-Windows 95 / 98 / ME / NT / 2000 / XP / 2003 with msvcrt.dll and msvcp60.dll.
Discussions

how to install 'make' on Windows?
If you're using WSL, why not just sudo apt-get install make? More on reddit.com
🌐 r/learnprogramming
10
2
April 13, 2022
[Guide] Install Windows 10/11 on SteamDeck Oled
you got me on "sorry for the italian" as if it were a non-bailable crime More on reddit.com
🌐 r/SteamDeck
125
224
November 23, 2024
how to install 'make' on Windows? : r/learnprogramming
🌐 r/learnprogramming
Can't find anyone to make me a windows 10 install drive. Where can I buy one
You can download an ISO to put onto a USB stick. No charge. https://www.microsoft.com/en-us/software-download/windows10 Download the link that says "create Windows installation media". They won't let you just download it. You have to download an intermediary tool that then downloads the ISO. Once done, set your BIOS to boot from the USB stick. At that point you can upgrade or do a fresh install. But you will need an activation code. If your computer already had Win10 then it should be OK. If not, you can buy a legal key online for about $25. More on reddit.com
🌐 r/Windows10
11
0
March 6, 2024
People also ask

Can I use the Microsoft Windows Media Creation Tool to upgrade to Windows 10?
Yes, the Media Creation Tool can be used to install Windows 10 for the first time or upgrade from a previous Windows version. You will need a valid Windows 10 license to complete the process. This tool includes:
🌐
techspot.com
techspot.com › downloads › 6734-windows-10-installation-tool.html
Microsoft Windows 10 Media Creation Tool Download Free - 22H2 | ...
Can I use this tool to upgrade to Windows 11?
No, Microsoft offers a different tool for Windows 11. You can download it here: Microsoft Windows 11 Media Creation Tool.
🌐
techspot.com
techspot.com › downloads › 6734-windows-10-installation-tool.html
Microsoft Windows 10 Media Creation Tool Download Free - 22H2 | ...
Why do I need the Windows Media Creation Tool?
The Media Creation Tool allows you to create installation media (USB drive or DVD) to install a new copy of Windows 10, perform a clean installation, or reinstall Windows 10. The tool will guide you through the process and present the options and files you might need to get the best installation experience. If you're not sure which files are required to install Windows 10, this tool is your best option.
🌐
techspot.com
techspot.com › downloads › 6734-windows-10-installation-tool.html
Microsoft Windows 10 Media Creation Tool Download Free - 22H2 | ...
🌐
GNU
gnu.org › software › make
Make - GNU Project - Free Software Foundation
Make can be found on the main GNU ftp server (download Make via HTTPS, download Make via HTTP or download Make via FTP), and its mirrors; please use a mirror if possible. Documentation for Make is online, as is documentation for most GNU software. It can also be accessed by running info make ...
🌐
Microsoft Support
support.microsoft.com › en-us › windows › create-installation-media-for-windows-99a58364-8c02-206f-aa6f-40c3b507420d
Create installation media for Windows | Microsoft Support
Under Create Windows 10 Installation Media, select Download Now. The MediaCreationTool.exe tool is downloaded. The .exe may have the version appended, such as MediaCreationTool_22H2.exe. Run MediaCreationTool.exe. The media creation tool walks through creating installation media.
🌐
Shells
kb.shells.com › tutorials › Windows_10 › GNU_Make
GNU Make on Windows 10 - Shells KB
In this tutorial, we will guide you on how to install GNU Make on Windows 10. ... Open your web browser and go to http://www.gnu.org/software/make/. Click on the "Download" link to get the latest version of GNU Make. You will be redirected to a new page. Click on the blue link for "Windows" ...
🌐
Microsoft
microsoft.com › en-us › software-download › windows10
Download Windows 10 Disc Image (ISO File)
2 weeks ago - Note: Before you install Windows 10, check to make sure your PC meets the system requirements for Windows 10. We also recommend going to the PC manufacturer's website for any additional info about updated drivers and hardware compatibility. Select Download tool, and select Run.
Find elsewhere
🌐
Chocolatey
community.chocolatey.org › packages › make
Chocolatey Software | GNU make 4.4.1
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc.
🌐
TechSpot
techspot.com › downloads › 6734-windows-10-installation-tool.html
Microsoft Windows 10 Media Creation Tool Download Free - 22H2 | TechSpot
February 2, 2026 - We also recommend going to the PC manufacturer's website for any additional info about updated drivers and hardware compatibility · Using the tool to create installation media (USB flash drive, DVD, or IS O file) to install Windows 10 on a different PC · Follow these steps to create installation media (USB flash drive or DVD) you can use to install a new copy of Windows 10, perform a clean installation, or reinstall Windows 10. Before you download the tool make sure you have:
Rating: 4.2 ​ - ​ 674 votes
🌐
GitHub
github.com › maweil › CompileMakeForWindows
GitHub - maweil/CompileMakeForWindows: Inofficial build process of GNU Make for Windows (x86_64) · GitHub
Note: This Repo is not the official binary release of GNU Make. Please visit the GNU Make Website if you're looking for any official sources or binaries of the GNU project. The goal of this repository is just to be able to build your own binaries to use Make on Windows.
Starred by 20 users
Forked by 9 users
Languages   Shell 89.5% | Dockerfile 10.5%
🌐
Sourceforge
gnuwin32.sourceforge.net › home › open source software › business
Download make-3.81.exe (GnuWin)
Download GnuWin make-3.81.exe. Provides native Win32 open source ports and utilities
🌐
Gizmodo
gizmodo.com › download › utilities › windows 10 media creation tool
Download Windows 10 Media Creation Tool (free) for Windows | Gizmodo
3 weeks ago - Whether your goal is to repair a corrupted OS or set up Windows 10 on a new machine, this tool handles the job. Users value the Media Creation Tool because it packages everything needed for installation into one simple workflow. You download the tool, follow the on-screen instructions, and it automatically fetches the latest Windows 10 version from Microsoft's servers, eliminating concerns about outdated or compromised files.
🌐
Microsoft
microsoft.com › en-us › software-download › windows10[1]
Download Windows 10
Note: Before you install Windows 10, check to make sure your PC meets the system requirements for Windows 10. We also recommend going to the PC manufacturer's website for any additional info about updated drivers and hardware compatibility. Select Download tool, and select Run.
🌐
Steve
steve.fi › software › make
GNU make for Windows
You might prefer a more recent version of Make available from the unix-utils collection project. If you're looking for more Unix tools for Microsoft Windows please see the following local links:
🌐
SourceForge
sourceforge.net › home › open source software › business › gnuwin
Download make-3.81.exe (GnuWin)
ezwinports This project is a collection of ports to MS-Windows of GNU and Unix software packages, which either don't have precompiled Windows binaries available, or whose existing ports are buggy or broken. All the ports are built using the MinGW development environment, with or without MSYS. 7 Reviews Downloads: 5,540 This Week Last Update: 2026-03-05 ... PocketBook Open Source A collection of open-source and software ports for PocketBook.
🌐
Reddit
reddit.com › r/learnprogramming › how to install 'make' on windows?
r/learnprogramming on Reddit: how to install 'make' on Windows?
April 13, 2022 -

Can anyone tell me the simplest and safest way to install make on windows? I have linux shell if that could make things easier.

I searched online and it takes me to sketchy websites with unsecured connection or tell me to install random packages like chocolaty etc-

🌐
CNET
download.cnet.com › makeup-for-windows-10 › 3000-31713_4-77612185.html
MakeUp for Windows 10 for Windows - Free download and software reviews - CNET Download
February 20, 2026 - Download MakeUp for Windows 10 latest version for Windows free. MakeUp for Windows 10 latest update: February 20, 2026
Rating: 4.1 ​ - ​ 1 votes
🌐
Microsoft
winget.run › pkg › GnuWin32 › Make
Download and install GnuWin32: Make with winget
Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.
🌐
Windows Forum
windowsforum.com › forums › windows help and support forums › windows news
How to Install and Use Makefiles on Windows 11: A Complete Guide | Windows Forum
April 20, 2025 - If you’re allergic to the command line—or simply prefer pointing and clicking—follow these steps. Open your web browser and head to the official qBittorrent website. Locate the download page and grab the Windows-specific .exe file.