Your cart is currently empty!
How To Safely Remove Ubuntu Linux From Dual Boot Windows
Dual-booting Ubuntu and Windows can be a great way to explore Linux without fully committing to it. But if you’ve decided you no longer need Ubuntu, you can safely remove it and reclaim that disk space for Windows — without breaking your bootloader or losing your files.
Here’s a step-by-step guide to uninstall Ubuntu from a Windows dual-boot setup.
Step 1: Back Up Your Data
Before doing anything, back up important files from both Ubuntu and Windows. Even though we won’t be touching your Windows partition, disk changes can go wrong.
- Use an external drive or cloud storage.
- If you have important files in Ubuntu, copy them to a USB stick or your Windows drive.
Step 2: Identify the Ubuntu Partitions
We need to find and delete Ubuntu’s partitions.
- Boot into Windows.
- Press Windows + R, type
diskmgmt.msc
, and hit Enter. This opens Disk Management. - Look for the partitions without a drive letter (often EXT4 format or labeled “Healthy (Primary Partition)” without NTFS/FAT32).
- Typically, Ubuntu uses:
- A main EXT4 partition
- A swap partition (if created)
- Sometimes a small boot partition
Tip: Be absolutely sure you’re selecting the right partitions before deleting them.
Step 3: Delete the Ubuntu Partitions
- In Disk Management, right-click each Ubuntu partition and select Delete Volume.
- They’ll now appear as Unallocated space.
Step 4: Reclaim the Space for Windows
You can now extend your Windows partition into the unallocated space:
- Right-click your Windows partition (usually C:) and select Extend Volume.
- Follow the wizard to add the unallocated space to Windows.
Step 5: Fix the Windows Bootloader
Ubuntu uses the GRUB bootloader, which will still appear when you restart — unless you restore Windows’ bootloader.
- Create a Windows installation media (USB or DVD) if you don’t already have one. You can download it from Microsoft’s official site.
- Boot from the installation media.
- Choose your language and click Repair your computer.
- Go to Troubleshoot → Advanced options → Command Prompt.
- Run the following commands one by one:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
- Restart your computer. GRUB should now be gone, and Windows will boot directly.
Step 6: Optional — Remove Ubuntu from the Boot Menu
If Windows still shows Ubuntu in the boot menu:
- Press Windows + R, type
msconfig
, and hit Enter. - Go to the Boot tab.
- Select Ubuntu (if listed) and click Delete.
- Apply and restart.
Final Safety Check
- Make sure Windows boots normally without errors.
- Verify your reclaimed space is now part of your Windows partition.
- Keep your backups for a few days, just in case.
Conclusion
Removing Ubuntu from a dual boot with Windows is straightforward if you:
- Back up first
- Delete only the correct partitions
- Restore the Windows bootloader
Done correctly, you’ll have your system back to a clean Windows-only state — and all that disk space back for your files, games, or projects.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!