This as simple as running:

minikube stop & REM stops the VM

minikube delete & REM deleted the VM

Then delete the .minikube and .kube directories usually under:

C:\users\{user}\.minikube

and

C:\users\{user}\.kube

Or if you are using chocolatey:

C:\ProgramData\chocolatey\bin\minikube stop
C:\ProgramData\chocolatey\bin\minikube delete
choco uninstall minikube
choco uninstall kubectl
Answer from Rico on Stack Overflow
🌐
GitHub
github.com › kubernetes › website › issues › 41306
Document deletion of `kubectl` on Windows and multiple Linux distros · Issue #41306 · kubernetes/website
May 24, 2023 - This is a Feature Request This is a detailed process of deletion of kubectl on windows, Debian, Ubuntu, Fedora, Arch linux distributions. What would you like to be added This documentation consists of a descriptive guide to uninstall kub...
Published   May 24, 2023
Author   SpringWiz11
🌐
GitHub
github.com › kubernetes › minikube › issues › 4765
How to uninstall minikube and kubectl completely (Including config files) ? · Issue #4765 · kubernetes/minikube
July 16, 2019 - You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} kubernetes / minikube Public · Notifications · You must be signed in to change notification settings · Fork 5.2k · Star 31.7k · New issueCopy link · New issueCopy link · Closed · Closed · How to uninstall minikube and kubectl completely (Including config files) ?#4765 ·
Author   akshayr01
🌐
Baeldung
baeldung.com › home › kubernetes › completely uninstall kubernetes
Completely Uninstall Kubernetes | Baeldung on Ops
July 6, 2024 - The next step is to uninstall the Kubernetes package installed by a package manager: # Debian and Ubuntu $ sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube* # Fedora and Red Hat $ sudo dnf remove kubeadm kubectl kubelet kubernetes-cni kube*
🌐
Medium
medium.com › @meysam1369 › kubernetes-completely-uninstall-3f2a83dd985d
Kubernetes completely uninstall. This a gist for quick uninstall… | by Meysam Mahmoudi | Medium
August 7, 2018 - kubeadm reset # on debian base sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube* #on centos base sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*# on debian base sudo apt-get autoremove #on centos base sudo yum autoremove sudo rm -rf ~/.kube
🌐
Edureka Community
edureka.co › home › community › categories › devops & agile › kubernetes › how to uninstall minikube in windows
How to uninstall minikube in windows | Edureka Community
July 27, 2020 - 78850/how-to-uninstall-minikube-in-windows · Home · Community · Categories · DevOps & Agile · Kubernetes · How to uninstall minikube in windows · How can I synchronize rate-limiting counters across microservices in a Kubernetes-based Spring application?
Find elsewhere
🌐
Advanced Uninstaller
advanceduninstaller.com › kubectl-894772ee33394cae7542ba21255cc84b-application.htm
kubectl version 1.26.3 by Kubernetes - How to uninstall it
April 20, 2023 - The uninstall string is: winget uninstall --product-code Kubernetes.kubectl_Microsoft.Winget.Source_8wekyb3d8bbwe7. Click the Uninstall button. A confirmation window will show up. Confirm the removal by pressing the Uninstall button.
🌐
GitHub
gist.github.com › meysam-mahmoodi › fc014053d984dcc5d1c0d6709773e199
Kubernetes completely uninstall · GitHub
kubeadm reset # on debian base sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube* #on centos base sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube* # on debian base sudo apt-get autoremove #on centos base sudo yum autoremove sudo rm -rf ~/.kube
🌐
Kubernetes
kubernetes.io › docs › tasks › tools › install-kubectl-windows
Install and Set Up kubectl on Windows | Kubernetes
May 15, 2025 - Test to ensure the version of kubectl is the same as downloaded: ... Docker Desktop for Windows adds its own version of kubectl to PATH.
🌐
FintechAsia
fintechasia.net › home › finance
How do I uninstall Kubectl? | - FintechAsia
October 17, 2022 - Windows Installer – In there, find an entry for the Minikube installer, right click on it & click on Uninstall. ... Delete the pod(s) that are currently executing in the node gracefully.
🌐
Ova
ova.it.com › home › kubernetes uninstallation › how do i uninstall kubectl on windows?
How do I uninstall kubectl on Windows? – Ova
September 17, 2025 - Update PATH (Optional): If you ... Chocolatey package manager, uninstalling is straightforward: Open PowerShell as Administrator: Press Win + X, then select "Windows PowerShell (Admin)" or "Command Prompt (Admin)"....
🌐
Linux Hint
linuxhint.com › uninstall-kubectl
How to Uninstall Kubectl
June 13, 2023 - Linux Hint LLC, [email protected] 1210 Kelly Park Circle, Morgan Hill, CA 95037 Privacy Policy and Terms of Use
🌐
Advanced Uninstaller
advanceduninstaller.com › Kubernetes-CLI-cebb97e4febca7a6646704c305512a68-application.htm
Kubernetes CLI version 1.35.3 by The Kubernetes Authors - How to uninstall it
April 5, 2026 - The uninstall string is: winget uninstall --product-code Kubernetes.kubectl_Microsoft.Winget.Source_8wekyb3d8bbwe7. Click the Uninstall button. A confirmation dialog will come up. Confirm the uninstall by clicking Uninstall.
🌐
Abcdesktop
abcdesktop.io › 3.4 › setup › uninstall_kubernetes_windows
Uninstall kubernetes windows - www.abcdesktop.io
Download and extract the uninstall PowerShell script (Windows): $script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/uninstall-3.4.ps1 Invoke-Expression $($script.Content) ... [INFO] abcdesktop uninstall script namespace=abcdesktop [OK] kubectl version [OK] kubectl get namespace abcdesktop [OK] delete pods --selector=\ [OK] use local file abcdesktop.yaml role.rbac.authorization.k8s.io "pyos-role" deleted rolebinding.rbac.authorization.k8s.io "pyos-rbac" deleted serviceaccount "pyos-serviceaccount" deleted configmap "configmap-mongodb-scripts" deleted secret "secre
🌐
IBM
ibm.com › docs › SSNQFQ_10.1.6 › spp › t_spp_cbs_uninstall_full.html
Uninstalling Kubernetes Backup Support
You can completely uninstall Kubernetes Backup Support so that all components, including all configurations and backups, are removed from the Kubernetes environment.
🌐
K8s
krew.sigs.k8s.io › docs › user-guide › setup › uninstall
Uninstalling Krew &#183 Krew
On Windows, remove the %USERPROFILE%\.krew directory. Note: If you installed Krew with another package manager (e.g. Homebrew), follow their instructions for uninstalling in addition to the instructions above.