379 words
2 minutes
Bypass Online Activation of Windows 11

Bypass Windows 11 Internet and Microsoft Account Requirements#

Windows 11 normally requires you to connect to the Internet and sign in with a Microsoft account during installation.
This guide explains how to bypass those requirements and create a local account instead.


Method 1: Using Rufus#

If you are creating a bootable USB drive with Rufus, it includes an option to automatically bypass the Internet and Microsoft account requirements.
Simply check the option when setting up your USB.

Deploying Windows 11 installer using Rufus, adding the ability to setup Windows without a Microsoft account.

Method 2: Manual Bypass During Installation#

IMPORTANT

Windows 11 25H2 is now known to block these simple commands. Please scroll down to Method 3, which will describe how to do so.

If you prefer not to use Rufus, you can bypass the requirement manually during installation.

Step 1: Reach the Network Setup Screen#

When you see the “Let’s connect you to a network” screen:

WARNING

DO NOT CONNECT TO THE INTERNET! ONCE CONNECTED, IT IS DIFFICULT TO DISCONNECT.

Windows 11's Network screen during an installation.

Step 2: Open Command Prompt#

Press Shift + F10 to open a Command Prompt window.

Pressing Shift + F10 on Windows 11's Network screen, causing a Command Prompt to spawn.

Step 3: Run the Local Account Command#

In the Command Prompt, type the following command and press Enter:

Terminal window
start ms-cxh:localonly
WARNING

Please set a secure password when configuring Windows this way. In my demo below, I didn’t configure a password. Those fields are where to set your password.

Enterting the start local only command, bypassing the need for a Microsoft Account.

Method 3: New(ish) Bypass of Microsoft Accounts in 25H2#

NOTE

Microsoft is currently taking actions against commands that are known to bypass the Microsoft Accounts screen. You can still use Rufus, and if this method doesn’t work, you can always install an older version of Windows 11 like 24H2, and then update when ready.

Step 1: Reach the Network Setup Screen#

Follow the steps above for opening the Command Prompt in the OOBE. (Step 2 of Method 2)

Now, once here, enter the following commands:

Terminal window
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0

Once rebooted, continue setup normally.

Thank you to @TheBobPony on Twitter for showcasing this older method again!

Link to Twitter Post#