ItsmeITItsmeIT
  • Linux
    • Debian
    • Ubuntu
  • PC/Windows
Reading: How to Completely Remove Docker from Windows 11
Share
Notification Show More
Font ResizerAa
ItsmeITItsmeIT
Font ResizerAa
  • Categories
    • Linux
    • Debian
    • Ubuntu
    • PC/Windows
Have an existing account? Sign In
Follow US
© 2025 ItsmeIT. All rights reserved.

Home » PC/Windows » How to Completely Remove Docker from Windows 11

How to Completely Remove Docker from Windows 11

avatar
By
Loibv
avatar
ByLoibv
The ItsmeIT team – delivering cutting-edge updates, tech trends, and insider knowledge from the world of technology.
Follow:
Last updated: August 30, 2025

To fully uninstall Docker from Windows 11 and free up your system, you need to remove not only the application but also all leftover components. This guide will help you cleanly remove Docker step by step, ensuring it’s completely gone from your computer.

Uninstall Docker Desktop via Windows Settings

This is the basic step, the same as uninstalling any other software.

  1. Press Windows + I to open Settings.
  2. Go to Apps → Installed apps.
  3. Scroll down and find Docker Desktop.
  4. Click Uninstall, then confirm.

At this point, Docker Desktop has been uninstalled, but data and configuration files are still on your machine.

Delete leftover configuration files and data

Docker stores data (images, containers, volumes…) and configuration files in hidden folders. If not deleted, they may cause errors when reinstalling later.

delete folder docker
delete folder docker
  1. Open File Explorer (or press Windows + R) and type %AppData% in the address bar.
    • Delete all folders related to Docker such as: Docker, Roaming\Docker, Local\Docker, Local\Docker Desktop, and .docker.
  2. Go to %UserProfile% and delete the .docker folder.
  3. Go to %ProgramData% and delete the Docker Desktop folder.

📌 Explanation:

  • %AppData% and %LocalAppData% contain application data.
  • %UserProfile%\.docker contains personal Docker settings.
  • Deleting all of these ensures no traces of Docker remain on your system.

Remove Docker from WSL (if installed)

Docker Desktop on Windows 11 usually runs based on WSL 2 (Windows Subsystem for Linux).

Step 1: Check if Docker exists
Run the command:

wsl --list --verbose

Step 2: Remove Docker

  1. Open PowerShell as Administrator (Start → type PowerShell → right-click → Run as Administrator).
  2. Run these commands:
wsl --unregister docker-desktop
wsl --unregister docker-desktop-data
remove docker using cmd
remove docker using cmd

📌 Explanation:

  • docker-desktop is the Linux distribution created by Docker to run containers.
  • docker-desktop-data stores Docker’s data (images, volumes…).
  • --unregister removes them completely from WSL.

Delete Docker entries from the Registry

If you want a truly clean removal, you can delete leftover entries in the Windows Registry (the system’s configuration database).

How to do it:

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to these paths and delete the “Docker” entries if they exist:
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    • HKEY_CURRENT_USER\Software\Docker Desktop

After deleting, restart your computer to refresh the system and completely remove Docker.

To verify Docker is gone:
Open PowerShell and type:

docker --version

If the system responds that docker is not recognized, it means Docker has been fully removed.

Delete the virtual network created by Docker

Docker Desktop usually creates a virtual network adapter so containers can communicate with the host machine. If not removed, it may cause network conflicts.

How to delete it:

  1. Open Control Panel (press Win + R, type control, press Enter).
  2. Go to Network and Sharing Center → Change adapter settings.
  3. Find the adapter named vEthernet (DockerNAT) or any adapter containing “Docker”.
  4. Right-click → Delete.

After completing all of the above steps, Docker Desktop will be completely removed from Windows 11:

  • No application left
  • No data in WSL
  • No virtual network adapter
  • No hidden configuration files
TAGGED:Docker
Share This Article
Facebook Reddit Telegram Threads
avatar
ByLoibv
Follow:
The ItsmeIT team – delivering cutting-edge updates, tech trends, and insider knowledge from the world of technology.
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Most Popular

Backup WordPress Data in Docker
How to Backup WordPress Data in Docker
Install WordPress Using Docker on Windows 11
How to Install WordPress Using Docker on Windows 11
Docker Data Folder Structure on Windows
Docker Data Folder Structure on Windows (Volume, Image, Container)
What Is Docker?
What Is Docker? How It Works and Why You Should Use It
Install Docker Desktop on Windows 11
How to Install Docker Desktop on Windows 11
Previous Next
ItsmeITItsmeIT
Follow US
© 2025 ItsmeIT. All Rights Reserved.
  • Privacy Policy
  • Terms of Service
Logo ItsmeIT logo
Welcome Back!

Sign in to your account

Continue with Google
Register   |Lost your password?