How to add a program path to the PATH environment variable?
Steps to add a path to the PATH environment variable:
- Right-click on the Start menu and select System;
- Click on System Information (or About in some versions);
- Select Advanced system settings;
- In the System Properties window, go to the Advanced tab and click Environment Variables;
- Under System variables, scroll down and select the Path variable;
- Click the Edit button below the list;
- In the Edit Environment Variable window, click New;
- Enter the full path to the program or directory you want to add;
- Click OK in each of the open dialog boxes to save the changes and close them.
The new path is now added to the system PATH variable and will be available for use in Command Prompt or PowerShell after restarting the session.
Updated Date 29.12.2025