How to Reset Windows Terminal Settings in Windows 11: 4 Easy Ways

Are you experiencing problems with your Windows Terminal? Depending on how the Terminal is configured, custom settings can cause problems and make it difficult to use. One solution is to reset Windows Terminal settings to default to resolve these issues.

Reset Windows Terminal Settings to Default in Windows 11

This article will walk you through different methods for restoring the Terminal’s default configuration, including resetting it, manually removing configuration files, and more. You’ll find this article useful regardless of whether you’re a beginner or an advanced user. With that said, let’s begin with the methods.

1. Reset Windows Terminal Settings by Clearing JSON Files

This is one of the easiest and most common ways to reset the Windows Terminal settings. In this method, we will clear a JSON file from Windows Terminal. Follow the steps below.

Step 1: Press the Windows key on your keyboard, type Windows Terminal, and click OK to open Windows Terminal.

type Windows Terminal

Step 2: Click on the chevron (arrow) icon, and from the drop-down menu, select Settings.

select Settings

Step 3: Under Settings, scroll down to find the ‘Open JSON file.’ Click it open.

scroll down to find the Open JSON file

Step 4: Select the app to open the JSON file.

app to open JSON file

Step 5: Press Ctrl + A to select everything and press Delete on your keyboard to clear the content from the page.

press Delete on your keyboard

Step 6: Finally, press ‘Ctrl + S’ to save and regenerate the JSON file with default settings.

That’s it. You have reinstated Windows Terminal to its default. If the steps are lengthy or complicated, move to the next method.

2. Use File Explorer Reset Windows Terminal Settings

File Explorer can be an easy resort, with which you can reset Windows Terminal to its default settings. However, before moving further into the steps, ensure that the Terminal app is not running in the background.

Step 1: Press the Windows key on your keyboard, type File Explorer and click Open.

Note: Alternatively, press ‘Windows key + E’ to open File Explorer.

type File Explorer

Step 2: Click on the File Explorer’s address bar.

Note: Additionally, you can press ‘Ctrl + L’ to open the address bar.

Click on the File Explorer’s address bar

Step 3: Type the below command into the address bar and hit Enter.

%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

Type the below command into the address bar

Step 4: Select the settings file, right-click on it and select Delete.

right-click on it and select Delete

There you have it. You have successfully brought Windows Terminal back to its default settings. However, you can also use Command Prompt to do the same.

3. Reset Windows Terminal Using Command Prompt

This method is straightforward and easy to execute. Before proceeding forward, close Windows Terminal if it is running. Once done, follow the below-mentioned steps.

Step 1: Press the Windows key on your keyboard, type Command Prompt and click ‘Run as administrator.’

type Command Prompt

Step 2: Type the below command and press Enter.

del /f /s /q /a "%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"

Type the below command and press Enter

This deletes the Settings files from the Windows Terminal. 

That’s it. You have successfully brought back the Windows Terminal to its default settings. This can also be done using PowerShell if you are a core PowerShell user. Continue reading.

4. Use PowerShell to Restore Default Windows Terminal Settings

Like the above method, close the Windows Terminal if running and follow the steps below.

Step 1: Press the Windows key on your keyboard, type PowerShell, and click ‘Run as administrator.’

type PowerShell

Step 2: Type the below command and hit Enter.

Remove-Item -Path "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json" -Force

Type and hit Enter

Also read: Difference between Command Prompt and Powershell

With this, you have successfully restored the default settings of Windows Terminal. If you have any queries, check out the FAQ section below.

FAQs on Resetting Windows Terminal Settings

1. What do you use Windows Terminal for?

Windows Terminal is a modern, open-source terminal application. It provides a tabbed interface for multiple shells, such as Command Prompt, PowerShell, Azure Cloud Shell, and so on.

2. Where is Windows Terminal installed?

Windows Terminal is typically installed in the following location on a Windows operating system: ‘C:\Users[username]\AppData\Local\Microsoft\WindowsApps\’.

Fresh Start With Windows Terminal

There are several ways to restore Windows Terminal settings to their defaults in Windows 11, but regardless of which method you use, it is an incredibly simple process. By following the steps outlined in this guide, you can reset your Windows Terminal settings to default with ease. You may also want to check out the top ways to fix Windows Terminal not opening on Windows.

Last updated on 23 January, 2023

The above article may contain affiliate links which help support Guiding Tech. However, it does not affect our editorial integrity. The content remains unbiased and authentic.