How to Dual Boot Windows 11 and Ubuntu [Both Ways]

A step-by-step guide to help you out

Reading time icon 10 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • If you want to dual boot Windows 11 and Ubuntu and use the two operating systems side by side, note that Ubuntu has basic hardware requirements.
  • To achieve your goal, just create a separate partition and install the operating system to the new partition.
  • If GRUB is not showing when you dual boot Windows 11 and Ubuntu, there’s an easy fix you can apply right away.
dual boot windows 11 and ubuntu

Although Windows is the dominating operating system on the market, Linux is slowly gaining popularity, with Ubuntu being one of the most interesting Linux distributions.

To know more about the differences between the two operating systems, check our Windows 11 vs Ubuntu article for an in-depth comparison.

As for this guide, we will show you how to dual boot Windows 11 and Ubuntu and use the two operating systems side by side.

What are Ubuntu’s hardware requirements?

  • CPU: 2GHz or better
  • RAM: 4GB or more
  • Storage: 25GB or more
  • GPU: Graphics card with at least 256MB of memory

As you can see, Ubuntu has relatively humble hardware requirements compared to Windows 11’s requirements, and some distributions can work on PCs that are below these requirements.

Dual booting is the most viable way to have two operating systems that you intend to use regularly, and it can be done in more than one way.

Like most users, follow the procedure below if you already have Windows 11 installed on your PC. Sometimes, it is the other way around, and you can install Windows 11 after Ubuntu, too.

How can I dual boot Windows 11 and Ubuntu?

Install Ubuntu after Windows 11

1. Create a dedicated Ubuntu partition

  1. Open Disk Management. You can do that by pressing Windows Key + X and selecting Disk Management from the list.
  2. Now, you need to select a drive that you want to shrink. Choose one with at least 50GB of free space, but if you plan to use Ubuntu extensively, you might need even more space.
  3. Right-click the desired drive and choose Shrink Volume from the context menu.
  4. Set the Enter the amount of space to shrink in MB to 50000 or more and click Shrink.
  5. Next, click the Unallocated space that you just created and choose New Simple Volume.
  6. Set the Simple volume size in MB to the maximum value and click Next.
  7. Finally, set the desired drive letter and label and click Finish once youโ€™re done.

You can also give a try to Paragon Partition Manager, which is much more efficient and has other features that are useful for correctly formatting partition drives.

2. Download Ubuntu ISO and create a bootable flash drive

  1. Visit Ubuntuโ€™s download page and click the Download button to download the ISO file.
  2. Wait for the download to finish.
  3. Connect a USB flash drive to your PC. Youโ€™ll need 4GB or larger.
  4. Download Rufus and run it.
  5. Select your flash drive on the list of devices.
  6. Click the Select button and locate your Ubuntu ISO file.
  7. Click Start to begin the process.
  8. Youโ€™ll be asked to format the drive, so click OK to proceed.

Wait for the process to finish. After creating Ubuntu Live drive, you can install Ubuntu.

3. Select the Ubuntu drive and install Ubuntu

  1. Make sure that the Ubuntu flash drive is connected to your PC.
  2. While your PC boots, keep pressing F2, F10, or F12 to access the boot menu and select your USB drive. The key might be different depending on your motherboard.
  3. If you canโ€™t open the boot menu, access BIOS and then set your flash drive as the first boot device and save changes.
    gyigabyte boot order bios
  4. When your PC boots from the flash drive, choose the option to Install Ubuntu.
  5. Select the language and the keyboard layout that you want to use.
  6. Then, select Normal installation and click Continue. You can also use Minimal installation and download the necessary updates later.
  7. Select Something else.
  8. Up next, select the partition that you created for Ubuntu and format it to the ext4 file system.
  9. Click on Install Now.
  10. Select your location.
  11. Enter the login details for Ubuntu and click on Continue.
  12. Wait for the installation to finish.
  13. Click the Restart Now button.

After doing that, you just need to select the operating system that you want to boot to and thatโ€™s it. As you can see, itโ€™s easy to dual boot Windows 11 and Ubuntu, especially if you already have Windows installed.

If you change your mind and war to remove Ubuntu from dual boot on Windows 11, this guide will show you how.

Install Windows 11 after Ubuntu

1. Create a dedicated Windows partition

  1. Open the Terminal and enter the following command: sudo apt install gparted
  2. Press Y to proceed.
  3. Now open GParted.
  4. Find the partition that you want to shrink. Keep in mind that you canโ€™t shrink the Ubuntu partition while Ubuntu is running. If you want to do that, you need to use an Ubuntu flash drive.
  5. Right-click the partition and choose Unmount.
  6. After unmounting the partition, click on Resize/Move.
  7. Set the New size to 50000 or more and click on Resize/Move.
  8. Click the Apply icon in the toolbar to save changes.
  9. Unallocated space will now appear. Right-click it and choose New.
  10. Set the File system to ntfs and set the maximum size for the partition. Now click Add.
  11. Click Apply icon to save changes.
  12. Lastly, locate the partition that you unmounted, right-click it and choose Mount.

2. Download Windows 10 and make a bootable media

  1. Head over to the Microsoft download page.
  2. Select the version of Windows 10 that you want to download.
  3. Select the language and make sure to choose the 64-bit version.
  4. Download the ISO file.
  5. Connect a USB flash drive to your PC. Youโ€™ll need an 8GB drive, but a larger one might work better.
  6. Open GParted and select your USB flash drive from the top right corner. It should be named /dev/sdb.
  7. If any partitions have a key icon next to their name, right-click them and choose Unmount.
  8. Right-click the partition and choose Format.
  9. Set the size of the partition to the maximum value and set the file system to ntfs or exfat.
  10. Click Apply in the toolbar to save changes.
  11. Locate the Windows 10 ISO file, right-click it and choose Open With, and then select Disk Image Mounter.
  12. Open the mounted ISO file.
  13. Select all files and copy them.
  14. Move to your USB flash drive and paste the files there.

We’ve discovered that not all users have the option to mount the ISO files in the context menu. If thatโ€™s the case, do the following:

  1. Open the Terminal.
  2. Now run the following commands:
    sudo mkdir /mnt/windows10/
    sudo mount -t auto -o loop /path/to/window-10-iso /mnt/windows10/
  3. After doing that, you should be able to access Windows 10 ISO by going to the /mnt/windows10/
Note icon NOTE
Weโ€™re using Windows 10 ISO since Windows 11 ISO isnโ€™t officially available for download.

3. Boot from the flash drive and install Windows 10

  1. Enter BIOS and go to the Security section. Disable Secure Boot.
  2. Save changes and exit BIOS.
  3. Press the dedicated key to open the boot menu and select your flash drive. If you donโ€™t know the key, you can set the USB flash drive as the first boot device.
  4. When you boot from your flash drive, select the desired language time format.
  5. Select the version that you want to install and accept the terms of service.
  6. Then, select Custom: Install Windows only (advanced).
  7. Itโ€™s important to select the partition specifically for Windows. If you select the wrong partition, youโ€™ll permanently lose your files.
  8. The installation will now start. Wait while Windows is being installed.
  9. Once the installation is finished, your PC will restart.

4. Join the Windows Insider Program and upgrade to Windows 11

  1. Open the Settings app and head over to the Update & Security section.
  2. In the left pane, select Windows Insider Program. Now click the Get started button in the right pane.
  3. Click on Link an account and select your Microsoft account.
  4. Select Dev Channel and click on Confirm.
  5. Accept the privacy statement and click on Restart Now.
  6. After youโ€™ve joined the Windows Insiders program, go back to the Settings app.
  7. Head over to the Update & Security section and click on Check for updates button.
  8. Windows will now automatically download the Windows 11 update.
  9. Once the update is downloaded, restart your PC to install it.

How do I repair GRUB?

Many users reported that if you dual boot Windows 11 and Ubuntu, the latter isnโ€™t available from the boot menu at all. To fix that, you need to do the following:

  1. Press the boot menu key and select Ubuntu from the list.
  2. Make sure that youโ€™re connected to the Internet.
  3. Open the Terminal and run the following commands:
    sudo add-apt-repository ppa:yannubuntu/boot-repair
    sudo apt-get update
    sudo apt-get install -y boot-repair && boot-repair
  4. After the Boot-Repair is installed, type boot-repair in the Terminal to start it.
  5. Select Recommended repair.
  6. After the repair is finished, check if the problem is still there.

Alternatively, you can fix this problem by doing the following:

  1. Boot to Ubuntu, as we showed you in the previous section.
  2. Open Terminal and run the following command:
    sudo update-grub2
  3. Once the process is finished, go back to BIOS.
  4. Head to the boot section and set Ubuntu as the first boot device.

Windows will always replace your bootloader, especially if you install it after Ubuntu or any version of Linux. Still, hopefully, this method will help you fix the problem on your own.

To learn more, check our guide on how to fix Windows 10 and Ubuntu dual boot issues.

Note icon NOTE
If you canโ€™t access Ubuntu from the boot menu, perform these commands in the Ubuntu Live environment. Just boot from an Ubuntu flash drive and follow the above steps.

Does Ubuntu support Secure Boot?

Secure Boot is a technology that verifies the code launched by the firmware to prevent rootkits. Many Linux distributions donโ€™t support Secure Boot, so you must disable it first if you want to install them.

Ubuntu has been compatible with Secure Boot since version 12.10, and it should work on most PCs with Secure Boot enabled.

However, only Microsoft signed the first-stage EFI boot loader, which may lead to some boot issues on certain PCs. If this happens, youโ€™ll have to disable Secure Boot from BIOS.

What are the disadvantages of dual booting?

Regarding the disadvantages, dual booting requires a lot of space on your PC, especially if you plan to use both operating systems regularly and install various software.

This isnโ€™t a problem with larger hard drives, but if youโ€™re running low on storage space, you might want to free up some space or consider upgrading your storage.

Another disadvantage of dual booting is multitasking. Thereโ€™s no quick and easy way to boot to the other operating system when using the dual boot.

Instead, you must restart your PC and choose the operating system you want to access. Remember that you have to do this every time you want to switch to another operating system.

This isnโ€™t a major problem, but it can sometimes become tedious, primarily if you use both operating systems frequently.

Lastly, booting issues can occur, but this mostly happens when installing Windows after Ubuntu or any other version of Linux.

What Ubuntu distros can I dual boot with Windows 11?

Ubuntu has eight different official distributions, and they are the following: Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Kylin, Ubuntu MATE, Ubuntu Server, and Ubuntu StudioXubuntu.

As for third-party distributions, there are about 40 of them, if not more. Regarding popularity, these are the top 3 most popular Ubuntu-based distributions:

  • Linux Mint
  • Pop!_OS
  • elementary OS

All Ubuntu distributions can be dual-booted with Windows 11 without any major problems, and installing them in dual-boot mode is similar for all of them.

The only issue might occur if you have Secure Boot enabled and are trying to install an older version of Ubuntu, but that can be easily fixed.

If you want to dual-boot Windows 11 and Ubuntu, follow our guide’s instructions.

As an extra tip, with WSL2 advancements, you can now access EXT4 partitions in Windows 11.

Things are no different if you want to dual boot Windows 11 and Windows 7. Create a separate partition for the other operating system and follow our detailed procedure.

Now with Windows 11 Insider Preview Build 26052, you can use Sudo command in Windows 11, check out this guide to learn how to do that.

Have you ever tried Ubuntu, and are you planning to dual-boot Windows and Ubuntu once Windows 11 is released? Let us know in the comments below.

More about the topics: dual boot, Linux, Windows 11