Clear the Command Prompt Screen With a Command

Unlike many things on your computer, there aren’t several ways to clear the screen in Command Prompt. There is one basic command that will rid the screen of its history. Type the following command and hit Enter: You’ll then have a nice and clean Command Prompt screen where you can start fresh.

Clear the Screen By Closing and Reopening Command Prompt

If, for some reason, you cannot issue the above command to clear the screen, just close and then open Command Prompt again. Maybe your keyboard is on the fritz or has a broken C, L, or S key. (Hey, things happen!)  Close Command Prompt by clicking the X on the top right corner of the window. You can also right-click the icon in your Task Bar and select Close Window. Then, reopen it as you normally would and you’re back in command.

Bonus: Clear Text on the Command Prompt Screen

Maybe you don’t necessarily need to clear the entire Command Prompt screen, but just the current line or some text in it. Here are a few helpful key presses to keep in mind.

Escape: Clear the current line of text; it removes the text and moves your cursor back to the prompt.Backspace: Delete one character to the left of your cursor.Ctrl+Backspace: Delete one word to the left of your cursor.Ctrl+C: Stop the line you’re typing or the command you’re running and move to a new prompt on the following line.