Skip to content
Follow
Windows

How to Reset Windows Terminal to Default Settings in Windows 11

Richard
Written by
Richard
Feb 4, 2024 Updated Sep 15, 2026 2 min read
How to Reset Windows Terminal to Default Settings in Windows 11
How to Reset Windows Terminal to Default Settings in Windows 11

Resetting Windows Terminal in Windows 11 clears out custom tweaks and puts the app back to its original state. Windows Terminal is a free tool that brings Command Prompt, PowerShell, and Linux tabs together into one window.

Advertisement

Most problems start inside the settings .json file found at 📂%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\. Deleting this file wipes out all your saved profiles, custom themes, and keyboard shortcuts in one go.

⚡ Quick Answer

Open Settings , click Apps, then Installed apps. Find Terminal, click the three dots, and select Advanced options. Click the Reset button to restore default settings. Alternatively, delete the settings .json file via Command Prompt, PowerShell, or File Explorer .

Advertisement

Method 1Use the Settings App

Windows Terminal settings can be reset to their default state using the built-in Settings app on Windows 11. This method works well if you prefer using menus instead of command-line tools to clear your custom configurations and start over fresh.

Apps button in Windows 11 Settings to reset Windows Terminal
Apps button in Windows 11 Settings to reset Windows Terminal

When Settings opens, click the Apps button on the left side.

Windows 11 Install apps tile
Windows 11 Install apps tile

Advertisement

On the right side, select Installed apps to expand the list.

Reset Windows Terminal app advanced options
Reset Windows Terminal app advanced options

To reset the app using the Settings app, follow these steps. Locating the application in the list of installed programs comes first. Clicking the three dots that appear next to Windows Terminal opens a dropdown menu containing the "Advanced options" entry.

Reset Windows Terminal app advanced options reset button
Reset Windows Terminal app advanced options reset button

Advertisement

On the Windows Terminal settings page, clicking the Reset button restores all default settings for the application. This action returns the Windows Terminal to its original configuration, undoing any previous customizations.

Closing the Settings app finishes the process.

Method 2Use Command Prompt or PowerShell

Windows Terminal settings can be reset instantly by running a single command in Command Prompt or PowerShell. This method deletes the configuration file for you without requiring you to click through any graphical menus.

Using Command Prompt:

Advertisement

Open Command Prompt as an administrator. Run this command:

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

Using PowerShell:

Open PowerShell as an administrator. Run this command instead:

Advertisement

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

Method 3Use File Explorer

Windows Terminal settings can be reset manually by deleting the configuration file directly inside File Explorer. This approach lets you locate the settings folder yourself and remove the file to force the app back to its original state.

Open File Explorer. Click the address bar at the top and type this path:

%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

Advertisement

Press Enter to go to that folder.

Find the file named settings.json. Right-click it and select Delete.

Restore Windows Terminal app settings
Restore Windows Terminal app settings

Windows Terminal is now reset to default.

Advertisement

Summary

You can reset Windows Terminal using the Settings app, the command line, or File Explorer.

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.

Advertisement

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Windows Terminal at Startup in Windows 11
Windows How to Open Windows Terminal at Startup in Windows 11
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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