Uninstall Docker Desktop
Page options


Warning

Uninstalling Docker Desktop destroys Docker containers, images, volumes, and other Docker-related data local to the machine, and removes the files generated by the application. To learn how to preserve important data before uninstalling, refer to the back up and restore data section.


From the GUI

  1. From the Windows Start menu, select Settings > Apps > Apps & features.
  2. Select Docker Desktop from the Apps & features list and then select Uninstall.
  3. Select Uninstall to confirm your selection.

From the CLI

  1. Locate the installer:
    $ C:\Program Files\Docker\Docker\Docker Desktop Installer.exe
    
  2. Uninstall Docker Desktop.
  • In PowerShell, run:
    $ Start-Process 'Docker Desktop Installer.exe' -Wait uninstall
    
  • In the Command Prompt, run:
    $ start /w "" "Docker Desktop Installer.exe" uninstall
    

After uninstalling Docker Desktop, some residual files may remain which you can remove manually. These are:

C:\ProgramData\Docker
C:\ProgramData\DockerDesktop
C:\Program Files\Docker
C:\Users\<your user name>\AppData\Local\Docker
C:\Users\<your user name>\AppData\Roaming\Docker
C:\Users\<your user name>\AppData\Roaming\Docker Desktop
C:\Users\<your user name>\.docker