windows.md

 1---
 2title: Zed on Windows
 3description: "Get the latest stable builds via the download page. If you want to download our preview build, you can find it on its [releases p..."
 4---
 5
 6# Zed on Windows
 7
 8## Installing Zed
 9
10Get the latest stable builds via [the download page](https://zed.dev/download). If you want to download our preview build, you can find it on its [releases page](https://zed.dev/releases/preview). After the first manual installation, Zed will periodically check for install updates.
11
12You can also build zed from source, see [these docs](https://zed.dev/docs/development/windows) for instructions.
13
14### Package managers
15
16Additionally, you can install Zed using winget:
17
18```sh
19winget install -e --id ZedIndustries.Zed
20```
21
22## Uninstall
23
24- Installed via installer: Use `Settings``Apps``Installed apps`, search for Zed, and click Uninstall.
25- Built from source: Remove the build output directory you created (e.g., your target/install folder).
26
27Your settings and extensions live in your user profile. When uninstalling, you can choose to keep or remove them.
28
29## Remote Development (SSH)
30
31Zed supports remote development on Windows through both SSH and WSL. You can connect to remote servers via SSH or work with files inside WSL distributions directly from Zed.
32
33For detailed instructions on setting up and using remote development features, including SSH configuration, WSL setup, and troubleshooting, see the [Remote Development documentation](./remote-development.md).
34
35## Troubleshooting
36
37### Zed fails to start or shows a blank window
38
39- Check that your hardware and operating system version are compatible with Zed. See our [installation guide](./installation.md) for more information.
40- Update your GPU drivers from your GPU vendor (Intel/AMD/NVIDIA/Qualcomm).
41- Ensure hardware acceleration is enabled in Windows and not blocked by third‑party software.
42- Try launching Zed with no extensions or custom settings to isolate conflicts.
43
44### Terminal issues
45
46If activation scripts don’t run, update to the latest version and verify your shell profile files are not exiting early. For Git operations, confirm Git Bash or PowerShell is available and on PATH.
47
48### SSH remoting problems
49
50When prompted for credentials, use the graphical askpass dialog. If it doesn’t appear, check for credential manager conflicts and that GUI prompts aren’t blocked by your terminal.
51
52### Graphics issues
53
54#### Zed fails to open / degraded performance
55
56Zed requires a DirectX 11 compatible GPU to run. If Zed fails to open, your GPU may not meet the minimum requirements.
57
58To check if your GPU supports DirectX 11, run the following command:
59
60```
61dxdiag
62```
63
64This will open the DirectX Diagnostic Tool, which shows the DirectX version your GPU supports under `System``System Information``DirectX Version`.
65
66If you're running Zed inside a virtual machine, it will use the emulated adapter provided by your VM. While Zed will work in this environment, performance may be degraded.