How to Install Windows 11 on a Chromebook: A Step-by-Step Guide

Installing Windows 11 on a Chromebook

Righto, here’s the scoop: turning a Chromebook into a Windows machine isn’t as bonkers as it sounds. Yeah, it might seem like something only a tech whiz could pull off, but with the right tools and a bit of patience, you’re good to go. The process involves bypassing ChromeOS to install Windows 11, and sure, there are a few bumps along the way. If you’re keen to get your hands dirty, you’ll get there—just keep in mind it’s not an official go-ahead from the manufacturer and it’s not all smooth sailing.

Enable Developer Mode

First up, you need to flick your Chromebook into Developer Mode. That’s the key to unlocking all its potential—ChromeOS is locked down tighter than a drum for good reason. To do this, hold down Esc + Refresh + Power together. When the recovery screen pops up, hit Ctrl + D and confirm. Heads up: this step wipes all your local files, so best to back up anything important beforehand. After a bit of rebooting, your Chromebook will start up and warn you about OS verification being OFF. It’s a bit of a pain, but it’s your ticket to controlling the boot process.

Side note: If you want to boot from a USB, you might need to do a bit of hardware tinkering to disable write protection on the firmware. Some models require opening the case and flipping a switch or even soldering. On most Intel-based Chromebooks, you can enter the developer shell (crosh) and run crossystem dev_boot_usb=1 dev_boot_legacy=1 to enable USB booting.

Download Windows 11 ISO

Next, grab the official Windows 11 ISO from Microsoft’s website. Sure, you might find other ways to get it, but stick with the official one—it’s the real deal and crucial for making a bootable drive. Make sure you’ve got enough space on your Chromebook or chuck in an external drive with at least 8GB free. A reliable internet connection is pretty important here; a dodgy download can ruin everything after you’ve waited ages on that big file. You really don’t want to end up with a corrupted ISO that’s useless when you try to create your bootable USB later.

Create a Bootable USB Drive

Now, the fun part—making a bootable Windows 11 USB. Sounds straightforward, right? Hold onto your hat, because it can be a bit of a process. Most folks use the Chromebook Recovery Utility. It’s designed for ChromeOS recovery, but with a bit of creativity, you can get it to load the Windows ISO onto your USB. Plug in your USB—make sure it’s decent quality, as cheap drives can totally crap out during the process. Open up the utility and follow the instructions — this might involve a bit of trial and error to get the drive recognised. The USB should be at least 8GB and formatted properly, which can take a few attempts. Sometimes, it takes a couple of tries just to see the drive pop up—that’s normal bottleneck stuff.

Tip: If you prefer to make the bootable drive from Linux (via Crostini) or on a Windows PC, give Rufus a go. If you’re on Linux, install wimtools by running sudo apt install wimtools and use WoeUSB to create the drive. Here’s a quick command to do just that:
woeusb --target-filesystem NTFS --device /path/to/windows.iso /dev/sdX
Remember to replace /dev/sdX with the correct device name for your USB—you can check with lsblk.

Boot from the USB Drive

Once your bootable USB is sorted, restart the Chromebook and dive into the boot menu. This means hitting that secret combo again: Esc + Refresh + Power, then skipping the OS verification with Ctrl + D and starting into the firmware (or BIOS) menu with Ctrl + L—if your device supports it. From there, you should see the option to boot from your USB.

Heads up: If your Chromebook doesn’t recognise the USB, you might need to change some firmware settings and enable legacy Boot Mode or UEFI. These settings could be tucked away in chrome://settings/boot or accessed via the firmware menu, depending on your model.

Install Windows 11

Now, it’s showtime with the Windows installer. Follow the prompts—pick your language, enter your product key, set your preferences—and then select where to install Windows.

Important: If you need to set up partitions, press Shift + F10 during setup to open the command prompt. Use diskpart commands to wipe and format the drive:

diskpart
list disk
select disk 0
clean
convert gpt
create partition primary
format fs=ntfs quick
assign
exit

This will wipe the drive and prep it for Windows—so be very careful, as it erases everything on that partition.

After wiping, your Chromebook’s getting a fresh start with Windows, leaving ChromeOS in the rearview. Keep in mind, Windows 11 isn’t exactly small beer—there’ll be progress bars, some slow moments, and a bit of patience needed. Once it’s done, your Chromebook will restart into Windows setup, ready to go. Some features like touchscreen and Wi-Fi might need a tweak here and there, so don’t be surprised if it’s not all smooth sailing right out of the box.

Hopefully, this walkthrough lessens the headache — it’s a bit of a journey, but worth it if you’re keen. Just remember, these steps aren’t set in stone, so expect a bit of trial and error. Good luck and enjoy the adventure!

  • Back up your data before diving in
  • Make sure your USB is at least 8GB
  • Download the official Windows 11 ISO
  • Create a bootable USB
  • Adjust firmware settings if needed
  • Be careful with partitioning—double-check everything