Field notesAUWENSearch
Explore Systems
← Command indexCMD / location

cd

Show or change the current directory.

Syntax

UPPERCASE words are placeholders to replace. Brackets in the syntax line describe optional arguments; do not type those brackets literally.

cd [/d] [PATH]

Example

cd /d "%USERPROFILE%"

Expected result

Moves to your profile directory, including a drive change.

Notes and traps

Without /d, changing a path on another drive may not switch the active drive.

Related commands

Related tasks may need different flags and have different semantics. Check the entry before translating a command between shells.

Official reference ↗

Updated 13 September 2026. Examples describe the expected behavior; not every platform is available for execution testing.