Follow
Windows

How to Change Windows Terminal Launch Size

Richard
Written by
Richard
Mar 22, 2023 Updated Apr 30, 2026 3 min read
How to Change Windows Terminal Launch Size

Setting a custom Windows Terminal launch size saves you from having to manually resize the window every time you work. It ensures your workspace is consistent and comfortable for your specific screen setup. By defining your preferred window dimensions, you create a professional environment that is ready for action the moment you open the app.

What happens when you are done?

Once you save your settings, the Windows Terminal will automatically open at your chosen width and height. This provides a personalized experience every time you start your session, whether you are using Command Prompt, PowerShell, or WSL.

Understanding the settings.json file

Windows Terminal uses a file called settings.json to store your preferences. While the graphical interface is easy to use, editing this file directly gives you more control. You can modify the initialCols and initialRows properties to set exact window dimensions.

Warning: Always create a backup of your settings.json file before making manual changes. You can find it by holding the Alt key while clicking the Settings menu in the Terminal.

Global vs. Profile-specific settings

You can set a default size for all windows or specific sizes for individual profiles like PowerShell or Command Prompt. Use the following table to understand the difference:

Setting TypeScopeUse Case
Global (Startup)App-wideConsistent size for every terminal window.
Profile-specificIndividual shellDifferent sizes for specific tasks like coding vs. server management.

How to change the Windows Terminal launch size

You can adjust the columns (width) and rows (height) by following these steps:

  1. Open the Windows Terminal app.
  2. open the Terminal app in Windows
  3. Click the down arrow button on the top bar and select Settings.
  4. Windows Terminal Settings button updated
  5. To edit the JSON file directly, hold the Alt key and click Settings. This opens the configuration file in your default text editor.
  6. Locate the profiles.defaults section to change settings for all profiles, or find a specific profile ID to change only one.
  7. Add or modify the initialCols and initialRows properties as shown above.
  8. Save the file and restart the Terminal to see your changes.

Note: These changes do not require administrative privileges.

Summary

Customizing your Windows Terminal launch size is a quick way to improve your workflow. By using the settings.json file or the Startup menu, you can lock in a window size that fits your screen perfectly. Remember to back up your configuration file before editing, and use the initialCols and initialRows properties to achieve your desired terminal window dimensions. For more advanced customization, check the official documentation at Microsoft.com.

How do I reset Windows Terminal to default size?

To reset your size, open the Settings menu, go to the Startup tab, and clear the values in the Launch size fields. Alternatively, delete the initialCols and initialRows lines from your settings.json file. This reverts the terminal to its original default dimensions of 120 columns by 30 rows.

Why is my Windows Terminal ignoring my size settings?

If your settings are ignored, check for syntax errors in your settings.json file. Ensure you have used valid JSON formatting, such as proper commas and quotes. Also, verify that you are not using conflicting settings in both the global and profile-specific sections, as profile settings will override global defaults.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Change Windows Terminal Language in Windows 11
Windows How to Change Windows Terminal Language in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

6 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *