Fix Docker Desktop Starting forever error in Windows 11 or 10

Best methods to solve Docker Desktop Starting stage that continuously appears when launching the tool on Windows 11 and 10.

Docker Desktop Starting

Opening Docker Desktop is more than a challenge for some users after installing the developer tool. This utility is known to simplify and accelerate workflow while giving the independence to innovate with your choice of tools, application stacks, and deployment environments for each project. But sadly Docker Desktop Starting forever issue may occur when you try to launch the tool on Windows.

Docker Desktop failed to start problem occurs on Windows 11 or 10 when you give an attempt to launch the tool. The app continuously shows “Docker Desktop is starting” message on the screen but never fully loads. Fortunately, you can solve this issue with the Developer’s tool using a few tricks. See – Fix Error Code 0x89240101 in Windows 11 or 10 (Solved!).

Docker Desktop Starting Stuck in Windows 10 and 11

Here is how to fix Docker Desktop Starting forever error in Windows 11 or 10 –

Way-1: Switch to Windows container

During installation process, Docker Desktop doesn’t check whether an Operating System is Linux or Windows. However, the tool tries to look for Linux containers when starting that do not exist on your computer. Therefore, to deal with this problem, “Switch to Windows Containers..” first before launching the app using the following steps –

  1. Click on the System tray up arrow icon from the right side of Taskbar.
  2. Right click on the Docker Desktop icon.
  3. Select Switch to Windows Containers...
how to fix Docker Desktop Starting forever error in Windows 11 or 10
  1. A confirmation dialog box will prompt; click on Yes.
  2. Then close the app and launch it.

Way-2: Remove Windows Subsystem for Linux

Docker Desktop is prevented by Windows Subsystem for Linux from opening so you need to uninstall this feature then try to run and the app. Follow the steps –

  1. Press Windows and R.
  2. Type optionalfeatures and hit Enter.
  3. Find and uncheck – Windows Subsystem for Linux.
  4. Click on OK.
Removing Windows Subsystem for Linux preventing the app from opening
  1. After the uninstalling is completed, restart your PC.
  2. Open the Docker and follow the steps in Way-1.

Way-3: Uninstall the tool completely and then install running as administrator

To solve the problem, you need to uninstall Docker Desktop completely, delete the residue and leftovers and again download the app. Run the setup (Docker Desktop Installer.exe) as administrator for installation to successfully load this application. Here are the instructions:

  1. Press Windows and R keys.
  2. Type – appwiz.cpl.
  3. Hit – Enter.
  4. Right-click on Docker Desktop from Program and Features window and select Uninstall.
Fix Docker Desktop Starting
  1. On the User account control prompt, select Yes.
  2. When the “Uninstalling Docker Desktop” wizard shows Uninstalled successfully, click on Close.
  3. Then, go to C:\Users\username folder and delete the folder named .docker.
  4. Access – C:\Users\username\AppData\Local and delete – Docker.
  5. From C:\Users\username\AppData\Roaming, delete Docker.
  6. Restart the computer and download the app again.
  7. Right click on Docker Desktop Installer.exe and select – Run as administrator.
  8. Follow the guidelines and complete the installation.

Read – How to Remove Traces of Uninstalled Programs in Registry on Windows 11 or 10.

Way-4: Disable Docker at Startup

Multiple users report that Docker Desktop Starting forever problem occurs due to it being enabled at startup in Windows 11 or 10. Disabling the Startup from Settings app or the interface of the utility itself will fix this using below steps:

From the Docker desktop:

  1. Right-click on the whale icon from System tray.
  2. Select – Settings.
  3. In the General tab, uncheck Start Docker Desktop when you log in.
  4. Click on Apply & restart.

Through Settings app

  1. Press – Winkey+I.
  2. Select – Apps.
  3. On the next page, click on – Startup.
  4. Turn off the toggle switch for “Dock Desktop” in the list.
settings apps startup toggle switch disable

Way-5: Change Proxy Settings

Using proxy may also trigger Docker Desktop not starting forever and to solve this you will have to manually set configurations into the application.

  1. Click on Show hidden icon up arrow on the taskbar.
  2. Right-click on the “whale icon” and choose Settings.
  3. Once the app appears, select Resources.
  4. After the expansion of options, click on Proxies.
  5. Turn on Manual proxy configuration.
  6. Enter the information in the boxes and click Apply & restart.
Manual proxy configuration resources docker desktop Apply and restart

Way-6: Use Windows PowerShell to fix Docker Desktop stuck on starting

Some customers briefed that Windowss PowerShell cmdlet helped them to resolve the issue by removing Hyper-V and reinstalling the same.

  1. Press – Widiws+S.
  2. Type – powershell.
  3. Click on – “Run as administrator”.
  4. Type the underneath cmdlet and press “Enter”
Disable-WindowsOptionalFeature -FeatureName microsoft-hyper-v -online
Use Windows PowerShell to fix Docker Desktop stuck on starting
  1. The computer will automatically restart after the removal, launch the Windows Powershell as administrator again and run the following command –
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
  1. Restart the computer and open Docker.

Way-7: End Task WSL and Visual Studio from Task Manager

Frequently, since running with Windows Subsystem for Linux mostly causes the message, ending task of WSL and Visual Studio from Task Manager may work for you so follow the steps –

  1. Press Ctrl+Shift+Enter.
  2. Once the Task Manager appears go to the Process list.
  3. Right-click on WSL and select – End task.
  4. In the same way, end task Visual Studio code.
  5. Right click on Docker Desktop and choose – End task.
Fix Docker Desktop Starting
  1. Launch the app.

Get help from – Multiple Tips to End Tasks and Processes on Windows 8.1 / 10

Methods:
Way-1: Switch to Windows container
Way-2: Remove Windows Subsystem for Linux
Way-3: Uninstall the tool completely and then install running as administrator
Way-4: Disable Docker at Startup
Way-5: Change Proxy Settings
Way-6: Use Windows PowerShell to fix Docker stuck on starting
Way-7: End Task WSL and Visual Studio from Task Manager

That’s all!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows
  
About Sunita
Love to play with Windows 11 and 10. Suggestion - Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.