Architect Ryan

Add to the PATH on Windows 10 and Windows 11

📅 March 17, 2018 ⏱ 1 min read

Hello fellow internet citizens! Here is a concise guide to modifying the PATH on Windows 10 and Windows 11!

  • Open the Start Search, type in “env”, and choose “Edit the system environment variables”:

Screenshot of Start Search

  • Click the “Environment Variables
” button.

Screenshot of System Properties

  • Under the “System Variables” section (the lower half), find the row with “Path” in the first column, and click edit.

Screenshot of Environment Variables

  • The “Edit environment variable” UI will appear. Here, you can click “New” and type in the new path you want to add. From this screen you can also edit or reorder them.

Screenshot of Edit Environment Variables

  • Dismiss all of the dialogs by choosing “OK”. Your changes are saved!
  • You will probably need to restart apps for them to pick up the change. Restarting the machine would ensure all apps are run with the PATH change.
  • To test it, in new PowerShell window, type:
$env:PATH





Related:
How to change environment variables on Windows 10
Add to the PATH on OS X


Ryan Hoffman

Written by Ryan Hoffman, an experienced team leader, certified Scrum Master and software architect.
Contact RyanFollow Ryan on Twitter


The postings on this site are my own and I am not speaking as a representative of my employer, any company or organization.