Quick Answer
windowsterminal.exe is safe. Windows Terminal is Microsoft's official terminal app that hosts multiple shells (PowerShell, cmd, WSL) in a tabbed interface.
Is it a Virus?
✔ NO - Safe
Should be in C:\Users\%USERNAME%\AppData\Local\Microsoft\WindowsApps or C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_8wekyb3d8bbwe\WindowsTerminal.exe
Warning
Multiple shell processes typical
Each tab or pane may spawn its own shell process (PowerShell, WSL, CMD)
Can I Disable?
✔ YES
Close Terminal to reduce usage; disable startup entry via Task Manager if needed
What is WindowsTerminal.exe?
windowsterminal.exe is the executable for Windows Terminal, Microsoft's modern, tabbed terminal app. It hosts multiple shells (PowerShell, Command Prompt, and WSL) within a single window using tabs and panes, supports themes and keyboard shortcuts, and manages UI and shell sessions under one process.
Windows Terminal uses the ConPTY subsystem to spawn and connect to hosted shells. Each tab runs its own shell instance, enabling isolation and parallel I/O, while the main UI process handles rendering and input routing via DirectX for smooth performance.
Quick Fact: Windows Terminal replaced legacy console host by providing a modern, tabbed interface with multiple shells in a single app.
Types of Windows Terminal Processes
- Main UI Process: UI and input routing for tabs, panes, and commands
- Shell Process: Each tab runs a shell (PowerShell, CMD, or WSL) in its own process
- ConPTY/Host Process: ConPTY integration handling I/O with shells
- GPU/Renderer Process: Renders UI using DirectX and handles rendering tasks
- Telemetry/Utility Process: Background utilities and lightweight telemetry to improve experience
Is windowsterminal.exe Safe?
Yes, windowsterminal.exe is safe when it's the legitimate file from Microsoft downloaded via official channels (Microsoft Store or Windows Update).
Is windowsterminal.exe a Virus or Malware?
The real windowsterminal.exe is NOT a virus. However, malware can masquerade with similar names. Use path verification and digital signatures.
How to Tell if windowsterminal.exe is Legitimate or Malware
- File Location:: Must be in
C:\Users\%USERNAME%\AppData\Local\Microsoft\WindowsApps\wt.exe or C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_8wekyb3d8bbwe\WindowsTerminal.exe. Any wt.exe elsewhere is suspicious.
- Digital Signature:: Right-click the file → Properties → Digital Signatures. Should show signer as "Microsoft Corporation".
- Resource Usage:: Normal usage is 0-5% CPU per tab, 40-120 MB total. Constant high usage when idle is suspicious.
- Behavior:: Windows Terminal should start on demand. If wt.exe runs when you haven't opened Terminal, or runs invisibly, suspect malware.
Red Flags: If windowsterminal.exe is located in unusual folders (Temp, AppData\Roaming, or System32), runs when Windows starts without your action, has no valid digital signature, or uses excessive resources constantly, scan your system with antivirus software. Be wary of similarly-named files like "wtx.exe" or "wt32.exe".
Why Is windowsterminal.exe Running on My PC?
windowsterminal.exe runs when you launch Windows Terminal or when a shell profile or startup task is configured to run a shell automatically within the terminal.
Reasons it's running:
- Active Terminal Use: You're actively using Windows Terminal; each tab or pane runs the associated shell
- Background Shell Sessions: WSL, PowerShell, or CMD sessions may stay active in a tab even after typing commands or closing a pane
- Startup Launch: Windows Terminal can be configured to launch at user login or during system startup
- Profile Auto-Launch: Configured profiles may auto-run startup commands or scripts when a tab opens
- Shell Crash Recovery: If a shell crashes, Windows Terminal may restart or re-open a tab to recover sessions
Can I Disable or Remove windowsterminal.exe?
Yes, you can disable Windows Terminal. It's safe to close it when not in use, and you can uninstall it or disable startup behavior if you prefer another terminal.
How to Stop windowsterminal.exe
- Close Tabs: In Windows Terminal, close individual tabs with the X or press Ctrl+Shift+W to close the current tab
- Close Window: Click the X on the window or press Alt+F4 to exit all Terminal windows
- End wt.exe Process: Open Task Manager (Ctrl+Shift+Esc), locate wt.exe under Details, right-click → End Task
- Disable Startup: Task Manager → Startup tab → Disable Windows Terminal
- Limit Background Activity: Windows Settings → Privacy & security → Background apps → ensure Windows Terminal is not allowed to run background tasks
How to Uninstall Windows Terminal
- ✔ Settings → Apps → Apps & features → Windows Terminal → Uninstall
- ✔ Optional: If not listed, disable via PowerShell: Get-AppxPackage Microsoft.WindowsTerminal | Remove-AppxPackage
- ✔ Consider using an alternative terminal: PowerShell, Cmder, or other shells
Common Problems: High CPU or Memory Usage
If windowsterminal.exe is consuming excessive resources:
Common Causes & Solutions
- Too Many Tabs or Panes Open: Close unused tabs or split work across fewer panes to reduce per-shell load
- Heavy Shell Profiles or Startup Commands: Disable or optimize startup scripts and long-running commands in your profiles
- Background Tasks from WSL or PowerShell: Close background shells or adjust startup behavior; consider stopping the WSL service temporarily
- Outdated Windows Terminal Version: Update to the latest version from the Microsoft Store
- Graphics/Driver Issues: Toggle hardware acceleration off: Settings → Appearance → Use hardware acceleration when available
- Corrupted Settings: Reset settings by renaming settings.json and reconfiguring defaults
Quick Fixes:
1. Quick Fixes:
2. 1. Open Windows Terminal Task Manager to identify heavy shells and close them
3. Update Windows Terminal to the latest version
4. Reset settings: rename %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_*/LocalState\settings.json
5. Close unnecessary tabs and panes to reduce UI load
6. Run a malware scan if unusual activity persists
Frequently Asked Questions
Is windowsterminal.exe a virus?
No, the legitimate windowsterminal.exe from Microsoft is not a virus. Verify it is located in C:\Users\%USERNAME%\AppData\Local\Microsoft\WindowsApps\wt.exe or in the WindowsApps folder and signed by Microsoft.
Why is Windows Terminal using so much CPU?
High CPU is usually caused by heavy shells, large scripts, or many open tabs. Use Windows Terminal Task Manager (Ctrl+Shift+W) to identify the culprit and close or optimize it.
Can I delete WindowsTerminal.exe?
You can uninstall Windows Terminal via Settings → Apps or by using PowerShell. Note that you may lose quick access to your shells; consider using another terminal before removal.
Can I disable Windows Terminal?
Yes. Disable startup in Task Manager, or uninstall Windows Terminal if you do not use it. You can also simply avoid launching it and use alternative terminals.
Why does Windows Terminal start at login?
If configured, Windows Terminal can start at login as part of a startup task or script. Disable the startup entry in Task Manager → Startup to prevent automatic launching.
How do I reduce Windows Terminal's memory usage?
Close unused tabs, simplify startup scripts, update to the latest version, and consider disabling hardware acceleration if issues persist. Resetting settings can also help in some cases.