CMD-PATH-NOT-FOUND

Command Prompt "The System Cannot Find the Path Specified" Applies to: Windows 7, Windows 10, Windows 11

What it means

The folder path in your command doesn't exist, or was typed incorrectly.

Also seen as: The system cannot find the path specified.

Quick fix steps

  1. Double-check the exact spelling of every folder in the path, including capitalization of drive letters.
  2. If the path contains spaces, make sure the whole path is wrapped in quotation marks.
  3. Use dir to list the contents of the folder you think you're in, to confirm the next folder in your path actually exists there.
For the full step-by-step walkthrough, see Command Prompt Won't Open.

Frequently Asked Questions

Is this different from "is not recognized" errors?
They're related — this specifically means the path (folder location) you referenced doesn't exist, while "not recognized" more often refers to a command or program name itself not being found.
How do I check the exact correct path?
Using dir in the parent folder to list its actual contents, or File Explorer's address bar to copy the exact path, avoids typos that are the most common cause of this error.

Other error codes