> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows — Comfy Desktop

> Install and uninstall Comfy Desktop on Windows

**Comfy Desktop** is a multi-installation manager that lets you run multiple ComfyUI instances from a single launcher. This guide covers how to install and uninstall Comfy Desktop on Windows.

## System Requirements

* **OS:** Windows 10 or later
* **Architecture:** x64 or ARM64
* **GPU:** Dedicated GPU (NVIDIA / AMD) recommended for good performance, but not required
* **Disk Space:** At least 4.85 GB recommended per installation

<Card title="Download Comfy Desktop" icon="download" href="https://comfy.org/download">
  Download the latest installer for Windows. The page will automatically detect your platform.
</Card>

## Installation

Run the downloaded `.exe` installer (NSIS installer) and follow the prompts. After installation, launch Comfy Desktop from the Start Menu or desktop shortcut.

<img src="https://mintcdn.com/dripart/gG5z6ITsBp8xzLix/images/desktop/installation/windows_1_install.png?fit=max&auto=format&n=gG5z6ITsBp8xzLix&q=85&s=ec26de5fe29e8780347ffb84b5deac7c" alt="Windows setup" width="995" height="770" data-path="images/desktop/installation/windows_1_install.png" />

When you first open the app, you'll see the **Welcome** screen where you can create your first installation.

<Tip>
  **Already using Legacy Desktop?** Comfy Desktop can automatically detect and migrate your existing installation. Your custom nodes, workflows, models, and settings are carried over — nothing is lost. The legacy installation is kept untouched as a backup.

  Learn more in the [Migrate from Legacy](/installation/desktop/usage/migrate) guide.
</Tip>

<Card title="Next Step: Using Comfy Desktop" icon="book-open" href="/installation/desktop/usage/overview">
  Once installed, learn how to create instances, manage installations, and configure settings.
</Card>

## Updating Comfy Desktop

Comfy Desktop automatically checks for updates and lets you manage them in two ways.

## Quick Update

When an update is available, a **Desktop Update Ready** button appears at the top of the window:

<img src="https://mintcdn.com/dripart/gG5z6ITsBp8xzLix/images/desktop/installation/install_update_1.png?fit=max&auto=format&n=gG5z6ITsBp8xzLix&q=85&s=fc104f738021e738dd56c9b4f8fa64e5" alt="Desktop Update Ready button" width="2316" height="1247" data-path="images/desktop/installation/install_update_1.png" />

Just click the ① <Icon icon="arrows-rotate" /> Desktop Update Ready button and Comfy Desktop will restart and install the update automatically.

## Manual Update via Settings

You can also check for and manage updates from the Settings panel:

<Steps>
  <Step title="Open Desktop Settings">
    <img src="https://mintcdn.com/dripart/gG5z6ITsBp8xzLix/images/desktop/installation/install_update_2-1.png?fit=max&auto=format&n=gG5z6ITsBp8xzLix&q=85&s=a43d379acfb8f89a4d4adab5ce63a920" alt="Open Desktop Settings menu" width="2315" height="1250" data-path="images/desktop/installation/install_update_2-1.png" />

    1. **①** Click the hamburger menu (top-left)
    2. **②** Select **Desktop Settings**
  </Step>

  <Step title="Updates Panel">
    <img src="https://mintcdn.com/dripart/gG5z6ITsBp8xzLix/images/desktop/installation/install_update_2-2.png?fit=max&auto=format&n=gG5z6ITsBp8xzLix&q=85&s=f5e9af07392438b02f41d0a2211b6bd1" alt="Updates panel in Desktop Settings" width="2315" height="1248" data-path="images/desktop/installation/install_update_2-2.png" />

    In the **Updates** panel:

    1. **① Updates** — Click the sidebar Updates tab
    2. **② Check for updates** — Manually check for available updates
    3. **③ Restart & Update** — Appears when a new version is available; click to restart and update
    4. **④ Automatically install Desktop updates** — Toggle this on/off to control automatic updates
  </Step>
</Steps>

## Uninstalling

### Remove Comfy Desktop

1. Go to **Settings → Apps → Installed apps**
2. Find **Comfy Desktop** and click **Uninstall**

<img src="https://mintcdn.com/dripart/gG5z6ITsBp8xzLix/images/desktop/installation/windows_2_uninstall.png?fit=max&auto=format&n=gG5z6ITsBp8xzLix&q=85&s=d2eca2ff901e7f47cdbefa0c4883f670" alt="Uninstall Comfy Desktop on Windows" width="2199" height="1290" data-path="images/desktop/installation/windows_2_uninstall.png" />

### What Uninstalling the App Does NOT Remove

Uninstalling Comfy Desktop only removes the launcher app itself. The following data is **not** removed and must be deleted manually if you want a complete cleanup:

| Data                    | Default Location                 | Description                                                                                                                 |
| ----------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Installations           | `%USERPROFILE%\ComfyUI-Installs` | Each ComfyUI installation you created (can also be deleted from within the app). Custom install paths are also not removed. |
| Shared models & outputs | `%USERPROFILE%\ComfyUI-Shared`   | Shared model library, input/output directories                                                                              |
| App settings & registry | `%APPDATA%\Comfy Desktop`        | Settings, installation records, logs                                                                                        |

<Warning>The directories listed above contain your **personal ComfyUI data** — models, outputs, settings, and installations. They are **not** Comfy Desktop application files. Deleting them will permanently remove your data.</Warning>

To fully remove everything:

1. **Delete the app data folder** – `%APPDATA%\Comfy Desktop`
2. **Delete individual installations** from within the app, or manually delete `%USERPROFILE%\ComfyUI-Installs`
3. **Delete the shared model library** at `%USERPROFILE%\ComfyUI-Shared` (only if you no longer need these files)
