Tuesday, August 30, 2022

How to Clear the Windows Command Prompt Screen

 


This article explains how to clear the screen in the Command Prompt application on Windows. You can use a simple command or just close and reopen Command Prompt. We also have a bonus section at the end of this how-to for clearing a line, character, or word.

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

 

cls
 
 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.

To quickly exit and close Command Prompt at the same time, type: exit and hit Enter.

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.

If you’re new to using Command Prompt on Windows take a look at our Command Prompt hacks.

 


 21thsoft

Facebook 

No comments:

Post a Comment