How to Install Emacs 30.2 on Windows 10/11 (2026) | Step-by-Step Guide
Below is a step-by-step guide to install Emacs 30.2 on Windows 10/11:
Step 1: Download the Official Emacs Installer
-
Go to the GNU Emacs download page:
https://www.gnu.org/software/emacs/download.html
Visit the official Emacs download section and go to the Windows build section. Click on nearby GNU mirror or main GNU FTP server. -
Click on the latest Emacs Windows release folder, for example emacs-30/.
Look for a file named like emacs-30.2-installer.exe (or whatever the latest version is at the time). - Click the installer file to download it to your PC.
Step 2: Run the Installer
-
Double-click the downloaded file emacs-30.2-installer.exe.
If prompted by Windows User Account Control, click Yes. - Click Next on the installer welcome screen and then click OK.
-
Choose an install location. The default is usually fine:
C:\Program Files\Emacs
Click Next. - Click Install and wait for the installation to complete.
- When the installation finishes, click Close.
Step 3: Add Emacs to PATH
-
Press Win + R, type the following, and press Enter:
sysdm.cpl
- Go to the Advanced tab.
- Click Environment Variables.
- Under System variables, select Path and click Edit.
-
Click New and paste:
C:\Program Files\Emacs\emacs-30.2\bin
(Adjust the path if your installation directory is different.) - Click OK → OK → OK to save.
Step 4: Verify & Launch Emacs
-
Open Command Prompt and run:
emacs --version
If installed correctly, the Emacs version will be displayed. -
To launch Emacs from the command line, type:
emacs










Comments
Post a Comment