US Trends

What are all the % directories on windows

The % entries on Windows are environment variables , not directories themselves. Common ones include %WINDIR%, %SystemRoot%, %ProgramFiles%, %ProgramFiles(x86)%, %UserProfile%, %AppData%, %LocalAppData%, %Public%, and %Temp%, plus the known user folders like Desktop, Documents, Downloads, Pictures, Music, and Videos.

What the % means

Windows uses %NAME% to refer to a variable whose value is a path or setting. These placeholders are built into Windows or can be user-defined, so there is no single% shortcut for every folder on the machine.

Common path variables

Variable| Typical meaning
---|---
%WINDIR%| Windows folder, usually C:\Windows
%SystemRoot%| Windows system root, usually C:\Windows
%ProgramFiles%| Installed 64-bit programs
%ProgramFiles(x86)%| Installed 32-bit programs on 64-bit Windows
%UserProfile%| Your user folder, like C:\Users\Name
%AppData%| Roaming app data
%LocalAppData%| Local app data
%Public%| Public user profile folder
%Temp%| Temporary files folder

Known Windows folders

Windows also exposes standard user folders such as Desktop, Documents, Downloads, Pictures, Music, and Videos in File Explorer. These are the main “known folders” most people mean when asking about Windows directory shortcuts.

How to see yours

Open Command Prompt and run set to list the environment variables available on your system. That shows the actual values Windows is using for your account and machine.

Bottom line

There is no universal “all % directories” list, because %...% is a variable system rather than a directory catalog. The practical answer is the environment variables you have configured, plus Windows’ built-in known folders.