How to Always Open Windows Terminal Center on Screen

Table of Contents

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 show you how to change the settings to always open the Windows Terminal app at the center of the screen on Windows 10/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:

1️⃣ Open Windows Terminal.

2️⃣ Use the Ctrl + Alt + , (comma) keyboard shortcut to open the settings.json file with the default code editor.

Note

Tip: You can also open the file by clicking the menu (down-arrow) button next to the tab and selecting the Settings option.

How to Always Open Windows Terminal Center on Screen

3️⃣ Before the “profiles” settings section, type the following code to enable the terminal to open in the center of the screen:

"launchMode": "default", 
"centerOnLaunch": true,
"initialPosition": ",",
How to Always Open Windows Terminal Center on Screen

4️⃣ Save the settings 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.

How to Always Open Windows Terminal Center on 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:

1️⃣ Open Windows Terminal.

2️⃣ Click the menu (down-arrow) button and select the Settings option.

How to Always Open Windows Terminal Center on Screen

3️⃣ Click on Startup.

4️⃣ Click the Launch parameters setting.

5️⃣ Turn on the “Center on launch” toggle switch.

How to Always Open Windows Terminal Center on Screen

6️⃣ Click the Save button.

Once you complete the steps, the terminal will now always launch at the center of the screen. 

Note

This option is available on version 1.17 and higher releases.

Read more: How to Install and Update Windows Terminal in Windows.

Leave a Comment

Required fields are marked *