How to Add or Edit PATH Variables in Windows 11
This guide explains how to manage Windows PATH environment variables in Windows 11. These variables act as shortcuts for your computer. They help Windows find programs quickly without needing the full file address every time.
Why use PATH variables?
Without these variables, you would have to type the exact location of a program file every time you want to run it. By adding a folder to your PATH, you tell Windows exactly where to look for your favorite tools. This makes launching applications from the command line much faster and easier.
What happens when done?
Once you finish these steps, Windows will recognize the new folders you added. You will be able to run programs or scripts inside those folders from any location on your PC without typing the full path.
How to edit PATH variables
Note: You must have administrator privileges to modify system-wide PATH variables.
First, open the Windows Settings app Settings app. You can press the Windows key + I on your keyboard or click Start and select Settings.

In the Settings menu, click System, then scroll down and select About.

Click the Advanced system settings link found on the screen.

A new window called System Properties will open. Click the Advanced tab, then click the Environment Variables button at the bottom.

You will see two sections. Use User variables if you only want the change to apply to your account. Use System variables if you want the change to apply to everyone using the computer.
Highlight the Path variable in the System variables section and click the Edit button.

Now, you can manage your folders:
- Click New to add a new folder path.
- Click Edit to change an existing path.
- Click Delete to remove a path.
You can type the path directly or click Browse to find it on your computer. Each path must be separated by a semicolon, for example:
C:\Program Files;C:\Winnt;C:\Winnt\System32
Click OK on all open windows to save your changes.
Summary
Managing your PATH variables is a great way to make your computer more efficient. By following these steps, you can create shortcuts that allow you to launch your favorite programs instantly. Remember that changing system-level variables requires administrator access.
Was this guide helpful?

I cant edit the bottom part with the System Variables. Is there a way I can fix that?
Do you have administrator privileges?
I can’t do it, let me have a problem, when I press Edit PATH it shows Edit User Variable not showing Edit environment variable can you help me?
You can just type “env” in the search field (magnifying glass) to go directly to the Environment Variables in Windows 11.