On Windows 11 (or 10), you can configure the Windows Terminal to always open center on the screen, and in this guide, you will learn how.
The terminal always opens somewhere on the top-left side of the screen, but if you find yourself always moving it to the center of the screen, you can change the Settings.json file to avoid the extra step every time you open the console.
This guide will teach you how to change the settings to always open the Windows Terminal app at the center of the screen on Windows 11.
Always open Windows Terminal center on screen from Settings.json
To always open the Windows Terminal at the center of the screen, use these steps:
-
Open Windows Terminal.
-
Use the “Ctrl + Alt + ,” (comma) keyboard shortcut to open the settings.json file with the default code editor.
Quick tip: It is recommended to use Visual Studio Code. You can also open the file by clicking the menu (down-arrow) button next to the tab and selecting the Settings option. -
Before the “profiles” settings, type the following code to enable the terminal to open in the center of the screen:
"launchMode": "default", "centerOnLaunch": true, "initialPosition": ",",
- Use the “Ctrl + S” keyboard shortcut to save the file.
After you complete the steps, the next you launch the terminal on Windows 11 or even on Windows 10, the app will open in the center of the screen.
Always open Windows Terminal center on screen from Settings
To always open the Windows Terminal at the center of the screen, use these steps:
-
Open Windows Terminal.
-
Click the menu (down-arrow) button and select the Settings option.
-
Click on Startup.
-
Click the Launch parameters setting.
-
Turn on the “Center on launch” toggle switch.
-
Click the Save button.
Once you complete the steps, the terminal will now always launch at the center of the screen. (This option is available on version 1.17 and higher releases.)