Print Working Directory in Windows CMD

cmd print current directory

To print the current working directory in CMD, run the cd command without specifying the path or parameters.

cd

As an alternative, you can use the chdir command to print the current directory.

chdir
print working directory windows
Print working directory in Windows

The cd command is short for change directory, and it is the command we use to navigate in the command prompt. If we use it without any parameters, the current directory is displayed.