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

  1. 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.
  2. 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).
  3. Click the installer file to download it to your PC.

Step 2: Run the Installer

  1. Double-click the downloaded file emacs-30.2-installer.exe.
    If prompted by Windows User Account Control, click Yes.
  2. Click Next on the installer welcome screen and then click OK.
  3. Choose an install location. The default is usually fine:
    C:\Program Files\Emacs
    Click Next.
  4. Click Install and wait for the installation to complete.
  5. When the installation finishes, click Close.

Step 3: Add Emacs to PATH

  1. Press Win + R, type the following, and press Enter:
    sysdm.cpl
  2. Go to the Advanced tab.
  3. Click Environment Variables.
  4. Under System variables, select Path and click Edit.
  5. Click New and paste:
    C:\Program Files\Emacs\emacs-30.2\bin
    (Adjust the path if your installation directory is different.)
  6. Click OK → OK → OK to save.

Step 4: Verify & Launch Emacs

  1. Open Command Prompt and run:
    emacs --version
    If installed correctly, the Emacs version will be displayed.
  2. To launch Emacs from the command line, type:
    emacs

Comments

Popular posts from this blog

How to Install Geany 2.1 on Windows 10/11 (2026) | Step-by-Step Guide

How to Uninstall Bluefish 2.2.19 on Windows 10/11 (2026) | Step-by-Step Guide

How to Install Visual Studio 2026 on Windows 10/11 | Step-by-Step Guide