So you took the great plunge and tried out Linux by dual-booting Linux Mint and Windows 10? And for some reason now you decided to undo everything such as uninstall Linux Mint, clean up grub (bootloader), and revert your PC to Windows only state like it was before? Being a Linux lover, I’m hoping your step could be because you were playing around on Linux and something went wrong, and you want to start-all-over again from a clean slate.
In this article my focus is to give you step-by-step guide of uninstalling Linux on your computer with minimal resources and time, and without spending a penny.
Remove Linux Mint and Restore Windows 10
A: Backup Personal Data from the Linux Partition
Before you jump on uninstalling Linux Mint, make sure you have backed up any personal downloads and data to a external hard disk or USB! I know you will, but just in case you are in hurry and forgot about it!
B: Restore Windows MBR
Linux Mint installs GRUB bootloader to handle which OS you will boot into. Now that you want to remove Linux Mint, there is no need of GRUB anymore and your PC should directly boot into Windows like it used to before you installed Linux Mint. In this step, we will remove GRUB and restore Windows MBR (Master Boot Record).
1. Boot into Windows 10.
2. Type ‘Recovery’ in the programs search box and launch ‘Recovery Options’.
3. You should be on ‘Recovery’ section in the left pane. Click on ‘Restart now’ in the ‘Advanced startup’ section.
4. Click ‘Troubleshoot’.
5. Click ‘Advanced Options’.
6. Click ‘Command Prompt’.
7. Your computer will boot into GRUB one last time! Select Windows 10 and continue.
8. Windows 10 will launch Command Prompt and it will ask you to login. The user must have administrator rights.
9. In the Command Prompt, type the following command and hit enter. You should see message ‘The operation completed successfully’. This means GRUB is now deleted and replaced with Windows Master Boot Record.
bootrec /fixmbr
10. Type ‘exit’ and hit enter.
exit
11. Click ‘Turn off your PC’.
12. Switch ON the PC. Your computer now should boot straight into Windows 10.
C. Delete Linux Mint Partition
Now that you have reset the boot record, all you have to do now is to delete the Linux Mint partition and the SWAP partition (if you had created it), so that you can gain the hard disk space back.
1. Boot into Windows 10 again.
2. Type ‘Disc Management’ in the taskbar search box and launch ‘Create and format hard disk partitions’.
3. Now you should recogize which is Windows partition, and which are Linux Mint and SWAP partitions. One quick way of identification is to see the format. Windows will be NTFS file system, while Linux Mint and SWAP partitions will be shown as blank as Windows can’t read the ext3 (Linux file system). You won’t even see Volume labels of the Linux partitions. And since Windows can’t read it, you will see 100% free space left even though there is entire Linux Mint OS still there! In my test PC, the first two partitions are Linux – the 46.05 GB is the main ext3 partition and the 2.78 GB is the SWAP partition. C: is my Windows partition evident from NTFS file system. Don’t do anything with the ‘System Reserved partition’. It is needed for Windows.
4. Right-click on each Linux partitions and select ‘Delete Volume’. In my case I would delete the first two partitions.
5. Windows will give a warning that the selected partition is not created by Windows. Go ahead and click ‘Yes’.
6. After deleting the Linux and SWAP partitions, you will see GREEN color code showing free partition.
7. You can now right click on this ‘Free Space’ partition and select ‘New Simple Volume’ and proceed with the wizard to create a new partition. Make sure to select NTFS file system as format so that Windows can read it and you can use that partition again.
Were you successful in deleting Linux Mint and restoring Windows? Do let us know in comments below.
17 comments
When I follow all of the steps to restore the Windows MBR and finish by turning of the PC, I power it back on and the grub menu is still there.
Is there anything I can do to fix this? Or am I ok to continue with the rest of the guide even though I’m still reaching the grub menu?
Same here 🙁
Any solutions?
Nice One Actually, I tried with CMD Method and succeed
can you help me ? Before i installed Linux mint 19.1, i’ve created a partition for it. during installation, i forgot to go to ‘something else’ check button. then, i think the Linux is installed in the same partition as Windows but i couldnt see any program files of Linux on Windows. i dont want to mess with the C: drives but now i’m worried. it still run as usual but can i at least retrieve all linux program files and start over the steps by reinstalling it back. thank you. it will be much of a help from you 🙂
I would be more helpful to show how to add the free space as usable space for the Windows partition.
I used Parted Magic to do just that.
hoe do i delete linux mint
I followed the steps to remove GRUB and restore Windows MBR. I believe they worked fine as I now boot direct to Windows. However, trying to delete the Linix Mint Partitions did not work. Right clicking on the Linux partition did nor bring up ‘delete Volume’. What came up was a ‘help’ button. That suggested expanding the Windows partition, but when I tried that, the ‘expand’ option was grayed out. I really want to try this Linux system but need to find out what went wrong with the initial install. It sort of worked but its response tine was very slow. It seemed to take minutes before it would respond. All suggestions are welcome. Thanks
This is great provided you installed linux along side windows using a dual boot scheme. However, for those off us who didn’t do so, and are now stuck with Linux as the only OS… kind of makes this guide less than useful. So far, there isn’t anything at all that can tell us how to remove linux all together, and reinstall windows as the OS.
Reformat the disk.
I have the same problem as Mr Kiowski. So how about an answer to his question?
im not dual booting windows and linux i just have linux and i need to fully replace linux and go back to windows HOW
Useful And successful!
I am in the same position. There was only one program that I like and it only runs in Windows or IOS-X. I have my Linux Mint as the only operating system. I am still checking , But it looks like the ONLY option may be to purchase a new HD! If anybody has had success in deleting Linux please let me know!!
Got rid of Linux Mint and everything back to normal, thanks! Great info!!
How do I delete Linuxmint cinnamon v20.1 using Linux commandline
After following all instructions, I restarted my computer and the following displayed after reboot:
GNU GRUB version 2.04
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub>
After step 9 of “B: Restore Windows MBR” you show a screenshot pointing to a “B” icon that is labeled “Antivir.” It seems completely irrelevant to the description about using the Command Prompt.
In step 4 of “C. Delete Linux Mint Partition” you are describing how to delete a Volume using Windows Disk Management, but you show a screenshot of GParted. That is a bit of a leap! How do you jump from Disk Management to GParted?
Thank you